2026-03-30 10:00:06 [scrapy.utils.log] INFO: Scrapy 2.11.2 started (bot: SourcingV2)
2026-03-30 10:00:06 [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-30 10:00:06 [astonbarclay.gb] INFO: Starting spider astonbarclay.gb
2026-03-30 10:00:06 [scrapy.addons] INFO: Enabled addons:
[]
2026-03-30 10:00:06 [asyncio] DEBUG: Using selector: EpollSelector
2026-03-30 10:00:06 [scrapy.utils.log] DEBUG: Using reactor: twisted.internet.asyncioreactor.AsyncioSelectorReactor
2026-03-30 10:00:06 [scrapy.utils.log] DEBUG: Using asyncio event loop: asyncio.unix_events._UnixSelectorEventLoop
2026-03-30 10:00:06 [scrapy.extensions.telnet] INFO: Telnet Password: 758fcab339dc56d7
2026-03-30 10:00:06 [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-30 10:00:06 [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-30T10_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-30 10:00:06 [scrapy_zyte_api.handler] INFO: Using a Zyte API key starting with '5857011'
2026-03-30 10:00:06 [scrapy_zyte_api.handler] INFO: Using a Zyte API key starting with '5857011'
2026-03-30 10:00:06 [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-30 10:00:07 [crawlers.middlewares.id_gen_middleware] INFO: Setting up IdGenerationMiddleware
2026-03-30 10:00:07 [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-30 10:00:07 [azure.identity._credentials.environment] INFO: Incomplete environment configuration for EnvironmentCredential. These variables are set: AZURE_CLIENT_ID, AZURE_TENANT_ID
2026-03-30 10:00:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): login.microsoftonline.com:443
2026-03-30 10:00:07 [urllib3.connectionpool] DEBUG: https://login.microsoftonline.com:443 "POST /8ea908c1-4e85-4692-bc3f-3646b9b40891/oauth2/v2.0/token HTTP/1.1" 200 2118
2026-03-30 10:00:07 [azure.identity._credentials.chained] INFO: DefaultAzureCredential acquired a token from WorkloadIdentityCredential
2026-03-30 10:00:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): alxsourcingstorageprod.table.core.windows.net:443
2026-03-30 10:00:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:00:07 [crawlers.pipelines.translation_pipeline] INFO: Loading translations for language: auto
2026-03-30 10:00:07 [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-30 10:00:07 [crawlers.pipelines.item_rules_pipeline] INFO: Setting up ItemRules Pipeline
2026-03-30 10:00:07 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: invalid_location_for_country.json
2026-03-30 10:00:07 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: damaged_cars_from_auction_title.json
2026-03-30 10:00:07 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: puretech_for_country.json
2026-03-30 10:00:07 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: puretech_for_fr.json
2026-03-30 10:00:07 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: missing_photos.json
2026-03-30 10:00:07 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: damaged_from_info.json
2026-03-30 10:00:07 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: makes_not_allowed.json
2026-03-30 10:00:07 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: not_operable_from_info.json
2026-03-30 10:00:07 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: makes_models_not_allowed.json
2026-03-30 10:00:07 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: keywords_from_title.json
2026-03-30 10:00:07 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: imported_cars.json
2026-03-30 10:00:07 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: invalid_currency.json
2026-03-30 10:00:07 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: missing_mileage.json
2026-03-30 10:00:07 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: keywords_from_auction_title.json
2026-03-30 10:00:07 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: invalid_country_of_origin.json
2026-03-30 10:00:07 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: puretech_for_pt.json
2026-03-30 10:00:07 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: electric_cars.json
2026-03-30 10:00:07 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: missing_color.json
2026-03-30 10:00:07 [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-30 10:00:07 [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-30 10:00:07 [scrapy.core.engine] INFO: Spider opened
2026-03-30 10:00:07 [scrapy.extensions.logstats] INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min)
2026-03-30 10:00:07 [scrapy.extensions.telnet] INFO: Telnet console listening on 127.0.0.1:6023
2026-03-30 10:00:07 [scrapy.extensions.memusage] INFO: Peak memory usage is 143MiB
2026-03-30 10:00:07 [scrapy-playwright] INFO: Starting download handler
2026-03-30 10:00:07 [scrapy-playwright] INFO: Starting download handler
2026-03-30 10:00:12 [scrapy-playwright] INFO: Launching browser firefox
2026-03-30 10:00:13 [scrapy-playwright] INFO: Browser firefox launched
2026-03-30 10:00:13 [scrapy-playwright] DEBUG: Browser context started: 'default' (persistent=False, remote=False)
2026-03-30 10:00:13 [scrapy-playwright] DEBUG: [Context=default] New page created, page count is 1 (1 for all contexts)
2026-03-30 10:00:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://catalogue.astonbarclay.net/vehicle-search> (resource type: document)
2026-03-30 10:00:14 [scrapy-playwright] DEBUG: [Context=default] Response: <407 https://catalogue.astonbarclay.net/vehicle-search>
2026-03-30 10:00:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://catalogue.astonbarclay.net/vehicle-search> (resource type: document)
2026-03-30 10:00:21 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://catalogue.astonbarclay.net/vehicle-search>
2026-03-30 10:00:21 [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-30 10:00:21 [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-30 10:00:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://fonts.googleapis.com/css?family=Lexend> (resource type: stylesheet, referrer: https://catalogue.astonbarclay.net/)
2026-03-30 10:00:21 [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-30 10:00:21 [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-30 10:00:21 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://catalogue.astonbarclay.net/assets/index-B-t4WrpL.js>
2026-03-30 10:00:21 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://catalogue.astonbarclay.net/assets/index-B37Nm0Ih.css>
2026-03-30 10:00:22 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn-ukwest.onetrust.com/consent/018e0e2a-b608-77ca-8640-7c5f6808ddcb/OtAutoBlock.js>
2026-03-30 10:00:22 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn-ukwest.onetrust.com/scripttemplates/otSDKStub.js>
2026-03-30 10:00:22 [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-30 10:00:22 [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-30 10:00:22 [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-30 10:00:22 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://fonts.googleapis.com/css?family=Lexend>
2026-03-30 10:00:22 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://sessions.bugsnag.com/> (resource type: xhr, referrer: https://catalogue.astonbarclay.net/)
2026-03-30 10:00:23 [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-30 10:00:23 [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-30 10:00:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://geolocation.onetrust.com/cookieconsentpub/v1/geo/location>
2026-03-30 10:00:23 [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-30 10:00:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://catalogue.astonbarclay.net/api/profileconfig>
2026-03-30 10:00:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn-ukwest.onetrust.com/scripttemplates/202405.1.0/otBannerSdk.js>
2026-03-30 10:00:23 [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-30 10:00:23 [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-30 10:00:23 [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-30 10:00:23 [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-30 10:00:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://catalogue.astonbarclay.net/assets/MuseoSans-500-BnvKCWSl.ttf>
2026-03-30 10:00:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://catalogue.astonbarclay.net/api/user>
2026-03-30 10:00:23 [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-30 10:00:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://catalogue.astonbarclay.net/api/navigation>
2026-03-30 10:00:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://catalogue.astonbarclay.net/assets/default-vT_hcphp.js>
2026-03-30 10:00:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://catalogue.astonbarclay.net/assets/default-o3_sC40N.js>
2026-03-30 10:00:23 [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-30 10:00:23 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://catalogue.astonbarclay.net/img/e-xchange-icon.png>
2026-03-30 10:00:24 [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-30 10:00:24 [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-30 10:00:24 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://catalogue.astonbarclay.net/img/logo-nama.png>
2026-03-30 10:00:24 [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-30 10:00:24 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://catalogue.astonbarclay.net/img/WV_Awards.png>
2026-03-30 10:00:24 [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-30 10:00:24 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://catalogue.astonbarclay.net/img/Business_Car_Award.jpg>
2026-03-30 10:00:24 [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-30 10:00:24 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://catalogue.astonbarclay.net/img/MTA_21.jpg>
2026-03-30 10:00:24 [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-30 10:00:24 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://catalogue.astonbarclay.net/img/logo-bsi.png>
2026-03-30 10:00:24 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://catalogue.astonbarclay.net/img/e-xchange-icon.png>
2026-03-30 10:00:24 [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-30 10:00:24 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://catalogue.astonbarclay.net/assets/logo-BkQgdzqL.svg>
2026-03-30 10:00:24 [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-30 10:00:24 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://catalogue.astonbarclay.net/img/facebook.png>
2026-03-30 10:00:24 [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-30 10:00:24 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://catalogue.astonbarclay.net/img/twitter.png>
2026-03-30 10:00:24 [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-30 10:00:24 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://catalogue.astonbarclay.net/img/sprite2.png>
2026-03-30 10:00:24 [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-30 10:00:24 [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-30 10:00:24 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://catalogue.astonbarclay.net/img/logo-nama.png>
2026-03-30 10:00:24 [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-30 10:00:24 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://catalogue.astonbarclay.net/img/WV_Awards.png>
2026-03-30 10:00:24 [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-30 10:00:24 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://catalogue.astonbarclay.net/img/Business_Car_Award.jpg>
2026-03-30 10:00:24 [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-30 10:00:24 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://catalogue.astonbarclay.net/img/MTA_21.jpg>
2026-03-30 10:00:24 [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-30 10:00:24 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://catalogue.astonbarclay.net/img/logo-bsi.png>
2026-03-30 10:00:24 [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-30 10:00:24 [scrapy-playwright] DEBUG: [Context=default] Response: <202 https://sessions.bugsnag.com/>
2026-03-30 10:00:24 [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-30 10:00:24 [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-30 10:00:24 [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-30 10:00:24 [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-30 10:00:24 [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-30 10:00:24 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://catalogue.astonbarclay.net/api/vehicle/all>
2026-03-30 10:00:24 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn-ukwest.onetrust.com/scripttemplates/202405.1.0/assets/otCenterRounded.json>
2026-03-30 10:00:24 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn-ukwest.onetrust.com/scripttemplates/202405.1.0/assets/v2/otPcCenter.json>
2026-03-30 10:00:24 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn-ukwest.onetrust.com/scripttemplates/202405.1.0/assets/otCookieSettingsButton.json>
2026-03-30 10:00:24 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn-ukwest.onetrust.com/scripttemplates/202405.1.0/assets/otCommonStyles.css>
2026-03-30 10:00:24 [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-30 10:00:24 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://cdn-ukwest.onetrust.com/logos/static/ot_company_logo.png>
2026-03-30 10:00:24 [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-30 10:00:24 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://cdn-ukwest.onetrust.com/logos/static/powered_by_logo.svg>
2026-03-30 10:00:24 [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-30 10:00:25 [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-30 10:00:25 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://catalogue.astonbarclay.net/img/delivered-by-aa-logo.png>
2026-03-30 10:00:25 [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-30 10:00:25 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://catalogue.astonbarclay.net/img/icon-fuel.svg>
2026-03-30 10:00:25 [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-30 10:00:25 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://catalogue.astonbarclay.net/img/icon-transmission-auto.svg>
2026-03-30 10:00:25 [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-30 10:00:25 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://catalogue.astonbarclay.net/img/icon-engine.svg>
2026-03-30 10:00:25 [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-30 10:00:25 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://catalogue.astonbarclay.net/img/icon-mileage.svg>
2026-03-30 10:00:25 [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-30 10:00:25 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://catalogue.astonbarclay.net/img/icon-reg.svg>
2026-03-30 10:00:25 [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-30 10:00:25 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://catalogue.astonbarclay.net/img/icon-v5.svg>
2026-03-30 10:00:25 [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-30 10:00:25 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://catalogue.astonbarclay.net/img/icon-mot.svg>
2026-03-30 10:00:25 [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-30 10:00:25 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://catalogue.astonbarclay.net/img/icon-vat.svg>
2026-03-30 10:00:25 [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-30 10:00:25 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://catalogue.astonbarclay.net/img/icon-transmission-manual-alt.svg>
2026-03-30 10:00:25 [scrapy-playwright] DEBUG: [Context=default] Request: <HEAD https://abimg003.imgix.net/RJ72YYU/2026-02-11/image/a8d92841-d753-4704-996d-37e3733ad6f4_removebg.jpg?w=600> (resource type: fetch, referrer: https://catalogue.astonbarclay.net/)
2026-03-30 10:00:25 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <HEAD https://abimg003.imgix.net/RJ72YYU/2026-02-11/image/a8d92841-d753-4704-996d-37e3733ad6f4_removebg.jpg?w=600>
2026-03-30 10:00:25 [scrapy-playwright] DEBUG: [Context=default] Request: <HEAD https://abimg003.imgix.net/RF72KWY/2026-02-18/image/2b943bb5-4a8f-4919-b586-a2cce9dc6c9e_removebg.jpg?w=600> (resource type: fetch, referrer: https://catalogue.astonbarclay.net/)
2026-03-30 10:00:25 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <HEAD https://abimg003.imgix.net/RF72KWY/2026-02-18/image/2b943bb5-4a8f-4919-b586-a2cce9dc6c9e_removebg.jpg?w=600>
2026-03-30 10:00:25 [scrapy-playwright] DEBUG: [Context=default] Request: <HEAD https://abimg003.imgix.net/RF72GAO/2025-12-11/image/093f8695-52eb-4026-afd0-e8781f48dea1_removebg.jpg?w=600> (resource type: fetch, referrer: https://catalogue.astonbarclay.net/)
2026-03-30 10:00:25 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <HEAD https://abimg003.imgix.net/RF72GAO/2025-12-11/image/093f8695-52eb-4026-afd0-e8781f48dea1_removebg.jpg?w=600>
2026-03-30 10:00:25 [scrapy-playwright] DEBUG: [Context=default] Request: <HEAD https://abimg003.imgix.net/KX66UHW/2026-03-19/image/66973fb0-8e1e-4d20-8c0a-f4779c3a802e_removebg.jpg?w=600> (resource type: fetch, referrer: https://catalogue.astonbarclay.net/)
2026-03-30 10:00:25 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <HEAD https://abimg003.imgix.net/KX66UHW/2026-03-19/image/66973fb0-8e1e-4d20-8c0a-f4779c3a802e_removebg.jpg?w=600>
2026-03-30 10:00:25 [scrapy-playwright] DEBUG: [Context=default] Request: <HEAD https://abimg003.imgix.net/PJ69XPF/2026-03-25/image/246dd227-18b0-44e2-976e-4ec64dea8dab_removebg.jpg?w=600> (resource type: fetch, referrer: https://catalogue.astonbarclay.net/)
2026-03-30 10:00:25 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <HEAD https://abimg003.imgix.net/PJ69XPF/2026-03-25/image/246dd227-18b0-44e2-976e-4ec64dea8dab_removebg.jpg?w=600>
2026-03-30 10:00:25 [scrapy-playwright] DEBUG: [Context=default] Request: <HEAD https://abimg003.imgix.net/RV23AWO/2026-03-05/image/cf4feb2e-4d46-4a95-8313-f062798debce_removebg.jpg?w=600> (resource type: fetch, referrer: https://catalogue.astonbarclay.net/)
2026-03-30 10:00:25 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <HEAD https://abimg003.imgix.net/RV23AWO/2026-03-05/image/cf4feb2e-4d46-4a95-8313-f062798debce_removebg.jpg?w=600>
2026-03-30 10:00:25 [scrapy-playwright] DEBUG: [Context=default] Request: <HEAD https://abimg003.imgix.net/FM18PZV/2026-03-20/image/4b005926-28c0-41b6-90ac-24102d994df3_removebg.jpg?w=600> (resource type: fetch, referrer: https://catalogue.astonbarclay.net/)
2026-03-30 10:00:25 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <HEAD https://abimg003.imgix.net/FM18PZV/2026-03-20/image/4b005926-28c0-41b6-90ac-24102d994df3_removebg.jpg?w=600>
2026-03-30 10:00:25 [scrapy-playwright] DEBUG: [Context=default] Request: <HEAD https://abimg003.imgix.net/CJ23HXH/2026-03-12/image/fa5de827-f67a-4bc2-aec6-d2a945e4f704_removebg.jpg?w=600> (resource type: fetch, referrer: https://catalogue.astonbarclay.net/)
2026-03-30 10:00:25 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <HEAD https://abimg003.imgix.net/CJ23HXH/2026-03-12/image/fa5de827-f67a-4bc2-aec6-d2a945e4f704_removebg.jpg?w=600>
2026-03-30 10:00:25 [scrapy-playwright] DEBUG: [Context=default] Request: <HEAD https://abimg003.imgix.net/SY71OWB/2026-03-18/image/dac468ba-0656-4e3e-a8a9-45cc0922f080_removebg.jpg?w=600> (resource type: fetch, referrer: https://catalogue.astonbarclay.net/)
2026-03-30 10:00:25 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <HEAD https://abimg003.imgix.net/SY71OWB/2026-03-18/image/dac468ba-0656-4e3e-a8a9-45cc0922f080_removebg.jpg?w=600>
2026-03-30 10:00:25 [scrapy-playwright] DEBUG: [Context=default] Request: <HEAD https://abimg003.imgix.net/DG65OEF/2026-03-24/image/0c0b7b3c-8a11-4d8b-bbf8-adf9b4e49245_removebg.jpg?w=600> (resource type: fetch, referrer: https://catalogue.astonbarclay.net/)
2026-03-30 10:00:25 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <HEAD https://abimg003.imgix.net/DG65OEF/2026-03-24/image/0c0b7b3c-8a11-4d8b-bbf8-adf9b4e49245_removebg.jpg?w=600>
2026-03-30 10:00:25 [scrapy-playwright] DEBUG: [Context=default] Request: <HEAD https://abimg003.imgix.net/FD17EAY/2026-03-23/image/f4193ae3-a7eb-4aae-ba42-1dcfd0108648_removebg.jpg?w=600> (resource type: fetch, referrer: https://catalogue.astonbarclay.net/)
2026-03-30 10:00:25 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <HEAD https://abimg003.imgix.net/FD17EAY/2026-03-23/image/f4193ae3-a7eb-4aae-ba42-1dcfd0108648_removebg.jpg?w=600>
2026-03-30 10:00:25 [scrapy-playwright] DEBUG: [Context=default] Request: <HEAD https://abimg003.imgix.net/YF68MFA/2026-03-21/image/acc5bbfc-e81b-4415-b0ec-f1b6fd963b5a_removebg.jpg?w=600> (resource type: fetch, referrer: https://catalogue.astonbarclay.net/)
2026-03-30 10:00:25 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <HEAD https://abimg003.imgix.net/YF68MFA/2026-03-21/image/acc5bbfc-e81b-4415-b0ec-f1b6fd963b5a_removebg.jpg?w=600>
2026-03-30 10:00:25 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn-ukwest.onetrust.com/logos/static/ot_guard_logo.svg>
2026-03-30 10:00:25 [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-30 10:00:25 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://catalogue.astonbarclay.net/img/image-unavailable.png>
2026-03-30 10:00:25 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://notify.bugsnag.com/> (resource type: xhr, referrer: https://catalogue.astonbarclay.net/)
2026-03-30 10:00:25 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://notify.bugsnag.com/> (resource type: xhr, referrer: https://catalogue.astonbarclay.net/)
2026-03-30 10:00:25 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://notify.bugsnag.com/> (resource type: xhr, referrer: https://catalogue.astonbarclay.net/)
2026-03-30 10:00:25 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://notify.bugsnag.com/> (resource type: xhr, referrer: https://catalogue.astonbarclay.net/)
2026-03-30 10:00:25 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://notify.bugsnag.com/> (resource type: xhr, referrer: https://catalogue.astonbarclay.net/)
2026-03-30 10:00:25 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://notify.bugsnag.com/> (resource type: xhr, referrer: https://catalogue.astonbarclay.net/)
2026-03-30 10:00:25 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://notify.bugsnag.com/> (resource type: xhr, referrer: https://catalogue.astonbarclay.net/)
2026-03-30 10:00:25 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://notify.bugsnag.com/> (resource type: xhr, referrer: https://catalogue.astonbarclay.net/)
2026-03-30 10:00:25 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://notify.bugsnag.com/> (resource type: xhr, referrer: https://catalogue.astonbarclay.net/)
2026-03-30 10:00:25 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://notify.bugsnag.com/> (resource type: xhr, referrer: https://catalogue.astonbarclay.net/)
2026-03-30 10:00:25 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://fonts.gstatic.com/s/lexend/v26/wlptgwvFAVdoq2_F94zlCfv0bz1WCzsWzLdneg.woff2>
2026-03-30 10:00:25 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://pi.pardot.com/pd.js> (resource type: script, referrer: https://catalogue.astonbarclay.net/)
2026-03-30 10:00:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/vehicle-search> (referer: None) ['playwright']
2026-03-30 10:00:26 [astonbarclay.gb] INFO: Cookies from Playwright: [{'name': 'OptanonConsent', 'value': 'isGpcEnabled=0&datestamp=Mon+Mar+30+2026+10%3A00%3A24+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': 1806400824, 'httpOnly': False, 'secure': False, 'sameSite': 'Lax'}]
2026-03-30 10:00:26 [astonbarclay.gb] INFO: Scrapy-formatted cookies: [{'name': 'OptanonConsent', 'value': 'isGpcEnabled=0&datestamp=Mon+Mar+30+2026+10%3A00%3A24+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-30 10:00:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:00:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /SpiderData(PartitionKey='Adesa',RowKey='cookies') HTTP/1.1" 204 0
2026-03-30 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-30 10:00:26 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://notify.bugsnag.com/>
2026-03-30 10:00:26 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://notify.bugsnag.com/>
2026-03-30 10:00:26 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://notify.bugsnag.com/>
2026-03-30 10:00:27 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://notify.bugsnag.com/>
2026-03-30 10:00:27 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://notify.bugsnag.com/>
2026-03-30 10:00:27 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://notify.bugsnag.com/>
2026-03-30 10:00:27 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://notify.bugsnag.com/>
2026-03-30 10:00:27 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://notify.bugsnag.com/>
2026-03-30 10:00:27 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://notify.bugsnag.com/>
2026-03-30 10:00:27 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://pi.pardot.com/pd.js>
2026-03-30 10:00:27 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://notify.bugsnag.com/>
2026-03-30 10:00:28 [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-30 10:00:28 [astonbarclay.gb] INFO: Found listing with ID: 119310122
2026-03-30 10:00:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27119310122%27 HTTP/1.1" 200 None
2026-03-30 10:00:28 [astonbarclay.gb] INFO: Scrape type for 119310122: 0
2026-03-30 10:00:28 [astonbarclay.gb] INFO: Found listing with ID: 119637509
2026-03-30 10:00:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27119637509%27 HTTP/1.1" 200 None
2026-03-30 10:00:28 [astonbarclay.gb] INFO: Scrape type for 119637509: 0
2026-03-30 10:00:28 [astonbarclay.gb] INFO: Found listing with ID: 117830350
2026-03-30 10:00:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27117830350%27 HTTP/1.1" 200 None
2026-03-30 10:00:28 [astonbarclay.gb] INFO: Scrape type for 117830350: 0
2026-03-30 10:00:28 [astonbarclay.gb] INFO: Found listing with ID: 120592457
2026-03-30 10:00:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120592457%27 HTTP/1.1" 200 None
2026-03-30 10:00:28 [astonbarclay.gb] INFO: Scrape type for 120592457: 0
2026-03-30 10:00:28 [astonbarclay.gb] INFO: Found listing with ID: 120741234
2026-03-30 10:00:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120741234%27 HTTP/1.1" 200 None
2026-03-30 10:00:28 [astonbarclay.gb] INFO: Scrape type for 120741234: 0
2026-03-30 10:00:28 [astonbarclay.gb] INFO: Found listing with ID: 120171916
2026-03-30 10:00:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120171916%27 HTTP/1.1" 200 None
2026-03-30 10:00:28 [astonbarclay.gb] INFO: Scrape type for 120171916: 0
2026-03-30 10:00:28 [astonbarclay.gb] INFO: Found listing with ID: 120620673
2026-03-30 10:00:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120620673%27 HTTP/1.1" 200 None
2026-03-30 10:00:28 [astonbarclay.gb] INFO: Scrape type for 120620673: 0
2026-03-30 10:00:28 [astonbarclay.gb] INFO: Found listing with ID: 120404223
2026-03-30 10:00:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120404223%27 HTTP/1.1" 200 None
2026-03-30 10:00:28 [astonbarclay.gb] INFO: Scrape type for 120404223: 0
2026-03-30 10:00:28 [astonbarclay.gb] INFO: Found listing with ID: 120510340
2026-03-30 10:00:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120510340%27 HTTP/1.1" 200 None
2026-03-30 10:00:28 [astonbarclay.gb] INFO: Scrape type for 120510340: 0
2026-03-30 10:00:28 [astonbarclay.gb] INFO: Found listing with ID: 119960187
2026-03-30 10:00:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27119960187%27 HTTP/1.1" 200 None
2026-03-30 10:00:28 [astonbarclay.gb] INFO: Scrape type for 119960187: 0
2026-03-30 10:00:28 [astonbarclay.gb] INFO: Found listing with ID: 120595536
2026-03-30 10:00:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120595536%27 HTTP/1.1" 200 None
2026-03-30 10:00:28 [astonbarclay.gb] INFO: Scrape type for 120595536: 0
2026-03-30 10:00:28 [astonbarclay.gb] INFO: Found listing with ID: 120597579
2026-03-30 10:00:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120597579%27 HTTP/1.1" 200 None
2026-03-30 10:00:28 [astonbarclay.gb] INFO: Scrape type for 120597579: 0
2026-03-30 10:00:28 [astonbarclay.gb] INFO: Found listing with ID: 120592265
2026-03-30 10:00:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120592265%27 HTTP/1.1" 200 None
2026-03-30 10:00:28 [astonbarclay.gb] INFO: Scrape type for 120592265: 0
2026-03-30 10:00:28 [astonbarclay.gb] INFO: Found listing with ID: 120595560
2026-03-30 10:00:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120595560%27 HTTP/1.1" 200 None
2026-03-30 10:00:28 [astonbarclay.gb] INFO: Scrape type for 120595560: 0
2026-03-30 10:00:28 [astonbarclay.gb] INFO: Found listing with ID: 120145776
2026-03-30 10:00:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120145776%27 HTTP/1.1" 200 None
2026-03-30 10:00:28 [astonbarclay.gb] INFO: Scrape type for 120145776: 0
2026-03-30 10:00:28 [astonbarclay.gb] INFO: Found listing with ID: 120595703
2026-03-30 10:00:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120595703%27 HTTP/1.1" 200 None
2026-03-30 10:00:28 [astonbarclay.gb] INFO: Scrape type for 120595703: 0
2026-03-30 10:00:28 [astonbarclay.gb] INFO: Found listing with ID: 120595487
2026-03-30 10:00:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120595487%27 HTTP/1.1" 200 None
2026-03-30 10:00:28 [astonbarclay.gb] INFO: Scrape type for 120595487: 0
2026-03-30 10:00:28 [astonbarclay.gb] INFO: Found listing with ID: 120592274
2026-03-30 10:00:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120592274%27 HTTP/1.1" 200 None
2026-03-30 10:00:28 [astonbarclay.gb] INFO: Scrape type for 120592274: 0
2026-03-30 10:00:28 [astonbarclay.gb] INFO: Found listing with ID: 120595682
2026-03-30 10:00:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120595682%27 HTTP/1.1" 200 None
2026-03-30 10:00:28 [astonbarclay.gb] INFO: Scrape type for 120595682: 0
2026-03-30 10:00:28 [astonbarclay.gb] INFO: Found listing with ID: 120461410
2026-03-30 10:00:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120461410%27 HTTP/1.1" 200 None
2026-03-30 10:00:28 [astonbarclay.gb] INFO: Scrape type for 120461410: 0
2026-03-30 10:00:28 [astonbarclay.gb] INFO: Found listing with ID: 120623833
2026-03-30 10:00:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120623833%27 HTTP/1.1" 200 None
2026-03-30 10:00:28 [astonbarclay.gb] INFO: Scrape type for 120623833: 0
2026-03-30 10:00:28 [astonbarclay.gb] INFO: Found listing with ID: 120440606
2026-03-30 10:00:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120440606%27 HTTP/1.1" 200 None
2026-03-30 10:00:28 [astonbarclay.gb] INFO: Scrape type for 120440606: 0
2026-03-30 10:00:28 [astonbarclay.gb] INFO: Found listing with ID: 120595672
2026-03-30 10:00:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120595672%27 HTTP/1.1" 200 None
2026-03-30 10:00:28 [astonbarclay.gb] INFO: Scrape type for 120595672: 0
2026-03-30 10:00:28 [astonbarclay.gb] INFO: Found listing with ID: 120595505
2026-03-30 10:00:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120595505%27 HTTP/1.1" 200 None
2026-03-30 10:00:28 [astonbarclay.gb] INFO: Scrape type for 120595505: 0
2026-03-30 10:00:28 [astonbarclay.gb] INFO: Found listing with ID: 120592245
2026-03-30 10:00:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120592245%27 HTTP/1.1" 200 None
2026-03-30 10:00:28 [astonbarclay.gb] INFO: Scrape type for 120592245: 0
2026-03-30 10:00:28 [astonbarclay.gb] INFO: Found listing with ID: 119837652
2026-03-30 10:00:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27119837652%27 HTTP/1.1" 200 None
2026-03-30 10:00:28 [astonbarclay.gb] INFO: Scrape type for 119837652: 0
2026-03-30 10:00:28 [astonbarclay.gb] INFO: Found listing with ID: 119848508
2026-03-30 10:00:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27119848508%27 HTTP/1.1" 200 None
2026-03-30 10:00:28 [astonbarclay.gb] INFO: Scrape type for 119848508: 0
2026-03-30 10:00:28 [astonbarclay.gb] INFO: Found listing with ID: 120196358
2026-03-30 10:00:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120196358%27 HTTP/1.1" 200 None
2026-03-30 10:00:28 [astonbarclay.gb] INFO: Scrape type for 120196358: 0
2026-03-30 10:00:28 [astonbarclay.gb] INFO: Found listing with ID: 114262881
2026-03-30 10:00:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27114262881%27 HTTP/1.1" 200 None
2026-03-30 10:00:29 [astonbarclay.gb] INFO: Scrape type for 114262881: 0
2026-03-30 10:00:29 [astonbarclay.gb] INFO: Found listing with ID: 120256233
2026-03-30 10:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120256233%27 HTTP/1.1" 200 None
2026-03-30 10:00:29 [astonbarclay.gb] INFO: Scrape type for 120256233: 0
2026-03-30 10:00:29 [astonbarclay.gb] INFO: Found listing with ID: 120214662
2026-03-30 10:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120214662%27 HTTP/1.1" 200 None
2026-03-30 10:00:29 [astonbarclay.gb] INFO: Scrape type for 120214662: 0
2026-03-30 10:00:29 [astonbarclay.gb] INFO: Found listing with ID: 119896301
2026-03-30 10:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27119896301%27 HTTP/1.1" 200 None
2026-03-30 10:00:29 [astonbarclay.gb] INFO: Scrape type for 119896301: 0
2026-03-30 10:00:29 [astonbarclay.gb] INFO: Found listing with ID: 119618922
2026-03-30 10:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27119618922%27 HTTP/1.1" 200 None
2026-03-30 10:00:29 [astonbarclay.gb] INFO: Scrape type for 119618922: 0
2026-03-30 10:00:29 [astonbarclay.gb] INFO: Found listing with ID: 120060014
2026-03-30 10:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120060014%27 HTTP/1.1" 200 None
2026-03-30 10:00:29 [astonbarclay.gb] INFO: Scrape type for 120060014: 0
2026-03-30 10:00:29 [astonbarclay.gb] INFO: Found listing with ID: 118914209
2026-03-30 10:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27118914209%27 HTTP/1.1" 200 None
2026-03-30 10:00:29 [astonbarclay.gb] INFO: Scrape type for 118914209: 0
2026-03-30 10:00:29 [astonbarclay.gb] INFO: Found listing with ID: 120287242
2026-03-30 10:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120287242%27 HTTP/1.1" 200 None
2026-03-30 10:00:29 [astonbarclay.gb] INFO: Scrape type for 120287242: 0
2026-03-30 10:00:29 [astonbarclay.gb] INFO: Found listing with ID: 120168848
2026-03-30 10:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120168848%27 HTTP/1.1" 200 None
2026-03-30 10:00:29 [astonbarclay.gb] INFO: Scrape type for 120168848: 0
2026-03-30 10:00:29 [astonbarclay.gb] INFO: Found listing with ID: 118014845
2026-03-30 10:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27118014845%27 HTTP/1.1" 200 None
2026-03-30 10:00:29 [astonbarclay.gb] INFO: Scrape type for 118014845: 0
2026-03-30 10:00:29 [astonbarclay.gb] INFO: Found listing with ID: 120123036
2026-03-30 10:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120123036%27 HTTP/1.1" 200 None
2026-03-30 10:00:29 [astonbarclay.gb] INFO: Scrape type for 120123036: 0
2026-03-30 10:00:29 [astonbarclay.gb] INFO: Found listing with ID: 120248585
2026-03-30 10:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120248585%27 HTTP/1.1" 200 None
2026-03-30 10:00:29 [astonbarclay.gb] INFO: Scrape type for 120248585: 0
2026-03-30 10:00:29 [astonbarclay.gb] INFO: Found listing with ID: 120714439
2026-03-30 10:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120714439%27 HTTP/1.1" 200 None
2026-03-30 10:00:29 [astonbarclay.gb] INFO: Scrape type for 120714439: 0
2026-03-30 10:00:29 [astonbarclay.gb] INFO: Found listing with ID: 120713961
2026-03-30 10:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120713961%27 HTTP/1.1" 200 None
2026-03-30 10:00:29 [astonbarclay.gb] INFO: Scrape type for 120713961: 0
2026-03-30 10:00:29 [astonbarclay.gb] INFO: Found listing with ID: 120755440
2026-03-30 10:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120755440%27 HTTP/1.1" 200 None
2026-03-30 10:00:29 [astonbarclay.gb] INFO: Scrape type for 120755440: 0
2026-03-30 10:00:29 [astonbarclay.gb] INFO: Found listing with ID: 120733331
2026-03-30 10:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120733331%27 HTTP/1.1" 200 None
2026-03-30 10:00:29 [astonbarclay.gb] INFO: Scrape type for 120733331: 0
2026-03-30 10:00:29 [astonbarclay.gb] INFO: Found listing with ID: 120749209
2026-03-30 10:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120749209%27 HTTP/1.1" 200 None
2026-03-30 10:00:29 [astonbarclay.gb] INFO: Scrape type for 120749209: 0
2026-03-30 10:00:29 [astonbarclay.gb] INFO: Found listing with ID: 120746372
2026-03-30 10:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120746372%27 HTTP/1.1" 200 None
2026-03-30 10:00:29 [astonbarclay.gb] INFO: Scrape type for 120746372: 0
2026-03-30 10:00:29 [astonbarclay.gb] INFO: Found listing with ID: 120764254
2026-03-30 10:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120764254%27 HTTP/1.1" 200 None
2026-03-30 10:00:29 [astonbarclay.gb] INFO: Scrape type for 120764254: 0
2026-03-30 10:00:29 [astonbarclay.gb] INFO: Found listing with ID: 120297677
2026-03-30 10:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120297677%27 HTTP/1.1" 200 None
2026-03-30 10:00:29 [astonbarclay.gb] INFO: Scrape type for 120297677: 0
2026-03-30 10:00:29 [astonbarclay.gb] INFO: Found listing with ID: 120620613
2026-03-30 10:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120620613%27 HTTP/1.1" 200 None
2026-03-30 10:00:29 [astonbarclay.gb] INFO: Scrape type for 120620613: 0
2026-03-30 10:00:29 [astonbarclay.gb] INFO: Found listing with ID: 120413042
2026-03-30 10:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120413042%27 HTTP/1.1" 200 None
2026-03-30 10:00:29 [astonbarclay.gb] INFO: Scrape type for 120413042: 0
2026-03-30 10:00:29 [astonbarclay.gb] INFO: Found listing with ID: 120537923
2026-03-30 10:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120537923%27 HTTP/1.1" 200 None
2026-03-30 10:00:29 [astonbarclay.gb] INFO: Scrape type for 120537923: 0
2026-03-30 10:00:29 [astonbarclay.gb] INFO: Found listing with ID: 120584460
2026-03-30 10:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120584460%27 HTTP/1.1" 200 None
2026-03-30 10:00:29 [astonbarclay.gb] INFO: Scrape type for 120584460: 2
2026-03-30 10:00:29 [astonbarclay.gb] INFO: Found listing with ID: 120368640
2026-03-30 10:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120368640%27 HTTP/1.1" 200 None
2026-03-30 10:00:29 [astonbarclay.gb] INFO: Scrape type for 120368640: 0
2026-03-30 10:00:29 [astonbarclay.gb] INFO: Found listing with ID: 120666587
2026-03-30 10:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120666587%27 HTTP/1.1" 200 None
2026-03-30 10:00:29 [astonbarclay.gb] INFO: Scrape type for 120666587: 0
2026-03-30 10:00:29 [astonbarclay.gb] INFO: Found listing with ID: 120668424
2026-03-30 10:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120668424%27 HTTP/1.1" 200 None
2026-03-30 10:00:29 [astonbarclay.gb] INFO: Scrape type for 120668424: 0
2026-03-30 10:00:29 [astonbarclay.gb] INFO: Found listing with ID: 120396890
2026-03-30 10:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120396890%27 HTTP/1.1" 200 None
2026-03-30 10:00:29 [astonbarclay.gb] INFO: Scrape type for 120396890: 0
2026-03-30 10:00:29 [astonbarclay.gb] INFO: Found listing with ID: 120651855
2026-03-30 10:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120651855%27 HTTP/1.1" 200 None
2026-03-30 10:00:29 [astonbarclay.gb] INFO: Scrape type for 120651855: 0
2026-03-30 10:00:29 [astonbarclay.gb] INFO: Found listing with ID: 120587142
2026-03-30 10:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120587142%27 HTTP/1.1" 200 None
2026-03-30 10:00:29 [astonbarclay.gb] INFO: Scrape type for 120587142: 0
2026-03-30 10:00:29 [astonbarclay.gb] INFO: Found listing with ID: 120367809
2026-03-30 10:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120367809%27 HTTP/1.1" 200 None
2026-03-30 10:00:29 [astonbarclay.gb] INFO: Scrape type for 120367809: 2
2026-03-30 10:00:29 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:00:29 [astonbarclay.gb] INFO: Found listing with ID: 120684046
2026-03-30 10:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120684046%27 HTTP/1.1" 200 None
2026-03-30 10:00:29 [astonbarclay.gb] INFO: Scrape type for 120684046: 0
2026-03-30 10:00:29 [astonbarclay.gb] INFO: Found listing with ID: 120668316
2026-03-30 10:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120668316%27 HTTP/1.1" 200 None
2026-03-30 10:00:29 [astonbarclay.gb] INFO: Scrape type for 120668316: 0
2026-03-30 10:00:29 [astonbarclay.gb] INFO: Found listing with ID: 120695152
2026-03-30 10:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120695152%27 HTTP/1.1" 200 None
2026-03-30 10:00:29 [astonbarclay.gb] INFO: Scrape type for 120695152: 2
2026-03-30 10:00:29 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:00:29 [astonbarclay.gb] INFO: Found listing with ID: 120659978
2026-03-30 10:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120659978%27 HTTP/1.1" 200 None
2026-03-30 10:00:29 [astonbarclay.gb] INFO: Scrape type for 120659978: 0
2026-03-30 10:00:29 [astonbarclay.gb] INFO: Found listing with ID: 120667873
2026-03-30 10:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120667873%27 HTTP/1.1" 200 None
2026-03-30 10:00:29 [astonbarclay.gb] INFO: Scrape type for 120667873: 0
2026-03-30 10:00:29 [astonbarclay.gb] INFO: Found listing with ID: 120646164
2026-03-30 10:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120646164%27 HTTP/1.1" 200 None
2026-03-30 10:00:29 [astonbarclay.gb] INFO: Scrape type for 120646164: 0
2026-03-30 10:00:29 [astonbarclay.gb] INFO: Found listing with ID: 120428169
2026-03-30 10:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120428169%27 HTTP/1.1" 200 None
2026-03-30 10:00:29 [astonbarclay.gb] INFO: Scrape type for 120428169: 0
2026-03-30 10:00:29 [astonbarclay.gb] INFO: Found listing with ID: 120690371
2026-03-30 10:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120690371%27 HTTP/1.1" 200 None
2026-03-30 10:00:29 [astonbarclay.gb] INFO: Scrape type for 120690371: 0
2026-03-30 10:00:29 [astonbarclay.gb] INFO: Found listing with ID: 120667528
2026-03-30 10:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120667528%27 HTTP/1.1" 200 None
2026-03-30 10:00:29 [astonbarclay.gb] INFO: Scrape type for 120667528: 0
2026-03-30 10:00:29 [astonbarclay.gb] INFO: Found listing with ID: 120584837
2026-03-30 10:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120584837%27 HTTP/1.1" 200 None
2026-03-30 10:00:29 [astonbarclay.gb] INFO: Scrape type for 120584837: 0
2026-03-30 10:00:29 [astonbarclay.gb] INFO: Found listing with ID: 120481458
2026-03-30 10:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120481458%27 HTTP/1.1" 200 None
2026-03-30 10:00:29 [astonbarclay.gb] INFO: Scrape type for 120481458: 0
2026-03-30 10:00:29 [astonbarclay.gb] INFO: Found listing with ID: 120668504
2026-03-30 10:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120668504%27 HTTP/1.1" 200 None
2026-03-30 10:00:29 [astonbarclay.gb] INFO: Scrape type for 120668504: 0
2026-03-30 10:00:29 [astonbarclay.gb] INFO: Found listing with ID: 120453748
2026-03-30 10:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120453748%27 HTTP/1.1" 200 None
2026-03-30 10:00:29 [astonbarclay.gb] INFO: Scrape type for 120453748: 0
2026-03-30 10:00:29 [astonbarclay.gb] INFO: Found listing with ID: 120591724
2026-03-30 10:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120591724%27 HTTP/1.1" 200 None
2026-03-30 10:00:29 [astonbarclay.gb] INFO: Scrape type for 120591724: 0
2026-03-30 10:00:29 [astonbarclay.gb] INFO: Found listing with ID: 120656496
2026-03-30 10:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120656496%27 HTTP/1.1" 200 None
2026-03-30 10:00:29 [astonbarclay.gb] INFO: Scrape type for 120656496: 0
2026-03-30 10:00:29 [astonbarclay.gb] INFO: Found listing with ID: 120741069
2026-03-30 10:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120741069%27 HTTP/1.1" 200 None
2026-03-30 10:00:30 [astonbarclay.gb] INFO: Scrape type for 120741069: 0
2026-03-30 10:00:30 [astonbarclay.gb] INFO: Found listing with ID: 109174414
2026-03-30 10:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27109174414%27 HTTP/1.1" 200 None
2026-03-30 10:00:30 [astonbarclay.gb] INFO: Scrape type for 109174414: 0
2026-03-30 10:00:30 [astonbarclay.gb] INFO: Found listing with ID: 120735368
2026-03-30 10:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120735368%27 HTTP/1.1" 200 None
2026-03-30 10:00:30 [astonbarclay.gb] INFO: Scrape type for 120735368: 0
2026-03-30 10:00:30 [astonbarclay.gb] INFO: Found listing with ID: 120801754
2026-03-30 10:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120801754%27 HTTP/1.1" 200 None
2026-03-30 10:00:30 [astonbarclay.gb] INFO: Scrape type for 120801754: 0
2026-03-30 10:00:30 [astonbarclay.gb] INFO: Found listing with ID: 120790500
2026-03-30 10:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120790500%27 HTTP/1.1" 200 None
2026-03-30 10:00:30 [astonbarclay.gb] INFO: Scrape type for 120790500: 0
2026-03-30 10:00:30 [astonbarclay.gb] INFO: Found listing with ID: 120790372
2026-03-30 10:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120790372%27 HTTP/1.1" 200 None
2026-03-30 10:00:30 [astonbarclay.gb] INFO: Scrape type for 120790372: 0
2026-03-30 10:00:30 [astonbarclay.gb] INFO: Found listing with ID: 120763633
2026-03-30 10:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120763633%27 HTTP/1.1" 200 None
2026-03-30 10:00:30 [astonbarclay.gb] INFO: Scrape type for 120763633: 0
2026-03-30 10:00:30 [astonbarclay.gb] INFO: Found listing with ID: 120732683
2026-03-30 10:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120732683%27 HTTP/1.1" 200 None
2026-03-30 10:00:30 [astonbarclay.gb] INFO: Scrape type for 120732683: 0
2026-03-30 10:00:30 [astonbarclay.gb] INFO: Found listing with ID: 120763186
2026-03-30 10:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120763186%27 HTTP/1.1" 200 None
2026-03-30 10:00:30 [astonbarclay.gb] INFO: Scrape type for 120763186: 0
2026-03-30 10:00:30 [astonbarclay.gb] INFO: Found listing with ID: 120320853
2026-03-30 10:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120320853%27 HTTP/1.1" 200 None
2026-03-30 10:00:30 [astonbarclay.gb] INFO: Scrape type for 120320853: 0
2026-03-30 10:00:30 [astonbarclay.gb] INFO: Found listing with ID: 120696486
2026-03-30 10:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120696486%27 HTTP/1.1" 200 None
2026-03-30 10:00:30 [astonbarclay.gb] INFO: Scrape type for 120696486: 0
2026-03-30 10:00:30 [astonbarclay.gb] INFO: Found listing with ID: 120322108
2026-03-30 10:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120322108%27 HTTP/1.1" 200 None
2026-03-30 10:00:30 [astonbarclay.gb] INFO: Scrape type for 120322108: 0
2026-03-30 10:00:30 [astonbarclay.gb] INFO: Found listing with ID: 120714054
2026-03-30 10:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120714054%27 HTTP/1.1" 200 None
2026-03-30 10:00:30 [astonbarclay.gb] INFO: Scrape type for 120714054: 0
2026-03-30 10:00:30 [astonbarclay.gb] INFO: Found listing with ID: 120766714
2026-03-30 10:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120766714%27 HTTP/1.1" 200 None
2026-03-30 10:00:30 [astonbarclay.gb] INFO: Scrape type for 120766714: 0
2026-03-30 10:00:30 [astonbarclay.gb] INFO: Found listing with ID: 120801744
2026-03-30 10:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120801744%27 HTTP/1.1" 200 None
2026-03-30 10:00:30 [astonbarclay.gb] INFO: Scrape type for 120801744: 0
2026-03-30 10:00:30 [astonbarclay.gb] INFO: Found listing with ID: 120714062
2026-03-30 10:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120714062%27 HTTP/1.1" 200 None
2026-03-30 10:00:30 [astonbarclay.gb] INFO: Scrape type for 120714062: 0
2026-03-30 10:00:30 [astonbarclay.gb] INFO: Found listing with ID: 120798718
2026-03-30 10:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120798718%27 HTTP/1.1" 200 None
2026-03-30 10:00:30 [astonbarclay.gb] INFO: Scrape type for 120798718: 0
2026-03-30 10:00:30 [astonbarclay.gb] INFO: Found listing with ID: 120794507
2026-03-30 10:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120794507%27 HTTP/1.1" 200 None
2026-03-30 10:00:30 [astonbarclay.gb] INFO: Scrape type for 120794507: 0
2026-03-30 10:00:30 [astonbarclay.gb] INFO: Found listing with ID: 120693873
2026-03-30 10:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120693873%27 HTTP/1.1" 200 None
2026-03-30 10:00:30 [astonbarclay.gb] INFO: Scrape type for 120693873: 0
2026-03-30 10:00:30 [astonbarclay.gb] INFO: Found listing with ID: 120794387
2026-03-30 10:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120794387%27 HTTP/1.1" 200 None
2026-03-30 10:00:30 [astonbarclay.gb] INFO: Scrape type for 120794387: 0
2026-03-30 10:00:30 [astonbarclay.gb] INFO: Found listing with ID: 120761595
2026-03-30 10:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120761595%27 HTTP/1.1" 200 None
2026-03-30 10:00:30 [astonbarclay.gb] INFO: Scrape type for 120761595: 0
2026-03-30 10:00:30 [astonbarclay.gb] INFO: Found listing with ID: 119811587
2026-03-30 10:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27119811587%27 HTTP/1.1" 200 None
2026-03-30 10:00:30 [astonbarclay.gb] INFO: Scrape type for 119811587: 0
2026-03-30 10:00:30 [astonbarclay.gb] INFO: Found listing with ID: 120280975
2026-03-30 10:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120280975%27 HTTP/1.1" 200 None
2026-03-30 10:00:30 [astonbarclay.gb] INFO: Scrape type for 120280975: 0
2026-03-30 10:00:30 [astonbarclay.gb] INFO: Found listing with ID: 119629779
2026-03-30 10:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27119629779%27 HTTP/1.1" 200 None
2026-03-30 10:00:30 [astonbarclay.gb] INFO: Scrape type for 119629779: 0
2026-03-30 10:00:30 [astonbarclay.gb] INFO: Found listing with ID: 120327884
2026-03-30 10:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120327884%27 HTTP/1.1" 200 None
2026-03-30 10:00:30 [astonbarclay.gb] INFO: Scrape type for 120327884: 0
2026-03-30 10:00:30 [astonbarclay.gb] INFO: Found listing with ID: 120453970
2026-03-30 10:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120453970%27 HTTP/1.1" 200 None
2026-03-30 10:00:30 [astonbarclay.gb] INFO: Scrape type for 120453970: 0
2026-03-30 10:00:30 [astonbarclay.gb] INFO: Found listing with ID: 120753553
2026-03-30 10:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120753553%27 HTTP/1.1" 200 None
2026-03-30 10:00:30 [astonbarclay.gb] INFO: Scrape type for 120753553: 0
2026-03-30 10:00:30 [astonbarclay.gb] INFO: Found listing with ID: 120794223
2026-03-30 10:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120794223%27 HTTP/1.1" 200 None
2026-03-30 10:00:30 [astonbarclay.gb] INFO: Scrape type for 120794223: 0
2026-03-30 10:00:30 [astonbarclay.gb] INFO: Found listing with ID: 120750401
2026-03-30 10:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120750401%27 HTTP/1.1" 200 None
2026-03-30 10:00:30 [astonbarclay.gb] INFO: Scrape type for 120750401: 0
2026-03-30 10:00:30 [astonbarclay.gb] INFO: Found listing with ID: 120797674
2026-03-30 10:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120797674%27 HTTP/1.1" 200 None
2026-03-30 10:00:30 [astonbarclay.gb] INFO: Scrape type for 120797674: 0
2026-03-30 10:00:30 [astonbarclay.gb] INFO: Found listing with ID: 120654283
2026-03-30 10:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120654283%27 HTTP/1.1" 200 None
2026-03-30 10:00:30 [astonbarclay.gb] INFO: Scrape type for 120654283: 0
2026-03-30 10:00:30 [astonbarclay.gb] INFO: Found listing with ID: 120754078
2026-03-30 10:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120754078%27 HTTP/1.1" 200 None
2026-03-30 10:00:30 [astonbarclay.gb] INFO: Scrape type for 120754078: 0
2026-03-30 10:00:30 [astonbarclay.gb] INFO: Found listing with ID: 120754325
2026-03-30 10:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120754325%27 HTTP/1.1" 200 None
2026-03-30 10:00:30 [astonbarclay.gb] INFO: Scrape type for 120754325: 0
2026-03-30 10:00:30 [astonbarclay.gb] INFO: Found listing with ID: 120794574
2026-03-30 10:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120794574%27 HTTP/1.1" 200 None
2026-03-30 10:00:30 [astonbarclay.gb] INFO: Scrape type for 120794574: 0
2026-03-30 10:00:30 [astonbarclay.gb] INFO: Found listing with ID: 120657468
2026-03-30 10:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120657468%27 HTTP/1.1" 200 None
2026-03-30 10:00:30 [astonbarclay.gb] INFO: Scrape type for 120657468: 0
2026-03-30 10:00:30 [astonbarclay.gb] INFO: Found listing with ID: 120582597
2026-03-30 10:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120582597%27 HTTP/1.1" 200 None
2026-03-30 10:00:30 [astonbarclay.gb] INFO: Scrape type for 120582597: 0
2026-03-30 10:00:30 [astonbarclay.gb] INFO: Found listing with ID: 120832784
2026-03-30 10:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120832784%27 HTTP/1.1" 200 None
2026-03-30 10:00:30 [astonbarclay.gb] INFO: Scrape type for 120832784: 0
2026-03-30 10:00:30 [astonbarclay.gb] INFO: Found listing with ID: 120828637
2026-03-30 10:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120828637%27 HTTP/1.1" 200 None
2026-03-30 10:00:30 [astonbarclay.gb] INFO: Scrape type for 120828637: 0
2026-03-30 10:00:30 [astonbarclay.gb] INFO: Found listing with ID: 120832446
2026-03-30 10:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120832446%27 HTTP/1.1" 200 None
2026-03-30 10:00:30 [astonbarclay.gb] INFO: Scrape type for 120832446: 0
2026-03-30 10:00:30 [astonbarclay.gb] INFO: Found listing with ID: 120833244
2026-03-30 10:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120833244%27 HTTP/1.1" 200 None
2026-03-30 10:00:30 [astonbarclay.gb] INFO: Scrape type for 120833244: 0
2026-03-30 10:00:30 [astonbarclay.gb] INFO: Found listing with ID: 120830848
2026-03-30 10:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120830848%27 HTTP/1.1" 200 None
2026-03-30 10:00:30 [astonbarclay.gb] INFO: Scrape type for 120830848: 0
2026-03-30 10:00:30 [astonbarclay.gb] INFO: Found listing with ID: 120750706
2026-03-30 10:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120750706%27 HTTP/1.1" 200 None
2026-03-30 10:00:30 [astonbarclay.gb] INFO: Scrape type for 120750706: 0
2026-03-30 10:00:30 [astonbarclay.gb] INFO: Found listing with ID: 120192862
2026-03-30 10:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120192862%27 HTTP/1.1" 200 None
2026-03-30 10:00:30 [astonbarclay.gb] INFO: Scrape type for 120192862: 0
2026-03-30 10:00:30 [astonbarclay.gb] INFO: Found listing with ID: 120752578
2026-03-30 10:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120752578%27 HTTP/1.1" 200 None
2026-03-30 10:00:30 [astonbarclay.gb] INFO: Scrape type for 120752578: 0
2026-03-30 10:00:30 [astonbarclay.gb] INFO: Found listing with ID: 120402526
2026-03-30 10:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120402526%27 HTTP/1.1" 200 None
2026-03-30 10:00:30 [astonbarclay.gb] INFO: Scrape type for 120402526: 0
2026-03-30 10:00:30 [astonbarclay.gb] INFO: Found listing with ID: 120439927
2026-03-30 10:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120439927%27 HTTP/1.1" 200 None
2026-03-30 10:00:30 [astonbarclay.gb] INFO: Scrape type for 120439927: 0
2026-03-30 10:00:30 [astonbarclay.gb] INFO: Found listing with ID: 120827887
2026-03-30 10:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120827887%27 HTTP/1.1" 200 None
2026-03-30 10:00:30 [astonbarclay.gb] INFO: Scrape type for 120827887: 0
2026-03-30 10:00:30 [astonbarclay.gb] INFO: Found listing with ID: 120406739
2026-03-30 10:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120406739%27 HTTP/1.1" 200 None
2026-03-30 10:00:30 [astonbarclay.gb] INFO: Scrape type for 120406739: 0
2026-03-30 10:00:30 [astonbarclay.gb] INFO: Found listing with ID: 120751254
2026-03-30 10:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120751254%27 HTTP/1.1" 200 None
2026-03-30 10:00:30 [astonbarclay.gb] INFO: Scrape type for 120751254: 0
2026-03-30 10:00:30 [astonbarclay.gb] INFO: Found listing with ID: 120364358
2026-03-30 10:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120364358%27 HTTP/1.1" 200 None
2026-03-30 10:00:30 [astonbarclay.gb] INFO: Scrape type for 120364358: 0
2026-03-30 10:00:30 [astonbarclay.gb] INFO: Found listing with ID: 120751141
2026-03-30 10:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120751141%27 HTTP/1.1" 200 None
2026-03-30 10:00:30 [astonbarclay.gb] INFO: Scrape type for 120751141: 0
2026-03-30 10:00:30 [astonbarclay.gb] INFO: Found listing with ID: 120617164
2026-03-30 10:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120617164%27 HTTP/1.1" 200 None
2026-03-30 10:00:30 [astonbarclay.gb] INFO: Scrape type for 120617164: 0
2026-03-30 10:00:30 [astonbarclay.gb] INFO: Found listing with ID: 120832987
2026-03-30 10:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120832987%27 HTTP/1.1" 200 None
2026-03-30 10:00:30 [astonbarclay.gb] INFO: Scrape type for 120832987: 0
2026-03-30 10:00:30 [astonbarclay.gb] INFO: Found listing with ID: 120581824
2026-03-30 10:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120581824%27 HTTP/1.1" 200 None
2026-03-30 10:00:31 [astonbarclay.gb] INFO: Scrape type for 120581824: 0
2026-03-30 10:00:31 [astonbarclay.gb] INFO: Found listing with ID: 120830480
2026-03-30 10:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120830480%27 HTTP/1.1" 200 None
2026-03-30 10:00:31 [astonbarclay.gb] INFO: Scrape type for 120830480: 0
2026-03-30 10:00:31 [astonbarclay.gb] INFO: Found listing with ID: 120476757
2026-03-30 10:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120476757%27 HTTP/1.1" 200 None
2026-03-30 10:00:31 [astonbarclay.gb] INFO: Scrape type for 120476757: 0
2026-03-30 10:00:31 [astonbarclay.gb] INFO: Found listing with ID: 120830974
2026-03-30 10:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120830974%27 HTTP/1.1" 200 None
2026-03-30 10:00:31 [astonbarclay.gb] INFO: Scrape type for 120830974: 0
2026-03-30 10:00:31 [astonbarclay.gb] INFO: Found listing with ID: 120617192
2026-03-30 10:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120617192%27 HTTP/1.1" 200 None
2026-03-30 10:00:31 [astonbarclay.gb] INFO: Scrape type for 120617192: 0
2026-03-30 10:00:31 [astonbarclay.gb] INFO: Found listing with ID: 120302654
2026-03-30 10:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120302654%27 HTTP/1.1" 200 None
2026-03-30 10:00:31 [astonbarclay.gb] INFO: Scrape type for 120302654: 0
2026-03-30 10:00:31 [astonbarclay.gb] INFO: Found listing with ID: 120442309
2026-03-30 10:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120442309%27 HTTP/1.1" 200 None
2026-03-30 10:00:31 [astonbarclay.gb] INFO: Scrape type for 120442309: 0
2026-03-30 10:00:31 [astonbarclay.gb] INFO: Found listing with ID: 120827132
2026-03-30 10:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120827132%27 HTTP/1.1" 200 None
2026-03-30 10:00:31 [astonbarclay.gb] INFO: Scrape type for 120827132: 0
2026-03-30 10:00:31 [astonbarclay.gb] INFO: Found listing with ID: 120581417
2026-03-30 10:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120581417%27 HTTP/1.1" 200 None
2026-03-30 10:00:31 [astonbarclay.gb] INFO: Scrape type for 120581417: 0
2026-03-30 10:00:31 [astonbarclay.gb] INFO: Found listing with ID: 120832614
2026-03-30 10:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120832614%27 HTTP/1.1" 200 None
2026-03-30 10:00:31 [astonbarclay.gb] INFO: Scrape type for 120832614: 0
2026-03-30 10:00:31 [astonbarclay.gb] INFO: Found listing with ID: 120443760
2026-03-30 10:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120443760%27 HTTP/1.1" 200 None
2026-03-30 10:00:31 [astonbarclay.gb] INFO: Scrape type for 120443760: 0
2026-03-30 10:00:31 [astonbarclay.gb] INFO: Found listing with ID: 120829879
2026-03-30 10:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120829879%27 HTTP/1.1" 200 None
2026-03-30 10:00:31 [astonbarclay.gb] INFO: Scrape type for 120829879: 0
2026-03-30 10:00:31 [astonbarclay.gb] INFO: Found listing with ID: 120582459
2026-03-30 10:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120582459%27 HTTP/1.1" 200 None
2026-03-30 10:00:31 [astonbarclay.gb] INFO: Scrape type for 120582459: 0
2026-03-30 10:00:31 [astonbarclay.gb] INFO: Found listing with ID: 120831309
2026-03-30 10:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120831309%27 HTTP/1.1" 200 None
2026-03-30 10:00:31 [astonbarclay.gb] INFO: Scrape type for 120831309: 0
2026-03-30 10:00:31 [astonbarclay.gb] INFO: Found listing with ID: 120530920
2026-03-30 10:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120530920%27 HTTP/1.1" 200 None
2026-03-30 10:00:31 [astonbarclay.gb] INFO: Scrape type for 120530920: 0
2026-03-30 10:00:31 [astonbarclay.gb] INFO: Found listing with ID: 120828451
2026-03-30 10:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120828451%27 HTTP/1.1" 200 None
2026-03-30 10:00:31 [astonbarclay.gb] INFO: Scrape type for 120828451: 0
2026-03-30 10:00:31 [astonbarclay.gb] INFO: Found listing with ID: 120831424
2026-03-30 10:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120831424%27 HTTP/1.1" 200 None
2026-03-30 10:00:31 [astonbarclay.gb] INFO: Scrape type for 120831424: 0
2026-03-30 10:00:31 [astonbarclay.gb] INFO: Found listing with ID: 120406763
2026-03-30 10:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120406763%27 HTTP/1.1" 200 None
2026-03-30 10:00:31 [astonbarclay.gb] INFO: Scrape type for 120406763: 0
2026-03-30 10:00:31 [astonbarclay.gb] INFO: Found listing with ID: 120830910
2026-03-30 10:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120830910%27 HTTP/1.1" 200 None
2026-03-30 10:00:31 [astonbarclay.gb] INFO: Scrape type for 120830910: 0
2026-03-30 10:00:31 [astonbarclay.gb] INFO: Found listing with ID: 120220640
2026-03-30 10:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120220640%27 HTTP/1.1" 200 None
2026-03-30 10:00:31 [astonbarclay.gb] INFO: Scrape type for 120220640: 0
2026-03-30 10:00:31 [astonbarclay.gb] INFO: Found listing with ID: 120753086
2026-03-30 10:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120753086%27 HTTP/1.1" 200 None
2026-03-30 10:00:31 [astonbarclay.gb] INFO: Scrape type for 120753086: 0
2026-03-30 10:00:31 [astonbarclay.gb] INFO: Found listing with ID: 120302568
2026-03-30 10:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120302568%27 HTTP/1.1" 200 None
2026-03-30 10:00:31 [astonbarclay.gb] INFO: Scrape type for 120302568: 0
2026-03-30 10:00:31 [astonbarclay.gb] INFO: Found listing with ID: 120797287
2026-03-30 10:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120797287%27 HTTP/1.1" 200 None
2026-03-30 10:00:31 [astonbarclay.gb] INFO: Scrape type for 120797287: 0
2026-03-30 10:00:31 [astonbarclay.gb] INFO: Found listing with ID: 120793723
2026-03-30 10:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120793723%27 HTTP/1.1" 200 None
2026-03-30 10:00:31 [astonbarclay.gb] INFO: Scrape type for 120793723: 0
2026-03-30 10:00:31 [astonbarclay.gb] INFO: Found listing with ID: 120797399
2026-03-30 10:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120797399%27 HTTP/1.1" 200 None
2026-03-30 10:00:31 [astonbarclay.gb] INFO: Scrape type for 120797399: 0
2026-03-30 10:00:31 [astonbarclay.gb] INFO: Found listing with ID: 120793900
2026-03-30 10:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120793900%27 HTTP/1.1" 200 None
2026-03-30 10:00:31 [astonbarclay.gb] INFO: Scrape type for 120793900: 0
2026-03-30 10:00:31 [astonbarclay.gb] INFO: Found listing with ID: 120794477
2026-03-30 10:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120794477%27 HTTP/1.1" 200 None
2026-03-30 10:00:31 [astonbarclay.gb] INFO: Scrape type for 120794477: 0
2026-03-30 10:00:31 [astonbarclay.gb] INFO: Found listing with ID: 120024515
2026-03-30 10:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120024515%27 HTTP/1.1" 200 None
2026-03-30 10:00:31 [astonbarclay.gb] INFO: Scrape type for 120024515: 0
2026-03-30 10:00:31 [astonbarclay.gb] INFO: Found listing with ID: 120540637
2026-03-30 10:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120540637%27 HTTP/1.1" 200 None
2026-03-30 10:00:31 [astonbarclay.gb] INFO: Scrape type for 120540637: 0
2026-03-30 10:00:31 [astonbarclay.gb] INFO: Found listing with ID: 120540698
2026-03-30 10:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120540698%27 HTTP/1.1" 200 None
2026-03-30 10:00:31 [astonbarclay.gb] INFO: Scrape type for 120540698: 0
2026-03-30 10:00:31 [astonbarclay.gb] INFO: Found listing with ID: 120582897
2026-03-30 10:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120582897%27 HTTP/1.1" 200 None
2026-03-30 10:00:31 [astonbarclay.gb] INFO: Scrape type for 120582897: 0
2026-03-30 10:00:31 [astonbarclay.gb] INFO: Found listing with ID: 120688601
2026-03-30 10:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120688601%27 HTTP/1.1" 200 None
2026-03-30 10:00:31 [astonbarclay.gb] INFO: Scrape type for 120688601: 0
2026-03-30 10:00:31 [astonbarclay.gb] INFO: Found listing with ID: 120688264
2026-03-30 10:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120688264%27 HTTP/1.1" 200 None
2026-03-30 10:00:31 [astonbarclay.gb] INFO: Scrape type for 120688264: 0
2026-03-30 10:00:31 [astonbarclay.gb] INFO: Found listing with ID: 120654113
2026-03-30 10:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120654113%27 HTTP/1.1" 200 None
2026-03-30 10:00:31 [astonbarclay.gb] INFO: Scrape type for 120654113: 0
2026-03-30 10:00:31 [astonbarclay.gb] INFO: Found listing with ID: 120540667
2026-03-30 10:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120540667%27 HTTP/1.1" 200 None
2026-03-30 10:00:31 [astonbarclay.gb] INFO: Scrape type for 120540667: 0
2026-03-30 10:00:31 [astonbarclay.gb] INFO: Found listing with ID: 120617178
2026-03-30 10:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120617178%27 HTTP/1.1" 200 None
2026-03-30 10:00:31 [astonbarclay.gb] INFO: Scrape type for 120617178: 0
2026-03-30 10:00:31 [astonbarclay.gb] INFO: Found listing with ID: 120537066
2026-03-30 10:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120537066%27 HTTP/1.1" 200 None
2026-03-30 10:00:31 [astonbarclay.gb] INFO: Scrape type for 120537066: 0
2026-03-30 10:00:31 [astonbarclay.gb] INFO: Found listing with ID: 120475596
2026-03-30 10:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120475596%27 HTTP/1.1" 200 None
2026-03-30 10:00:31 [astonbarclay.gb] INFO: Scrape type for 120475596: 0
2026-03-30 10:00:31 [astonbarclay.gb] INFO: Found listing with ID: 120582058
2026-03-30 10:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120582058%27 HTTP/1.1" 200 None
2026-03-30 10:00:31 [astonbarclay.gb] INFO: Scrape type for 120582058: 0
2026-03-30 10:00:31 [astonbarclay.gb] INFO: Found listing with ID: 120408135
2026-03-30 10:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120408135%27 HTTP/1.1" 200 None
2026-03-30 10:00:31 [astonbarclay.gb] INFO: Scrape type for 120408135: 0
2026-03-30 10:00:31 [astonbarclay.gb] INFO: Found listing with ID: 120402888
2026-03-30 10:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120402888%27 HTTP/1.1" 200 None
2026-03-30 10:00:31 [astonbarclay.gb] INFO: Scrape type for 120402888: 0
2026-03-30 10:00:31 [astonbarclay.gb] INFO: Found listing with ID: 120654349
2026-03-30 10:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120654349%27 HTTP/1.1" 200 None
2026-03-30 10:00:31 [astonbarclay.gb] INFO: Scrape type for 120654349: 0
2026-03-30 10:00:31 [astonbarclay.gb] INFO: Found listing with ID: 120859656
2026-03-30 10:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120859656%27 HTTP/1.1" 200 None
2026-03-30 10:00:31 [astonbarclay.gb] INFO: Scrape type for 120859656: 0
2026-03-30 10:00:31 [astonbarclay.gb] INFO: Found listing with ID: 120860246
2026-03-30 10:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120860246%27 HTTP/1.1" 200 None
2026-03-30 10:00:31 [astonbarclay.gb] INFO: Scrape type for 120860246: 0
2026-03-30 10:00:31 [astonbarclay.gb] INFO: Found listing with ID: 120861174
2026-03-30 10:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120861174%27 HTTP/1.1" 200 None
2026-03-30 10:00:31 [astonbarclay.gb] INFO: Scrape type for 120861174: 0
2026-03-30 10:00:31 [astonbarclay.gb] INFO: Found listing with ID: 120861479
2026-03-30 10:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120861479%27 HTTP/1.1" 200 None
2026-03-30 10:00:31 [astonbarclay.gb] INFO: Scrape type for 120861479: 0
2026-03-30 10:00:31 [astonbarclay.gb] INFO: Found listing with ID: 120860771
2026-03-30 10:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120860771%27 HTTP/1.1" 200 None
2026-03-30 10:00:31 [astonbarclay.gb] INFO: Scrape type for 120860771: 0
2026-03-30 10:00:31 [astonbarclay.gb] INFO: Found listing with ID: 120861213
2026-03-30 10:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120861213%27 HTTP/1.1" 200 None
2026-03-30 10:00:31 [astonbarclay.gb] INFO: Scrape type for 120861213: 0
2026-03-30 10:00:31 [astonbarclay.gb] INFO: Found listing with ID: 120860161
2026-03-30 10:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120860161%27 HTTP/1.1" 200 None
2026-03-30 10:00:32 [astonbarclay.gb] INFO: Scrape type for 120860161: 0
2026-03-30 10:00:32 [astonbarclay.gb] INFO: Found listing with ID: 120861707
2026-03-30 10:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120861707%27 HTTP/1.1" 200 None
2026-03-30 10:00:32 [astonbarclay.gb] INFO: Scrape type for 120861707: 0
2026-03-30 10:00:32 [astonbarclay.gb] INFO: Found listing with ID: 120861436
2026-03-30 10:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120861436%27 HTTP/1.1" 200 None
2026-03-30 10:00:32 [astonbarclay.gb] INFO: Scrape type for 120861436: 0
2026-03-30 10:00:32 [astonbarclay.gb] INFO: Found listing with ID: 120862598
2026-03-30 10:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120862598%27 HTTP/1.1" 200 None
2026-03-30 10:00:32 [astonbarclay.gb] INFO: Scrape type for 120862598: 0
2026-03-30 10:00:32 [astonbarclay.gb] INFO: Found listing with ID: 120860385
2026-03-30 10:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120860385%27 HTTP/1.1" 200 None
2026-03-30 10:00:32 [astonbarclay.gb] INFO: Scrape type for 120860385: 0
2026-03-30 10:00:32 [astonbarclay.gb] INFO: Found listing with ID: 120861840
2026-03-30 10:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120861840%27 HTTP/1.1" 200 None
2026-03-30 10:00:32 [astonbarclay.gb] INFO: Scrape type for 120861840: 2
2026-03-30 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-30 10:00:32 [astonbarclay.gb] INFO: Found listing with ID: 120861228
2026-03-30 10:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120861228%27 HTTP/1.1" 200 None
2026-03-30 10:00:32 [astonbarclay.gb] INFO: Scrape type for 120861228: 0
2026-03-30 10:00:32 [astonbarclay.gb] INFO: Found listing with ID: 120859461
2026-03-30 10:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120859461%27 HTTP/1.1" 200 None
2026-03-30 10:00:32 [astonbarclay.gb] INFO: Scrape type for 120859461: 0
2026-03-30 10:00:32 [astonbarclay.gb] INFO: Found listing with ID: 120859605
2026-03-30 10:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120859605%27 HTTP/1.1" 200 None
2026-03-30 10:00:32 [astonbarclay.gb] INFO: Scrape type for 120859605: 2
2026-03-30 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-30 10:00:32 [astonbarclay.gb] INFO: Found listing with ID: 120860800
2026-03-30 10:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120860800%27 HTTP/1.1" 200 None
2026-03-30 10:00:32 [astonbarclay.gb] INFO: Scrape type for 120860800: 0
2026-03-30 10:00:32 [astonbarclay.gb] INFO: Found listing with ID: 120861619
2026-03-30 10:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120861619%27 HTTP/1.1" 200 None
2026-03-30 10:00:32 [astonbarclay.gb] INFO: Scrape type for 120861619: 0
2026-03-30 10:00:32 [astonbarclay.gb] INFO: Found listing with ID: 120830194
2026-03-30 10:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120830194%27 HTTP/1.1" 200 None
2026-03-30 10:00:32 [astonbarclay.gb] INFO: Scrape type for 120830194: 0
2026-03-30 10:00:32 [astonbarclay.gb] INFO: Found listing with ID: 120365951
2026-03-30 10:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120365951%27 HTTP/1.1" 200 None
2026-03-30 10:00:32 [astonbarclay.gb] INFO: Scrape type for 120365951: 0
2026-03-30 10:00:32 [astonbarclay.gb] INFO: Found listing with ID: 120653276
2026-03-30 10:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120653276%27 HTTP/1.1" 200 None
2026-03-30 10:00:32 [astonbarclay.gb] INFO: Scrape type for 120653276: 0
2026-03-30 10:00:32 [astonbarclay.gb] INFO: Found listing with ID: 120573323
2026-03-30 10:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120573323%27 HTTP/1.1" 200 None
2026-03-30 10:00:32 [astonbarclay.gb] INFO: Scrape type for 120573323: 0
2026-03-30 10:00:32 [astonbarclay.gb] INFO: Found listing with ID: 120256266
2026-03-30 10:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120256266%27 HTTP/1.1" 200 None
2026-03-30 10:00:32 [astonbarclay.gb] INFO: Scrape type for 120256266: 0
2026-03-30 10:00:32 [astonbarclay.gb] INFO: Found listing with ID: 120646777
2026-03-30 10:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120646777%27 HTTP/1.1" 200 None
2026-03-30 10:00:32 [astonbarclay.gb] INFO: Scrape type for 120646777: 0
2026-03-30 10:00:32 [astonbarclay.gb] INFO: Found listing with ID: 118845719
2026-03-30 10:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27118845719%27 HTTP/1.1" 200 None
2026-03-30 10:00:32 [astonbarclay.gb] INFO: Scrape type for 118845719: 0
2026-03-30 10:00:32 [astonbarclay.gb] INFO: Found listing with ID: 120804884
2026-03-30 10:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120804884%27 HTTP/1.1" 200 None
2026-03-30 10:00:32 [astonbarclay.gb] INFO: Scrape type for 120804884: 0
2026-03-30 10:00:32 [astonbarclay.gb] INFO: Found listing with ID: 120793796
2026-03-30 10:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120793796%27 HTTP/1.1" 200 None
2026-03-30 10:00:32 [astonbarclay.gb] INFO: Scrape type for 120793796: 0
2026-03-30 10:00:32 [astonbarclay.gb] INFO: Found listing with ID: 120691012
2026-03-30 10:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120691012%27 HTTP/1.1" 200 None
2026-03-30 10:00:32 [astonbarclay.gb] INFO: Scrape type for 120691012: 0
2026-03-30 10:00:32 [astonbarclay.gb] INFO: Found listing with ID: 120255976
2026-03-30 10:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120255976%27 HTTP/1.1" 200 None
2026-03-30 10:00:32 [astonbarclay.gb] INFO: Scrape type for 120255976: 0
2026-03-30 10:00:32 [astonbarclay.gb] INFO: Found listing with ID: 120854123
2026-03-30 10:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120854123%27 HTTP/1.1" 200 None
2026-03-30 10:00:32 [astonbarclay.gb] INFO: Scrape type for 120854123: 0
2026-03-30 10:00:32 [astonbarclay.gb] INFO: Found listing with ID: 120220474
2026-03-30 10:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120220474%27 HTTP/1.1" 200 None
2026-03-30 10:00:32 [astonbarclay.gb] INFO: Scrape type for 120220474: 0
2026-03-30 10:00:32 [astonbarclay.gb] INFO: Found listing with ID: 120515038
2026-03-30 10:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120515038%27 HTTP/1.1" 200 None
2026-03-30 10:00:32 [astonbarclay.gb] INFO: Scrape type for 120515038: 0
2026-03-30 10:00:32 [astonbarclay.gb] INFO: Found listing with ID: 120484028
2026-03-30 10:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120484028%27 HTTP/1.1" 200 None
2026-03-30 10:00:32 [astonbarclay.gb] INFO: Scrape type for 120484028: 0
2026-03-30 10:00:32 [astonbarclay.gb] INFO: Found listing with ID: 120679322
2026-03-30 10:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120679322%27 HTTP/1.1" 200 None
2026-03-30 10:00:32 [astonbarclay.gb] INFO: Scrape type for 120679322: 2
2026-03-30 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-30 10:00:32 [astonbarclay.gb] INFO: Found listing with ID: 120853495
2026-03-30 10:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120853495%27 HTTP/1.1" 200 None
2026-03-30 10:00:32 [astonbarclay.gb] INFO: Scrape type for 120853495: 0
2026-03-30 10:00:32 [astonbarclay.gb] INFO: Found listing with ID: 120506878
2026-03-30 10:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120506878%27 HTTP/1.1" 200 None
2026-03-30 10:00:32 [astonbarclay.gb] INFO: Scrape type for 120506878: 0
2026-03-30 10:00:32 [astonbarclay.gb] INFO: Found listing with ID: 120582900
2026-03-30 10:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120582900%27 HTTP/1.1" 200 None
2026-03-30 10:00:32 [astonbarclay.gb] INFO: Scrape type for 120582900: 2
2026-03-30 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-30 10:00:32 [astonbarclay.gb] INFO: Found listing with ID: 120756520
2026-03-30 10:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120756520%27 HTTP/1.1" 200 None
2026-03-30 10:00:32 [astonbarclay.gb] INFO: Scrape type for 120756520: 0
2026-03-30 10:00:32 [astonbarclay.gb] INFO: Found listing with ID: 120771073
2026-03-30 10:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120771073%27 HTTP/1.1" 200 None
2026-03-30 10:00:32 [astonbarclay.gb] INFO: Scrape type for 120771073: 0
2026-03-30 10:00:32 [astonbarclay.gb] INFO: Found listing with ID: 120690950
2026-03-30 10:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120690950%27 HTTP/1.1" 200 None
2026-03-30 10:00:32 [astonbarclay.gb] INFO: Scrape type for 120690950: 2
2026-03-30 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-30 10:00:32 [astonbarclay.gb] INFO: Found listing with ID: 120653166
2026-03-30 10:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120653166%27 HTTP/1.1" 200 None
2026-03-30 10:00:32 [astonbarclay.gb] INFO: Scrape type for 120653166: 2
2026-03-30 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-30 10:00:32 [astonbarclay.gb] INFO: Found listing with ID: 120857282
2026-03-30 10:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120857282%27 HTTP/1.1" 200 None
2026-03-30 10:00:32 [astonbarclay.gb] INFO: Scrape type for 120857282: 0
2026-03-30 10:00:32 [astonbarclay.gb] INFO: Found listing with ID: 120751313
2026-03-30 10:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120751313%27 HTTP/1.1" 200 None
2026-03-30 10:00:32 [astonbarclay.gb] INFO: Scrape type for 120751313: 0
2026-03-30 10:00:32 [astonbarclay.gb] INFO: Found listing with ID: 120441640
2026-03-30 10:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120441640%27 HTTP/1.1" 200 None
2026-03-30 10:00:32 [astonbarclay.gb] INFO: Scrape type for 120441640: 0
2026-03-30 10:00:32 [astonbarclay.gb] INFO: Found listing with ID: 120630637
2026-03-30 10:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120630637%27 HTTP/1.1" 200 None
2026-03-30 10:00:32 [astonbarclay.gb] INFO: Scrape type for 120630637: 0
2026-03-30 10:00:32 [astonbarclay.gb] INFO: Found listing with ID: 116392519
2026-03-30 10:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27116392519%27 HTTP/1.1" 200 None
2026-03-30 10:00:32 [astonbarclay.gb] INFO: Scrape type for 116392519: 0
2026-03-30 10:00:32 [astonbarclay.gb] INFO: Found listing with ID: 120857338
2026-03-30 10:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120857338%27 HTTP/1.1" 200 None
2026-03-30 10:00:32 [astonbarclay.gb] INFO: Scrape type for 120857338: 0
2026-03-30 10:00:32 [astonbarclay.gb] INFO: Found listing with ID: 119045432
2026-03-30 10:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27119045432%27 HTTP/1.1" 200 None
2026-03-30 10:00:32 [astonbarclay.gb] INFO: Scrape type for 119045432: 0
2026-03-30 10:00:32 [astonbarclay.gb] INFO: Found listing with ID: 120443413
2026-03-30 10:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120443413%27 HTTP/1.1" 200 None
2026-03-30 10:00:32 [astonbarclay.gb] INFO: Scrape type for 120443413: 0
2026-03-30 10:00:32 [astonbarclay.gb] INFO: Found listing with ID: 120595660
2026-03-30 10:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120595660%27 HTTP/1.1" 200 None
2026-03-30 10:00:32 [astonbarclay.gb] INFO: Scrape type for 120595660: 0
2026-03-30 10:00:32 [astonbarclay.gb] INFO: Found listing with ID: 120595642
2026-03-30 10:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120595642%27 HTTP/1.1" 200 None
2026-03-30 10:00:32 [astonbarclay.gb] INFO: Scrape type for 120595642: 0
2026-03-30 10:00:32 [astonbarclay.gb] INFO: Found listing with ID: 120747915
2026-03-30 10:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120747915%27 HTTP/1.1" 200 None
2026-03-30 10:00:32 [astonbarclay.gb] INFO: Scrape type for 120747915: 0
2026-03-30 10:00:32 [astonbarclay.gb] INFO: Found listing with ID: 120595651
2026-03-30 10:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120595651%27 HTTP/1.1" 200 None
2026-03-30 10:00:32 [astonbarclay.gb] INFO: Scrape type for 120595651: 0
2026-03-30 10:00:32 [astonbarclay.gb] INFO: Found listing with ID: 120554208
2026-03-30 10:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120554208%27 HTTP/1.1" 200 None
2026-03-30 10:00:32 [astonbarclay.gb] INFO: Scrape type for 120554208: 0
2026-03-30 10:00:32 [astonbarclay.gb] INFO: Found listing with ID: 120473894
2026-03-30 10:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120473894%27 HTTP/1.1" 200 None
2026-03-30 10:00:32 [astonbarclay.gb] INFO: Scrape type for 120473894: 0
2026-03-30 10:00:32 [astonbarclay.gb] INFO: Found listing with ID: 120369549
2026-03-30 10:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120369549%27 HTTP/1.1" 200 None
2026-03-30 10:00:32 [astonbarclay.gb] INFO: Scrape type for 120369549: 0
2026-03-30 10:00:32 [astonbarclay.gb] INFO: Found listing with ID: 120687428
2026-03-30 10:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120687428%27 HTTP/1.1" 200 None
2026-03-30 10:00:33 [astonbarclay.gb] INFO: Scrape type for 120687428: 0
2026-03-30 10:00:33 [astonbarclay.gb] INFO: Found listing with ID: 120461525
2026-03-30 10:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120461525%27 HTTP/1.1" 200 None
2026-03-30 10:00:33 [astonbarclay.gb] INFO: Scrape type for 120461525: 0
2026-03-30 10:00:33 [astonbarclay.gb] INFO: Found listing with ID: 120808178
2026-03-30 10:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120808178%27 HTTP/1.1" 200 None
2026-03-30 10:00:33 [astonbarclay.gb] INFO: Scrape type for 120808178: 0
2026-03-30 10:00:33 [astonbarclay.gb] INFO: Found listing with ID: 120808264
2026-03-30 10:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120808264%27 HTTP/1.1" 200 None
2026-03-30 10:00:33 [astonbarclay.gb] INFO: Scrape type for 120808264: 0
2026-03-30 10:00:33 [astonbarclay.gb] INFO: Found listing with ID: 120808145
2026-03-30 10:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120808145%27 HTTP/1.1" 200 None
2026-03-30 10:00:33 [astonbarclay.gb] INFO: Scrape type for 120808145: 0
2026-03-30 10:00:33 [astonbarclay.gb] INFO: Found listing with ID: 120808228
2026-03-30 10:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120808228%27 HTTP/1.1" 200 None
2026-03-30 10:00:33 [astonbarclay.gb] INFO: Scrape type for 120808228: 0
2026-03-30 10:00:33 [astonbarclay.gb] INFO: Found listing with ID: 120808169
2026-03-30 10:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120808169%27 HTTP/1.1" 200 None
2026-03-30 10:00:33 [astonbarclay.gb] INFO: Scrape type for 120808169: 0
2026-03-30 10:00:33 [astonbarclay.gb] INFO: Found listing with ID: 120808247
2026-03-30 10:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120808247%27 HTTP/1.1" 200 None
2026-03-30 10:00:33 [astonbarclay.gb] INFO: Scrape type for 120808247: 0
2026-03-30 10:00:33 [astonbarclay.gb] INFO: Found listing with ID: 120408375
2026-03-30 10:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120408375%27 HTTP/1.1" 200 None
2026-03-30 10:00:33 [astonbarclay.gb] INFO: Scrape type for 120408375: 0
2026-03-30 10:00:33 [astonbarclay.gb] INFO: Found listing with ID: 120506599
2026-03-30 10:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120506599%27 HTTP/1.1" 200 None
2026-03-30 10:00:33 [astonbarclay.gb] INFO: Scrape type for 120506599: 0
2026-03-30 10:00:33 [astonbarclay.gb] INFO: Found listing with ID: 120199126
2026-03-30 10:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120199126%27 HTTP/1.1" 200 None
2026-03-30 10:00:33 [astonbarclay.gb] INFO: Scrape type for 120199126: 0
2026-03-30 10:00:33 [astonbarclay.gb] INFO: Found listing with ID: 120596595
2026-03-30 10:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120596595%27 HTTP/1.1" 200 None
2026-03-30 10:00:33 [astonbarclay.gb] INFO: Scrape type for 120596595: 0
2026-03-30 10:00:33 [astonbarclay.gb] INFO: Found listing with ID: 120596560
2026-03-30 10:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120596560%27 HTTP/1.1" 200 None
2026-03-30 10:00:33 [astonbarclay.gb] INFO: Scrape type for 120596560: 0
2026-03-30 10:00:33 [astonbarclay.gb] INFO: Found listing with ID: 119257637
2026-03-30 10:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27119257637%27 HTTP/1.1" 200 None
2026-03-30 10:00:34 [astonbarclay.gb] INFO: Scrape type for 119257637: 0
2026-03-30 10:00:34 [astonbarclay.gb] INFO: Found listing with ID: 120240102
2026-03-30 10:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120240102%27 HTTP/1.1" 200 None
2026-03-30 10:00:34 [astonbarclay.gb] INFO: Scrape type for 120240102: 0
2026-03-30 10:00:34 [astonbarclay.gb] INFO: Found listing with ID: 120332629
2026-03-30 10:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120332629%27 HTTP/1.1" 200 None
2026-03-30 10:00:34 [astonbarclay.gb] INFO: Scrape type for 120332629: 0
2026-03-30 10:00:34 [astonbarclay.gb] INFO: Found listing with ID: 120596540
2026-03-30 10:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120596540%27 HTTP/1.1" 200 None
2026-03-30 10:00:34 [astonbarclay.gb] INFO: Scrape type for 120596540: 0
2026-03-30 10:00:34 [astonbarclay.gb] INFO: Found listing with ID: 120102055
2026-03-30 10:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120102055%27 HTTP/1.1" 200 None
2026-03-30 10:00:34 [astonbarclay.gb] INFO: Scrape type for 120102055: 0
2026-03-30 10:00:34 [astonbarclay.gb] INFO: Found listing with ID: 120596518
2026-03-30 10:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120596518%27 HTTP/1.1" 200 None
2026-03-30 10:00:34 [astonbarclay.gb] INFO: Scrape type for 120596518: 0
2026-03-30 10:00:34 [astonbarclay.gb] INFO: Found listing with ID: 120087826
2026-03-30 10:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120087826%27 HTTP/1.1" 200 None
2026-03-30 10:00:34 [astonbarclay.gb] INFO: Scrape type for 120087826: 0
2026-03-30 10:00:34 [astonbarclay.gb] INFO: Found listing with ID: 120596530
2026-03-30 10:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120596530%27 HTTP/1.1" 200 None
2026-03-30 10:00:34 [astonbarclay.gb] INFO: Scrape type for 120596530: 0
2026-03-30 10:00:34 [astonbarclay.gb] INFO: Found listing with ID: 120675196
2026-03-30 10:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120675196%27 HTTP/1.1" 200 None
2026-03-30 10:00:34 [astonbarclay.gb] INFO: Scrape type for 120675196: 0
2026-03-30 10:00:34 [astonbarclay.gb] INFO: Found listing with ID: 120365404
2026-03-30 10:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120365404%27 HTTP/1.1" 200 None
2026-03-30 10:00:34 [astonbarclay.gb] INFO: Scrape type for 120365404: 0
2026-03-30 10:00:34 [astonbarclay.gb] INFO: Found listing with ID: 120365355
2026-03-30 10:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120365355%27 HTTP/1.1" 200 None
2026-03-30 10:00:34 [astonbarclay.gb] INFO: Scrape type for 120365355: 0
2026-03-30 10:00:34 [astonbarclay.gb] INFO: Found listing with ID: 120716187
2026-03-30 10:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120716187%27 HTTP/1.1" 200 None
2026-03-30 10:00:34 [astonbarclay.gb] INFO: Scrape type for 120716187: 0
2026-03-30 10:00:34 [astonbarclay.gb] INFO: Found listing with ID: 120715559
2026-03-30 10:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120715559%27 HTTP/1.1" 200 None
2026-03-30 10:00:34 [astonbarclay.gb] INFO: Scrape type for 120715559: 0
2026-03-30 10:00:34 [astonbarclay.gb] INFO: Found listing with ID: 120808159
2026-03-30 10:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120808159%27 HTTP/1.1" 200 None
2026-03-30 10:00:34 [astonbarclay.gb] INFO: Scrape type for 120808159: 0
2026-03-30 10:00:34 [astonbarclay.gb] INFO: Found listing with ID: 120332599
2026-03-30 10:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120332599%27 HTTP/1.1" 200 None
2026-03-30 10:00:34 [astonbarclay.gb] INFO: Scrape type for 120332599: 0
2026-03-30 10:00:34 [astonbarclay.gb] INFO: Found listing with ID: 120726302
2026-03-30 10:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120726302%27 HTTP/1.1" 200 None
2026-03-30 10:00:34 [astonbarclay.gb] INFO: Scrape type for 120726302: 0
2026-03-30 10:00:34 [astonbarclay.gb] INFO: Found listing with ID: 120680805
2026-03-30 10:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120680805%27 HTTP/1.1" 200 None
2026-03-30 10:00:34 [astonbarclay.gb] INFO: Scrape type for 120680805: 0
2026-03-30 10:00:34 [astonbarclay.gb] INFO: Found listing with ID: 120689970
2026-03-30 10:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120689970%27 HTTP/1.1" 200 None
2026-03-30 10:00:34 [astonbarclay.gb] INFO: Scrape type for 120689970: 0
2026-03-30 10:00:34 [astonbarclay.gb] INFO: Found listing with ID: 120691804
2026-03-30 10:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120691804%27 HTTP/1.1" 200 None
2026-03-30 10:00:34 [astonbarclay.gb] INFO: Scrape type for 120691804: 0
2026-03-30 10:00:34 [astonbarclay.gb] INFO: Found listing with ID: 120694307
2026-03-30 10:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120694307%27 HTTP/1.1" 200 None
2026-03-30 10:00:34 [astonbarclay.gb] INFO: Scrape type for 120694307: 0
2026-03-30 10:00:34 [astonbarclay.gb] INFO: Found listing with ID: 120695121
2026-03-30 10:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120695121%27 HTTP/1.1" 200 None
2026-03-30 10:00:34 [astonbarclay.gb] INFO: Scrape type for 120695121: 0
2026-03-30 10:00:34 [astonbarclay.gb] INFO: Found listing with ID: 120693568
2026-03-30 10:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120693568%27 HTTP/1.1" 200 None
2026-03-30 10:00:34 [astonbarclay.gb] INFO: Scrape type for 120693568: 0
2026-03-30 10:00:34 [astonbarclay.gb] INFO: Found listing with ID: 120692322
2026-03-30 10:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120692322%27 HTTP/1.1" 200 None
2026-03-30 10:00:34 [astonbarclay.gb] INFO: Scrape type for 120692322: 0
2026-03-30 10:00:34 [astonbarclay.gb] INFO: Found listing with ID: 120674268
2026-03-30 10:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120674268%27 HTTP/1.1" 200 None
2026-03-30 10:00:34 [astonbarclay.gb] INFO: Scrape type for 120674268: 0
2026-03-30 10:00:34 [astonbarclay.gb] INFO: Found listing with ID: 120693666
2026-03-30 10:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120693666%27 HTTP/1.1" 200 None
2026-03-30 10:00:34 [astonbarclay.gb] INFO: Scrape type for 120693666: 0
2026-03-30 10:00:34 [astonbarclay.gb] INFO: Found listing with ID: 120688324
2026-03-30 10:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120688324%27 HTTP/1.1" 200 None
2026-03-30 10:00:34 [astonbarclay.gb] INFO: Scrape type for 120688324: 0
2026-03-30 10:00:34 [astonbarclay.gb] INFO: Found listing with ID: 120690865
2026-03-30 10:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120690865%27 HTTP/1.1" 200 None
2026-03-30 10:00:34 [astonbarclay.gb] INFO: Scrape type for 120690865: 0
2026-03-30 10:00:34 [astonbarclay.gb] INFO: Found listing with ID: 120689132
2026-03-30 10:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120689132%27 HTTP/1.1" 200 None
2026-03-30 10:00:34 [astonbarclay.gb] INFO: Scrape type for 120689132: 0
2026-03-30 10:00:34 [astonbarclay.gb] INFO: Found listing with ID: 120688243
2026-03-30 10:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120688243%27 HTTP/1.1" 200 None
2026-03-30 10:00:34 [astonbarclay.gb] INFO: Scrape type for 120688243: 0
2026-03-30 10:00:34 [astonbarclay.gb] INFO: Found listing with ID: 120691045
2026-03-30 10:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120691045%27 HTTP/1.1" 200 None
2026-03-30 10:00:34 [astonbarclay.gb] INFO: Scrape type for 120691045: 0
2026-03-30 10:00:34 [astonbarclay.gb] INFO: Found listing with ID: 120693640
2026-03-30 10:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120693640%27 HTTP/1.1" 200 None
2026-03-30 10:00:34 [astonbarclay.gb] INFO: Scrape type for 120693640: 0
2026-03-30 10:00:34 [astonbarclay.gb] INFO: Found listing with ID: 120691092
2026-03-30 10:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120691092%27 HTTP/1.1" 200 None
2026-03-30 10:00:34 [astonbarclay.gb] INFO: Scrape type for 120691092: 0
2026-03-30 10:00:34 [astonbarclay.gb] INFO: Found listing with ID: 120690793
2026-03-30 10:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120690793%27 HTTP/1.1" 200 None
2026-03-30 10:00:34 [astonbarclay.gb] INFO: Scrape type for 120690793: 0
2026-03-30 10:00:34 [astonbarclay.gb] INFO: Found listing with ID: 120685959
2026-03-30 10:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120685959%27 HTTP/1.1" 200 None
2026-03-30 10:00:34 [astonbarclay.gb] INFO: Scrape type for 120685959: 0
2026-03-30 10:00:34 [astonbarclay.gb] INFO: Found listing with ID: 120681802
2026-03-30 10:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120681802%27 HTTP/1.1" 200 None
2026-03-30 10:00:34 [astonbarclay.gb] INFO: Scrape type for 120681802: 0
2026-03-30 10:00:34 [astonbarclay.gb] INFO: Found listing with ID: 120687223
2026-03-30 10:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120687223%27 HTTP/1.1" 200 None
2026-03-30 10:00:34 [astonbarclay.gb] INFO: Scrape type for 120687223: 0
2026-03-30 10:00:34 [astonbarclay.gb] INFO: Found listing with ID: 120713969
2026-03-30 10:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120713969%27 HTTP/1.1" 200 None
2026-03-30 10:00:34 [astonbarclay.gb] INFO: Scrape type for 120713969: 0
2026-03-30 10:00:34 [astonbarclay.gb] INFO: Found listing with ID: 120692816
2026-03-30 10:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120692816%27 HTTP/1.1" 200 None
2026-03-30 10:00:34 [astonbarclay.gb] INFO: Scrape type for 120692816: 0
2026-03-30 10:00:34 [astonbarclay.gb] INFO: Found listing with ID: 120690454
2026-03-30 10:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120690454%27 HTTP/1.1" 200 None
2026-03-30 10:00:34 [astonbarclay.gb] INFO: Scrape type for 120690454: 0
2026-03-30 10:00:34 [astonbarclay.gb] INFO: Found listing with ID: 120696584
2026-03-30 10:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120696584%27 HTTP/1.1" 200 None
2026-03-30 10:00:34 [astonbarclay.gb] INFO: Scrape type for 120696584: 0
2026-03-30 10:00:34 [astonbarclay.gb] INFO: Found listing with ID: 120690647
2026-03-30 10:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120690647%27 HTTP/1.1" 200 None
2026-03-30 10:00:35 [astonbarclay.gb] INFO: Scrape type for 120690647: 0
2026-03-30 10:00:35 [astonbarclay.gb] INFO: Found listing with ID: 120690055
2026-03-30 10:00:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120690055%27 HTTP/1.1" 200 None
2026-03-30 10:00:35 [astonbarclay.gb] INFO: Scrape type for 120690055: 0
2026-03-30 10:00:35 [astonbarclay.gb] INFO: Found listing with ID: 120694326
2026-03-30 10:00:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120694326%27 HTTP/1.1" 200 None
2026-03-30 10:00:35 [astonbarclay.gb] INFO: Scrape type for 120694326: 0
2026-03-30 10:00:35 [astonbarclay.gb] INFO: Found listing with ID: 120687954
2026-03-30 10:00:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120687954%27 HTTP/1.1" 200 None
2026-03-30 10:00:35 [astonbarclay.gb] INFO: Scrape type for 120687954: 0
2026-03-30 10:00:35 [astonbarclay.gb] INFO: Found listing with ID: 120678615
2026-03-30 10:00:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120678615%27 HTTP/1.1" 200 None
2026-03-30 10:00:35 [astonbarclay.gb] INFO: Scrape type for 120678615: 0
2026-03-30 10:00:35 [astonbarclay.gb] INFO: Found listing with ID: 120681200
2026-03-30 10:00:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120681200%27 HTTP/1.1" 200 None
2026-03-30 10:00:35 [astonbarclay.gb] INFO: Scrape type for 120681200: 0
2026-03-30 10:00:35 [astonbarclay.gb] INFO: Found listing with ID: 120688313
2026-03-30 10:00:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120688313%27 HTTP/1.1" 200 None
2026-03-30 10:00:35 [astonbarclay.gb] INFO: Scrape type for 120688313: 0
2026-03-30 10:00:35 [astonbarclay.gb] INFO: Found listing with ID: 120692763
2026-03-30 10:00:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120692763%27 HTTP/1.1" 200 None
2026-03-30 10:00:35 [astonbarclay.gb] INFO: Scrape type for 120692763: 0
2026-03-30 10:00:35 [astonbarclay.gb] INFO: Found listing with ID: 120680410
2026-03-30 10:00:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120680410%27 HTTP/1.1" 200 None
2026-03-30 10:00:35 [astonbarclay.gb] INFO: Scrape type for 120680410: 0
2026-03-30 10:00:35 [astonbarclay.gb] INFO: Found listing with ID: 120688426
2026-03-30 10:00:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120688426%27 HTTP/1.1" 200 None
2026-03-30 10:00:35 [astonbarclay.gb] INFO: Scrape type for 120688426: 0
2026-03-30 10:00:35 [astonbarclay.gb] INFO: Found listing with ID: 120732864
2026-03-30 10:00:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120732864%27 HTTP/1.1" 200 None
2026-03-30 10:00:35 [astonbarclay.gb] INFO: Scrape type for 120732864: 0
2026-03-30 10:00:35 [astonbarclay.gb] INFO: Found listing with ID: 120725248
2026-03-30 10:00:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120725248%27 HTTP/1.1" 200 None
2026-03-30 10:00:35 [astonbarclay.gb] INFO: Scrape type for 120725248: 0
2026-03-30 10:00:35 [astonbarclay.gb] INFO: Found listing with ID: 120731113
2026-03-30 10:00:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120731113%27 HTTP/1.1" 200 None
2026-03-30 10:00:35 [astonbarclay.gb] INFO: Scrape type for 120731113: 0
2026-03-30 10:00:35 [astonbarclay.gb] INFO: Found listing with ID: 120753346
2026-03-30 10:00:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120753346%27 HTTP/1.1" 200 None
2026-03-30 10:00:35 [astonbarclay.gb] INFO: Scrape type for 120753346: 0
2026-03-30 10:00:35 [astonbarclay.gb] INFO: Found listing with ID: 120693407
2026-03-30 10:00:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120693407%27 HTTP/1.1" 200 None
2026-03-30 10:00:35 [astonbarclay.gb] INFO: Scrape type for 120693407: 0
2026-03-30 10:00:35 [astonbarclay.gb] INFO: Found listing with ID: 120695175
2026-03-30 10:00:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120695175%27 HTTP/1.1" 200 None
2026-03-30 10:00:35 [astonbarclay.gb] INFO: Scrape type for 120695175: 0
2026-03-30 10:00:35 [astonbarclay.gb] INFO: Found listing with ID: 120733156
2026-03-30 10:00:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120733156%27 HTTP/1.1" 200 None
2026-03-30 10:00:35 [astonbarclay.gb] INFO: Scrape type for 120733156: 0
2026-03-30 10:00:35 [astonbarclay.gb] INFO: Found listing with ID: 120689230
2026-03-30 10:00:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120689230%27 HTTP/1.1" 200 None
2026-03-30 10:00:35 [astonbarclay.gb] INFO: Scrape type for 120689230: 0
2026-03-30 10:00:35 [astonbarclay.gb] INFO: Found listing with ID: 120736652
2026-03-30 10:00:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120736652%27 HTTP/1.1" 200 None
2026-03-30 10:00:35 [astonbarclay.gb] INFO: Scrape type for 120736652: 0
2026-03-30 10:00:35 [astonbarclay.gb] INFO: Found listing with ID: 120726997
2026-03-30 10:00:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120726997%27 HTTP/1.1" 200 None
2026-03-30 10:00:35 [astonbarclay.gb] INFO: Scrape type for 120726997: 0
2026-03-30 10:00:35 [astonbarclay.gb] INFO: Found listing with ID: 120714077
2026-03-30 10:00:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120714077%27 HTTP/1.1" 200 None
2026-03-30 10:00:35 [astonbarclay.gb] INFO: Scrape type for 120714077: 0
2026-03-30 10:00:35 [astonbarclay.gb] INFO: Found listing with ID: 120745720
2026-03-30 10:00:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120745720%27 HTTP/1.1" 200 None
2026-03-30 10:00:35 [astonbarclay.gb] INFO: Scrape type for 120745720: 0
2026-03-30 10:00:35 [astonbarclay.gb] INFO: Found listing with ID: 120732411
2026-03-30 10:00:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120732411%27 HTTP/1.1" 200 None
2026-03-30 10:00:35 [astonbarclay.gb] INFO: Scrape type for 120732411: 0
2026-03-30 10:00:35 [astonbarclay.gb] INFO: Found listing with ID: 120762335
2026-03-30 10:00:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120762335%27 HTTP/1.1" 200 None
2026-03-30 10:00:35 [astonbarclay.gb] INFO: Scrape type for 120762335: 0
2026-03-30 10:00:35 [astonbarclay.gb] INFO: Found listing with ID: 120691178
2026-03-30 10:00:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120691178%27 HTTP/1.1" 200 None
2026-03-30 10:00:35 [astonbarclay.gb] INFO: Scrape type for 120691178: 0
2026-03-30 10:00:35 [astonbarclay.gb] INFO: Found listing with ID: 120762558
2026-03-30 10:00:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120762558%27 HTTP/1.1" 200 None
2026-03-30 10:00:35 [astonbarclay.gb] INFO: Scrape type for 120762558: 0
2026-03-30 10:00:35 [astonbarclay.gb] INFO: Found listing with ID: 120758930
2026-03-30 10:00:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120758930%27 HTTP/1.1" 200 None
2026-03-30 10:00:35 [astonbarclay.gb] INFO: Scrape type for 120758930: 0
2026-03-30 10:00:35 [astonbarclay.gb] INFO: Found listing with ID: 120758496
2026-03-30 10:00:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120758496%27 HTTP/1.1" 200 None
2026-03-30 10:00:35 [astonbarclay.gb] INFO: Scrape type for 120758496: 0
2026-03-30 10:00:35 [astonbarclay.gb] INFO: Found listing with ID: 120757940
2026-03-30 10:00:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120757940%27 HTTP/1.1" 200 None
2026-03-30 10:00:35 [astonbarclay.gb] INFO: Scrape type for 120757940: 2
2026-03-30 10:00:35 [astonbarclay.gb] INFO: Found listing with ID: 120780568
2026-03-30 10:00:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120780568%27 HTTP/1.1" 200 None
2026-03-30 10:00:35 [astonbarclay.gb] INFO: Scrape type for 120780568: 2
2026-03-30 10:00:35 [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-30 10:00:35 [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-30 10:00:35 [astonbarclay.gb] INFO: Found listing with ID: 120724402
2026-03-30 10:00:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120724402%27 HTTP/1.1" 200 None
2026-03-30 10:00:35 [astonbarclay.gb] INFO: Scrape type for 120724402: 0
2026-03-30 10:00:35 [astonbarclay.gb] INFO: Found listing with ID: 120756696
2026-03-30 10:00:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120756696%27 HTTP/1.1" 200 None
2026-03-30 10:00:35 [astonbarclay.gb] INFO: Scrape type for 120756696: 2
2026-03-30 10:00:35 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:00:35 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:00:35 [astonbarclay.gb] INFO: Found listing with ID: 120755203
2026-03-30 10:00:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120755203%27 HTTP/1.1" 200 None
2026-03-30 10:00:35 [astonbarclay.gb] INFO: Scrape type for 120755203: 2
2026-03-30 10:00:35 [astonbarclay.gb] INFO: Found listing with ID: 120729065
2026-03-30 10:00:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120729065%27 HTTP/1.1" 200 None
2026-03-30 10:00:35 [astonbarclay.gb] INFO: Scrape type for 120729065: 0
2026-03-30 10:00:35 [astonbarclay.gb] INFO: Found listing with ID: 120757392
2026-03-30 10:00:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120757392%27 HTTP/1.1" 200 None
2026-03-30 10:00:35 [astonbarclay.gb] INFO: Scrape type for 120757392: 2
2026-03-30 10:00:35 [astonbarclay.gb] INFO: Found listing with ID: 120759079
2026-03-30 10:00:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120759079%27 HTTP/1.1" 200 None
2026-03-30 10:00:35 [astonbarclay.gb] INFO: Scrape type for 120759079: 0
2026-03-30 10:00:35 [astonbarclay.gb] INFO: Found listing with ID: 120756805
2026-03-30 10:00:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120756805%27 HTTP/1.1" 200 None
2026-03-30 10:00:35 [astonbarclay.gb] INFO: Scrape type for 120756805: 0
2026-03-30 10:00:35 [astonbarclay.gb] INFO: Found listing with ID: 120738792
2026-03-30 10:00:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120738792%27 HTTP/1.1" 200 None
2026-03-30 10:00:35 [astonbarclay.gb] INFO: Scrape type for 120738792: 2
2026-03-30 10:00:35 [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': 19180, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 726}, 'saleStart': '2026-03-30T09:00Z', 'lot': 1137, '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-30 10:00:35 [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': 19180, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 726}, 'saleStart': '2026-03-30T09:00Z', 'lot': 1137, '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-30 10:00:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5e39ffa1-0a60-52f2-8591-da8ea3b24f2a with identifier: 120584460
2026-03-30 10:00:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5e39ffa1-0a60-52f2-8591-da8ea3b24f2a with scrape type 2
2026-03-30 10:00:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5e39ffa1-0a60-52f2-8591-da8ea3b24f2a with scrape type 2
2026-03-30 10:00:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 5e39ffa1-0a60-52f2-8591-da8ea3b24f2a, identifier: 120584460
2026-03-30 10:00:36 [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': 19180, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 726}, 'saleStart': '2026-03-30T09:00Z', 'lot': 1147, '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-30 10:00:36 [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': 19180, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 726}, 'saleStart': '2026-03-30T09:00Z', 'lot': 1147, '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-30 10:00:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0f2ad19c-3e62-50e8-8dbf-fa1b674a6218 with identifier: 120367809
2026-03-30 10:00:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0f2ad19c-3e62-50e8-8dbf-fa1b674a6218 with scrape type 2
2026-03-30 10:00:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0f2ad19c-3e62-50e8-8dbf-fa1b674a6218 with scrape type 2
2026-03-30 10:00:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 0f2ad19c-3e62-50e8-8dbf-fa1b674a6218, identifier: 120367809
2026-03-30 10:00:36 [astonbarclay.gb] INFO: Found listing with ID: 120732747
2026-03-30 10:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120732747%27 HTTP/1.1" 200 None
2026-03-30 10:00:36 [astonbarclay.gb] INFO: Scrape type for 120732747: 0
2026-03-30 10:00:36 [astonbarclay.gb] INFO: Found listing with ID: 120730965
2026-03-30 10:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120730965%27 HTTP/1.1" 200 None
2026-03-30 10:00:36 [astonbarclay.gb] INFO: Scrape type for 120730965: 0
2026-03-30 10:00:36 [astonbarclay.gb] INFO: Found listing with ID: 120713991
2026-03-30 10:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120713991%27 HTTP/1.1" 200 None
2026-03-30 10:00:36 [astonbarclay.gb] INFO: Scrape type for 120713991: 0
2026-03-30 10:00:36 [astonbarclay.gb] INFO: Found listing with ID: 120713746
2026-03-30 10:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120713746%27 HTTP/1.1" 200 None
2026-03-30 10:00:36 [astonbarclay.gb] INFO: Scrape type for 120713746: 0
2026-03-30 10:00:36 [astonbarclay.gb] INFO: Found listing with ID: 120753082
2026-03-30 10:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120753082%27 HTTP/1.1" 200 None
2026-03-30 10:00:36 [astonbarclay.gb] INFO: Scrape type for 120753082: 0
2026-03-30 10:00:36 [astonbarclay.gb] INFO: Found listing with ID: 120738966
2026-03-30 10:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120738966%27 HTTP/1.1" 200 None
2026-03-30 10:00:36 [astonbarclay.gb] INFO: Scrape type for 120738966: 2
2026-03-30 10:00:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 5e39ffa1-0a60-52f2-8591-da8ea3b24f2a with identifier: 120584460
2026-03-30 10:00:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-30 10:00:36 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=BRONZE HTTP/1.1" 200 None
2026-03-30 10:00:36 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 10:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-30 10:00:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-30 10:00:36 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=Diesel HTTP/1.1" 200 None
2026-03-30 10:00:36 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 10:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-30 10:00:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 5e39ffa1-0a60-52f2-8591-da8ea3b24f2a with identifier: 120584460
2026-03-30 10:00:36 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 5e39ffa1-0a60-52f2-8591-da8ea3b24f2a with expiration date: 2026-03-30T09:00:00Z
{'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-30T09: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-30 10:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120584460%27 HTTP/1.1" 200 None
2026-03-30 10:00:36 [astonbarclay.gb] INFO: Saving data for 120584460: {'auction_closing_time': 1774861200.0, 'created_time': 1773914547.840209, 'last_price_update_time': 1774864836.612509}
2026-03-30 10:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120584460') HTTP/1.1" 204 0
2026-03-30 10:00:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 0f2ad19c-3e62-50e8-8dbf-fa1b674a6218 with identifier: 120367809
2026-03-30 10:00:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-30 10:00:36 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=SILVER HTTP/1.1" 200 None
2026-03-30 10:00:36 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 10:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-30 10:00:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 0f2ad19c-3e62-50e8-8dbf-fa1b674a6218 with identifier: 120367809
2026-03-30 10:00:36 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 0f2ad19c-3e62-50e8-8dbf-fa1b674a6218 with expiration date: 2026-03-30T09:00:00Z
{'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-30T09: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-30 10:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120367809%27 HTTP/1.1" 200 None
2026-03-30 10:00:36 [astonbarclay.gb] INFO: Saving data for 120367809: {'auction_closing_time': 1774861200.0, 'created_time': 1773404008.572929, 'last_price_update_time': 1774864836.906871}
2026-03-30 10:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120367809') HTTP/1.1" 204 0
2026-03-30 10:00:36 [astonbarclay.gb] INFO: Found listing with ID: 120683124
2026-03-30 10:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120683124%27 HTTP/1.1" 200 None
2026-03-30 10:00:36 [astonbarclay.gb] INFO: Scrape type for 120683124: 0
2026-03-30 10:00:36 [astonbarclay.gb] INFO: Found listing with ID: 120713728
2026-03-30 10:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120713728%27 HTTP/1.1" 200 None
2026-03-30 10:00:36 [astonbarclay.gb] INFO: Scrape type for 120713728: 0
2026-03-30 10:00:36 [astonbarclay.gb] INFO: Found listing with ID: 120767154
2026-03-30 10:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120767154%27 HTTP/1.1" 200 None
2026-03-30 10:00:36 [astonbarclay.gb] INFO: Scrape type for 120767154: 0
2026-03-30 10:00:36 [astonbarclay.gb] INFO: Found listing with ID: 120766579
2026-03-30 10:00:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:00:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120766579%27 HTTP/1.1" 200 None
2026-03-30 10:00:37 [astonbarclay.gb] INFO: Scrape type for 120766579: 0
2026-03-30 10:00:37 [astonbarclay.gb] INFO: Found listing with ID: 120775337
2026-03-30 10:00:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:00:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120775337%27 HTTP/1.1" 200 None
2026-03-30 10:00:37 [astonbarclay.gb] INFO: Scrape type for 120775337: 0
2026-03-30 10:00:37 [astonbarclay.gb] INFO: Found listing with ID: 120715801
2026-03-30 10:00:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:00:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120715801%27 HTTP/1.1" 200 None
2026-03-30 10:00:37 [astonbarclay.gb] INFO: Scrape type for 120715801: 0
2026-03-30 10:00:37 [astonbarclay.gb] INFO: Found listing with ID: 120754042
2026-03-30 10:00:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:00:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120754042%27 HTTP/1.1" 200 None
2026-03-30 10:00:37 [astonbarclay.gb] INFO: Scrape type for 120754042: 0
2026-03-30 10:00:37 [astonbarclay.gb] INFO: Found listing with ID: 120775790
2026-03-30 10:00:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:00:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120775790%27 HTTP/1.1" 200 None
2026-03-30 10:00:37 [astonbarclay.gb] INFO: Scrape type for 120775790: 0
2026-03-30 10:00:37 [astonbarclay.gb] INFO: Found listing with ID: 120774589
2026-03-30 10:00:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:00:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120774589%27 HTTP/1.1" 200 None
2026-03-30 10:00:37 [astonbarclay.gb] INFO: Scrape type for 120774589: 0
2026-03-30 10:00:37 [astonbarclay.gb] INFO: Found listing with ID: 120725979
2026-03-30 10:00:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:00:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120725979%27 HTTP/1.1" 200 None
2026-03-30 10:00:37 [astonbarclay.gb] INFO: Scrape type for 120725979: 0
2026-03-30 10:00:37 [astonbarclay.gb] INFO: Found listing with ID: 120790010
2026-03-30 10:00:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:00:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120790010%27 HTTP/1.1" 200 None
2026-03-30 10:00:37 [astonbarclay.gb] INFO: Scrape type for 120790010: 2
2026-03-30 10:00:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120859605?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:00:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120861840?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:00:37 [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-30 10:00:37 [astonbarclay.gb] INFO: Found listing with ID: 120773464
2026-03-30 10:00:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:00:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120773464%27 HTTP/1.1" 200 None
2026-03-30 10:00:37 [astonbarclay.gb] INFO: Scrape type for 120773464: 0
2026-03-30 10:00:37 [astonbarclay.gb] INFO: Found listing with ID: 120725778
2026-03-30 10:00:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:00:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120725778%27 HTTP/1.1" 200 None
2026-03-30 10:00:37 [astonbarclay.gb] INFO: Scrape type for 120725778: 0
2026-03-30 10:00:37 [astonbarclay.gb] INFO: Found listing with ID: 120728398
2026-03-30 10:00:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:00:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120728398%27 HTTP/1.1" 200 None
2026-03-30 10:00:37 [astonbarclay.gb] INFO: Scrape type for 120728398: 2
2026-03-30 10:00:37 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:00:37 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:00:37 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:00:37 [astonbarclay.gb] INFO: Found listing with ID: 120733681
2026-03-30 10:00:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:00:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120733681%27 HTTP/1.1" 200 None
2026-03-30 10:00:37 [astonbarclay.gb] INFO: Scrape type for 120733681: 2
2026-03-30 10:00:37 [astonbarclay.gb] INFO: Found listing with ID: 120746149
2026-03-30 10:00:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:00:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120746149%27 HTTP/1.1" 200 None
2026-03-30 10:00:37 [astonbarclay.gb] INFO: Scrape type for 120746149: 0
2026-03-30 10:00:37 [astonbarclay.gb] INFO: Found listing with ID: 120733599
2026-03-30 10:00:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:00:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120733599%27 HTTP/1.1" 200 None
2026-03-30 10:00:37 [astonbarclay.gb] INFO: Scrape type for 120733599: 0
2026-03-30 10:00:37 [astonbarclay.gb] INFO: Found listing with ID: 120735135
2026-03-30 10:00:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:00:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120735135%27 HTTP/1.1" 200 None
2026-03-30 10:00:37 [astonbarclay.gb] INFO: Scrape type for 120735135: 0
2026-03-30 10:00:37 [astonbarclay.gb] INFO: Found listing with ID: 120756115
2026-03-30 10:00:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:00:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120756115%27 HTTP/1.1" 200 None
2026-03-30 10:00:37 [astonbarclay.gb] INFO: Scrape type for 120756115: 2
2026-03-30 10:00:37 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120859605, 'registration': 'DN64LLA', 'account': 'MAN037', 'make': 'MINI', 'model': 'COUNTRYMAN HATCHBACK', 'derivative': '1.6 One 5dr', 'mileage': 79894, 'mileageWarranty': False, 'type': 'car', 'saleId': 19230, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 726}, 'saleStart': '2026-03-30T16:30Z', 'lot': 1084, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2014-10-30', 'fuel': 'Petrol', 'motExpiry': '2026-12-18', 'doors': 5, 'engineSize': 1598, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/DN64LLA/2026-03-28/image/4fee9911-e2f7-4472-924e-0d9a617f292f_removebg.jpg?w=600', 'https://abimg003.imgix.net/DN64LLA/2026-03-28/image/6e87bd76-0798-4c3d-8466-48ea8a3f2756_removebg.jpg?w=600', 'https://abimg003.imgix.net/DN64LLA/2026-03-28/image/35c76cf3-fc32-48be-8ed2-f692db724c78_removebg.jpg?w=600', 'https://abimg003.imgix.net/DN64LLA/2026-03-28/image/077ec7ba-0558-4c8a-a9d8-bdf3f09600c9_removebg.jpg?w=600', 'https://abimg003.imgix.net/DN64LLA/2026-03-28/image/a26c6ba3-9c1c-44a9-bec8-9fde44f64e70_removebg.jpg?w=600', 'https://abimg003.imgix.net/DN64LLA/2026-03-28/image/2d2f1207-23ae-4f96-ba18-b18dc9f2e9da_removebg.jpg?w=600', 'https://abimg003.imgix.net/DN64LLA/2026-03-28/image/17b7c835-118b-40ac-83eb-779502389636_removebg.jpg?w=600', 'https://abimg003.imgix.net/DN64LLA/2026-03-28/image/93d81d25-4e61-480d-b0fc-e863e74826c8_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service print and book 05/16-16K, 06/16-18K, 12/22-59K, 12/23-65K, 12/25-??', 'remarks': 'VOSA STATES 59K, 65K, 71K, 77K, SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'Manamanx Ltd', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 134, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/1b3ac490-f33f-4f79-bb3c-49171dd094c5.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:00:37 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120859605, 'registration': 'DN64LLA', 'account': 'MAN037', 'make': 'MINI', 'model': 'COUNTRYMAN HATCHBACK', 'derivative': '1.6 One 5dr', 'mileage': 79894, 'mileageWarranty': False, 'type': 'car', 'saleId': 19230, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 726}, 'saleStart': '2026-03-30T16:30Z', 'lot': 1084, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2014-10-30', 'fuel': 'Petrol', 'motExpiry': '2026-12-18', 'doors': 5, 'engineSize': 1598, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/DN64LLA/2026-03-28/image/4fee9911-e2f7-4472-924e-0d9a617f292f_removebg.jpg?w=600', 'https://abimg003.imgix.net/DN64LLA/2026-03-28/image/6e87bd76-0798-4c3d-8466-48ea8a3f2756_removebg.jpg?w=600', 'https://abimg003.imgix.net/DN64LLA/2026-03-28/image/35c76cf3-fc32-48be-8ed2-f692db724c78_removebg.jpg?w=600', 'https://abimg003.imgix.net/DN64LLA/2026-03-28/image/077ec7ba-0558-4c8a-a9d8-bdf3f09600c9_removebg.jpg?w=600', 'https://abimg003.imgix.net/DN64LLA/2026-03-28/image/a26c6ba3-9c1c-44a9-bec8-9fde44f64e70_removebg.jpg?w=600', 'https://abimg003.imgix.net/DN64LLA/2026-03-28/image/2d2f1207-23ae-4f96-ba18-b18dc9f2e9da_removebg.jpg?w=600', 'https://abimg003.imgix.net/DN64LLA/2026-03-28/image/17b7c835-118b-40ac-83eb-779502389636_removebg.jpg?w=600', 'https://abimg003.imgix.net/DN64LLA/2026-03-28/image/93d81d25-4e61-480d-b0fc-e863e74826c8_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service print and book 05/16-16K, 06/16-18K, 12/22-59K, 12/23-65K, 12/25-??', 'remarks': 'VOSA STATES 59K, 65K, 71K, 77K, SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'Manamanx Ltd', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 134, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/1b3ac490-f33f-4f79-bb3c-49171dd094c5.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:00:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e4fabda6-2ea9-58d4-8674-20c322bdbd5f with identifier: 120859605
2026-03-30 10:00:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e4fabda6-2ea9-58d4-8674-20c322bdbd5f with scrape type 2
2026-03-30 10:00:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e4fabda6-2ea9-58d4-8674-20c322bdbd5f with scrape type 2
2026-03-30 10:00:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: e4fabda6-2ea9-58d4-8674-20c322bdbd5f, identifier: 120859605
2026-03-30 10:00:37 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120861840, 'registration': 'R88WNT', 'account': 'MAN037', 'make': 'JAGUAR', 'model': 'XK8 CONVERTIBLE', 'derivative': '4.0 2dr Auto', 'mileage': 86777, 'mileageWarranty': False, 'type': 'car', 'saleId': 19230, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 726}, 'saleStart': '2026-03-30T16:30Z', 'lot': 1081, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '1998-04-22', 'fuel': 'Petrol', 'motExpiry': '2026-03-26', 'doors': 2, 'engineSize': 3996, 'bodyType': 'Convertible', 'images': ['https://abimg003.imgix.net/R88WNT/2026-03-27/image/8995818d-292f-49da-97f8-be4b49358008_removebg.jpg?w=600', 'https://abimg003.imgix.net/R88WNT/2026-03-27/image/abfb2847-b201-4a30-96e7-aced7935da09_removebg.jpg?w=600', 'https://abimg003.imgix.net/R88WNT/2026-03-27/image/9a9ea44b-3cdf-46c8-b342-1b1e26f45b3e_removebg.jpg?w=600', 'https://abimg003.imgix.net/R88WNT/2026-03-27/image/fa214294-45a6-4d33-965a-4af51d72687f_removebg.jpg?w=600', 'https://abimg003.imgix.net/R88WNT/2026-03-27/image/6f501da7-b03a-4000-ad1e-7d206078026c_removebg.jpg?w=600', 'https://abimg003.imgix.net/R88WNT/2026-03-27/image/24cb2c4f-fcd7-4e67-9cdd-5b98a8d954a3_removebg.jpg?w=600', 'https://abimg003.imgix.net/R88WNT/2026-03-27/image/9fdac79b-26d4-46db-a7b9-ddf134fcb858_removebg.jpg?w=600', 'https://abimg003.imgix.net/R88WNT/2026-03-27/image/70b61b53-6f89-4617-a08f-f963d84ec0a9_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service print 03/99- 5K, 03/00- 10K, 05/01- 18K, 04/02- 20K, 04/04- 34K, 05/05- 43K, 09/06- 51K, 04/08- 56K, 04/09- 60K, 05/10- 64K, 01/11- 66K, 05/13- 71K, 05/14- 72K, 04/15- 72K, 07/16- 72K,', 'remarks': 'VOSA STATES 77K, 80K, 83K, 85K', 'virtual': False, 'seller': 'Manamanx Ltd', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '10', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/acba94de-a29a-4359-8914-d15961c26062.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 3, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:00:37 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120861840, 'registration': 'R88WNT', 'account': 'MAN037', 'make': 'JAGUAR', 'model': 'XK8 CONVERTIBLE', 'derivative': '4.0 2dr Auto', 'mileage': 86777, 'mileageWarranty': False, 'type': 'car', 'saleId': 19230, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 726}, 'saleStart': '2026-03-30T16:30Z', 'lot': 1081, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '1998-04-22', 'fuel': 'Petrol', 'motExpiry': '2026-03-26', 'doors': 2, 'engineSize': 3996, 'bodyType': 'Convertible', 'images': ['https://abimg003.imgix.net/R88WNT/2026-03-27/image/8995818d-292f-49da-97f8-be4b49358008_removebg.jpg?w=600', 'https://abimg003.imgix.net/R88WNT/2026-03-27/image/abfb2847-b201-4a30-96e7-aced7935da09_removebg.jpg?w=600', 'https://abimg003.imgix.net/R88WNT/2026-03-27/image/9a9ea44b-3cdf-46c8-b342-1b1e26f45b3e_removebg.jpg?w=600', 'https://abimg003.imgix.net/R88WNT/2026-03-27/image/fa214294-45a6-4d33-965a-4af51d72687f_removebg.jpg?w=600', 'https://abimg003.imgix.net/R88WNT/2026-03-27/image/6f501da7-b03a-4000-ad1e-7d206078026c_removebg.jpg?w=600', 'https://abimg003.imgix.net/R88WNT/2026-03-27/image/24cb2c4f-fcd7-4e67-9cdd-5b98a8d954a3_removebg.jpg?w=600', 'https://abimg003.imgix.net/R88WNT/2026-03-27/image/9fdac79b-26d4-46db-a7b9-ddf134fcb858_removebg.jpg?w=600', 'https://abimg003.imgix.net/R88WNT/2026-03-27/image/70b61b53-6f89-4617-a08f-f963d84ec0a9_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service print 03/99- 5K, 03/00- 10K, 05/01- 18K, 04/02- 20K, 04/04- 34K, 05/05- 43K, 09/06- 51K, 04/08- 56K, 04/09- 60K, 05/10- 64K, 01/11- 66K, 05/13- 71K, 05/14- 72K, 04/15- 72K, 07/16- 72K,', 'remarks': 'VOSA STATES 77K, 80K, 83K, 85K', 'virtual': False, 'seller': 'Manamanx Ltd', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '10', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/acba94de-a29a-4359-8914-d15961c26062.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 3, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:00:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9e48a05f-45c2-5360-9138-c35f31e6ac14 with identifier: 120861840
2026-03-30 10:00:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9e48a05f-45c2-5360-9138-c35f31e6ac14 with scrape type 2
2026-03-30 10:00:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9e48a05f-45c2-5360-9138-c35f31e6ac14 with scrape type 2
2026-03-30 10:00:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 9e48a05f-45c2-5360-9138-c35f31e6ac14, identifier: 120861840
2026-03-30 10:00:37 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120695152, 'registration': 'BO55VDN', 'account': 'WBA002', 'make': 'LAND ROVER', 'model': 'RANGE ROVER ESTATE', 'derivative': '2.0 P400e Autobiography 4dr Auto', 'mileage': 91100, 'mileageWarranty': True, 'type': 'car', 'saleId': 19180, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 726}, 'saleStart': '2026-03-30T09:00Z', 'lot': 1150, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2018-12-19', 'fuel': 'Petrol/Plugin Electric Hybrid', 'motExpiry': '2026-08-05', 'doors': 4, 'engineSize': 1997, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/BO55VDN/2026-03-24/image/f2f0ba57-a6a0-4192-aa78-195c92721a99_removebg.jpg?w=600', 'https://abimg003.imgix.net/BO55VDN/2026-03-24/image/b6211eac-b61d-4d33-a661-ef1a4e32a230_removebg.jpg?w=600', 'https://abimg003.imgix.net/BO55VDN/2026-03-24/image/8c276baf-d367-4e02-85f7-395c78dfd43c_removebg.jpg?w=600', 'https://abimg003.imgix.net/BO55VDN/2026-03-24/image/15c46dac-96e7-47be-998d-26f426eb1bbc_removebg.jpg?w=600', 'https://abimg003.imgix.net/BO55VDN/2026-03-24/image/5b8330f3-4452-4699-9884-1a55884ebfa6_removebg.jpg?w=600', 'https://abimg003.imgix.net/BO55VDN/2026-03-24/image/84052018-6425-4c95-912d-4a3138609da3_removebg.jpg?w=600', 'https://abimg003.imgix.net/BO55VDN/2026-03-24/image/c69e9244-d1a8-4938-b38b-8eca35af2db6_removebg.jpg?w=600', 'https://abimg003.imgix.net/BO55VDN/2026-03-24/image/34b2b066-8b9f-4d4e-a4b3-3906ad1ed09c_removebg.jpg?w=600', 'https://abimg003.imgix.net/BO55VDN/2026-03-24/image/5b471915-d9e5-4046-886b-6a27908e9b62_removebg.jpg?w=600', 'https://abimg003.imgix.net/BO55VDN/2026-03-24/image/1072bec5-a627-494c-ae30-258877ccb8da_removebg.jpg?w=600', 'https://abimg003.imgix.net/BO55VDN/2026-03-24/image/5ecfc08c-1589-4368-8015-c83d53313909_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', '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 - Premium', '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-30 10:00:37 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120695152, 'registration': 'BO55VDN', 'account': 'WBA002', 'make': 'LAND ROVER', 'model': 'RANGE ROVER ESTATE', 'derivative': '2.0 P400e Autobiography 4dr Auto', 'mileage': 91100, 'mileageWarranty': True, 'type': 'car', 'saleId': 19180, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 726}, 'saleStart': '2026-03-30T09:00Z', 'lot': 1150, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2018-12-19', 'fuel': 'Petrol/Plugin Electric Hybrid', 'motExpiry': '2026-08-05', 'doors': 4, 'engineSize': 1997, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/BO55VDN/2026-03-24/image/f2f0ba57-a6a0-4192-aa78-195c92721a99_removebg.jpg?w=600', 'https://abimg003.imgix.net/BO55VDN/2026-03-24/image/b6211eac-b61d-4d33-a661-ef1a4e32a230_removebg.jpg?w=600', 'https://abimg003.imgix.net/BO55VDN/2026-03-24/image/8c276baf-d367-4e02-85f7-395c78dfd43c_removebg.jpg?w=600', 'https://abimg003.imgix.net/BO55VDN/2026-03-24/image/15c46dac-96e7-47be-998d-26f426eb1bbc_removebg.jpg?w=600', 'https://abimg003.imgix.net/BO55VDN/2026-03-24/image/5b8330f3-4452-4699-9884-1a55884ebfa6_removebg.jpg?w=600', 'https://abimg003.imgix.net/BO55VDN/2026-03-24/image/84052018-6425-4c95-912d-4a3138609da3_removebg.jpg?w=600', 'https://abimg003.imgix.net/BO55VDN/2026-03-24/image/c69e9244-d1a8-4938-b38b-8eca35af2db6_removebg.jpg?w=600', 'https://abimg003.imgix.net/BO55VDN/2026-03-24/image/34b2b066-8b9f-4d4e-a4b3-3906ad1ed09c_removebg.jpg?w=600', 'https://abimg003.imgix.net/BO55VDN/2026-03-24/image/5b471915-d9e5-4046-886b-6a27908e9b62_removebg.jpg?w=600', 'https://abimg003.imgix.net/BO55VDN/2026-03-24/image/1072bec5-a627-494c-ae30-258877ccb8da_removebg.jpg?w=600', 'https://abimg003.imgix.net/BO55VDN/2026-03-24/image/5ecfc08c-1589-4368-8015-c83d53313909_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', '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 - Premium', '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-30 10:00:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 37a99e75-178c-5690-b8e1-97ef7d2333fa with identifier: 120695152
2026-03-30 10:00:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 37a99e75-178c-5690-b8e1-97ef7d2333fa with scrape type 2
2026-03-30 10:00:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 37a99e75-178c-5690-b8e1-97ef7d2333fa with scrape type 2
2026-03-30 10:00:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 37a99e75-178c-5690-b8e1-97ef7d2333fa, identifier: 120695152
2026-03-30 10:00:37 [astonbarclay.gb] INFO: Found listing with ID: 120732653
2026-03-30 10:00:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:00:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120732653%27 HTTP/1.1" 200 None
2026-03-30 10:00:37 [astonbarclay.gb] INFO: Scrape type for 120732653: 0
2026-03-30 10:00:37 [astonbarclay.gb] INFO: Found listing with ID: 120695565
2026-03-30 10:00:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:00:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120695565%27 HTTP/1.1" 200 None
2026-03-30 10:00:37 [astonbarclay.gb] INFO: Scrape type for 120695565: 0
2026-03-30 10:00:37 [astonbarclay.gb] INFO: Found listing with ID: 120779100
2026-03-30 10:00:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:00:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120779100%27 HTTP/1.1" 200 None
2026-03-30 10:00:37 [astonbarclay.gb] INFO: Scrape type for 120779100: 0
2026-03-30 10:00:37 [astonbarclay.gb] INFO: Found listing with ID: 120753919
2026-03-30 10:00:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:00:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120753919%27 HTTP/1.1" 200 None
2026-03-30 10:00:37 [astonbarclay.gb] INFO: Scrape type for 120753919: 2
2026-03-30 10:00:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: e4fabda6-2ea9-58d4-8674-20c322bdbd5f with identifier: 120859605
2026-03-30 10:00:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-30 10:00:37 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=WHITE HTTP/1.1" 200 None
2026-03-30 10:00:37 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 10:00:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-30 10:00:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-30 10:00:38 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=Petrol HTTP/1.1" 200 None
2026-03-30 10:00:38 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 10:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-30 10:00:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: e4fabda6-2ea9-58d4-8674-20c322bdbd5f with identifier: 120859605
2026-03-30 10:00:38 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: e4fabda6-2ea9-58d4-8674-20c322bdbd5f with identifier: 120859605 to the API
2026-03-30 10:00:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 10:00:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120859605?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 134,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.6L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Petrol',
'id': 'e4fabda6-2ea9-58d4-8674-20c322bdbd5f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'DN64LLA',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120859605',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'MINI',
'model': 'COUNTRYMAN HATCHBACK',
'odometer': 79894,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2014-10-30',
'seller_name': 'Manamanx Ltd',
'title': 'MINI COUNTRYMAN HATCHBACK 1.6 One 5dr',
'transmission': 'manual',
'trim': '1.6 One 5dr',
'vin': None,
'year': 2014}
2026-03-30 10:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120859605%27 HTTP/1.1" 200 None
2026-03-30 10:00:38 [astonbarclay.gb] INFO: Saving data for 120859605: {'auction_closing_time': 1774888200.0, 'created_time': 1774638722.237723, 'last_price_update_time': 1774864838.464784}
2026-03-30 10:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120859605') HTTP/1.1" 204 0
2026-03-30 10:00:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 9e48a05f-45c2-5360-9138-c35f31e6ac14 with identifier: 120861840
2026-03-30 10:00:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-30 10:00:38 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=BLUE HTTP/1.1" 200 None
2026-03-30 10:00:38 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 10:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-30 10:00:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 9e48a05f-45c2-5360-9138-c35f31e6ac14 with identifier: 120861840
2026-03-30 10:00:38 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 9e48a05f-45c2-5360-9138-c35f31e6ac14 with identifier: 120861840 to the API
2026-03-30 10:00:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 10:00:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120861840?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-30T16:30:00Z',
'fuel_type': 'Petrol',
'id': '9e48a05f-45c2-5360-9138-c35f31e6ac14',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'R88WNT',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120861840',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'JAGUAR',
'model': 'XK8 CONVERTIBLE',
'odometer': 86777,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '1998-04-22',
'seller_name': 'Manamanx Ltd',
'title': 'JAGUAR XK8 CONVERTIBLE 4.0 2dr Auto',
'transmission': 'automatic',
'trim': '4.0 2dr Auto',
'vin': None,
'year': 1998}
2026-03-30 10:00:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120861840%27 HTTP/1.1" 200 None
2026-03-30 10:00:39 [astonbarclay.gb] INFO: Saving data for 120861840: {'auction_closing_time': 1774888200.0, 'created_time': 1774639037.577744, 'last_price_update_time': 1774864839.04889}
2026-03-30 10:00:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:00:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120861840') HTTP/1.1" 204 0
2026-03-30 10:00:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 37a99e75-178c-5690-b8e1-97ef7d2333fa with identifier: 120695152
2026-03-30 10:00:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-30 10:00:39 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=GREY HTTP/1.1" 200 None
2026-03-30 10:00:39 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 10:00:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-30 10:00:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-30 10:00:39 [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-30 10:00:39 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 10:00:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-30 10:00:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 37a99e75-178c-5690-b8e1-97ef7d2333fa with identifier: 120695152
2026-03-30 10:00:39 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 37a99e75-178c-5690-b8e1-97ef7d2333fa with expiration date: 2026-03-30T09:00:00Z
{'auction_title': '',
'c_o_2_emission_value': 72,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-30T09:00:00Z',
'fuel_type': 'Petrol/Plugin Electric Hybrid',
'id': '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 - Premium',
'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-30 10:00:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120695152%27 HTTP/1.1" 200 None
2026-03-30 10:00:39 [astonbarclay.gb] INFO: Saving data for 120695152: {'auction_closing_time': 1774861200.0, 'created_time': 1774346575.935205, 'last_price_update_time': 1774864839.351681}
2026-03-30 10:00:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:00:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120695152') HTTP/1.1" 204 0
2026-03-30 10:00:39 [astonbarclay.gb] INFO: Found listing with ID: 120738444
2026-03-30 10:00:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120738444%27 HTTP/1.1" 200 None
2026-03-30 10:00:39 [astonbarclay.gb] INFO: Scrape type for 120738444: 2
2026-03-30 10:00:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120582900?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:00:39 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:00:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120690950?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:00:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120653166?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:00:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120757940?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:00:39 [astonbarclay.gb] INFO: Found listing with ID: 120801654
2026-03-30 10:00:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120801654%27 HTTP/1.1" 200 None
2026-03-30 10:00:39 [astonbarclay.gb] INFO: Scrape type for 120801654: 2
2026-03-30 10:00:39 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:00:39 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:00:39 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:00:39 [astonbarclay.gb] INFO: Found listing with ID: 120801666
2026-03-30 10:00:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120801666%27 HTTP/1.1" 200 None
2026-03-30 10:00:39 [astonbarclay.gb] INFO: Scrape type for 120801666: 2
2026-03-30 10:00:39 [astonbarclay.gb] INFO: Found listing with ID: 120698448
2026-03-30 10:00:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120698448%27 HTTP/1.1" 200 None
2026-03-30 10:00:39 [astonbarclay.gb] INFO: Scrape type for 120698448: 0
2026-03-30 10:00:39 [astonbarclay.gb] INFO: Found listing with ID: 120799211
2026-03-30 10:00:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120799211%27 HTTP/1.1" 200 None
2026-03-30 10:00:39 [astonbarclay.gb] INFO: Scrape type for 120799211: 2
2026-03-30 10:00:39 [astonbarclay.gb] INFO: Found listing with ID: 120739822
2026-03-30 10:00:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120739822%27 HTTP/1.1" 200 None
2026-03-30 10:00:39 [astonbarclay.gb] INFO: Scrape type for 120739822: 2
2026-03-30 10:00:39 [astonbarclay.gb] INFO: Found listing with ID: 120800858
2026-03-30 10:00:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120800858%27 HTTP/1.1" 200 None
2026-03-30 10:00:39 [astonbarclay.gb] INFO: Scrape type for 120800858: 2
2026-03-30 10:00:39 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120582900, 'registration': 'MM17SNU', 'account': 'AST003', 'make': 'NISSAN', 'model': 'PULSAR HATCHBACK', 'derivative': '1.2 DiG-T Tekna 5dr Xtronic', 'mileage': 74294, 'mileageWarranty': True, 'type': 'car', 'saleId': 19230, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 726}, 'saleStart': '2026-03-30T16:30Z', 'lot': 1115, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2017-06-23', 'fuel': 'Petrol', 'motExpiry': '2026-09-25', 'doors': 5, 'engineSize': 1198, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/MM17SNU/2026-03-24/image/e72589ee-583d-4a27-9317-fc035a4d264c_removebg.jpg?w=600', 'https://abimg003.imgix.net/MM17SNU/2026-03-24/image/a19fdf62-4198-4099-8875-5f2307ec880e_removebg.jpg?w=600', 'https://abimg003.imgix.net/MM17SNU/2026-03-24/image/97d54ce3-05a5-4869-bf78-55afec851cb9_removebg.jpg?w=600', 'https://abimg003.imgix.net/MM17SNU/2026-03-24/image/1e603c14-0686-48cd-aba4-3618f69a9bb4_removebg.jpg?w=600', 'https://abimg003.imgix.net/MM17SNU/2026-03-24/image/6ba9b8d1-e668-496f-acb4-1eba344f5272_removebg.jpg?w=600', 'https://abimg003.imgix.net/MM17SNU/2026-03-24/image/0a464c67-7c93-4307-8015-7de8b6aa03be_removebg.jpg?w=600', 'https://abimg003.imgix.net/MM17SNU/2026-03-24/image/6442765a-a364-41fa-8865-39148bbad155_removebg.jpg?w=600', 'https://abimg003.imgix.net/MM17SNU/2026-03-24/image/2f3f8718-88db-469d-9ad4-871af077ff57_removebg.jpg?w=600', 'https://abimg003.imgix.net/MM17SNU/2026-03-24/image/637ba652-bc24-41ea-b8e0-a7bc0b5b059d_removebg.jpg?w=600'], 'colour': 'BRONZE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 07/19-12K, 08/20-25K, 08/21-32K, 12/22-42K, 12/23-55K, 12/24-65K, 09/25-73K', 'remarks': 'VOSA STATES 42K, 55K, 65K, 73K, SPARE KEY AND SD CARD IN THE OFFICE', 'virtual': False, 'seller': 'TCB Group - Value', '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/1ad0ac11-024a-4005-84c6-efac7635e1a2.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:00:39 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120582900, 'registration': 'MM17SNU', 'account': 'AST003', 'make': 'NISSAN', 'model': 'PULSAR HATCHBACK', 'derivative': '1.2 DiG-T Tekna 5dr Xtronic', 'mileage': 74294, 'mileageWarranty': True, 'type': 'car', 'saleId': 19230, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 726}, 'saleStart': '2026-03-30T16:30Z', 'lot': 1115, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2017-06-23', 'fuel': 'Petrol', 'motExpiry': '2026-09-25', 'doors': 5, 'engineSize': 1198, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/MM17SNU/2026-03-24/image/e72589ee-583d-4a27-9317-fc035a4d264c_removebg.jpg?w=600', 'https://abimg003.imgix.net/MM17SNU/2026-03-24/image/a19fdf62-4198-4099-8875-5f2307ec880e_removebg.jpg?w=600', 'https://abimg003.imgix.net/MM17SNU/2026-03-24/image/97d54ce3-05a5-4869-bf78-55afec851cb9_removebg.jpg?w=600', 'https://abimg003.imgix.net/MM17SNU/2026-03-24/image/1e603c14-0686-48cd-aba4-3618f69a9bb4_removebg.jpg?w=600', 'https://abimg003.imgix.net/MM17SNU/2026-03-24/image/6ba9b8d1-e668-496f-acb4-1eba344f5272_removebg.jpg?w=600', 'https://abimg003.imgix.net/MM17SNU/2026-03-24/image/0a464c67-7c93-4307-8015-7de8b6aa03be_removebg.jpg?w=600', 'https://abimg003.imgix.net/MM17SNU/2026-03-24/image/6442765a-a364-41fa-8865-39148bbad155_removebg.jpg?w=600', 'https://abimg003.imgix.net/MM17SNU/2026-03-24/image/2f3f8718-88db-469d-9ad4-871af077ff57_removebg.jpg?w=600', 'https://abimg003.imgix.net/MM17SNU/2026-03-24/image/637ba652-bc24-41ea-b8e0-a7bc0b5b059d_removebg.jpg?w=600'], 'colour': 'BRONZE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 07/19-12K, 08/20-25K, 08/21-32K, 12/22-42K, 12/23-55K, 12/24-65K, 09/25-73K', 'remarks': 'VOSA STATES 42K, 55K, 65K, 73K, SPARE KEY AND SD CARD IN THE OFFICE', 'virtual': False, 'seller': 'TCB Group - Value', '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/1ad0ac11-024a-4005-84c6-efac7635e1a2.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:00:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f96ce763-34f5-5c7c-8c72-56aef65d54e2 with identifier: 120582900
2026-03-30 10:00:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f96ce763-34f5-5c7c-8c72-56aef65d54e2 with scrape type 2
2026-03-30 10:00:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f96ce763-34f5-5c7c-8c72-56aef65d54e2 with scrape type 2
2026-03-30 10:00:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: f96ce763-34f5-5c7c-8c72-56aef65d54e2, identifier: 120582900
2026-03-30 10:00:39 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120690950, 'registration': 'DV66JPX', 'account': 'STA058', 'make': 'VOLKSWAGEN', 'model': 'GOLF DIESEL HATCHBACK', 'derivative': '1.6 TDI 110 Match Edition 5dr', 'mileage': 111856, 'mileageWarranty': True, 'type': 'car', 'saleId': 19230, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 726}, 'saleStart': '2026-03-30T16:30Z', 'lot': 1118, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2016-10-06', 'fuel': 'Diesel', 'motExpiry': '2026-12-19', 'doors': 5, 'engineSize': 1598, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/DV66JPX/2026-03-24/image/e1459c5a-cfcf-4459-95e3-1de6ec48f277_removebg.jpg?w=600', 'https://abimg003.imgix.net/DV66JPX/2026-03-24/image/58f0b870-6abe-4c4a-8214-e83b7e2d7b83_removebg.jpg?w=600', 'https://abimg003.imgix.net/DV66JPX/2026-03-24/image/b85d936b-f0ea-45db-ad53-163d992b21a2_removebg.jpg?w=600', 'https://abimg003.imgix.net/DV66JPX/2026-03-24/image/319559fd-5bdc-43d5-93e1-0ac71f06419a_removebg.jpg?w=600', 'https://abimg003.imgix.net/DV66JPX/2026-03-24/image/2b3051f7-1200-4477-9f55-c565ba131eee_removebg.jpg?w=600', 'https://abimg003.imgix.net/DV66JPX/2026-03-24/image/0dc3af59-add0-41bb-8a05-c93013e43fe5_removebg.jpg?w=600', 'https://abimg003.imgix.net/DV66JPX/2026-03-24/image/1f9b9d42-ba35-43a8-b3e3-1e473bbe2c90_removebg.jpg?w=600', 'https://abimg003.imgix.net/DV66JPX/2026-03-24/image/2fedc784-ef6a-4a6d-b3ac-17deaaa52975_removebg.jpg?w=600', 'https://abimg003.imgix.net/DV66JPX/2026-03-24/image/5194f42b-0b41-4061-9989-0361fd20b8f0_removebg.jpg?w=600', 'https://abimg003.imgix.net/DV66JPX/2026-03-24/image/0c3364db-5c36-4d20-8a7b-e1a8c04c10d3_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'VOSA STATES 91K- 96K- 102K- 109K SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'Startline Motor Finance Ltd', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 99, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/195ec278-0d4a-4108-a5a5-9e1d35a44843.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:00:39 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120690950, 'registration': 'DV66JPX', 'account': 'STA058', 'make': 'VOLKSWAGEN', 'model': 'GOLF DIESEL HATCHBACK', 'derivative': '1.6 TDI 110 Match Edition 5dr', 'mileage': 111856, 'mileageWarranty': True, 'type': 'car', 'saleId': 19230, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 726}, 'saleStart': '2026-03-30T16:30Z', 'lot': 1118, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2016-10-06', 'fuel': 'Diesel', 'motExpiry': '2026-12-19', 'doors': 5, 'engineSize': 1598, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/DV66JPX/2026-03-24/image/e1459c5a-cfcf-4459-95e3-1de6ec48f277_removebg.jpg?w=600', 'https://abimg003.imgix.net/DV66JPX/2026-03-24/image/58f0b870-6abe-4c4a-8214-e83b7e2d7b83_removebg.jpg?w=600', 'https://abimg003.imgix.net/DV66JPX/2026-03-24/image/b85d936b-f0ea-45db-ad53-163d992b21a2_removebg.jpg?w=600', 'https://abimg003.imgix.net/DV66JPX/2026-03-24/image/319559fd-5bdc-43d5-93e1-0ac71f06419a_removebg.jpg?w=600', 'https://abimg003.imgix.net/DV66JPX/2026-03-24/image/2b3051f7-1200-4477-9f55-c565ba131eee_removebg.jpg?w=600', 'https://abimg003.imgix.net/DV66JPX/2026-03-24/image/0dc3af59-add0-41bb-8a05-c93013e43fe5_removebg.jpg?w=600', 'https://abimg003.imgix.net/DV66JPX/2026-03-24/image/1f9b9d42-ba35-43a8-b3e3-1e473bbe2c90_removebg.jpg?w=600', 'https://abimg003.imgix.net/DV66JPX/2026-03-24/image/2fedc784-ef6a-4a6d-b3ac-17deaaa52975_removebg.jpg?w=600', 'https://abimg003.imgix.net/DV66JPX/2026-03-24/image/5194f42b-0b41-4061-9989-0361fd20b8f0_removebg.jpg?w=600', 'https://abimg003.imgix.net/DV66JPX/2026-03-24/image/0c3364db-5c36-4d20-8a7b-e1a8c04c10d3_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'VOSA STATES 91K- 96K- 102K- 109K SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'Startline Motor Finance Ltd', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 99, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/195ec278-0d4a-4108-a5a5-9e1d35a44843.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:00:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1a9a7a62-7a5f-5cf1-ac44-262eea7689e5 with identifier: 120690950
2026-03-30 10:00:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1a9a7a62-7a5f-5cf1-ac44-262eea7689e5 with scrape type 2
2026-03-30 10:00:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1a9a7a62-7a5f-5cf1-ac44-262eea7689e5 with scrape type 2
2026-03-30 10:00:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 1a9a7a62-7a5f-5cf1-ac44-262eea7689e5, identifier: 120690950
2026-03-30 10:00:39 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120653166, 'registration': 'KY18VCZ', 'account': 'STA058', 'make': 'VAUXHALL', 'model': 'MOKKA X HATCHBACK', 'derivative': '1.4T Design Nav 5dr Auto', 'mileage': 90294, 'mileageWarranty': True, 'type': 'car', 'saleId': 19230, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 726}, 'saleStart': '2026-03-30T16:30Z', 'lot': 1119, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2018-06-30', 'fuel': 'Petrol', 'motExpiry': '2026-07-03', 'doors': 5, 'engineSize': 1364, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/KY18VCZ/2026-03-21/image/51f24093-9f39-488e-a4d0-0c8651697b8d_removebg.jpg?w=600', 'https://abimg003.imgix.net/KY18VCZ/2026-03-21/image/ec82ebf9-37cc-4907-b64b-5299662dbf72_removebg.jpg?w=600', 'https://abimg003.imgix.net/KY18VCZ/2026-03-21/image/bf95a0ab-659b-4ac7-b164-b05284cea8d6_removebg.jpg?w=600', 'https://abimg003.imgix.net/KY18VCZ/2026-03-21/image/9655adf9-896a-4dcc-a133-e8aefa7fcfbd_removebg.jpg?w=600', 'https://abimg003.imgix.net/KY18VCZ/2026-03-21/image/a3c340a9-451d-4e04-aab6-b99c392653a2_removebg.jpg?w=600', 'https://abimg003.imgix.net/KY18VCZ/2026-03-21/image/4c076df2-38ee-4cd9-a0ad-fa7774ee8430_removebg.jpg?w=600', 'https://abimg003.imgix.net/KY18VCZ/2026-03-21/image/a0c37050-5926-4a61-9887-708dc3b2dde0_removebg.jpg?w=600', 'https://abimg003.imgix.net/KY18VCZ/2026-03-21/image/534cae20-ba70-4279-afdf-7f54790a40db_removebg.jpg?w=600', 'https://abimg003.imgix.net/KY18VCZ/2026-03-21/image/44ca1718-1634-4ca4-b04a-916b7d687f2f_removebg.jpg?w=600', 'https://abimg003.imgix.net/KY18VCZ/2026-03-21/image/62cda719-e73e-440e-9098-0b2bbd4d56f4_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'NO V5 GREEN SLIP IN OFFICE ONLY - VOSA STATES 55K- 64K- 72K- 83K- SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'Startline Motor Finance Ltd', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': None, 'v5': False, 'v5details': None, 'co2': 162, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/206069c9-2821-4692-ab78-c3ae64417636.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:00:39 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120653166, 'registration': 'KY18VCZ', 'account': 'STA058', 'make': 'VAUXHALL', 'model': 'MOKKA X HATCHBACK', 'derivative': '1.4T Design Nav 5dr Auto', 'mileage': 90294, 'mileageWarranty': True, 'type': 'car', 'saleId': 19230, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 726}, 'saleStart': '2026-03-30T16:30Z', 'lot': 1119, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2018-06-30', 'fuel': 'Petrol', 'motExpiry': '2026-07-03', 'doors': 5, 'engineSize': 1364, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/KY18VCZ/2026-03-21/image/51f24093-9f39-488e-a4d0-0c8651697b8d_removebg.jpg?w=600', 'https://abimg003.imgix.net/KY18VCZ/2026-03-21/image/ec82ebf9-37cc-4907-b64b-5299662dbf72_removebg.jpg?w=600', 'https://abimg003.imgix.net/KY18VCZ/2026-03-21/image/bf95a0ab-659b-4ac7-b164-b05284cea8d6_removebg.jpg?w=600', 'https://abimg003.imgix.net/KY18VCZ/2026-03-21/image/9655adf9-896a-4dcc-a133-e8aefa7fcfbd_removebg.jpg?w=600', 'https://abimg003.imgix.net/KY18VCZ/2026-03-21/image/a3c340a9-451d-4e04-aab6-b99c392653a2_removebg.jpg?w=600', 'https://abimg003.imgix.net/KY18VCZ/2026-03-21/image/4c076df2-38ee-4cd9-a0ad-fa7774ee8430_removebg.jpg?w=600', 'https://abimg003.imgix.net/KY18VCZ/2026-03-21/image/a0c37050-5926-4a61-9887-708dc3b2dde0_removebg.jpg?w=600', 'https://abimg003.imgix.net/KY18VCZ/2026-03-21/image/534cae20-ba70-4279-afdf-7f54790a40db_removebg.jpg?w=600', 'https://abimg003.imgix.net/KY18VCZ/2026-03-21/image/44ca1718-1634-4ca4-b04a-916b7d687f2f_removebg.jpg?w=600', 'https://abimg003.imgix.net/KY18VCZ/2026-03-21/image/62cda719-e73e-440e-9098-0b2bbd4d56f4_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'NO V5 GREEN SLIP IN OFFICE ONLY - VOSA STATES 55K- 64K- 72K- 83K- SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'Startline Motor Finance Ltd', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': None, 'v5': False, 'v5details': None, 'co2': 162, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/206069c9-2821-4692-ab78-c3ae64417636.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:00:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fbc08c58-3a4b-5bd2-93eb-1cb88501aa22 with identifier: 120653166
2026-03-30 10:00:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fbc08c58-3a4b-5bd2-93eb-1cb88501aa22 with scrape type 2
2026-03-30 10:00:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fbc08c58-3a4b-5bd2-93eb-1cb88501aa22 with scrape type 2
2026-03-30 10:00:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: fbc08c58-3a4b-5bd2-93eb-1cb88501aa22, identifier: 120653166
2026-03-30 10:00:39 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120757940, 'registration': 'RJ61XZE', 'account': 'WBA003', 'make': 'VOLKSWAGEN', 'model': 'AMAROK A32 DIESEL', 'derivative': 'D/Cab Pick Up Highline 2.0 BiTDI 163 4MOTION Sel', 'mileage': 149468, 'mileageWarranty': True, 'type': 'commercial', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 726}, 'saleStart': '2026-03-30T16:30Z', 'lot': 2253, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2012-02-24', 'fuel': 'Diesel', 'motExpiry': '2023-12-15', 'doors': None, 'engineSize': 1968, 'bodyType': 'Double Cab Pick-up', 'images': ['https://abimg003.imgix.net/RJ61XZE/2026-03-25/image/58fc508f-6b3b-4507-a191-2c64a26e2971_removebg.jpg?w=600', 'https://abimg003.imgix.net/RJ61XZE/2026-03-25/image/c4253303-e0ad-46f0-940e-8601312f57d9_removebg.jpg?w=600', 'https://abimg003.imgix.net/RJ61XZE/2026-03-25/image/683149e1-f6b7-4d61-ac86-7b921e1d3341_removebg.jpg?w=600', 'https://abimg003.imgix.net/RJ61XZE/2026-03-25/image/a04c059b-f7b3-4d79-88ec-ff726bf1671c_removebg.jpg?w=600', 'https://abimg003.imgix.net/RJ61XZE/2026-03-25/image/78b43fa5-aa9c-49f3-8322-ab7460393c2f_removebg.jpg?w=600', 'https://abimg003.imgix.net/RJ61XZE/2026-03-25/image/a7810966-9510-42ae-b88e-e8302326bdb5_removebg.jpg?w=600', 'https://abimg003.imgix.net/RJ61XZE/2026-03-25/image/05fcf279-64fa-4528-b6cf-42b0ced4f97f_removebg.jpg?w=600', 'https://abimg003.imgix.net/RJ61XZE/2026-03-25/image/7b1b8e57-0a84-4477-943c-fa95933f295c_removebg.jpg?w=600', 'https://abimg003.imgix.net/RJ61XZE/2026-03-25/image/6550065d-7533-4f60-bde0-c65198260337_removebg.jpg?w=600', 'https://abimg003.imgix.net/RJ61XZE/2026-03-25/image/010c72ef-d288-458f-9074-629e9a4ecfb8_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith - LCV', 'serviceHistory': 'Service book 06/13-50K, 10/15-79K, 04/18-106K', 'remarks': 'VOSA STATES 111K, 134K, 142K, 149K, SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'UKCGR - Select', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '5', 'v5': True, 'v5details': 'Here', 'co2': 209, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/40e6b1f4-3780-4aa7-8e73-1c5801b94ad2.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': '+VAT', 'value': '+VAT'}}
2026-03-30 10:00:39 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120757940, 'registration': 'RJ61XZE', 'account': 'WBA003', 'make': 'VOLKSWAGEN', 'model': 'AMAROK A32 DIESEL', 'derivative': 'D/Cab Pick Up Highline 2.0 BiTDI 163 4MOTION Sel', 'mileage': 149468, 'mileageWarranty': True, 'type': 'commercial', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 726}, 'saleStart': '2026-03-30T16:30Z', 'lot': 2253, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2012-02-24', 'fuel': 'Diesel', 'motExpiry': '2023-12-15', 'doors': None, 'engineSize': 1968, 'bodyType': 'Double Cab Pick-up', 'images': ['https://abimg003.imgix.net/RJ61XZE/2026-03-25/image/58fc508f-6b3b-4507-a191-2c64a26e2971_removebg.jpg?w=600', 'https://abimg003.imgix.net/RJ61XZE/2026-03-25/image/c4253303-e0ad-46f0-940e-8601312f57d9_removebg.jpg?w=600', 'https://abimg003.imgix.net/RJ61XZE/2026-03-25/image/683149e1-f6b7-4d61-ac86-7b921e1d3341_removebg.jpg?w=600', 'https://abimg003.imgix.net/RJ61XZE/2026-03-25/image/a04c059b-f7b3-4d79-88ec-ff726bf1671c_removebg.jpg?w=600', 'https://abimg003.imgix.net/RJ61XZE/2026-03-25/image/78b43fa5-aa9c-49f3-8322-ab7460393c2f_removebg.jpg?w=600', 'https://abimg003.imgix.net/RJ61XZE/2026-03-25/image/a7810966-9510-42ae-b88e-e8302326bdb5_removebg.jpg?w=600', 'https://abimg003.imgix.net/RJ61XZE/2026-03-25/image/05fcf279-64fa-4528-b6cf-42b0ced4f97f_removebg.jpg?w=600', 'https://abimg003.imgix.net/RJ61XZE/2026-03-25/image/7b1b8e57-0a84-4477-943c-fa95933f295c_removebg.jpg?w=600', 'https://abimg003.imgix.net/RJ61XZE/2026-03-25/image/6550065d-7533-4f60-bde0-c65198260337_removebg.jpg?w=600', 'https://abimg003.imgix.net/RJ61XZE/2026-03-25/image/010c72ef-d288-458f-9074-629e9a4ecfb8_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith - LCV', 'serviceHistory': 'Service book 06/13-50K, 10/15-79K, 04/18-106K', 'remarks': 'VOSA STATES 111K, 134K, 142K, 149K, SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'UKCGR - Select', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '5', 'v5': True, 'v5details': 'Here', 'co2': 209, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/40e6b1f4-3780-4aa7-8e73-1c5801b94ad2.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': '+VAT', 'value': '+VAT'}}
2026-03-30 10:00:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8e482a0d-1ad7-50a5-9e86-760dd630af65 with identifier: 120757940
2026-03-30 10:00:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8e482a0d-1ad7-50a5-9e86-760dd630af65 with scrape type 2
2026-03-30 10:00:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8e482a0d-1ad7-50a5-9e86-760dd630af65 with scrape type 2
2026-03-30 10:00:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 8e482a0d-1ad7-50a5-9e86-760dd630af65, identifier: 120757940
2026-03-30 10:00:40 [astonbarclay.gb] INFO: Found listing with ID: 120808421
2026-03-30 10:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120808421%27 HTTP/1.1" 200 None
2026-03-30 10:00:40 [astonbarclay.gb] INFO: Scrape type for 120808421: 0
2026-03-30 10:00:40 [astonbarclay.gb] INFO: Found listing with ID: 120808013
2026-03-30 10:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120808013%27 HTTP/1.1" 200 None
2026-03-30 10:00:40 [astonbarclay.gb] INFO: Scrape type for 120808013: 2
2026-03-30 10:00:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: f96ce763-34f5-5c7c-8c72-56aef65d54e2 with identifier: 120582900
2026-03-30 10:00:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: f96ce763-34f5-5c7c-8c72-56aef65d54e2 with identifier: 120582900
2026-03-30 10:00:40 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: f96ce763-34f5-5c7c-8c72-56aef65d54e2 with identifier: 120582900 to the API
2026-03-30 10:00:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 10:00:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120582900?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 119,
'color': 'BRONZE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Petrol',
'id': 'f96ce763-34f5-5c7c-8c72-56aef65d54e2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'MM17SNU',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120582900',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'NISSAN',
'model': 'PULSAR HATCHBACK',
'odometer': 74294,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-06-23',
'seller_name': 'TCB Group - Value',
'title': 'NISSAN PULSAR HATCHBACK 1.2 DiG-T Tekna 5dr Xtronic',
'transmission': 'automatic',
'trim': '1.2 DiG-T Tekna 5dr Xtronic',
'vin': None,
'year': 2017}
2026-03-30 10:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120582900%27 HTTP/1.1" 200 None
2026-03-30 10:00:40 [astonbarclay.gb] INFO: Saving data for 120582900: {'auction_closing_time': 1774888200.0, 'created_time': 1774530425.07041, 'last_price_update_time': 1774864840.393285}
2026-03-30 10:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120582900') HTTP/1.1" 204 0
2026-03-30 10:00:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 1a9a7a62-7a5f-5cf1-ac44-262eea7689e5 with identifier: 120690950
2026-03-30 10:00:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 1a9a7a62-7a5f-5cf1-ac44-262eea7689e5 with identifier: 120690950
2026-03-30 10:00:40 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 1a9a7a62-7a5f-5cf1-ac44-262eea7689e5 with identifier: 120690950 to the API
2026-03-30 10:00:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 10:00:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120690950?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 99,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Diesel',
'id': '1a9a7a62-7a5f-5cf1-ac44-262eea7689e5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'DV66JPX',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120690950',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'VOLKSWAGEN',
'model': 'GOLF DIESEL HATCHBACK',
'odometer': 111856,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-10-06',
'seller_name': 'Startline Motor Finance Ltd',
'title': 'VOLKSWAGEN GOLF DIESEL HATCHBACK 1.6 TDI 110 Match Edition 5dr',
'transmission': 'manual',
'trim': '1.6 TDI 110 Match Edition 5dr',
'vin': None,
'year': 2016}
2026-03-30 10:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120690950%27 HTTP/1.1" 200 None
2026-03-30 10:00:40 [astonbarclay.gb] INFO: Saving data for 120690950: {'auction_closing_time': 1774888200.0, 'created_time': 1774292882.130285, 'last_price_update_time': 1774864840.967576}
2026-03-30 10:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120690950') HTTP/1.1" 204 0
2026-03-30 10:00:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: fbc08c58-3a4b-5bd2-93eb-1cb88501aa22 with identifier: 120653166
2026-03-30 10:00:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-30 10:00:41 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=BLACK HTTP/1.1" 200 None
2026-03-30 10:00:41 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 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-30 10:00:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: fbc08c58-3a4b-5bd2-93eb-1cb88501aa22 with identifier: 120653166
2026-03-30 10:00:41 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: fbc08c58-3a4b-5bd2-93eb-1cb88501aa22 with identifier: 120653166 to the API
2026-03-30 10:00:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 10:00:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120653166?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 162,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.4L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Petrol',
'id': 'fbc08c58-3a4b-5bd2-93eb-1cb88501aa22',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'KY18VCZ',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120653166',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'VAUXHALL',
'model': 'MOKKA X HATCHBACK',
'odometer': 90294,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-06-30',
'seller_name': 'Startline Motor Finance Ltd',
'title': 'VAUXHALL MOKKA X HATCHBACK 1.4T Design Nav 5dr Auto',
'transmission': 'automatic',
'trim': '1.4T Design Nav 5dr Auto',
'vin': None,
'year': 2018}
2026-03-30 10:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120653166%27 HTTP/1.1" 200 None
2026-03-30 10:00:41 [astonbarclay.gb] INFO: Saving data for 120653166: {'auction_closing_time': 1774888200.0, 'created_time': 1774272432.181916, 'last_price_update_time': 1774864841.467317}
2026-03-30 10:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120653166') HTTP/1.1" 204 0
2026-03-30 10:00:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 8e482a0d-1ad7-50a5-9e86-760dd630af65 with identifier: 120757940
2026-03-30 10:00:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 8e482a0d-1ad7-50a5-9e86-760dd630af65 with identifier: 120757940
2026-03-30 10:00:41 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 8e482a0d-1ad7-50a5-9e86-760dd630af65 with identifier: 120757940 to the API
2026-03-30 10:00:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 10:00:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120757940?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 209,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': None,
'emission_standard': 'EURO 5',
'engine': '2.0L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Diesel',
'id': '8e482a0d-1ad7-50a5-9e86-760dd630af65',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'RJ61XZE',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120757940',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'VOLKSWAGEN',
'model': 'AMAROK A32 DIESEL',
'odometer': 149468,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2012-02-24',
'seller_name': 'UKCGR - Select',
'title': 'VOLKSWAGEN AMAROK A32 DIESEL D/Cab Pick Up Highline 2.0 BiTDI 163 '
'4MOTION Sel',
'transmission': 'manual',
'trim': 'D/Cab Pick Up Highline 2.0 BiTDI 163 4MOTION Sel',
'vin': None,
'year': 2012}
2026-03-30 10:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120757940%27 HTTP/1.1" 200 None
2026-03-30 10:00:41 [astonbarclay.gb] INFO: Saving data for 120757940: {'auction_closing_time': 1774888200.0, 'created_time': 1774432906.373754, 'last_price_update_time': 1774864841.799272}
2026-03-30 10:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120757940') HTTP/1.1" 204 0
2026-03-30 10:00:41 [astonbarclay.gb] INFO: Found listing with ID: 120793173
2026-03-30 10:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120793173%27 HTTP/1.1" 200 None
2026-03-30 10:00:41 [astonbarclay.gb] INFO: Scrape type for 120793173: 0
2026-03-30 10:00:41 [astonbarclay.gb] INFO: Found listing with ID: 120796045
2026-03-30 10:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120796045%27 HTTP/1.1" 200 None
2026-03-30 10:00:41 [astonbarclay.gb] INFO: Scrape type for 120796045: 2
2026-03-30 10:00:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120679322?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:00:41 [astonbarclay.gb] INFO: Found listing with ID: 120789725
2026-03-30 10:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120789725%27 HTTP/1.1" 200 None
2026-03-30 10:00:41 [astonbarclay.gb] INFO: Scrape type for 120789725: 0
2026-03-30 10:00:41 [astonbarclay.gb] INFO: Found listing with ID: 120800939
2026-03-30 10:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120800939%27 HTTP/1.1" 200 None
2026-03-30 10:00:41 [astonbarclay.gb] INFO: Scrape type for 120800939: 0
2026-03-30 10:00:41 [astonbarclay.gb] INFO: Found listing with ID: 120696944
2026-03-30 10:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120696944%27 HTTP/1.1" 200 None
2026-03-30 10:00:41 [astonbarclay.gb] INFO: Scrape type for 120696944: 0
2026-03-30 10:00:41 [astonbarclay.gb] INFO: Found listing with ID: 120801963
2026-03-30 10:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120801963%27 HTTP/1.1" 200 None
2026-03-30 10:00:41 [astonbarclay.gb] INFO: Scrape type for 120801963: 0
2026-03-30 10:00:41 [astonbarclay.gb] INFO: Found listing with ID: 120790174
2026-03-30 10:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120790174%27 HTTP/1.1" 200 None
2026-03-30 10:00:41 [astonbarclay.gb] INFO: Scrape type for 120790174: 0
2026-03-30 10:00:41 [astonbarclay.gb] INFO: Found listing with ID: 120793702
2026-03-30 10:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120793702%27 HTTP/1.1" 200 None
2026-03-30 10:00:41 [astonbarclay.gb] INFO: Scrape type for 120793702: 0
2026-03-30 10:00:41 [astonbarclay.gb] INFO: Found listing with ID: 120799292
2026-03-30 10:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120799292%27 HTTP/1.1" 200 None
2026-03-30 10:00:41 [astonbarclay.gb] INFO: Scrape type for 120799292: 0
2026-03-30 10:00:41 [astonbarclay.gb] INFO: Found listing with ID: 120792380
2026-03-30 10:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120792380%27 HTTP/1.1" 200 None
2026-03-30 10:00:42 [astonbarclay.gb] INFO: Scrape type for 120792380: 0
2026-03-30 10:00:42 [astonbarclay.gb] INFO: Found listing with ID: 120795057
2026-03-30 10:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120795057%27 HTTP/1.1" 200 None
2026-03-30 10:00:42 [astonbarclay.gb] INFO: Scrape type for 120795057: 0
2026-03-30 10:00:42 [astonbarclay.gb] INFO: Found listing with ID: 120762304
2026-03-30 10:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120762304%27 HTTP/1.1" 200 None
2026-03-30 10:00:42 [astonbarclay.gb] INFO: Scrape type for 120762304: 0
2026-03-30 10:00:42 [astonbarclay.gb] INFO: Found listing with ID: 120692983
2026-03-30 10:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120692983%27 HTTP/1.1" 200 None
2026-03-30 10:00:42 [astonbarclay.gb] INFO: Scrape type for 120692983: 0
2026-03-30 10:00:42 [astonbarclay.gb] INFO: Found listing with ID: 120762359
2026-03-30 10:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120762359%27 HTTP/1.1" 200 None
2026-03-30 10:00:42 [astonbarclay.gb] INFO: Scrape type for 120762359: 0
2026-03-30 10:00:42 [astonbarclay.gb] INFO: Found listing with ID: 120696058
2026-03-30 10:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120696058%27 HTTP/1.1" 200 None
2026-03-30 10:00:42 [astonbarclay.gb] INFO: Scrape type for 120696058: 0
2026-03-30 10:00:42 [astonbarclay.gb] INFO: Found listing with ID: 120802160
2026-03-30 10:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120802160%27 HTTP/1.1" 200 None
2026-03-30 10:00:42 [astonbarclay.gb] INFO: Scrape type for 120802160: 0
2026-03-30 10:00:42 [astonbarclay.gb] INFO: Found listing with ID: 120733412
2026-03-30 10:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120733412%27 HTTP/1.1" 200 None
2026-03-30 10:00:42 [astonbarclay.gb] INFO: Scrape type for 120733412: 0
2026-03-30 10:00:42 [astonbarclay.gb] INFO: Found listing with ID: 120794261
2026-03-30 10:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120794261%27 HTTP/1.1" 200 None
2026-03-30 10:00:42 [astonbarclay.gb] INFO: Scrape type for 120794261: 0
2026-03-30 10:00:42 [astonbarclay.gb] INFO: Found listing with ID: 120794230
2026-03-30 10:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120794230%27 HTTP/1.1" 200 None
2026-03-30 10:00:42 [astonbarclay.gb] INFO: Scrape type for 120794230: 0
2026-03-30 10:00:42 [astonbarclay.gb] INFO: Found listing with ID: 120816676
2026-03-30 10:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120816676%27 HTTP/1.1" 200 None
2026-03-30 10:00:42 [astonbarclay.gb] INFO: Scrape type for 120816676: 0
2026-03-30 10:00:42 [astonbarclay.gb] INFO: Found listing with ID: 120811231
2026-03-30 10:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120811231%27 HTTP/1.1" 200 None
2026-03-30 10:00:42 [astonbarclay.gb] INFO: Scrape type for 120811231: 0
2026-03-30 10:00:42 [astonbarclay.gb] INFO: Found listing with ID: 120807843
2026-03-30 10:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120807843%27 HTTP/1.1" 200 None
2026-03-30 10:00:42 [astonbarclay.gb] INFO: Scrape type for 120807843: 0
2026-03-30 10:00:42 [astonbarclay.gb] INFO: Found listing with ID: 120780393
2026-03-30 10:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120780393%27 HTTP/1.1" 200 None
2026-03-30 10:00:42 [astonbarclay.gb] INFO: Scrape type for 120780393: 0
2026-03-30 10:00:42 [astonbarclay.gb] INFO: Found listing with ID: 120816385
2026-03-30 10:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120816385%27 HTTP/1.1" 200 None
2026-03-30 10:00:42 [astonbarclay.gb] INFO: Scrape type for 120816385: 0
2026-03-30 10:00:42 [astonbarclay.gb] INFO: Found listing with ID: 120631151
2026-03-30 10:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120631151%27 HTTP/1.1" 200 None
2026-03-30 10:00:42 [astonbarclay.gb] INFO: Scrape type for 120631151: 0
2026-03-30 10:00:42 [astonbarclay.gb] INFO: Found listing with ID: 120656222
2026-03-30 10:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120656222%27 HTTP/1.1" 200 None
2026-03-30 10:00:42 [astonbarclay.gb] INFO: Scrape type for 120656222: 0
2026-03-30 10:00:42 [astonbarclay.gb] INFO: Found listing with ID: 120657364
2026-03-30 10:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120657364%27 HTTP/1.1" 200 None
2026-03-30 10:00:42 [astonbarclay.gb] INFO: Scrape type for 120657364: 0
2026-03-30 10:00:42 [astonbarclay.gb] INFO: Found listing with ID: 120667468
2026-03-30 10:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120667468%27 HTTP/1.1" 200 None
2026-03-30 10:00:42 [astonbarclay.gb] INFO: Scrape type for 120667468: 0
2026-03-30 10:00:42 [astonbarclay.gb] INFO: Found listing with ID: 120316229
2026-03-30 10:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120316229%27 HTTP/1.1" 200 None
2026-03-30 10:00:42 [astonbarclay.gb] INFO: Scrape type for 120316229: 0
2026-03-30 10:00:42 [astonbarclay.gb] INFO: Found listing with ID: 120667880
2026-03-30 10:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120667880%27 HTTP/1.1" 200 None
2026-03-30 10:00:42 [astonbarclay.gb] INFO: Scrape type for 120667880: 0
2026-03-30 10:00:42 [astonbarclay.gb] INFO: Found listing with ID: 120438101
2026-03-30 10:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120438101%27 HTTP/1.1" 200 None
2026-03-30 10:00:42 [astonbarclay.gb] INFO: Scrape type for 120438101: 0
2026-03-30 10:00:42 [astonbarclay.gb] INFO: Found listing with ID: 120547045
2026-03-30 10:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120547045%27 HTTP/1.1" 200 None
2026-03-30 10:00:42 [astonbarclay.gb] INFO: Scrape type for 120547045: 0
2026-03-30 10:00:42 [astonbarclay.gb] INFO: Found listing with ID: 120820456
2026-03-30 10:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120820456%27 HTTP/1.1" 200 None
2026-03-30 10:00:42 [astonbarclay.gb] INFO: Scrape type for 120820456: 0
2026-03-30 10:00:42 [astonbarclay.gb] INFO: Found listing with ID: 120824951
2026-03-30 10:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120824951%27 HTTP/1.1" 200 None
2026-03-30 10:00:42 [astonbarclay.gb] INFO: Scrape type for 120824951: 0
2026-03-30 10:00:42 [astonbarclay.gb] INFO: Found listing with ID: 120584213
2026-03-30 10:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120584213%27 HTTP/1.1" 200 None
2026-03-30 10:00:42 [astonbarclay.gb] INFO: Scrape type for 120584213: 0
2026-03-30 10:00:42 [astonbarclay.gb] INFO: Found listing with ID: 120810036
2026-03-30 10:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120810036%27 HTTP/1.1" 200 None
2026-03-30 10:00:42 [astonbarclay.gb] INFO: Scrape type for 120810036: 0
2026-03-30 10:00:42 [astonbarclay.gb] INFO: Found listing with ID: 120666157
2026-03-30 10:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120666157%27 HTTP/1.1" 200 None
2026-03-30 10:00:42 [astonbarclay.gb] INFO: Scrape type for 120666157: 0
2026-03-30 10:00:42 [astonbarclay.gb] INFO: Found listing with ID: 120807469
2026-03-30 10:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120807469%27 HTTP/1.1" 200 None
2026-03-30 10:00:42 [astonbarclay.gb] INFO: Scrape type for 120807469: 0
2026-03-30 10:00:42 [astonbarclay.gb] INFO: Found listing with ID: 120807684
2026-03-30 10:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120807684%27 HTTP/1.1" 200 None
2026-03-30 10:00:42 [astonbarclay.gb] INFO: Scrape type for 120807684: 0
2026-03-30 10:00:42 [astonbarclay.gb] INFO: Found listing with ID: 120827043
2026-03-30 10:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120827043%27 HTTP/1.1" 200 None
2026-03-30 10:00:42 [astonbarclay.gb] INFO: Scrape type for 120827043: 0
2026-03-30 10:00:42 [astonbarclay.gb] INFO: Found listing with ID: 120334042
2026-03-30 10:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120334042%27 HTTP/1.1" 200 None
2026-03-30 10:00:42 [astonbarclay.gb] INFO: Scrape type for 120334042: 0
2026-03-30 10:00:42 [astonbarclay.gb] INFO: Found listing with ID: 120825205
2026-03-30 10:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120825205%27 HTTP/1.1" 200 None
2026-03-30 10:00:42 [astonbarclay.gb] INFO: Scrape type for 120825205: 0
2026-03-30 10:00:42 [astonbarclay.gb] INFO: Found listing with ID: 120256417
2026-03-30 10:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120256417%27 HTTP/1.1" 200 None
2026-03-30 10:00:42 [astonbarclay.gb] INFO: Scrape type for 120256417: 0
2026-03-30 10:00:42 [astonbarclay.gb] INFO: Found listing with ID: 120827036
2026-03-30 10:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120827036%27 HTTP/1.1" 200 None
2026-03-30 10:00:42 [astonbarclay.gb] INFO: Scrape type for 120827036: 0
2026-03-30 10:00:42 [astonbarclay.gb] INFO: Found listing with ID: 120826020
2026-03-30 10:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120826020%27 HTTP/1.1" 200 None
2026-03-30 10:00:42 [astonbarclay.gb] INFO: Scrape type for 120826020: 0
2026-03-30 10:00:42 [astonbarclay.gb] INFO: Found listing with ID: 120454660
2026-03-30 10:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120454660%27 HTTP/1.1" 200 None
2026-03-30 10:00:42 [astonbarclay.gb] INFO: Scrape type for 120454660: 0
2026-03-30 10:00:42 [astonbarclay.gb] INFO: Found listing with ID: 120647284
2026-03-30 10:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120647284%27 HTTP/1.1" 200 None
2026-03-30 10:00:42 [astonbarclay.gb] INFO: Scrape type for 120647284: 0
2026-03-30 10:00:42 [astonbarclay.gb] INFO: Found listing with ID: 120585367
2026-03-30 10:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120585367%27 HTTP/1.1" 200 None
2026-03-30 10:00:42 [astonbarclay.gb] INFO: Scrape type for 120585367: 0
2026-03-30 10:00:42 [astonbarclay.gb] INFO: Found listing with ID: 120668153
2026-03-30 10:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120668153%27 HTTP/1.1" 200 None
2026-03-30 10:00:42 [astonbarclay.gb] INFO: Scrape type for 120668153: 0
2026-03-30 10:00:42 [astonbarclay.gb] INFO: Found listing with ID: 120610324
2026-03-30 10:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120610324%27 HTTP/1.1" 200 None
2026-03-30 10:00:42 [astonbarclay.gb] INFO: Scrape type for 120610324: 0
2026-03-30 10:00:42 [astonbarclay.gb] INFO: Found listing with ID: 120657113
2026-03-30 10:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120657113%27 HTTP/1.1" 200 None
2026-03-30 10:00:42 [astonbarclay.gb] INFO: Scrape type for 120657113: 0
2026-03-30 10:00:42 [astonbarclay.gb] INFO: Found listing with ID: 120647610
2026-03-30 10:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120647610%27 HTTP/1.1" 200 None
2026-03-30 10:00:42 [astonbarclay.gb] INFO: Scrape type for 120647610: 0
2026-03-30 10:00:42 [astonbarclay.gb] INFO: Found listing with ID: 120590454
2026-03-30 10:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120590454%27 HTTP/1.1" 200 None
2026-03-30 10:00:42 [astonbarclay.gb] INFO: Scrape type for 120590454: 0
2026-03-30 10:00:42 [astonbarclay.gb] INFO: Found listing with ID: 120632848
2026-03-30 10:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120632848%27 HTTP/1.1" 200 None
2026-03-30 10:00:42 [astonbarclay.gb] INFO: Scrape type for 120632848: 0
2026-03-30 10:00:42 [astonbarclay.gb] INFO: Found listing with ID: 120373468
2026-03-30 10:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120373468%27 HTTP/1.1" 200 None
2026-03-30 10:00:42 [astonbarclay.gb] INFO: Scrape type for 120373468: 0
2026-03-30 10:00:42 [astonbarclay.gb] INFO: Found listing with ID: 120650626
2026-03-30 10:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120650626%27 HTTP/1.1" 200 None
2026-03-30 10:00:42 [astonbarclay.gb] INFO: Scrape type for 120650626: 0
2026-03-30 10:00:42 [astonbarclay.gb] INFO: Found listing with ID: 120627305
2026-03-30 10:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120627305%27 HTTP/1.1" 200 None
2026-03-30 10:00:42 [astonbarclay.gb] INFO: Scrape type for 120627305: 0
2026-03-30 10:00:42 [astonbarclay.gb] INFO: Found listing with ID: 120650278
2026-03-30 10:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120650278%27 HTTP/1.1" 200 None
2026-03-30 10:00:42 [astonbarclay.gb] INFO: Scrape type for 120650278: 0
2026-03-30 10:00:42 [astonbarclay.gb] INFO: Found listing with ID: 120622377
2026-03-30 10:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120622377%27 HTTP/1.1" 200 None
2026-03-30 10:00:42 [astonbarclay.gb] INFO: Scrape type for 120622377: 0
2026-03-30 10:00:42 [astonbarclay.gb] INFO: Found listing with ID: 120573970
2026-03-30 10:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120573970%27 HTTP/1.1" 200 None
2026-03-30 10:00:42 [astonbarclay.gb] INFO: Scrape type for 120573970: 0
2026-03-30 10:00:42 [astonbarclay.gb] INFO: Found listing with ID: 120632944
2026-03-30 10:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120632944%27 HTTP/1.1" 200 None
2026-03-30 10:00:42 [astonbarclay.gb] INFO: Scrape type for 120632944: 0
2026-03-30 10:00:42 [astonbarclay.gb] INFO: Found listing with ID: 120657493
2026-03-30 10:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120657493%27 HTTP/1.1" 200 None
2026-03-30 10:00:43 [astonbarclay.gb] INFO: Scrape type for 120657493: 0
2026-03-30 10:00:43 [astonbarclay.gb] INFO: Found listing with ID: 120616956
2026-03-30 10:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120616956%27 HTTP/1.1" 200 None
2026-03-30 10:00:43 [astonbarclay.gb] INFO: Scrape type for 120616956: 0
2026-03-30 10:00:43 [astonbarclay.gb] INFO: Found listing with ID: 120509974
2026-03-30 10:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120509974%27 HTTP/1.1" 200 None
2026-03-30 10:00:43 [astonbarclay.gb] INFO: Scrape type for 120509974: 0
2026-03-30 10:00:43 [astonbarclay.gb] INFO: Found listing with ID: 120401206
2026-03-30 10:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120401206%27 HTTP/1.1" 200 None
2026-03-30 10:00:43 [astonbarclay.gb] INFO: Scrape type for 120401206: 0
2026-03-30 10:00:43 [astonbarclay.gb] INFO: Found listing with ID: 120503575
2026-03-30 10:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120503575%27 HTTP/1.1" 200 None
2026-03-30 10:00:43 [astonbarclay.gb] INFO: Scrape type for 120503575: 0
2026-03-30 10:00:43 [astonbarclay.gb] INFO: Found listing with ID: 120645930
2026-03-30 10:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120645930%27 HTTP/1.1" 200 None
2026-03-30 10:00:43 [astonbarclay.gb] INFO: Scrape type for 120645930: 0
2026-03-30 10:00:43 [astonbarclay.gb] INFO: Found listing with ID: 120621555
2026-03-30 10:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120621555%27 HTTP/1.1" 200 None
2026-03-30 10:00:43 [astonbarclay.gb] INFO: Scrape type for 120621555: 0
2026-03-30 10:00:43 [astonbarclay.gb] INFO: Found listing with ID: 120592678
2026-03-30 10:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120592678%27 HTTP/1.1" 200 None
2026-03-30 10:00:43 [astonbarclay.gb] INFO: Scrape type for 120592678: 0
2026-03-30 10:00:43 [astonbarclay.gb] INFO: Found listing with ID: 120652440
2026-03-30 10:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120652440%27 HTTP/1.1" 200 None
2026-03-30 10:00:43 [astonbarclay.gb] INFO: Scrape type for 120652440: 0
2026-03-30 10:00:43 [astonbarclay.gb] INFO: Found listing with ID: 120436090
2026-03-30 10:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120436090%27 HTTP/1.1" 200 None
2026-03-30 10:00:43 [astonbarclay.gb] INFO: Scrape type for 120436090: 0
2026-03-30 10:00:43 [astonbarclay.gb] INFO: Found listing with ID: 120666509
2026-03-30 10:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120666509%27 HTTP/1.1" 200 None
2026-03-30 10:00:43 [astonbarclay.gb] INFO: Scrape type for 120666509: 0
2026-03-30 10:00:43 [astonbarclay.gb] INFO: Found listing with ID: 120668414
2026-03-30 10:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120668414%27 HTTP/1.1" 200 None
2026-03-30 10:00:43 [astonbarclay.gb] INFO: Scrape type for 120668414: 0
2026-03-30 10:00:43 [astonbarclay.gb] INFO: Found listing with ID: 120657830
2026-03-30 10:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120657830%27 HTTP/1.1" 200 None
2026-03-30 10:00:43 [astonbarclay.gb] INFO: Scrape type for 120657830: 0
2026-03-30 10:00:43 [astonbarclay.gb] INFO: Found listing with ID: 120761485
2026-03-30 10:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120761485%27 HTTP/1.1" 200 None
2026-03-30 10:00:43 [astonbarclay.gb] INFO: Scrape type for 120761485: 0
2026-03-30 10:00:43 [astonbarclay.gb] INFO: Found listing with ID: 120688219
2026-03-30 10:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120688219%27 HTTP/1.1" 200 None
2026-03-30 10:00:43 [astonbarclay.gb] INFO: Scrape type for 120688219: 0
2026-03-30 10:00:43 [astonbarclay.gb] INFO: Found listing with ID: 120367074
2026-03-30 10:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120367074%27 HTTP/1.1" 200 None
2026-03-30 10:00:43 [astonbarclay.gb] INFO: Scrape type for 120367074: 0
2026-03-30 10:00:43 [astonbarclay.gb] INFO: Found listing with ID: 120751343
2026-03-30 10:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120751343%27 HTTP/1.1" 200 None
2026-03-30 10:00:43 [astonbarclay.gb] INFO: Scrape type for 120751343: 0
2026-03-30 10:00:43 [astonbarclay.gb] INFO: Found listing with ID: 120254900
2026-03-30 10:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120254900%27 HTTP/1.1" 200 None
2026-03-30 10:00:43 [astonbarclay.gb] INFO: Scrape type for 120254900: 0
2026-03-30 10:00:43 [astonbarclay.gb] INFO: Found listing with ID: 120615597
2026-03-30 10:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120615597%27 HTTP/1.1" 200 None
2026-03-30 10:00:43 [astonbarclay.gb] INFO: Scrape type for 120615597: 0
2026-03-30 10:00:43 [astonbarclay.gb] INFO: Found listing with ID: 120397505
2026-03-30 10:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120397505%27 HTTP/1.1" 200 None
2026-03-30 10:00:43 [astonbarclay.gb] INFO: Scrape type for 120397505: 0
2026-03-30 10:00:43 [astonbarclay.gb] INFO: Found listing with ID: 120443000
2026-03-30 10:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120443000%27 HTTP/1.1" 200 None
2026-03-30 10:00:43 [astonbarclay.gb] INFO: Scrape type for 120443000: 0
2026-03-30 10:00:43 [astonbarclay.gb] INFO: Found listing with ID: 120587864
2026-03-30 10:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120587864%27 HTTP/1.1" 200 None
2026-03-30 10:00:43 [astonbarclay.gb] INFO: Scrape type for 120587864: 0
2026-03-30 10:00:43 [astonbarclay.gb] INFO: Found listing with ID: 120257030
2026-03-30 10:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120257030%27 HTTP/1.1" 200 None
2026-03-30 10:00:43 [astonbarclay.gb] INFO: Scrape type for 120257030: 0
2026-03-30 10:00:43 [astonbarclay.gb] INFO: Found listing with ID: 120794268
2026-03-30 10:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120794268%27 HTTP/1.1" 200 None
2026-03-30 10:00:43 [astonbarclay.gb] INFO: Scrape type for 120794268: 0
2026-03-30 10:00:43 [astonbarclay.gb] INFO: Found listing with ID: 120667917
2026-03-30 10:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120667917%27 HTTP/1.1" 200 None
2026-03-30 10:00:43 [astonbarclay.gb] INFO: Scrape type for 120667917: 0
2026-03-30 10:00:43 [astonbarclay.gb] INFO: Found listing with ID: 120833168
2026-03-30 10:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120833168%27 HTTP/1.1" 200 None
2026-03-30 10:00:43 [astonbarclay.gb] INFO: Scrape type for 120833168: 0
2026-03-30 10:00:43 [astonbarclay.gb] INFO: Found listing with ID: 120826309
2026-03-30 10:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120826309%27 HTTP/1.1" 200 None
2026-03-30 10:00:43 [astonbarclay.gb] INFO: Scrape type for 120826309: 0
2026-03-30 10:00:43 [astonbarclay.gb] INFO: Found listing with ID: 120829129
2026-03-30 10:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120829129%27 HTTP/1.1" 200 None
2026-03-30 10:00:43 [astonbarclay.gb] INFO: Scrape type for 120829129: 0
2026-03-30 10:00:43 [astonbarclay.gb] INFO: Found listing with ID: 120827584
2026-03-30 10:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120827584%27 HTTP/1.1" 200 None
2026-03-30 10:00:43 [astonbarclay.gb] INFO: Scrape type for 120827584: 0
2026-03-30 10:00:43 [astonbarclay.gb] INFO: Found listing with ID: 120827073
2026-03-30 10:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120827073%27 HTTP/1.1" 200 None
2026-03-30 10:00:43 [astonbarclay.gb] INFO: Scrape type for 120827073: 0
2026-03-30 10:00:43 [astonbarclay.gb] INFO: Found listing with ID: 120832379
2026-03-30 10:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120832379%27 HTTP/1.1" 200 None
2026-03-30 10:00:43 [astonbarclay.gb] INFO: Scrape type for 120832379: 0
2026-03-30 10:00:43 [astonbarclay.gb] INFO: Found listing with ID: 120829465
2026-03-30 10:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120829465%27 HTTP/1.1" 200 None
2026-03-30 10:00:43 [astonbarclay.gb] INFO: Scrape type for 120829465: 0
2026-03-30 10:00:43 [astonbarclay.gb] INFO: Found listing with ID: 120827436
2026-03-30 10:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120827436%27 HTTP/1.1" 200 None
2026-03-30 10:00:43 [astonbarclay.gb] INFO: Scrape type for 120827436: 0
2026-03-30 10:00:43 [astonbarclay.gb] INFO: Found listing with ID: 120827550
2026-03-30 10:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120827550%27 HTTP/1.1" 200 None
2026-03-30 10:00:43 [astonbarclay.gb] INFO: Scrape type for 120827550: 0
2026-03-30 10:00:43 [astonbarclay.gb] INFO: Found listing with ID: 120830638
2026-03-30 10:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120830638%27 HTTP/1.1" 200 None
2026-03-30 10:00:43 [astonbarclay.gb] INFO: Scrape type for 120830638: 0
2026-03-30 10:00:43 [astonbarclay.gb] INFO: Found listing with ID: 120834243
2026-03-30 10:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120834243%27 HTTP/1.1" 200 None
2026-03-30 10:00:43 [astonbarclay.gb] INFO: Scrape type for 120834243: 0
2026-03-30 10:00:43 [astonbarclay.gb] INFO: Found listing with ID: 120827493
2026-03-30 10:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120827493%27 HTTP/1.1" 200 None
2026-03-30 10:00:43 [astonbarclay.gb] INFO: Scrape type for 120827493: 0
2026-03-30 10:00:43 [astonbarclay.gb] INFO: Found listing with ID: 120825616
2026-03-30 10:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120825616%27 HTTP/1.1" 200 None
2026-03-30 10:00:43 [astonbarclay.gb] INFO: Scrape type for 120825616: 0
2026-03-30 10:00:43 [astonbarclay.gb] INFO: Found listing with ID: 120832708
2026-03-30 10:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120832708%27 HTTP/1.1" 200 None
2026-03-30 10:00:43 [astonbarclay.gb] INFO: Scrape type for 120832708: 0
2026-03-30 10:00:43 [astonbarclay.gb] INFO: Found listing with ID: 120831502
2026-03-30 10:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120831502%27 HTTP/1.1" 200 None
2026-03-30 10:00:43 [astonbarclay.gb] INFO: Scrape type for 120831502: 0
2026-03-30 10:00:43 [astonbarclay.gb] INFO: Found listing with ID: 120833516
2026-03-30 10:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120833516%27 HTTP/1.1" 200 None
2026-03-30 10:00:43 [astonbarclay.gb] INFO: Scrape type for 120833516: 0
2026-03-30 10:00:43 [astonbarclay.gb] INFO: Found listing with ID: 120832455
2026-03-30 10:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120832455%27 HTTP/1.1" 200 None
2026-03-30 10:00:43 [astonbarclay.gb] INFO: Scrape type for 120832455: 0
2026-03-30 10:00:43 [astonbarclay.gb] INFO: Found listing with ID: 120828449
2026-03-30 10:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120828449%27 HTTP/1.1" 200 None
2026-03-30 10:00:43 [astonbarclay.gb] INFO: Scrape type for 120828449: 0
2026-03-30 10:00:43 [astonbarclay.gb] INFO: Found listing with ID: 120838374
2026-03-30 10:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120838374%27 HTTP/1.1" 200 None
2026-03-30 10:00:43 [astonbarclay.gb] INFO: Scrape type for 120838374: 0
2026-03-30 10:00:43 [astonbarclay.gb] INFO: Found listing with ID: 120832866
2026-03-30 10:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120832866%27 HTTP/1.1" 200 None
2026-03-30 10:00:43 [astonbarclay.gb] INFO: Scrape type for 120832866: 0
2026-03-30 10:00:43 [astonbarclay.gb] INFO: Found listing with ID: 120828329
2026-03-30 10:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120828329%27 HTTP/1.1" 200 None
2026-03-30 10:00:43 [astonbarclay.gb] INFO: Scrape type for 120828329: 0
2026-03-30 10:00:43 [astonbarclay.gb] INFO: Found listing with ID: 87515789
2026-03-30 10:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%2787515789%27 HTTP/1.1" 200 None
2026-03-30 10:00:43 [astonbarclay.gb] INFO: Scrape type for 87515789: 0
2026-03-30 10:00:43 [astonbarclay.gb] INFO: Found listing with ID: 120838324
2026-03-30 10:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120838324%27 HTTP/1.1" 200 None
2026-03-30 10:00:43 [astonbarclay.gb] INFO: Scrape type for 120838324: 0
2026-03-30 10:00:43 [astonbarclay.gb] INFO: Found listing with ID: 120838333
2026-03-30 10:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120838333%27 HTTP/1.1" 200 None
2026-03-30 10:00:43 [astonbarclay.gb] INFO: Scrape type for 120838333: 0
2026-03-30 10:00:43 [astonbarclay.gb] INFO: Found listing with ID: 120829717
2026-03-30 10:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120829717%27 HTTP/1.1" 200 None
2026-03-30 10:00:43 [astonbarclay.gb] INFO: Scrape type for 120829717: 0
2026-03-30 10:00:43 [astonbarclay.gb] INFO: Found listing with ID: 120832304
2026-03-30 10:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120832304%27 HTTP/1.1" 200 None
2026-03-30 10:00:43 [astonbarclay.gb] INFO: Scrape type for 120832304: 0
2026-03-30 10:00:43 [astonbarclay.gb] INFO: Found listing with ID: 120838347
2026-03-30 10:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120838347%27 HTTP/1.1" 200 None
2026-03-30 10:00:43 [astonbarclay.gb] INFO: Scrape type for 120838347: 0
2026-03-30 10:00:43 [astonbarclay.gb] INFO: Found listing with ID: 120828047
2026-03-30 10:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120828047%27 HTTP/1.1" 200 None
2026-03-30 10:00:43 [astonbarclay.gb] INFO: Scrape type for 120828047: 0
2026-03-30 10:00:43 [astonbarclay.gb] INFO: Found listing with ID: 120737032
2026-03-30 10:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120737032%27 HTTP/1.1" 200 None
2026-03-30 10:00:43 [astonbarclay.gb] INFO: Scrape type for 120737032: 2
2026-03-30 10:00:43 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:00:43 [astonbarclay.gb] INFO: Found listing with ID: 120804839
2026-03-30 10:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120804839%27 HTTP/1.1" 200 None
2026-03-30 10:00:43 [astonbarclay.gb] INFO: Scrape type for 120804839: 0
2026-03-30 10:00:43 [astonbarclay.gb] INFO: Found listing with ID: 120562331
2026-03-30 10:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120562331%27 HTTP/1.1" 200 None
2026-03-30 10:00:43 [astonbarclay.gb] INFO: Scrape type for 120562331: 2
2026-03-30 10:00:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120756696?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:00:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120755203?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:00:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120780568?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:00:43 [astonbarclay.gb] INFO: Found listing with ID: 120562484
2026-03-30 10:00:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120562484%27 HTTP/1.1" 200 None
2026-03-30 10:00:44 [astonbarclay.gb] INFO: Scrape type for 120562484: 2
2026-03-30 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-30 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-30 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-30 10:00:44 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120679322, 'registration': 'RA66TWJ', 'account': 'STA058', 'make': 'FORD', 'model': 'FOCUS HATCHBACK', 'derivative': '1.0 EcoBoost Zetec 5dr', 'mileage': 99453, 'mileageWarranty': True, 'type': 'car', 'saleId': 19230, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 726}, 'saleStart': '2026-03-30T16:30Z', 'lot': 1112, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2017-01-30', 'fuel': 'Petrol', 'motExpiry': '2026-09-06', 'doors': 5, 'engineSize': 999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/RA66TWJ/2026-03-23/image/2d24708f-7ab9-4b3b-8108-95d34afa42c0_removebg.jpg?w=600', 'https://abimg003.imgix.net/RA66TWJ/2026-03-23/image/75b86201-cf7c-4e49-b801-20e32001c246_removebg.jpg?w=600', 'https://abimg003.imgix.net/RA66TWJ/2026-03-23/image/a090a150-572a-4dec-8154-2c123f61dfb3_removebg.jpg?w=600', 'https://abimg003.imgix.net/RA66TWJ/2026-03-23/image/fe8007a4-70cf-4528-8b15-8145e466216e_removebg.jpg?w=600', 'https://abimg003.imgix.net/RA66TWJ/2026-03-23/image/affa5132-9bc0-415d-b837-9109633e95cf_removebg.jpg?w=600', 'https://abimg003.imgix.net/RA66TWJ/2026-03-23/image/3d79f683-cdc6-42bb-b606-e81dabd333be_removebg.jpg?w=600', 'https://abimg003.imgix.net/RA66TWJ/2026-03-23/image/3c1af8eb-6d20-406b-bbdb-368c051037d1_removebg.jpg?w=600', 'https://abimg003.imgix.net/RA66TWJ/2026-03-23/image/96e3a83f-e826-43f6-873a-62dbf809baf0_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 06/18 ?? - 07/20 36K - 11/21 55K - 09/23 76K', 'remarks': 'VOSA STATES 70K - 74K- 83K - 95K-', 'virtual': False, 'seller': 'Startline Motor Finance Ltd', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 105, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/6d98f19b-521d-4d6c-b751-dcac6544ded0.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:00:44 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120679322, 'registration': 'RA66TWJ', 'account': 'STA058', 'make': 'FORD', 'model': 'FOCUS HATCHBACK', 'derivative': '1.0 EcoBoost Zetec 5dr', 'mileage': 99453, 'mileageWarranty': True, 'type': 'car', 'saleId': 19230, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 726}, 'saleStart': '2026-03-30T16:30Z', 'lot': 1112, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2017-01-30', 'fuel': 'Petrol', 'motExpiry': '2026-09-06', 'doors': 5, 'engineSize': 999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/RA66TWJ/2026-03-23/image/2d24708f-7ab9-4b3b-8108-95d34afa42c0_removebg.jpg?w=600', 'https://abimg003.imgix.net/RA66TWJ/2026-03-23/image/75b86201-cf7c-4e49-b801-20e32001c246_removebg.jpg?w=600', 'https://abimg003.imgix.net/RA66TWJ/2026-03-23/image/a090a150-572a-4dec-8154-2c123f61dfb3_removebg.jpg?w=600', 'https://abimg003.imgix.net/RA66TWJ/2026-03-23/image/fe8007a4-70cf-4528-8b15-8145e466216e_removebg.jpg?w=600', 'https://abimg003.imgix.net/RA66TWJ/2026-03-23/image/affa5132-9bc0-415d-b837-9109633e95cf_removebg.jpg?w=600', 'https://abimg003.imgix.net/RA66TWJ/2026-03-23/image/3d79f683-cdc6-42bb-b606-e81dabd333be_removebg.jpg?w=600', 'https://abimg003.imgix.net/RA66TWJ/2026-03-23/image/3c1af8eb-6d20-406b-bbdb-368c051037d1_removebg.jpg?w=600', 'https://abimg003.imgix.net/RA66TWJ/2026-03-23/image/96e3a83f-e826-43f6-873a-62dbf809baf0_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 06/18 ?? - 07/20 36K - 11/21 55K - 09/23 76K', 'remarks': 'VOSA STATES 70K - 74K- 83K - 95K-', 'virtual': False, 'seller': 'Startline Motor Finance Ltd', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 105, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/6d98f19b-521d-4d6c-b751-dcac6544ded0.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:00:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ae644318-b4be-57ff-bb08-9da7d992b199 with identifier: 120679322
2026-03-30 10:00:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ae644318-b4be-57ff-bb08-9da7d992b199 with scrape type 2
2026-03-30 10:00:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ae644318-b4be-57ff-bb08-9da7d992b199 with scrape type 2
2026-03-30 10:00:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: ae644318-b4be-57ff-bb08-9da7d992b199, identifier: 120679322
2026-03-30 10:00:44 [astonbarclay.gb] INFO: Found listing with ID: 120410046
2026-03-30 10:00:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120410046%27 HTTP/1.1" 200 None
2026-03-30 10:00:44 [astonbarclay.gb] INFO: Scrape type for 120410046: 0
2026-03-30 10:00:44 [astonbarclay.gb] INFO: Found listing with ID: 120562403
2026-03-30 10:00:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120562403%27 HTTP/1.1" 200 None
2026-03-30 10:00:44 [astonbarclay.gb] INFO: Scrape type for 120562403: 0
2026-03-30 10:00:44 [astonbarclay.gb] INFO: Found listing with ID: 120562277
2026-03-30 10:00:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120562277%27 HTTP/1.1" 200 None
2026-03-30 10:00:44 [astonbarclay.gb] INFO: Scrape type for 120562277: 2
2026-03-30 10:00:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: ae644318-b4be-57ff-bb08-9da7d992b199 with identifier: 120679322
2026-03-30 10:00:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: ae644318-b4be-57ff-bb08-9da7d992b199 with identifier: 120679322
2026-03-30 10:00:44 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: ae644318-b4be-57ff-bb08-9da7d992b199 with identifier: 120679322 to the API
2026-03-30 10:00:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 10:00:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120679322?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-30T16:30:00Z',
'fuel_type': 'Petrol',
'id': 'ae644318-b4be-57ff-bb08-9da7d992b199',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'RA66TWJ',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120679322',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'FORD',
'model': 'FOCUS HATCHBACK',
'odometer': 99453,
'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': 'Startline Motor Finance Ltd',
'title': 'FORD FOCUS HATCHBACK 1.0 EcoBoost Zetec 5dr',
'transmission': 'manual',
'trim': '1.0 EcoBoost Zetec 5dr',
'vin': None,
'year': 2017}
2026-03-30 10:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120679322%27 HTTP/1.1" 200 None
2026-03-30 10:00:45 [astonbarclay.gb] INFO: Saving data for 120679322: {'auction_closing_time': 1774888200.0, 'created_time': 1774271740.262245, 'last_price_update_time': 1774864845.700908}
2026-03-30 10:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120679322') HTTP/1.1" 204 0
2026-03-30 10:00:45 [astonbarclay.gb] INFO: Found listing with ID: 120562354
2026-03-30 10:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120562354%27 HTTP/1.1" 200 None
2026-03-30 10:00:45 [astonbarclay.gb] INFO: Scrape type for 120562354: 2
2026-03-30 10:00:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120738966?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:00:45 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:00:45 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120756696, 'registration': 'DK62UWS', 'account': 'WBA004', 'make': 'SKODA', 'model': 'ROOMSTER DIESEL ESTATE', 'derivative': '1.6 TDI CR Scout 5dr', 'mileage': 136021, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 726}, 'saleStart': '2026-03-30T16:30Z', 'lot': 2256, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2012-09-12', 'fuel': 'Diesel', 'motExpiry': '2026-04-01', 'doors': 5, 'engineSize': 1598, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/DK62UWS/2026-03-25/image/28512871-9991-4dc8-94f8-95a9a4eb92d6_removebg.jpg?w=600', 'https://abimg003.imgix.net/DK62UWS/2026-03-25/image/34881881-e3e0-4927-8b45-29dcfcb4a33f_removebg.jpg?w=600', 'https://abimg003.imgix.net/DK62UWS/2026-03-25/image/04161ec7-fef7-4608-9b1e-12fdf351567a_removebg.jpg?w=600', 'https://abimg003.imgix.net/DK62UWS/2026-03-25/image/19c5d8cf-4a18-4a8a-9c09-c6e98050b022_removebg.jpg?w=600', 'https://abimg003.imgix.net/DK62UWS/2026-03-25/image/7919061d-dab3-47ee-8714-01280e17eab7_removebg.jpg?w=600', 'https://abimg003.imgix.net/DK62UWS/2026-03-25/image/b9dce6e7-5ee9-4720-ab71-5aeaa2e1cbbf_removebg.jpg?w=600', 'https://abimg003.imgix.net/DK62UWS/2026-03-25/image/6bb78bb4-91ec-4643-b83c-7ffe125b0756_removebg.jpg?w=600', 'https://abimg003.imgix.net/DK62UWS/2026-03-25/image/44ef836a-b4c4-4cd4-ab1e-07e9014ca8a8_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'VOSA STATES 85K- 100K - 116K - 128K -', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '4', 'v5': True, 'v5details': 'Here', 'co2': 124, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/0f52c632-69e5-4ff4-aa5b-7451528fba2a.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:00:45 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120756696, 'registration': 'DK62UWS', 'account': 'WBA004', 'make': 'SKODA', 'model': 'ROOMSTER DIESEL ESTATE', 'derivative': '1.6 TDI CR Scout 5dr', 'mileage': 136021, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 726}, 'saleStart': '2026-03-30T16:30Z', 'lot': 2256, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2012-09-12', 'fuel': 'Diesel', 'motExpiry': '2026-04-01', 'doors': 5, 'engineSize': 1598, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/DK62UWS/2026-03-25/image/28512871-9991-4dc8-94f8-95a9a4eb92d6_removebg.jpg?w=600', 'https://abimg003.imgix.net/DK62UWS/2026-03-25/image/34881881-e3e0-4927-8b45-29dcfcb4a33f_removebg.jpg?w=600', 'https://abimg003.imgix.net/DK62UWS/2026-03-25/image/04161ec7-fef7-4608-9b1e-12fdf351567a_removebg.jpg?w=600', 'https://abimg003.imgix.net/DK62UWS/2026-03-25/image/19c5d8cf-4a18-4a8a-9c09-c6e98050b022_removebg.jpg?w=600', 'https://abimg003.imgix.net/DK62UWS/2026-03-25/image/7919061d-dab3-47ee-8714-01280e17eab7_removebg.jpg?w=600', 'https://abimg003.imgix.net/DK62UWS/2026-03-25/image/b9dce6e7-5ee9-4720-ab71-5aeaa2e1cbbf_removebg.jpg?w=600', 'https://abimg003.imgix.net/DK62UWS/2026-03-25/image/6bb78bb4-91ec-4643-b83c-7ffe125b0756_removebg.jpg?w=600', 'https://abimg003.imgix.net/DK62UWS/2026-03-25/image/44ef836a-b4c4-4cd4-ab1e-07e9014ca8a8_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'VOSA STATES 85K- 100K - 116K - 128K -', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '4', 'v5': True, 'v5details': 'Here', 'co2': 124, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/0f52c632-69e5-4ff4-aa5b-7451528fba2a.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:00:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 66178216-60f8-5513-8e33-c0ae6af34f66 with identifier: 120756696
2026-03-30 10:00:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 66178216-60f8-5513-8e33-c0ae6af34f66 with scrape type 2
2026-03-30 10:00:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 66178216-60f8-5513-8e33-c0ae6af34f66 with scrape type 2
2026-03-30 10:00:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 66178216-60f8-5513-8e33-c0ae6af34f66, identifier: 120756696
2026-03-30 10:00:45 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120755203, 'registration': 'YA65YGO', 'account': 'WBA004', 'make': 'TOYOTA', 'model': 'AYGO HATCHBACK SPECIAL EDITIONS', 'derivative': '1.0 VVT-i X-Pure 5dr', 'mileage': 103870, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 726}, 'saleStart': '2026-03-30T16:30Z', 'lot': 2257, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2016-01-29', 'fuel': 'Petrol', 'motExpiry': '2026-03-20', 'doors': 5, 'engineSize': 998, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YA65YGO/2026-03-25/image/5421ccd7-acfb-4b5e-984d-b23de3d2cf53_removebg.jpg?w=600', 'https://abimg003.imgix.net/YA65YGO/2026-03-25/image/6b55260e-3f23-437a-bf40-f867b20e58e8_removebg.jpg?w=600', 'https://abimg003.imgix.net/YA65YGO/2026-03-25/image/1b13c57e-6357-4595-a82a-ad9e8428509a_removebg.jpg?w=600', 'https://abimg003.imgix.net/YA65YGO/2026-03-25/image/9d7f5593-379b-449a-b289-1a5343dd1b67_removebg.jpg?w=600', 'https://abimg003.imgix.net/YA65YGO/2026-03-25/image/d54f1177-cf84-4d42-85ab-d297c2cefe8a_removebg.jpg?w=600', 'https://abimg003.imgix.net/YA65YGO/2026-03-25/image/7317343c-976e-4e53-b87f-7e463208e1d3_removebg.jpg?w=600', 'https://abimg003.imgix.net/YA65YGO/2026-03-25/image/b10db9e3-f820-47d0-8822-d338387ca664_removebg.jpg?w=600', 'https://abimg003.imgix.net/YA65YGO/2026-03-25/image/e10f8242-d42b-4f35-bd21-e8aabf300b76_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book EMPTY SERVICE BOOK, 12/16-10K, 10/17-20K', 'remarks': 'VOSA STATES 59K, 63K, 75K, 89K', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 95, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/c59fa8d3-b6eb-4f83-af65-4bae67d9a951.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:00:45 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120755203, 'registration': 'YA65YGO', 'account': 'WBA004', 'make': 'TOYOTA', 'model': 'AYGO HATCHBACK SPECIAL EDITIONS', 'derivative': '1.0 VVT-i X-Pure 5dr', 'mileage': 103870, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 726}, 'saleStart': '2026-03-30T16:30Z', 'lot': 2257, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2016-01-29', 'fuel': 'Petrol', 'motExpiry': '2026-03-20', 'doors': 5, 'engineSize': 998, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YA65YGO/2026-03-25/image/5421ccd7-acfb-4b5e-984d-b23de3d2cf53_removebg.jpg?w=600', 'https://abimg003.imgix.net/YA65YGO/2026-03-25/image/6b55260e-3f23-437a-bf40-f867b20e58e8_removebg.jpg?w=600', 'https://abimg003.imgix.net/YA65YGO/2026-03-25/image/1b13c57e-6357-4595-a82a-ad9e8428509a_removebg.jpg?w=600', 'https://abimg003.imgix.net/YA65YGO/2026-03-25/image/9d7f5593-379b-449a-b289-1a5343dd1b67_removebg.jpg?w=600', 'https://abimg003.imgix.net/YA65YGO/2026-03-25/image/d54f1177-cf84-4d42-85ab-d297c2cefe8a_removebg.jpg?w=600', 'https://abimg003.imgix.net/YA65YGO/2026-03-25/image/7317343c-976e-4e53-b87f-7e463208e1d3_removebg.jpg?w=600', 'https://abimg003.imgix.net/YA65YGO/2026-03-25/image/b10db9e3-f820-47d0-8822-d338387ca664_removebg.jpg?w=600', 'https://abimg003.imgix.net/YA65YGO/2026-03-25/image/e10f8242-d42b-4f35-bd21-e8aabf300b76_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book EMPTY SERVICE BOOK, 12/16-10K, 10/17-20K', 'remarks': 'VOSA STATES 59K, 63K, 75K, 89K', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 95, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/c59fa8d3-b6eb-4f83-af65-4bae67d9a951.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:00:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 13537d31-b104-58d9-a5b7-64420a6a012f with identifier: 120755203
2026-03-30 10:00:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 13537d31-b104-58d9-a5b7-64420a6a012f with scrape type 2
2026-03-30 10:00:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 13537d31-b104-58d9-a5b7-64420a6a012f with scrape type 2
2026-03-30 10:00:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 13537d31-b104-58d9-a5b7-64420a6a012f, identifier: 120755203
2026-03-30 10:00:46 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120780568, 'registration': 'EO10OUM', 'account': 'WBA004', 'make': 'FORD', 'model': 'FIESTA HATCHBACK', 'derivative': '1.4 Zetec 5dr', 'mileage': 76926, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 726}, 'saleStart': '2026-03-30T16:30Z', 'lot': 2254, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2010-03-24', 'fuel': 'Petrol', 'motExpiry': '2027-03-24', 'doors': 5, 'engineSize': 1388, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/EO10OUM/2026-03-25/image/2153a2e5-6522-4cc5-bbc7-2b8d8f780334_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO10OUM/2026-03-25/image/dd0b701b-0b89-43f5-ba90-11a323121276_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO10OUM/2026-03-25/image/831a94ab-7615-462c-93cb-34094050b79f_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO10OUM/2026-03-25/image/3e1f5978-a55f-493b-8052-200bda766f98_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO10OUM/2026-03-25/image/a5c55e50-f23a-48e4-950e-443dc7b716ec_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO10OUM/2026-03-25/image/56b268a6-f2ee-418a-a5c2-5b04dd7efd71_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO10OUM/2026-03-25/image/4759e9bf-1445-4489-82e8-d8de5ba5e705_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO10OUM/2026-03-25/image/5b40c391-df94-42ae-940b-269ca0b72dbf_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 03/11- 11K, 03/12- 17K, 03/13- 22K, 03/14- 26K, 03/15- 29K, 03/16- 35K, 03/17- 41K, 03/18- 45K, 03/19- ??, 03/20- 55K, 03/21- 58K, 03/22- 61K, 03/23- 66K, 03/24- ??, 03/25- 73K, 02/26- 76K', 'remarks': 'VOSA STATES 66K, 70K, 73K, 76K, SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 133, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/035ba52e-bba8-4264-a232-b57682326547.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:00:46 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120780568, 'registration': 'EO10OUM', 'account': 'WBA004', 'make': 'FORD', 'model': 'FIESTA HATCHBACK', 'derivative': '1.4 Zetec 5dr', 'mileage': 76926, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 726}, 'saleStart': '2026-03-30T16:30Z', 'lot': 2254, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2010-03-24', 'fuel': 'Petrol', 'motExpiry': '2027-03-24', 'doors': 5, 'engineSize': 1388, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/EO10OUM/2026-03-25/image/2153a2e5-6522-4cc5-bbc7-2b8d8f780334_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO10OUM/2026-03-25/image/dd0b701b-0b89-43f5-ba90-11a323121276_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO10OUM/2026-03-25/image/831a94ab-7615-462c-93cb-34094050b79f_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO10OUM/2026-03-25/image/3e1f5978-a55f-493b-8052-200bda766f98_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO10OUM/2026-03-25/image/a5c55e50-f23a-48e4-950e-443dc7b716ec_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO10OUM/2026-03-25/image/56b268a6-f2ee-418a-a5c2-5b04dd7efd71_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO10OUM/2026-03-25/image/4759e9bf-1445-4489-82e8-d8de5ba5e705_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO10OUM/2026-03-25/image/5b40c391-df94-42ae-940b-269ca0b72dbf_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 03/11- 11K, 03/12- 17K, 03/13- 22K, 03/14- 26K, 03/15- 29K, 03/16- 35K, 03/17- 41K, 03/18- 45K, 03/19- ??, 03/20- 55K, 03/21- 58K, 03/22- 61K, 03/23- 66K, 03/24- ??, 03/25- 73K, 02/26- 76K', 'remarks': 'VOSA STATES 66K, 70K, 73K, 76K, SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 133, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/035ba52e-bba8-4264-a232-b57682326547.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:00:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a7a264cc-3def-54fd-80d1-f228f0ea0603 with identifier: 120780568
2026-03-30 10:00:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a7a264cc-3def-54fd-80d1-f228f0ea0603 with scrape type 2
2026-03-30 10:00:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a7a264cc-3def-54fd-80d1-f228f0ea0603 with scrape type 2
2026-03-30 10:00:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: a7a264cc-3def-54fd-80d1-f228f0ea0603, identifier: 120780568
2026-03-30 10:00:46 [astonbarclay.gb] INFO: Found listing with ID: 120441523
2026-03-30 10:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120441523%27 HTTP/1.1" 200 None
2026-03-30 10:00:46 [astonbarclay.gb] INFO: Scrape type for 120441523: 0
2026-03-30 10:00:46 [astonbarclay.gb] INFO: Found listing with ID: 120562320
2026-03-30 10:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120562320%27 HTTP/1.1" 200 None
2026-03-30 10:00:46 [astonbarclay.gb] INFO: Scrape type for 120562320: 2
2026-03-30 10:00:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 66178216-60f8-5513-8e33-c0ae6af34f66 with identifier: 120756696
2026-03-30 10:00:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 66178216-60f8-5513-8e33-c0ae6af34f66 with identifier: 120756696
2026-03-30 10:00:46 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 66178216-60f8-5513-8e33-c0ae6af34f66 with identifier: 120756696 to the API
2026-03-30 10:00:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 10:00:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120756696?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 124,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.6L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Diesel',
'id': '66178216-60f8-5513-8e33-c0ae6af34f66',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'DK62UWS',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120756696',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'SKODA',
'model': 'ROOMSTER DIESEL ESTATE',
'odometer': 136021,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2012-09-12',
'seller_name': 'UKCGR - Trade',
'title': 'SKODA ROOMSTER DIESEL ESTATE 1.6 TDI CR Scout 5dr',
'transmission': 'manual',
'trim': '1.6 TDI CR Scout 5dr',
'vin': None,
'year': 2012}
2026-03-30 10:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120756696%27 HTTP/1.1" 200 None
2026-03-30 10:00:46 [astonbarclay.gb] INFO: Saving data for 120756696: {'auction_closing_time': 1774888200.0, 'created_time': 1774432928.058514, 'last_price_update_time': 1774864846.761971}
2026-03-30 10:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120756696') HTTP/1.1" 204 0
2026-03-30 10:00:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 13537d31-b104-58d9-a5b7-64420a6a012f with identifier: 120755203
2026-03-30 10:00:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 13537d31-b104-58d9-a5b7-64420a6a012f with identifier: 120755203
2026-03-30 10:00:46 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 13537d31-b104-58d9-a5b7-64420a6a012f with identifier: 120755203 to the API
2026-03-30 10:00:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 10:00:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120755203?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-30T16:30:00Z',
'fuel_type': 'Petrol',
'id': '13537d31-b104-58d9-a5b7-64420a6a012f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'YA65YGO',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120755203',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'TOYOTA',
'model': 'AYGO HATCHBACK SPECIAL EDITIONS',
'odometer': 103870,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-01-29',
'seller_name': 'UKCGR - Trade',
'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-30 10:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120755203%27 HTTP/1.1" 200 None
2026-03-30 10:00:47 [astonbarclay.gb] INFO: Saving data for 120755203: {'auction_closing_time': 1774888200.0, 'created_time': 1774432897.259638, 'last_price_update_time': 1774864847.728731}
2026-03-30 10:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120755203') HTTP/1.1" 204 0
2026-03-30 10:00:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: a7a264cc-3def-54fd-80d1-f228f0ea0603 with identifier: 120780568
2026-03-30 10:00:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: a7a264cc-3def-54fd-80d1-f228f0ea0603 with identifier: 120780568
2026-03-30 10:00:47 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: a7a264cc-3def-54fd-80d1-f228f0ea0603 with identifier: 120780568 to the API
2026-03-30 10:00:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:00:48 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:00:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120780568?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 133,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 4',
'engine': '1.4L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Petrol',
'id': 'a7a264cc-3def-54fd-80d1-f228f0ea0603',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'EO10OUM',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120780568',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'FORD',
'model': 'FIESTA HATCHBACK',
'odometer': 76926,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2010-03-24',
'seller_name': 'UKCGR - Trade',
'title': 'FORD FIESTA HATCHBACK 1.4 Zetec 5dr',
'transmission': 'manual',
'trim': '1.4 Zetec 5dr',
'vin': None,
'year': 2010}
2026-03-30 10:00:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120780568%27 HTTP/1.1" 200 None
2026-03-30 10:00:48 [astonbarclay.gb] INFO: Saving data for 120780568: {'auction_closing_time': 1774888200.0, 'created_time': 1774530443.908051, 'last_price_update_time': 1774864848.42172}
2026-03-30 10:00:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:00:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120780568') HTTP/1.1" 204 0
2026-03-30 10:00:48 [astonbarclay.gb] INFO: Found listing with ID: 120619943
2026-03-30 10:00:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120619943%27 HTTP/1.1" 200 None
2026-03-30 10:00:48 [astonbarclay.gb] INFO: Scrape type for 120619943: 0
2026-03-30 10:00:48 [astonbarclay.gb] INFO: Found listing with ID: 120485459
2026-03-30 10:00:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120485459%27 HTTP/1.1" 200 None
2026-03-30 10:00:48 [astonbarclay.gb] INFO: Scrape type for 120485459: 0
2026-03-30 10:00:48 [astonbarclay.gb] INFO: Found listing with ID: 120606319
2026-03-30 10:00:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120606319%27 HTTP/1.1" 200 None
2026-03-30 10:00:48 [astonbarclay.gb] INFO: Scrape type for 120606319: 0
2026-03-30 10:00:48 [astonbarclay.gb] INFO: Found listing with ID: 120546514
2026-03-30 10:00:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120546514%27 HTTP/1.1" 200 None
2026-03-30 10:00:48 [astonbarclay.gb] INFO: Scrape type for 120546514: 0
2026-03-30 10:00:48 [astonbarclay.gb] INFO: Found listing with ID: 120562548
2026-03-30 10:00:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120562548%27 HTTP/1.1" 200 None
2026-03-30 10:00:48 [astonbarclay.gb] INFO: Scrape type for 120562548: 2
2026-03-30 10:00:48 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120738966, 'registration': 'KY64UKG', 'account': 'WBA004', 'make': 'PEUGEOT', 'model': '2008 ESTATE', 'derivative': '1.2 e-VTi Allure 5dr EGC', 'mileage': 73837, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 726}, 'saleStart': '2026-03-30T16:30Z', 'lot': 2268, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2014-09-09', 'fuel': 'Petrol', 'motExpiry': '2026-06-15', 'doors': 5, 'engineSize': 1199, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/KY64UKG/2026-03-25/image/85f7e25b-0ea0-48f9-a944-c88f6286d765_removebg.jpg?w=600', 'https://abimg003.imgix.net/KY64UKG/2026-03-25/image/44f8ab2f-b2fd-40b4-8762-abaf0c9a663b_removebg.jpg?w=600', 'https://abimg003.imgix.net/KY64UKG/2026-03-25/image/74b418a3-5ab9-4e0d-9977-85a7575aa67b_removebg.jpg?w=600', 'https://abimg003.imgix.net/KY64UKG/2026-03-25/image/6b0d8044-55d5-401e-896a-b94327ff2da8_removebg.jpg?w=600', 'https://abimg003.imgix.net/KY64UKG/2026-03-25/image/24fd2082-e58f-4463-b40a-f75249e0f39a_removebg.jpg?w=600', 'https://abimg003.imgix.net/KY64UKG/2026-03-25/image/39e93dff-944a-4805-9da9-258e3dafa34f_removebg.jpg?w=600', 'https://abimg003.imgix.net/KY64UKG/2026-03-25/image/79a81790-88fd-4d98-9e47-b4a5264dedba_removebg.jpg?w=600', 'https://abimg003.imgix.net/KY64UKG/2026-03-25/image/15ed1d06-9238-48dd-83df-a3c1dd422bda_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 07/15 5K - 07/16 10K - 08/17 16K - 08/18 23K - 07/19 29K - 07/20 35K - 06/21 ?? - 07/24 57K', 'remarks': 'VOSA STATES 45K- 50K- 57K- 65K -', '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/8d32f613-661f-4c27-a440-def2ef3ffefe.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:00:48 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120738966, 'registration': 'KY64UKG', 'account': 'WBA004', 'make': 'PEUGEOT', 'model': '2008 ESTATE', 'derivative': '1.2 e-VTi Allure 5dr EGC', 'mileage': 73837, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 726}, 'saleStart': '2026-03-30T16:30Z', 'lot': 2268, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2014-09-09', 'fuel': 'Petrol', 'motExpiry': '2026-06-15', 'doors': 5, 'engineSize': 1199, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/KY64UKG/2026-03-25/image/85f7e25b-0ea0-48f9-a944-c88f6286d765_removebg.jpg?w=600', 'https://abimg003.imgix.net/KY64UKG/2026-03-25/image/44f8ab2f-b2fd-40b4-8762-abaf0c9a663b_removebg.jpg?w=600', 'https://abimg003.imgix.net/KY64UKG/2026-03-25/image/74b418a3-5ab9-4e0d-9977-85a7575aa67b_removebg.jpg?w=600', 'https://abimg003.imgix.net/KY64UKG/2026-03-25/image/6b0d8044-55d5-401e-896a-b94327ff2da8_removebg.jpg?w=600', 'https://abimg003.imgix.net/KY64UKG/2026-03-25/image/24fd2082-e58f-4463-b40a-f75249e0f39a_removebg.jpg?w=600', 'https://abimg003.imgix.net/KY64UKG/2026-03-25/image/39e93dff-944a-4805-9da9-258e3dafa34f_removebg.jpg?w=600', 'https://abimg003.imgix.net/KY64UKG/2026-03-25/image/79a81790-88fd-4d98-9e47-b4a5264dedba_removebg.jpg?w=600', 'https://abimg003.imgix.net/KY64UKG/2026-03-25/image/15ed1d06-9238-48dd-83df-a3c1dd422bda_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 07/15 5K - 07/16 10K - 08/17 16K - 08/18 23K - 07/19 29K - 07/20 35K - 06/21 ?? - 07/24 57K', 'remarks': 'VOSA STATES 45K- 50K- 57K- 65K -', '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/8d32f613-661f-4c27-a440-def2ef3ffefe.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:00:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8a1ef6ae-0156-5bd9-8f97-52c283081c83 with identifier: 120738966
2026-03-30 10:00:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8a1ef6ae-0156-5bd9-8f97-52c283081c83 with scrape type 2
2026-03-30 10:00:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8a1ef6ae-0156-5bd9-8f97-52c283081c83 with scrape type 2
2026-03-30 10:00:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 8a1ef6ae-0156-5bd9-8f97-52c283081c83, identifier: 120738966
2026-03-30 10:00:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120757392?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:00:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 8a1ef6ae-0156-5bd9-8f97-52c283081c83 with identifier: 120738966
2026-03-30 10:00:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 8a1ef6ae-0156-5bd9-8f97-52c283081c83 with identifier: 120738966
2026-03-30 10:00:48 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 8a1ef6ae-0156-5bd9-8f97-52c283081c83 with identifier: 120738966 to the API
2026-03-30 10:00:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:00:49 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:00:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120738966?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 99,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.2L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Petrol',
'id': '8a1ef6ae-0156-5bd9-8f97-52c283081c83',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'KY64UKG',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120738966',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'PEUGEOT',
'model': '2008 ESTATE',
'odometer': 73837,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2014-09-09',
'seller_name': 'UKCGR - Trade',
'title': 'PEUGEOT 2008 ESTATE 1.2 e-VTi Allure 5dr EGC',
'transmission': 'automatic',
'trim': '1.2 e-VTi Allure 5dr EGC',
'vin': None,
'year': 2014}
2026-03-30 10:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120738966%27 HTTP/1.1" 200 None
2026-03-30 10:00:49 [astonbarclay.gb] INFO: Saving data for 120738966: {'auction_closing_time': 1774888200.0, 'created_time': 1774433095.389329, 'last_price_update_time': 1774864849.696323}
2026-03-30 10:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120738966') HTTP/1.1" 204 0
2026-03-30 10:00:49 [astonbarclay.gb] INFO: Found listing with ID: 120404970
2026-03-30 10:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120404970%27 HTTP/1.1" 200 None
2026-03-30 10:00:49 [astonbarclay.gb] INFO: Scrape type for 120404970: 0
2026-03-30 10:00:49 [astonbarclay.gb] INFO: Found listing with ID: 120586865
2026-03-30 10:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120586865%27 HTTP/1.1" 200 None
2026-03-30 10:00:49 [astonbarclay.gb] INFO: Scrape type for 120586865: 0
2026-03-30 10:00:49 [astonbarclay.gb] INFO: Found listing with ID: 120649354
2026-03-30 10:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120649354%27 HTTP/1.1" 200 None
2026-03-30 10:00:49 [astonbarclay.gb] INFO: Scrape type for 120649354: 0
2026-03-30 10:00:49 [astonbarclay.gb] INFO: Found listing with ID: 120562567
2026-03-30 10:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120562567%27 HTTP/1.1" 200 None
2026-03-30 10:00:49 [astonbarclay.gb] INFO: Scrape type for 120562567: 0
2026-03-30 10:00:49 [astonbarclay.gb] INFO: Found listing with ID: 120586845
2026-03-30 10:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120586845%27 HTTP/1.1" 200 None
2026-03-30 10:00:49 [astonbarclay.gb] INFO: Scrape type for 120586845: 0
2026-03-30 10:00:49 [astonbarclay.gb] INFO: Found listing with ID: 120797261
2026-03-30 10:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120797261%27 HTTP/1.1" 200 None
2026-03-30 10:00:49 [astonbarclay.gb] INFO: Scrape type for 120797261: 0
2026-03-30 10:00:49 [astonbarclay.gb] INFO: Found listing with ID: 120693399
2026-03-30 10:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120693399%27 HTTP/1.1" 200 None
2026-03-30 10:00:49 [astonbarclay.gb] INFO: Scrape type for 120693399: 0
2026-03-30 10:00:49 [astonbarclay.gb] INFO: Found listing with ID: 120630009
2026-03-30 10:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120630009%27 HTTP/1.1" 200 None
2026-03-30 10:00:49 [astonbarclay.gb] INFO: Scrape type for 120630009: 0
2026-03-30 10:00:49 [astonbarclay.gb] INFO: Found listing with ID: 120502714
2026-03-30 10:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120502714%27 HTTP/1.1" 200 None
2026-03-30 10:00:49 [astonbarclay.gb] INFO: Scrape type for 120502714: 0
2026-03-30 10:00:49 [astonbarclay.gb] INFO: Found listing with ID: 120586010
2026-03-30 10:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120586010%27 HTTP/1.1" 200 None
2026-03-30 10:00:49 [astonbarclay.gb] INFO: Scrape type for 120586010: 0
2026-03-30 10:00:49 [astonbarclay.gb] INFO: Found listing with ID: 120631698
2026-03-30 10:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120631698%27 HTTP/1.1" 200 None
2026-03-30 10:00:49 [astonbarclay.gb] INFO: Scrape type for 120631698: 0
2026-03-30 10:00:49 [astonbarclay.gb] INFO: Found listing with ID: 119252663
2026-03-30 10:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27119252663%27 HTTP/1.1" 200 None
2026-03-30 10:00:49 [astonbarclay.gb] INFO: Scrape type for 119252663: 0
2026-03-30 10:00:49 [astonbarclay.gb] INFO: Found listing with ID: 119855237
2026-03-30 10:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27119855237%27 HTTP/1.1" 200 None
2026-03-30 10:00:49 [astonbarclay.gb] INFO: Scrape type for 119855237: 0
2026-03-30 10:00:49 [astonbarclay.gb] INFO: Found listing with ID: 120588960
2026-03-30 10:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120588960%27 HTTP/1.1" 200 None
2026-03-30 10:00:49 [astonbarclay.gb] INFO: Scrape type for 120588960: 0
2026-03-30 10:00:49 [astonbarclay.gb] INFO: Found listing with ID: 120098624
2026-03-30 10:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120098624%27 HTTP/1.1" 200 None
2026-03-30 10:00:49 [astonbarclay.gb] INFO: Scrape type for 120098624: 0
2026-03-30 10:00:49 [astonbarclay.gb] INFO: Found listing with ID: 120717264
2026-03-30 10:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120717264%27 HTTP/1.1" 200 None
2026-03-30 10:00:49 [astonbarclay.gb] INFO: Scrape type for 120717264: 0
2026-03-30 10:00:49 [astonbarclay.gb] INFO: Found listing with ID: 120806300
2026-03-30 10:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120806300%27 HTTP/1.1" 200 None
2026-03-30 10:00:50 [astonbarclay.gb] INFO: Scrape type for 120806300: 0
2026-03-30 10:00:50 [astonbarclay.gb] INFO: Found listing with ID: 120799641
2026-03-30 10:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120799641%27 HTTP/1.1" 200 None
2026-03-30 10:00:50 [astonbarclay.gb] INFO: Scrape type for 120799641: 0
2026-03-30 10:00:50 [astonbarclay.gb] INFO: Found listing with ID: 120806069
2026-03-30 10:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120806069%27 HTTP/1.1" 200 None
2026-03-30 10:00:50 [astonbarclay.gb] INFO: Scrape type for 120806069: 0
2026-03-30 10:00:50 [astonbarclay.gb] INFO: Found listing with ID: 120813427
2026-03-30 10:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120813427%27 HTTP/1.1" 200 None
2026-03-30 10:00:50 [astonbarclay.gb] INFO: Scrape type for 120813427: 0
2026-03-30 10:00:50 [astonbarclay.gb] INFO: Found listing with ID: 120806876
2026-03-30 10:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120806876%27 HTTP/1.1" 200 None
2026-03-30 10:00:50 [astonbarclay.gb] INFO: Scrape type for 120806876: 0
2026-03-30 10:00:50 [astonbarclay.gb] INFO: Found listing with ID: 120797313
2026-03-30 10:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120797313%27 HTTP/1.1" 200 None
2026-03-30 10:00:50 [astonbarclay.gb] INFO: Scrape type for 120797313: 0
2026-03-30 10:00:50 [astonbarclay.gb] INFO: Found listing with ID: 120693503
2026-03-30 10:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120693503%27 HTTP/1.1" 200 None
2026-03-30 10:00:50 [astonbarclay.gb] INFO: Scrape type for 120693503: 0
2026-03-30 10:00:50 [astonbarclay.gb] INFO: Found listing with ID: 120763578
2026-03-30 10:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120763578%27 HTTP/1.1" 200 None
2026-03-30 10:00:50 [astonbarclay.gb] INFO: Scrape type for 120763578: 0
2026-03-30 10:00:50 [astonbarclay.gb] INFO: Found listing with ID: 120763511
2026-03-30 10:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120763511%27 HTTP/1.1" 200 None
2026-03-30 10:00:50 [astonbarclay.gb] INFO: Scrape type for 120763511: 0
2026-03-30 10:00:50 [astonbarclay.gb] INFO: Found listing with ID: 119920282
2026-03-30 10:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27119920282%27 HTTP/1.1" 200 None
2026-03-30 10:00:50 [astonbarclay.gb] INFO: Scrape type for 119920282: 0
2026-03-30 10:00:50 [astonbarclay.gb] INFO: Found listing with ID: 120763986
2026-03-30 10:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120763986%27 HTTP/1.1" 200 None
2026-03-30 10:00:50 [astonbarclay.gb] INFO: Scrape type for 120763986: 2
2026-03-30 10:00:50 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:00:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120733681?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:00:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120753919?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:00:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120756115?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:00:50 [astonbarclay.gb] INFO: Found listing with ID: 120817027
2026-03-30 10:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120817027%27 HTTP/1.1" 200 None
2026-03-30 10:00:50 [astonbarclay.gb] INFO: Scrape type for 120817027: 0
2026-03-30 10:00:50 [astonbarclay.gb] INFO: Found listing with ID: 120818085
2026-03-30 10:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120818085%27 HTTP/1.1" 200 None
2026-03-30 10:00:50 [astonbarclay.gb] INFO: Scrape type for 120818085: 0
2026-03-30 10:00:50 [astonbarclay.gb] INFO: Found listing with ID: 120829283
2026-03-30 10:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120829283%27 HTTP/1.1" 200 None
2026-03-30 10:00:50 [astonbarclay.gb] INFO: Scrape type for 120829283: 0
2026-03-30 10:00:50 [astonbarclay.gb] INFO: Found listing with ID: 120715097
2026-03-30 10:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120715097%27 HTTP/1.1" 200 None
2026-03-30 10:00:50 [astonbarclay.gb] INFO: Scrape type for 120715097: 0
2026-03-30 10:00:50 [astonbarclay.gb] INFO: Found listing with ID: 120752694
2026-03-30 10:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120752694%27 HTTP/1.1" 200 None
2026-03-30 10:00:50 [astonbarclay.gb] INFO: Scrape type for 120752694: 0
2026-03-30 10:00:50 [astonbarclay.gb] INFO: Found listing with ID: 120838928
2026-03-30 10:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120838928%27 HTTP/1.1" 200 None
2026-03-30 10:00:50 [astonbarclay.gb] INFO: Scrape type for 120838928: 0
2026-03-30 10:00:50 [astonbarclay.gb] INFO: Found listing with ID: 120838596
2026-03-30 10:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120838596%27 HTTP/1.1" 200 None
2026-03-30 10:00:50 [astonbarclay.gb] INFO: Scrape type for 120838596: 0
2026-03-30 10:00:50 [astonbarclay.gb] INFO: Found listing with ID: 120838572
2026-03-30 10:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120838572%27 HTTP/1.1" 200 None
2026-03-30 10:00:50 [astonbarclay.gb] INFO: Scrape type for 120838572: 0
2026-03-30 10:00:50 [astonbarclay.gb] INFO: Found listing with ID: 120839298
2026-03-30 10:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120839298%27 HTTP/1.1" 200 None
2026-03-30 10:00:50 [astonbarclay.gb] INFO: Scrape type for 120839298: 0
2026-03-30 10:00:50 [astonbarclay.gb] INFO: Found listing with ID: 120838706
2026-03-30 10:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120838706%27 HTTP/1.1" 200 None
2026-03-30 10:00:50 [astonbarclay.gb] INFO: Scrape type for 120838706: 0
2026-03-30 10:00:50 [astonbarclay.gb] INFO: Found listing with ID: 120829374
2026-03-30 10:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120829374%27 HTTP/1.1" 200 None
2026-03-30 10:00:50 [astonbarclay.gb] INFO: Scrape type for 120829374: 0
2026-03-30 10:00:50 [astonbarclay.gb] INFO: Found listing with ID: 118521541
2026-03-30 10:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27118521541%27 HTTP/1.1" 200 None
2026-03-30 10:00:50 [astonbarclay.gb] INFO: Scrape type for 118521541: 1
2026-03-30 10:00:50 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:00:50 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:00:50 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:00:50 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120757392, 'registration': 'CV55LXL', 'account': 'WBA004', 'make': 'MINI', 'model': 'HATCHBACK', 'derivative': '1.6 Cooper 3dr', 'mileage': 101723, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 726}, 'saleStart': '2026-03-30T16:30Z', 'lot': 2259, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2005-09-28', 'fuel': 'Petrol', 'motExpiry': '2026-12-08', 'doors': 3, 'engineSize': 1598, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/CV55LXL/2026-03-25/image/db10cea1-fd34-4898-82b6-5a307db1a224_removebg.jpg?w=600', 'https://abimg003.imgix.net/CV55LXL/2026-03-25/image/82588a9e-9079-41ac-af64-9327cce888f0_removebg.jpg?w=600', 'https://abimg003.imgix.net/CV55LXL/2026-03-25/image/b8daf831-f5a0-461d-85cf-4e667a6189dd_removebg.jpg?w=600', 'https://abimg003.imgix.net/CV55LXL/2026-03-25/image/3575729b-57a3-45a6-972f-8e16385cc591_removebg.jpg?w=600', 'https://abimg003.imgix.net/CV55LXL/2026-03-25/image/22dc93b4-7a9f-422d-a8c9-36fa8a65f5d7_removebg.jpg?w=600', 'https://abimg003.imgix.net/CV55LXL/2026-03-25/image/c7dfc47d-4ab1-4986-9b22-4a5439b2f748_removebg.jpg?w=600', 'https://abimg003.imgix.net/CV55LXL/2026-03-25/image/1c152d04-a6ce-4a88-9ff9-d464725ec193_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 09/07 10K - 04/10 20K - 10/12 36K - 02/13 38K', 'remarks': 'VOSA STATES 77K- 83K - 89K- 96K- 100K - BROKEN 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': 166, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/049e9e17-bac2-4895-a29d-3a64fb4c7d34.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': None, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:00:50 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120757392, 'registration': 'CV55LXL', 'account': 'WBA004', 'make': 'MINI', 'model': 'HATCHBACK', 'derivative': '1.6 Cooper 3dr', 'mileage': 101723, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 726}, 'saleStart': '2026-03-30T16:30Z', 'lot': 2259, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2005-09-28', 'fuel': 'Petrol', 'motExpiry': '2026-12-08', 'doors': 3, 'engineSize': 1598, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/CV55LXL/2026-03-25/image/db10cea1-fd34-4898-82b6-5a307db1a224_removebg.jpg?w=600', 'https://abimg003.imgix.net/CV55LXL/2026-03-25/image/82588a9e-9079-41ac-af64-9327cce888f0_removebg.jpg?w=600', 'https://abimg003.imgix.net/CV55LXL/2026-03-25/image/b8daf831-f5a0-461d-85cf-4e667a6189dd_removebg.jpg?w=600', 'https://abimg003.imgix.net/CV55LXL/2026-03-25/image/3575729b-57a3-45a6-972f-8e16385cc591_removebg.jpg?w=600', 'https://abimg003.imgix.net/CV55LXL/2026-03-25/image/22dc93b4-7a9f-422d-a8c9-36fa8a65f5d7_removebg.jpg?w=600', 'https://abimg003.imgix.net/CV55LXL/2026-03-25/image/c7dfc47d-4ab1-4986-9b22-4a5439b2f748_removebg.jpg?w=600', 'https://abimg003.imgix.net/CV55LXL/2026-03-25/image/1c152d04-a6ce-4a88-9ff9-d464725ec193_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 09/07 10K - 04/10 20K - 10/12 36K - 02/13 38K', 'remarks': 'VOSA STATES 77K- 83K - 89K- 96K- 100K - BROKEN 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': 166, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/049e9e17-bac2-4895-a29d-3a64fb4c7d34.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': None, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:00:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4a905931-4c0e-5991-9e0d-89a0c15b5724 with identifier: 120757392
2026-03-30 10:00:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4a905931-4c0e-5991-9e0d-89a0c15b5724 with scrape type 2
2026-03-30 10:00:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4a905931-4c0e-5991-9e0d-89a0c15b5724 with scrape type 2
2026-03-30 10:00:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 4a905931-4c0e-5991-9e0d-89a0c15b5724, identifier: 120757392
2026-03-30 10:00:50 [astonbarclay.gb] INFO: Found listing with ID: 120858101
2026-03-30 10:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120858101%27 HTTP/1.1" 200 None
2026-03-30 10:00:50 [astonbarclay.gb] INFO: Scrape type for 120858101: 0
2026-03-30 10:00:50 [astonbarclay.gb] INFO: Found listing with ID: 120858170
2026-03-30 10:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120858170%27 HTTP/1.1" 200 None
2026-03-30 10:00:50 [astonbarclay.gb] INFO: Scrape type for 120858170: 0
2026-03-30 10:00:50 [astonbarclay.gb] INFO: Found listing with ID: 120858075
2026-03-30 10:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120858075%27 HTTP/1.1" 200 None
2026-03-30 10:00:50 [astonbarclay.gb] INFO: Scrape type for 120858075: 0
2026-03-30 10:00:50 [astonbarclay.gb] INFO: Found listing with ID: 120632405
2026-03-30 10:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120632405%27 HTTP/1.1" 200 None
2026-03-30 10:00:50 [astonbarclay.gb] INFO: Scrape type for 120632405: 0
2026-03-30 10:00:50 [astonbarclay.gb] INFO: Found listing with ID: 120574476
2026-03-30 10:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120574476%27 HTTP/1.1" 200 None
2026-03-30 10:00:50 [astonbarclay.gb] INFO: Scrape type for 120574476: 0
2026-03-30 10:00:50 [astonbarclay.gb] INFO: Found listing with ID: 120619082
2026-03-30 10:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120619082%27 HTTP/1.1" 200 None
2026-03-30 10:00:50 [astonbarclay.gb] INFO: Scrape type for 120619082: 0
2026-03-30 10:00:50 [astonbarclay.gb] INFO: Found listing with ID: 120619091
2026-03-30 10:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120619091%27 HTTP/1.1" 200 None
2026-03-30 10:00:50 [astonbarclay.gb] INFO: Scrape type for 120619091: 0
2026-03-30 10:00:50 [astonbarclay.gb] INFO: Found listing with ID: 120619141
2026-03-30 10:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120619141%27 HTTP/1.1" 200 None
2026-03-30 10:00:50 [astonbarclay.gb] INFO: Scrape type for 120619141: 0
2026-03-30 10:00:50 [astonbarclay.gb] INFO: Found listing with ID: 119140877
2026-03-30 10:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27119140877%27 HTTP/1.1" 200 None
2026-03-30 10:00:50 [astonbarclay.gb] INFO: Scrape type for 119140877: 0
2026-03-30 10:00:50 [astonbarclay.gb] INFO: Found listing with ID: 120619150
2026-03-30 10:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120619150%27 HTTP/1.1" 200 None
2026-03-30 10:00:50 [astonbarclay.gb] INFO: Scrape type for 120619150: 0
2026-03-30 10:00:50 [astonbarclay.gb] INFO: Found listing with ID: 120826263
2026-03-30 10:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120826263%27 HTTP/1.1" 200 None
2026-03-30 10:00:50 [astonbarclay.gb] INFO: Scrape type for 120826263: 0
2026-03-30 10:00:50 [astonbarclay.gb] INFO: Found listing with ID: 120654534
2026-03-30 10:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120654534%27 HTTP/1.1" 200 None
2026-03-30 10:00:50 [astonbarclay.gb] INFO: Scrape type for 120654534: 0
2026-03-30 10:00:50 [astonbarclay.gb] INFO: Found listing with ID: 120337279
2026-03-30 10:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120337279%27 HTTP/1.1" 200 None
2026-03-30 10:00:50 [astonbarclay.gb] INFO: Scrape type for 120337279: 0
2026-03-30 10:00:50 [astonbarclay.gb] INFO: Found listing with ID: 120438207
2026-03-30 10:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120438207%27 HTTP/1.1" 200 None
2026-03-30 10:00:50 [astonbarclay.gb] INFO: Scrape type for 120438207: 0
2026-03-30 10:00:50 [astonbarclay.gb] INFO: Found listing with ID: 120568143
2026-03-30 10:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120568143%27 HTTP/1.1" 200 None
2026-03-30 10:00:50 [astonbarclay.gb] INFO: Scrape type for 120568143: 0
2026-03-30 10:00:50 [astonbarclay.gb] INFO: Found listing with ID: 120623928
2026-03-30 10:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120623928%27 HTTP/1.1" 200 None
2026-03-30 10:00:50 [astonbarclay.gb] INFO: Scrape type for 120623928: 0
2026-03-30 10:00:50 [astonbarclay.gb] INFO: Found listing with ID: 120654469
2026-03-30 10:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120654469%27 HTTP/1.1" 200 None
2026-03-30 10:00:50 [astonbarclay.gb] INFO: Scrape type for 120654469: 0
2026-03-30 10:00:50 [astonbarclay.gb] INFO: Found listing with ID: 120567961
2026-03-30 10:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120567961%27 HTTP/1.1" 200 None
2026-03-30 10:00:50 [astonbarclay.gb] INFO: Scrape type for 120567961: 0
2026-03-30 10:00:50 [astonbarclay.gb] INFO: Found listing with ID: 120677568
2026-03-30 10:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120677568%27 HTTP/1.1" 200 None
2026-03-30 10:00:50 [astonbarclay.gb] INFO: Scrape type for 120677568: 0
2026-03-30 10:00:50 [astonbarclay.gb] INFO: Found listing with ID: 120568299
2026-03-30 10:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120568299%27 HTTP/1.1" 200 None
2026-03-30 10:00:50 [astonbarclay.gb] INFO: Scrape type for 120568299: 0
2026-03-30 10:00:50 [astonbarclay.gb] INFO: Found listing with ID: 120186614
2026-03-30 10:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120186614%27 HTTP/1.1" 200 None
2026-03-30 10:00:50 [astonbarclay.gb] INFO: Scrape type for 120186614: 0
2026-03-30 10:00:50 [astonbarclay.gb] INFO: Found listing with ID: 120686836
2026-03-30 10:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120686836%27 HTTP/1.1" 200 None
2026-03-30 10:00:51 [astonbarclay.gb] INFO: Scrape type for 120686836: 0
2026-03-30 10:00:51 [astonbarclay.gb] INFO: Found listing with ID: 120612662
2026-03-30 10:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120612662%27 HTTP/1.1" 200 None
2026-03-30 10:00:51 [astonbarclay.gb] INFO: Scrape type for 120612662: 0
2026-03-30 10:00:51 [astonbarclay.gb] INFO: Found listing with ID: 120476214
2026-03-30 10:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120476214%27 HTTP/1.1" 200 None
2026-03-30 10:00:51 [astonbarclay.gb] INFO: Scrape type for 120476214: 0
2026-03-30 10:00:51 [astonbarclay.gb] INFO: Found listing with ID: 120674999
2026-03-30 10:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120674999%27 HTTP/1.1" 200 None
2026-03-30 10:00:51 [astonbarclay.gb] INFO: Scrape type for 120674999: 0
2026-03-30 10:00:51 [astonbarclay.gb] INFO: Found listing with ID: 120600680
2026-03-30 10:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120600680%27 HTTP/1.1" 200 None
2026-03-30 10:00:51 [astonbarclay.gb] INFO: Scrape type for 120600680: 0
2026-03-30 10:00:51 [astonbarclay.gb] INFO: Found listing with ID: 120476160
2026-03-30 10:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120476160%27 HTTP/1.1" 200 None
2026-03-30 10:00:51 [astonbarclay.gb] INFO: Scrape type for 120476160: 0
2026-03-30 10:00:51 [astonbarclay.gb] INFO: Found listing with ID: 120796439
2026-03-30 10:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120796439%27 HTTP/1.1" 200 None
2026-03-30 10:00:51 [astonbarclay.gb] INFO: Scrape type for 120796439: 0
2026-03-30 10:00:51 [astonbarclay.gb] INFO: Found listing with ID: 120476170
2026-03-30 10:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120476170%27 HTTP/1.1" 200 None
2026-03-30 10:00:51 [astonbarclay.gb] INFO: Scrape type for 120476170: 0
2026-03-30 10:00:51 [astonbarclay.gb] INFO: Found listing with ID: 120598413
2026-03-30 10:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120598413%27 HTTP/1.1" 200 None
2026-03-30 10:00:51 [astonbarclay.gb] INFO: Scrape type for 120598413: 0
2026-03-30 10:00:51 [astonbarclay.gb] INFO: Found listing with ID: 120257231
2026-03-30 10:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120257231%27 HTTP/1.1" 200 None
2026-03-30 10:00:51 [astonbarclay.gb] INFO: Scrape type for 120257231: 0
2026-03-30 10:00:51 [astonbarclay.gb] INFO: Found listing with ID: 119971941
2026-03-30 10:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27119971941%27 HTTP/1.1" 200 None
2026-03-30 10:00:51 [astonbarclay.gb] INFO: Scrape type for 119971941: 0
2026-03-30 10:00:51 [astonbarclay.gb] INFO: Found listing with ID: 120526347
2026-03-30 10:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120526347%27 HTTP/1.1" 200 None
2026-03-30 10:00:51 [astonbarclay.gb] INFO: Scrape type for 120526347: 2
2026-03-30 10:00:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 4a905931-4c0e-5991-9e0d-89a0c15b5724 with identifier: 120757392
2026-03-30 10:00:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-30 10:00:51 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=RED HTTP/1.1" 200 None
2026-03-30 10:00:51 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 10:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-30 10:00:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 4a905931-4c0e-5991-9e0d-89a0c15b5724 with identifier: 120757392
2026-03-30 10:00:51 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 4a905931-4c0e-5991-9e0d-89a0c15b5724 with identifier: 120757392 to the API
2026-03-30 10:00:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:00:51 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:00:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120757392?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 166,
'color': 'RED',
'currency': 'GBP',
'doors_number': 3,
'emission_standard': None,
'engine': '1.6L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Petrol',
'id': '4a905931-4c0e-5991-9e0d-89a0c15b5724',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'CV55LXL',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120757392',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'MINI',
'model': 'HATCHBACK',
'odometer': 101723,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2005-09-28',
'seller_name': 'UKCGR - Trade',
'title': 'MINI HATCHBACK 1.6 Cooper 3dr',
'transmission': 'manual',
'trim': '1.6 Cooper 3dr',
'vin': None,
'year': 2005}
2026-03-30 10:00:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120757392%27 HTTP/1.1" 200 None
2026-03-30 10:00:52 [astonbarclay.gb] INFO: Saving data for 120757392: {'auction_closing_time': 1774888200.0, 'created_time': 1774432904.349007, 'last_price_update_time': 1774864852.05879}
2026-03-30 10:00:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:00:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120757392') HTTP/1.1" 204 0
2026-03-30 10:00:52 [astonbarclay.gb] INFO: Found listing with ID: 120643499
2026-03-30 10:00:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120643499%27 HTTP/1.1" 200 None
2026-03-30 10:00:52 [astonbarclay.gb] INFO: Scrape type for 120643499: 0
2026-03-30 10:00:52 [astonbarclay.gb] INFO: Found listing with ID: 120643521
2026-03-30 10:00:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120643521%27 HTTP/1.1" 200 None
2026-03-30 10:00:52 [astonbarclay.gb] INFO: Scrape type for 120643521: 0
2026-03-30 10:00:52 [astonbarclay.gb] INFO: Found listing with ID: 120643469
2026-03-30 10:00:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120643469%27 HTTP/1.1" 200 None
2026-03-30 10:00:52 [astonbarclay.gb] INFO: Scrape type for 120643469: 0
2026-03-30 10:00:52 [astonbarclay.gb] INFO: Found listing with ID: 120598564
2026-03-30 10:00:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120598564%27 HTTP/1.1" 200 None
2026-03-30 10:00:52 [astonbarclay.gb] INFO: Scrape type for 120598564: 0
2026-03-30 10:00:52 [astonbarclay.gb] INFO: Found listing with ID: 120684601
2026-03-30 10:00:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120684601%27 HTTP/1.1" 200 None
2026-03-30 10:00:52 [astonbarclay.gb] INFO: Scrape type for 120684601: 0
2026-03-30 10:00:52 [astonbarclay.gb] INFO: Found listing with ID: 120256989
2026-03-30 10:00:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120256989%27 HTTP/1.1" 200 None
2026-03-30 10:00:52 [astonbarclay.gb] INFO: Scrape type for 120256989: 0
2026-03-30 10:00:52 [astonbarclay.gb] INFO: Found listing with ID: 120253498
2026-03-30 10:00:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120253498%27 HTTP/1.1" 200 None
2026-03-30 10:00:52 [astonbarclay.gb] INFO: Scrape type for 120253498: 0
2026-03-30 10:00:52 [astonbarclay.gb] INFO: Found listing with ID: 120415233
2026-03-30 10:00:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120415233%27 HTTP/1.1" 200 None
2026-03-30 10:00:52 [astonbarclay.gb] INFO: Scrape type for 120415233: 0
2026-03-30 10:00:52 [astonbarclay.gb] INFO: Found listing with ID: 120615995
2026-03-30 10:00:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120615995%27 HTTP/1.1" 200 None
2026-03-30 10:00:52 [astonbarclay.gb] INFO: Scrape type for 120615995: 0
2026-03-30 10:00:52 [astonbarclay.gb] INFO: Found listing with ID: 120616160
2026-03-30 10:00:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120616160%27 HTTP/1.1" 200 None
2026-03-30 10:00:52 [astonbarclay.gb] INFO: Scrape type for 120616160: 0
2026-03-30 10:00:52 [astonbarclay.gb] INFO: Found listing with ID: 120258041
2026-03-30 10:00:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120258041%27 HTTP/1.1" 200 None
2026-03-30 10:00:52 [astonbarclay.gb] INFO: Scrape type for 120258041: 0
2026-03-30 10:00:52 [astonbarclay.gb] INFO: Found listing with ID: 120719635
2026-03-30 10:00:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120719635%27 HTTP/1.1" 200 None
2026-03-30 10:00:52 [astonbarclay.gb] INFO: Scrape type for 120719635: 0
2026-03-30 10:00:52 [astonbarclay.gb] INFO: Found listing with ID: 120591190
2026-03-30 10:00:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120591190%27 HTTP/1.1" 200 None
2026-03-30 10:00:52 [astonbarclay.gb] INFO: Scrape type for 120591190: 0
2026-03-30 10:00:52 [astonbarclay.gb] INFO: Found listing with ID: 120099413
2026-03-30 10:00:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120099413%27 HTTP/1.1" 200 None
2026-03-30 10:00:52 [astonbarclay.gb] INFO: Scrape type for 120099413: 0
2026-03-30 10:00:52 [astonbarclay.gb] INFO: Found listing with ID: 118105567
2026-03-30 10:00:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27118105567%27 HTTP/1.1" 200 None
2026-03-30 10:00:52 [astonbarclay.gb] INFO: Scrape type for 118105567: 0
2026-03-30 10:00:52 [astonbarclay.gb] INFO: Found listing with ID: 120828394
2026-03-30 10:00:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120828394%27 HTTP/1.1" 200 None
2026-03-30 10:00:52 [astonbarclay.gb] INFO: Scrape type for 120828394: 0
2026-03-30 10:00:52 [astonbarclay.gb] INFO: Found listing with ID: 120223236
2026-03-30 10:00:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120223236%27 HTTP/1.1" 200 None
2026-03-30 10:00:52 [astonbarclay.gb] INFO: Scrape type for 120223236: 0
2026-03-30 10:00:52 [astonbarclay.gb] INFO: Found listing with ID: 120197297
2026-03-30 10:00:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120197297%27 HTTP/1.1" 200 None
2026-03-30 10:00:52 [astonbarclay.gb] INFO: Scrape type for 120197297: 0
2026-03-30 10:00:52 [astonbarclay.gb] INFO: Found listing with ID: 120297093
2026-03-30 10:00:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120297093%27 HTTP/1.1" 200 None
2026-03-30 10:00:52 [astonbarclay.gb] INFO: Scrape type for 120297093: 0
2026-03-30 10:00:52 [astonbarclay.gb] INFO: Found listing with ID: 120650675
2026-03-30 10:00:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120650675%27 HTTP/1.1" 200 None
2026-03-30 10:00:52 [astonbarclay.gb] INFO: Scrape type for 120650675: 0
2026-03-30 10:00:52 [astonbarclay.gb] INFO: Found listing with ID: 120840434
2026-03-30 10:00:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120840434%27 HTTP/1.1" 200 None
2026-03-30 10:00:52 [astonbarclay.gb] INFO: Scrape type for 120840434: 0
2026-03-30 10:00:52 [astonbarclay.gb] INFO: Found listing with ID: 120839972
2026-03-30 10:00:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120839972%27 HTTP/1.1" 200 None
2026-03-30 10:00:52 [astonbarclay.gb] INFO: Scrape type for 120839972: 0
2026-03-30 10:00:52 [astonbarclay.gb] INFO: Found listing with ID: 120674953
2026-03-30 10:00:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120674953%27 HTTP/1.1" 200 None
2026-03-30 10:00:52 [astonbarclay.gb] INFO: Scrape type for 120674953: 0
2026-03-30 10:00:52 [astonbarclay.gb] INFO: Found listing with ID: 120614685
2026-03-30 10:00:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120614685%27 HTTP/1.1" 200 None
2026-03-30 10:00:52 [astonbarclay.gb] INFO: Scrape type for 120614685: 0
2026-03-30 10:00:52 [astonbarclay.gb] INFO: Found listing with ID: 119641212
2026-03-30 10:00:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27119641212%27 HTTP/1.1" 200 None
2026-03-30 10:00:52 [astonbarclay.gb] INFO: Scrape type for 119641212: 0
2026-03-30 10:00:52 [astonbarclay.gb] INFO: Found listing with ID: 120623468
2026-03-30 10:00:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120623468%27 HTTP/1.1" 200 None
2026-03-30 10:00:52 [astonbarclay.gb] INFO: Scrape type for 120623468: 0
2026-03-30 10:00:52 [astonbarclay.gb] INFO: Found listing with ID: 120619100
2026-03-30 10:00:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120619100%27 HTTP/1.1" 200 None
2026-03-30 10:00:52 [astonbarclay.gb] INFO: Scrape type for 120619100: 0
2026-03-30 10:00:52 [astonbarclay.gb] INFO: Found listing with ID: 120313737
2026-03-30 10:00:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120313737%27 HTTP/1.1" 200 None
2026-03-30 10:00:52 [astonbarclay.gb] INFO: Scrape type for 120313737: 0
2026-03-30 10:00:52 [astonbarclay.gb] INFO: Found listing with ID: 120600138
2026-03-30 10:00:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120600138%27 HTTP/1.1" 200 None
2026-03-30 10:00:52 [astonbarclay.gb] INFO: Scrape type for 120600138: 0
2026-03-30 10:00:52 [astonbarclay.gb] INFO: Found listing with ID: 120697422
2026-03-30 10:00:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120697422%27 HTTP/1.1" 200 None
2026-03-30 10:00:52 [astonbarclay.gb] INFO: Scrape type for 120697422: 0
2026-03-30 10:00:52 [astonbarclay.gb] INFO: Found listing with ID: 120841573
2026-03-30 10:00:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120841573%27 HTTP/1.1" 200 None
2026-03-30 10:00:52 [astonbarclay.gb] INFO: Scrape type for 120841573: 0
2026-03-30 10:00:52 [astonbarclay.gb] INFO: Found listing with ID: 120832855
2026-03-30 10:00:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120832855%27 HTTP/1.1" 200 None
2026-03-30 10:00:52 [astonbarclay.gb] INFO: Scrape type for 120832855: 1
2026-03-30 10:00:52 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120733681, 'registration': 'LD14VRX', 'account': 'WBA004', 'make': 'VOLKSWAGEN', 'model': 'SCIROCCO COUPE', 'derivative': '1.4 TSI 3dr [Nav]', 'mileage': 78488, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 726}, 'saleStart': '2026-03-30T16:30Z', 'lot': 2283, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2014-05-20', 'fuel': 'Petrol', 'motExpiry': '2026-06-25', 'doors': 3, 'engineSize': 1390, 'bodyType': 'Coupe', 'images': ['https://abimg003.imgix.net/LD14VRX/2026-03-25/image/90e284cb-25ab-485c-b6aa-c7f8c319ad38_removebg.jpg?w=600', 'https://abimg003.imgix.net/LD14VRX/2026-03-25/image/9aeca788-97d7-491b-b6bb-b4d146d037c4_removebg.jpg?w=600', 'https://abimg003.imgix.net/LD14VRX/2026-03-25/image/771f56c4-71be-4ab4-a8a2-8ed7266d23d5_removebg.jpg?w=600', 'https://abimg003.imgix.net/LD14VRX/2026-03-25/image/a557ce31-e91c-473e-bfaa-04ab1887fd48_removebg.jpg?w=600', 'https://abimg003.imgix.net/LD14VRX/2026-03-25/image/cdf3fc7e-0470-4d1e-9358-b8aee8f79b1a_removebg.jpg?w=600', 'https://abimg003.imgix.net/LD14VRX/2026-03-25/image/7c030cb2-89fb-46d0-8ec6-a127a9195c9d_removebg.jpg?w=600', 'https://abimg003.imgix.net/LD14VRX/2026-03-25/image/e1062814-51fd-4499-825e-75534c943607_removebg.jpg?w=600', 'https://abimg003.imgix.net/LD14VRX/2026-03-25/image/47d9dba4-1243-4c77-8459-bbe5fdf5fd56_removebg.jpg?w=600', 'https://abimg003.imgix.net/LD14VRX/2026-03-25/image/13abf193-f854-45a0-805e-19d2faf42ab1_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': 'Cat N Insurance Loss', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 11/25 76K', 'remarks': 'Category N Insurance Loss. No Structural Damage and Repairable - Insurer Decided Not to Repair CAT N - NON-STRUCTURAL - Damage is front end and rear end VOSA STATES 54K- 58K- 64K- 75K-', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '6', 'v5': True, 'v5details': 'Here', 'co2': 154, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:00:52 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120733681, 'registration': 'LD14VRX', 'account': 'WBA004', 'make': 'VOLKSWAGEN', 'model': 'SCIROCCO COUPE', 'derivative': '1.4 TSI 3dr [Nav]', 'mileage': 78488, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 726}, 'saleStart': '2026-03-30T16:30Z', 'lot': 2283, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2014-05-20', 'fuel': 'Petrol', 'motExpiry': '2026-06-25', 'doors': 3, 'engineSize': 1390, 'bodyType': 'Coupe', 'images': ['https://abimg003.imgix.net/LD14VRX/2026-03-25/image/90e284cb-25ab-485c-b6aa-c7f8c319ad38_removebg.jpg?w=600', 'https://abimg003.imgix.net/LD14VRX/2026-03-25/image/9aeca788-97d7-491b-b6bb-b4d146d037c4_removebg.jpg?w=600', 'https://abimg003.imgix.net/LD14VRX/2026-03-25/image/771f56c4-71be-4ab4-a8a2-8ed7266d23d5_removebg.jpg?w=600', 'https://abimg003.imgix.net/LD14VRX/2026-03-25/image/a557ce31-e91c-473e-bfaa-04ab1887fd48_removebg.jpg?w=600', 'https://abimg003.imgix.net/LD14VRX/2026-03-25/image/cdf3fc7e-0470-4d1e-9358-b8aee8f79b1a_removebg.jpg?w=600', 'https://abimg003.imgix.net/LD14VRX/2026-03-25/image/7c030cb2-89fb-46d0-8ec6-a127a9195c9d_removebg.jpg?w=600', 'https://abimg003.imgix.net/LD14VRX/2026-03-25/image/e1062814-51fd-4499-825e-75534c943607_removebg.jpg?w=600', 'https://abimg003.imgix.net/LD14VRX/2026-03-25/image/47d9dba4-1243-4c77-8459-bbe5fdf5fd56_removebg.jpg?w=600', 'https://abimg003.imgix.net/LD14VRX/2026-03-25/image/13abf193-f854-45a0-805e-19d2faf42ab1_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': 'Cat N Insurance Loss', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 11/25 76K', 'remarks': 'Category N Insurance Loss. No Structural Damage and Repairable - Insurer Decided Not to Repair CAT N - NON-STRUCTURAL - Damage is front end and rear end VOSA STATES 54K- 58K- 64K- 75K-', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '6', 'v5': True, 'v5details': 'Here', 'co2': 154, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:00:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7313339a-5714-5d7b-80be-dbe2ded3ca5d with identifier: 120733681
2026-03-30 10:00:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7313339a-5714-5d7b-80be-dbe2ded3ca5d with scrape type 2
2026-03-30 10:00:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7313339a-5714-5d7b-80be-dbe2ded3ca5d with scrape type 2
2026-03-30 10:00:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 7313339a-5714-5d7b-80be-dbe2ded3ca5d, identifier: 120733681
2026-03-30 10:00:52 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120753919, 'registration': 'MT66BRX', 'account': 'WBA004', 'make': 'VOLVO', 'model': 'XC90 ESTATE', 'derivative': '2.0 T8 Hybrid Momentum 5dr Geartronic', 'mileage': 99809, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 726}, 'saleStart': '2026-03-30T16:30Z', 'lot': 2291, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2016-11-18', 'fuel': 'Petrol/Plugin Electric Hybrid', 'motExpiry': '2027-03-01', 'doors': 5, 'engineSize': 1969, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/MT66BRX/2026-03-25/image/cc8bf2d1-71a1-4c1f-8027-69b2882e9a7d_removebg.jpg?w=600', 'https://abimg003.imgix.net/MT66BRX/2026-03-25/image/0bd5d971-efff-4a6e-87c6-2b6202e4bc32_removebg.jpg?w=600', 'https://abimg003.imgix.net/MT66BRX/2026-03-25/image/65039a0d-42b9-42f8-af8f-9c8d6ca7f0e9_removebg.jpg?w=600', 'https://abimg003.imgix.net/MT66BRX/2026-03-25/image/3560bda1-57f9-42bc-9008-6375a70ed65d_removebg.jpg?w=600', 'https://abimg003.imgix.net/MT66BRX/2026-03-25/image/9547525b-c33e-4d78-bb84-d6c957dfd273_removebg.jpg?w=600', 'https://abimg003.imgix.net/MT66BRX/2026-03-25/image/4c4ac3de-dfdd-4479-8ea7-ca5674df4afa_removebg.jpg?w=600', 'https://abimg003.imgix.net/MT66BRX/2026-03-25/image/3f838cc1-deea-4ca7-9b47-422562cb19d3_removebg.jpg?w=600', 'https://abimg003.imgix.net/MT66BRX/2026-03-25/image/a0db46fa-6e80-41c9-bc80-e10dcb66fde0_removebg.jpg?w=600', 'https://abimg003.imgix.net/MT66BRX/2026-03-25/image/d9720409-0807-48a5-9954-46512c205d65_removebg.jpg?w=600', 'https://abimg003.imgix.net/MT66BRX/2026-03-25/image/4db7b5db-be69-43a8-bd4e-21d31ad348b2_removebg.jpg?w=600', 'https://abimg003.imgix.net/MT66BRX/2026-03-25/image/f56e5808-f607-4c86-9cc9-5f8d9b74ced4_removebg.jpg?w=600'], 'colour': 'GOLD', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'EMPTY SERVICE BOOK', 'remarks': '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': 49, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/3ae23985-fe30-4257-a9e8-8d5d7fafd26d.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:00:52 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120753919, 'registration': 'MT66BRX', 'account': 'WBA004', 'make': 'VOLVO', 'model': 'XC90 ESTATE', 'derivative': '2.0 T8 Hybrid Momentum 5dr Geartronic', 'mileage': 99809, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 726}, 'saleStart': '2026-03-30T16:30Z', 'lot': 2291, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2016-11-18', 'fuel': 'Petrol/Plugin Electric Hybrid', 'motExpiry': '2027-03-01', 'doors': 5, 'engineSize': 1969, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/MT66BRX/2026-03-25/image/cc8bf2d1-71a1-4c1f-8027-69b2882e9a7d_removebg.jpg?w=600', 'https://abimg003.imgix.net/MT66BRX/2026-03-25/image/0bd5d971-efff-4a6e-87c6-2b6202e4bc32_removebg.jpg?w=600', 'https://abimg003.imgix.net/MT66BRX/2026-03-25/image/65039a0d-42b9-42f8-af8f-9c8d6ca7f0e9_removebg.jpg?w=600', 'https://abimg003.imgix.net/MT66BRX/2026-03-25/image/3560bda1-57f9-42bc-9008-6375a70ed65d_removebg.jpg?w=600', 'https://abimg003.imgix.net/MT66BRX/2026-03-25/image/9547525b-c33e-4d78-bb84-d6c957dfd273_removebg.jpg?w=600', 'https://abimg003.imgix.net/MT66BRX/2026-03-25/image/4c4ac3de-dfdd-4479-8ea7-ca5674df4afa_removebg.jpg?w=600', 'https://abimg003.imgix.net/MT66BRX/2026-03-25/image/3f838cc1-deea-4ca7-9b47-422562cb19d3_removebg.jpg?w=600', 'https://abimg003.imgix.net/MT66BRX/2026-03-25/image/a0db46fa-6e80-41c9-bc80-e10dcb66fde0_removebg.jpg?w=600', 'https://abimg003.imgix.net/MT66BRX/2026-03-25/image/d9720409-0807-48a5-9954-46512c205d65_removebg.jpg?w=600', 'https://abimg003.imgix.net/MT66BRX/2026-03-25/image/4db7b5db-be69-43a8-bd4e-21d31ad348b2_removebg.jpg?w=600', 'https://abimg003.imgix.net/MT66BRX/2026-03-25/image/f56e5808-f607-4c86-9cc9-5f8d9b74ced4_removebg.jpg?w=600'], 'colour': 'GOLD', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'EMPTY SERVICE BOOK', 'remarks': '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': 49, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/3ae23985-fe30-4257-a9e8-8d5d7fafd26d.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:00:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a4f36982-0ea2-5626-b2ba-d3e7e8b10dec with identifier: 120753919
2026-03-30 10:00:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a4f36982-0ea2-5626-b2ba-d3e7e8b10dec with scrape type 2
2026-03-30 10:00:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a4f36982-0ea2-5626-b2ba-d3e7e8b10dec with scrape type 2
2026-03-30 10:00:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: a4f36982-0ea2-5626-b2ba-d3e7e8b10dec, identifier: 120753919
2026-03-30 10:00:53 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120756115, 'registration': 'MF61FDX', 'account': 'WBA004', 'make': 'LAND ROVER', 'model': 'FREELANDER 2 SW SPECIAL EDITION', 'derivative': '2.2 SD4 Sport LE 5dr Auto', 'mileage': 164928, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 726}, 'saleStart': '2026-03-30T16:30Z', 'lot': 2287, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2011-09-16', 'fuel': 'Diesel', 'motExpiry': '2026-06-15', 'doors': 5, 'engineSize': 2179, 'bodyType': 'Station Wagon', 'images': ['https://abimg003.imgix.net/MF61FDX/2026-03-25/image/c9e20ff6-bfc1-4906-bfc5-434b14640559_removebg.jpg?w=600', 'https://abimg003.imgix.net/MF61FDX/2026-03-25/image/899c4ff1-2fdc-458a-a51e-6065edfd6c77_removebg.jpg?w=600', 'https://abimg003.imgix.net/MF61FDX/2026-03-25/image/5d723849-606a-415a-8ff6-bc6407cba997_removebg.jpg?w=600', 'https://abimg003.imgix.net/MF61FDX/2026-03-25/image/d58305c6-c998-4358-96ad-fc58bda34b04_removebg.jpg?w=600', 'https://abimg003.imgix.net/MF61FDX/2026-03-25/image/65c0d558-9326-42f5-99b6-e5293bbf79ce_removebg.jpg?w=600', 'https://abimg003.imgix.net/MF61FDX/2026-03-25/image/eca9bb07-beba-4e03-b2cb-622ffc214cd6_removebg.jpg?w=600', 'https://abimg003.imgix.net/MF61FDX/2026-03-25/image/8a341fc1-33b8-4bb9-a755-3ba7a51f7864_removebg.jpg?w=600', 'https://abimg003.imgix.net/MF61FDX/2026-03-25/image/61e3e9c8-00f7-428b-889c-e74fb2784368_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 08/12 4K - 06/13 19K - 07/16 50K - 06/17 63K - 06/18 78K - 06/19 94K- 06/20 106K -', 'remarks': 'VOSA STATES 126K - 137K- 147K- 150K-', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 185, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/8ba04efd-4449-4d5c-817f-2af19d6306d2.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:00:53 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120756115, 'registration': 'MF61FDX', 'account': 'WBA004', 'make': 'LAND ROVER', 'model': 'FREELANDER 2 SW SPECIAL EDITION', 'derivative': '2.2 SD4 Sport LE 5dr Auto', 'mileage': 164928, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 726}, 'saleStart': '2026-03-30T16:30Z', 'lot': 2287, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2011-09-16', 'fuel': 'Diesel', 'motExpiry': '2026-06-15', 'doors': 5, 'engineSize': 2179, 'bodyType': 'Station Wagon', 'images': ['https://abimg003.imgix.net/MF61FDX/2026-03-25/image/c9e20ff6-bfc1-4906-bfc5-434b14640559_removebg.jpg?w=600', 'https://abimg003.imgix.net/MF61FDX/2026-03-25/image/899c4ff1-2fdc-458a-a51e-6065edfd6c77_removebg.jpg?w=600', 'https://abimg003.imgix.net/MF61FDX/2026-03-25/image/5d723849-606a-415a-8ff6-bc6407cba997_removebg.jpg?w=600', 'https://abimg003.imgix.net/MF61FDX/2026-03-25/image/d58305c6-c998-4358-96ad-fc58bda34b04_removebg.jpg?w=600', 'https://abimg003.imgix.net/MF61FDX/2026-03-25/image/65c0d558-9326-42f5-99b6-e5293bbf79ce_removebg.jpg?w=600', 'https://abimg003.imgix.net/MF61FDX/2026-03-25/image/eca9bb07-beba-4e03-b2cb-622ffc214cd6_removebg.jpg?w=600', 'https://abimg003.imgix.net/MF61FDX/2026-03-25/image/8a341fc1-33b8-4bb9-a755-3ba7a51f7864_removebg.jpg?w=600', 'https://abimg003.imgix.net/MF61FDX/2026-03-25/image/61e3e9c8-00f7-428b-889c-e74fb2784368_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 08/12 4K - 06/13 19K - 07/16 50K - 06/17 63K - 06/18 78K - 06/19 94K- 06/20 106K -', 'remarks': 'VOSA STATES 126K - 137K- 147K- 150K-', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 185, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/8ba04efd-4449-4d5c-817f-2af19d6306d2.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:00:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 35a6b71d-5088-5e86-a673-b07935a16c19 with identifier: 120756115
2026-03-30 10:00:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 35a6b71d-5088-5e86-a673-b07935a16c19 with scrape type 2
2026-03-30 10:00:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 35a6b71d-5088-5e86-a673-b07935a16c19 with scrape type 2
2026-03-30 10:00:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 35a6b71d-5088-5e86-a673-b07935a16c19, identifier: 120756115
2026-03-30 10:00:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120738792?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:00:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 7313339a-5714-5d7b-80be-dbe2ded3ca5d with identifier: 120733681
2026-03-30 10:00:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 7313339a-5714-5d7b-80be-dbe2ded3ca5d with identifier: 120733681
2026-03-30 10:00:53 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 7313339a-5714-5d7b-80be-dbe2ded3ca5d with identifier: 120733681 to the API
2026-03-30 10:00:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 10:00:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120733681?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 154,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 3,
'emission_standard': 'EURO 4',
'engine': '1.4L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Petrol',
'id': '7313339a-5714-5d7b-80be-dbe2ded3ca5d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'LD14VRX',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120733681',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'VOLKSWAGEN',
'model': 'SCIROCCO COUPE',
'odometer': 78488,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2014-05-20',
'seller_name': 'UKCGR - Trade',
'title': 'VOLKSWAGEN SCIROCCO COUPE 1.4 TSI 3dr [Nav]',
'transmission': 'manual',
'trim': '1.4 TSI 3dr [Nav]',
'vin': None,
'year': 2014}
2026-03-30 10:00:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120733681%27 HTTP/1.1" 200 None
2026-03-30 10:00:54 [astonbarclay.gb] INFO: Saving data for 120733681: {'auction_closing_time': 1774888200.0, 'created_time': 1774432982.479834, 'last_price_update_time': 1774864854.544859}
2026-03-30 10:00:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:00:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120733681') HTTP/1.1" 204 0
2026-03-30 10:00:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: a4f36982-0ea2-5626-b2ba-d3e7e8b10dec with identifier: 120753919
2026-03-30 10:00:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-30 10:00:54 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=GOLD HTTP/1.1" 200 None
2026-03-30 10:00:54 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 10:00:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-30 10:00:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: a4f36982-0ea2-5626-b2ba-d3e7e8b10dec with identifier: 120753919
2026-03-30 10:00:55 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: a4f36982-0ea2-5626-b2ba-d3e7e8b10dec with identifier: 120753919 to the API
2026-03-30 10:00:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:00:55 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:00:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120753919?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 49,
'color': 'GOLD',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Petrol/Plugin Electric Hybrid',
'id': 'a4f36982-0ea2-5626-b2ba-d3e7e8b10dec',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'MT66BRX',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120753919',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'VOLVO',
'model': 'XC90 ESTATE',
'odometer': 99809,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-11-18',
'seller_name': 'UKCGR - Trade',
'title': 'VOLVO XC90 ESTATE 2.0 T8 Hybrid Momentum 5dr Geartronic',
'transmission': 'automatic',
'trim': '2.0 T8 Hybrid Momentum 5dr Geartronic',
'vin': None,
'year': 2016}
2026-03-30 10:00:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:00:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120753919%27 HTTP/1.1" 200 None
2026-03-30 10:00:55 [astonbarclay.gb] INFO: Saving data for 120753919: {'auction_closing_time': 1774888200.0, 'created_time': 1774432898.349394, 'last_price_update_time': 1774864855.733781}
2026-03-30 10:00:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:00:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120753919') HTTP/1.1" 204 0
2026-03-30 10:00:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 35a6b71d-5088-5e86-a673-b07935a16c19 with identifier: 120756115
2026-03-30 10:00:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 35a6b71d-5088-5e86-a673-b07935a16c19 with identifier: 120756115
2026-03-30 10:00:55 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 35a6b71d-5088-5e86-a673-b07935a16c19 with identifier: 120756115 to the API
2026-03-30 10:00:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 10:00:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120756115?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 185,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '2.2L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Diesel',
'id': '35a6b71d-5088-5e86-a673-b07935a16c19',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'MF61FDX',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120756115',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'LAND ROVER',
'model': 'FREELANDER 2 SW SPECIAL EDITION',
'odometer': 164928,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2011-09-16',
'seller_name': 'UKCGR - Trade',
'title': 'LAND ROVER FREELANDER 2 SW SPECIAL EDITION 2.2 SD4 Sport LE 5dr '
'Auto',
'transmission': 'automatic',
'trim': '2.2 SD4 Sport LE 5dr Auto',
'vin': None,
'year': 2011}
2026-03-30 10:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120756115%27 HTTP/1.1" 200 None
2026-03-30 10:00:56 [astonbarclay.gb] INFO: Saving data for 120756115: {'auction_closing_time': 1774888200.0, 'created_time': 1774433086.933809, 'last_price_update_time': 1774864856.478484}
2026-03-30 10:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120756115') HTTP/1.1" 204 0
2026-03-30 10:00:56 [astonbarclay.gb] INFO: Found listing with ID: 120688561
2026-03-30 10:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120688561%27 HTTP/1.1" 200 None
2026-03-30 10:00:56 [astonbarclay.gb] INFO: Scrape type for 120688561: 0
2026-03-30 10:00:56 [astonbarclay.gb] INFO: Found listing with ID: 120829409
2026-03-30 10:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120829409%27 HTTP/1.1" 200 None
2026-03-30 10:00:56 [astonbarclay.gb] INFO: Scrape type for 120829409: 0
2026-03-30 10:00:56 [astonbarclay.gb] INFO: Found listing with ID: 120693178
2026-03-30 10:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120693178%27 HTTP/1.1" 200 None
2026-03-30 10:00:56 [astonbarclay.gb] INFO: Scrape type for 120693178: 0
2026-03-30 10:00:56 [astonbarclay.gb] INFO: Found listing with ID: 120690364
2026-03-30 10:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120690364%27 HTTP/1.1" 200 None
2026-03-30 10:00:56 [astonbarclay.gb] INFO: Scrape type for 120690364: 0
2026-03-30 10:00:56 [astonbarclay.gb] INFO: Found listing with ID: 120673681
2026-03-30 10:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120673681%27 HTTP/1.1" 200 None
2026-03-30 10:00:56 [astonbarclay.gb] INFO: Scrape type for 120673681: 2
2026-03-30 10:00:56 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:00:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120728398?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:00:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120738444?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:00:56 [astonbarclay.gb] INFO: Found listing with ID: 120826161
2026-03-30 10:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120826161%27 HTTP/1.1" 200 None
2026-03-30 10:00:56 [astonbarclay.gb] INFO: Scrape type for 120826161: 2
2026-03-30 10:00:56 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:00:56 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:00:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120790010?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:00:56 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:00:56 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120738792, 'registration': 'RX13VUK', 'account': 'WBA004', 'make': 'CITROEN', 'model': 'C4 PICASSO DIESEL ESTATE', 'derivative': '1.6 HDi Platinum 5dr', 'mileage': 119986, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 726}, 'saleStart': '2026-03-30T16:30Z', 'lot': 2262, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2013-03-18', 'fuel': 'Diesel', 'motExpiry': '2026-04-06', 'doors': 5, 'engineSize': 1560, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/RX13VUK/2026-03-25/image/81dc0271-fe4b-4250-85b6-9924d5cc4790_removebg.jpg?w=600', 'https://abimg003.imgix.net/RX13VUK/2026-03-25/image/68205f4b-d0c0-4c39-aa0a-f2b70b00e41e_removebg.jpg?w=600', 'https://abimg003.imgix.net/RX13VUK/2026-03-25/image/4018776b-ab63-41ae-b9f3-36a882e6389b_removebg.jpg?w=600', 'https://abimg003.imgix.net/RX13VUK/2026-03-25/image/5b659428-9326-4160-a2f0-6d2be5a577a8_removebg.jpg?w=600', 'https://abimg003.imgix.net/RX13VUK/2026-03-25/image/3f3d8bb0-af46-4ed3-a0b5-9d980959de75_removebg.jpg?w=600', 'https://abimg003.imgix.net/RX13VUK/2026-03-25/image/82ed926b-06ae-44b2-a415-29023de7b0a6_removebg.jpg?w=600', 'https://abimg003.imgix.net/RX13VUK/2026-03-25/image/695d9138-f250-4c09-a631-42bc8f654db9_removebg.jpg?w=600', 'https://abimg003.imgix.net/RX13VUK/2026-03-25/image/11abc9d6-5a30-427b-bb27-4c85291e177e_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 08/24-116K', 'remarks': 'VOSA STATES 102K, 112K, 115K, 117K', 'virtual': False, 'seller': 'UKCGR - Trade', '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/3d9e8b2d-5cef-42c9-b960-b7b8a23c82c0.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:00:56 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120738792, 'registration': 'RX13VUK', 'account': 'WBA004', 'make': 'CITROEN', 'model': 'C4 PICASSO DIESEL ESTATE', 'derivative': '1.6 HDi Platinum 5dr', 'mileage': 119986, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 726}, 'saleStart': '2026-03-30T16:30Z', 'lot': 2262, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2013-03-18', 'fuel': 'Diesel', 'motExpiry': '2026-04-06', 'doors': 5, 'engineSize': 1560, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/RX13VUK/2026-03-25/image/81dc0271-fe4b-4250-85b6-9924d5cc4790_removebg.jpg?w=600', 'https://abimg003.imgix.net/RX13VUK/2026-03-25/image/68205f4b-d0c0-4c39-aa0a-f2b70b00e41e_removebg.jpg?w=600', 'https://abimg003.imgix.net/RX13VUK/2026-03-25/image/4018776b-ab63-41ae-b9f3-36a882e6389b_removebg.jpg?w=600', 'https://abimg003.imgix.net/RX13VUK/2026-03-25/image/5b659428-9326-4160-a2f0-6d2be5a577a8_removebg.jpg?w=600', 'https://abimg003.imgix.net/RX13VUK/2026-03-25/image/3f3d8bb0-af46-4ed3-a0b5-9d980959de75_removebg.jpg?w=600', 'https://abimg003.imgix.net/RX13VUK/2026-03-25/image/82ed926b-06ae-44b2-a415-29023de7b0a6_removebg.jpg?w=600', 'https://abimg003.imgix.net/RX13VUK/2026-03-25/image/695d9138-f250-4c09-a631-42bc8f654db9_removebg.jpg?w=600', 'https://abimg003.imgix.net/RX13VUK/2026-03-25/image/11abc9d6-5a30-427b-bb27-4c85291e177e_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 08/24-116K', 'remarks': 'VOSA STATES 102K, 112K, 115K, 117K', 'virtual': False, 'seller': 'UKCGR - Trade', '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/3d9e8b2d-5cef-42c9-b960-b7b8a23c82c0.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:00:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bfd226a2-486d-5e4d-b45e-8303cd42934a with identifier: 120738792
2026-03-30 10:00:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bfd226a2-486d-5e4d-b45e-8303cd42934a with scrape type 2
2026-03-30 10:00:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bfd226a2-486d-5e4d-b45e-8303cd42934a with scrape type 2
2026-03-30 10:00:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: bfd226a2-486d-5e4d-b45e-8303cd42934a, identifier: 120738792
2026-03-30 10:00:56 [astonbarclay.gb] INFO: Found listing with ID: 120735060
2026-03-30 10:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120735060%27 HTTP/1.1" 200 None
2026-03-30 10:00:56 [astonbarclay.gb] INFO: Scrape type for 120735060: 0
2026-03-30 10:00:56 [astonbarclay.gb] INFO: Found listing with ID: 120762830
2026-03-30 10:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120762830%27 HTTP/1.1" 200 None
2026-03-30 10:00:56 [astonbarclay.gb] INFO: Scrape type for 120762830: 0
2026-03-30 10:00:56 [astonbarclay.gb] INFO: Found listing with ID: 120717471
2026-03-30 10:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120717471%27 HTTP/1.1" 200 None
2026-03-30 10:00:56 [astonbarclay.gb] INFO: Scrape type for 120717471: 0
2026-03-30 10:00:56 [astonbarclay.gb] INFO: Found listing with ID: 120693859
2026-03-30 10:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120693859%27 HTTP/1.1" 200 None
2026-03-30 10:00:56 [astonbarclay.gb] INFO: Scrape type for 120693859: 0
2026-03-30 10:00:56 [astonbarclay.gb] INFO: Found listing with ID: 120466643
2026-03-30 10:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120466643%27 HTTP/1.1" 200 None
2026-03-30 10:00:56 [astonbarclay.gb] INFO: Scrape type for 120466643: 0
2026-03-30 10:00:56 [astonbarclay.gb] INFO: Found listing with ID: 120679073
2026-03-30 10:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120679073%27 HTTP/1.1" 200 None
2026-03-30 10:00:56 [astonbarclay.gb] INFO: Scrape type for 120679073: 0
2026-03-30 10:00:56 [astonbarclay.gb] INFO: Found listing with ID: 120678867
2026-03-30 10:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120678867%27 HTTP/1.1" 200 None
2026-03-30 10:00:56 [astonbarclay.gb] INFO: Scrape type for 120678867: 0
2026-03-30 10:00:56 [astonbarclay.gb] INFO: Found listing with ID: 120645609
2026-03-30 10:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120645609%27 HTTP/1.1" 200 None
2026-03-30 10:00:56 [astonbarclay.gb] INFO: Scrape type for 120645609: 0
2026-03-30 10:00:56 [astonbarclay.gb] INFO: Found listing with ID: 120467224
2026-03-30 10:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120467224%27 HTTP/1.1" 200 None
2026-03-30 10:00:56 [astonbarclay.gb] INFO: Scrape type for 120467224: 0
2026-03-30 10:00:56 [astonbarclay.gb] INFO: Found listing with ID: 120674884
2026-03-30 10:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120674884%27 HTTP/1.1" 200 None
2026-03-30 10:00:56 [astonbarclay.gb] INFO: Scrape type for 120674884: 0
2026-03-30 10:00:56 [astonbarclay.gb] INFO: Found listing with ID: 120674631
2026-03-30 10:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120674631%27 HTTP/1.1" 200 None
2026-03-30 10:00:57 [astonbarclay.gb] INFO: Scrape type for 120674631: 0
2026-03-30 10:00:57 [astonbarclay.gb] INFO: Found listing with ID: 120714103
2026-03-30 10:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120714103%27 HTTP/1.1" 200 None
2026-03-30 10:00:57 [astonbarclay.gb] INFO: Scrape type for 120714103: 0
2026-03-30 10:00:57 [astonbarclay.gb] INFO: Found listing with ID: 119635262
2026-03-30 10:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27119635262%27 HTTP/1.1" 200 None
2026-03-30 10:00:57 [astonbarclay.gb] INFO: Scrape type for 119635262: 0
2026-03-30 10:00:57 [astonbarclay.gb] INFO: Found listing with ID: 120368220
2026-03-30 10:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120368220%27 HTTP/1.1" 200 None
2026-03-30 10:00:57 [astonbarclay.gb] INFO: Scrape type for 120368220: 0
2026-03-30 10:00:57 [astonbarclay.gb] INFO: Found listing with ID: 120673292
2026-03-30 10:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120673292%27 HTTP/1.1" 200 None
2026-03-30 10:00:57 [astonbarclay.gb] INFO: Scrape type for 120673292: 0
2026-03-30 10:00:57 [astonbarclay.gb] INFO: Found listing with ID: 120651328
2026-03-30 10:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120651328%27 HTTP/1.1" 200 None
2026-03-30 10:00:57 [astonbarclay.gb] INFO: Scrape type for 120651328: 0
2026-03-30 10:00:57 [astonbarclay.gb] INFO: Found listing with ID: 120649181
2026-03-30 10:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120649181%27 HTTP/1.1" 200 None
2026-03-30 10:00:57 [astonbarclay.gb] INFO: Scrape type for 120649181: 0
2026-03-30 10:00:57 [astonbarclay.gb] INFO: Found listing with ID: 120538818
2026-03-30 10:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120538818%27 HTTP/1.1" 200 None
2026-03-30 10:00:57 [astonbarclay.gb] INFO: Scrape type for 120538818: 0
2026-03-30 10:00:57 [astonbarclay.gb] INFO: Found listing with ID: 120674696
2026-03-30 10:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120674696%27 HTTP/1.1" 200 None
2026-03-30 10:00:57 [astonbarclay.gb] INFO: Scrape type for 120674696: 0
2026-03-30 10:00:57 [astonbarclay.gb] INFO: Found listing with ID: 120673273
2026-03-30 10:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120673273%27 HTTP/1.1" 200 None
2026-03-30 10:00:57 [astonbarclay.gb] INFO: Scrape type for 120673273: 0
2026-03-30 10:00:57 [astonbarclay.gb] INFO: Found listing with ID: 120745996
2026-03-30 10:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120745996%27 HTTP/1.1" 200 None
2026-03-30 10:00:57 [astonbarclay.gb] INFO: Scrape type for 120745996: 0
2026-03-30 10:00:57 [astonbarclay.gb] INFO: Found listing with ID: 120694262
2026-03-30 10:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120694262%27 HTTP/1.1" 200 None
2026-03-30 10:00:57 [astonbarclay.gb] INFO: Scrape type for 120694262: 0
2026-03-30 10:00:57 [astonbarclay.gb] INFO: Found listing with ID: 120542922
2026-03-30 10:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120542922%27 HTTP/1.1" 200 None
2026-03-30 10:00:57 [astonbarclay.gb] INFO: Scrape type for 120542922: 2
2026-03-30 10:00:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: bfd226a2-486d-5e4d-b45e-8303cd42934a with identifier: 120738792
2026-03-30 10:00:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: bfd226a2-486d-5e4d-b45e-8303cd42934a with identifier: 120738792
2026-03-30 10:00:57 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: bfd226a2-486d-5e4d-b45e-8303cd42934a with identifier: 120738792 to the API
2026-03-30 10:00:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 10:00:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120738792?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 135,
'color': 'SILVER',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.6L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Diesel',
'id': 'bfd226a2-486d-5e4d-b45e-8303cd42934a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'RX13VUK',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120738792',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'CITROEN',
'model': 'C4 PICASSO DIESEL ESTATE',
'odometer': 119986,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2013-03-18',
'seller_name': 'UKCGR - Trade',
'title': 'CITROEN C4 PICASSO DIESEL ESTATE 1.6 HDi Platinum 5dr',
'transmission': 'manual',
'trim': '1.6 HDi Platinum 5dr',
'vin': None,
'year': 2013}
2026-03-30 10:00:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120738792%27 HTTP/1.1" 200 None
2026-03-30 10:00:58 [astonbarclay.gb] INFO: Saving data for 120738792: {'auction_closing_time': 1774888200.0, 'created_time': 1774432900.790822, 'last_price_update_time': 1774864858.018496}
2026-03-30 10:00:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:00:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120738792') HTTP/1.1" 204 0
2026-03-30 10:00:58 [astonbarclay.gb] INFO: Found listing with ID: 120638250
2026-03-30 10:00:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120638250%27 HTTP/1.1" 200 None
2026-03-30 10:00:58 [astonbarclay.gb] INFO: Scrape type for 120638250: 0
2026-03-30 10:00:58 [astonbarclay.gb] INFO: Found listing with ID: 120714111
2026-03-30 10:00:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120714111%27 HTTP/1.1" 200 None
2026-03-30 10:00:58 [astonbarclay.gb] INFO: Scrape type for 120714111: 0
2026-03-30 10:00:58 [astonbarclay.gb] INFO: Found listing with ID: 120686669
2026-03-30 10:00:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120686669%27 HTTP/1.1" 200 None
2026-03-30 10:00:58 [astonbarclay.gb] INFO: Scrape type for 120686669: 0
2026-03-30 10:00:58 [astonbarclay.gb] INFO: Found listing with ID: 120797356
2026-03-30 10:00:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120797356%27 HTTP/1.1" 200 None
2026-03-30 10:00:58 [astonbarclay.gb] INFO: Scrape type for 120797356: 0
2026-03-30 10:00:58 [astonbarclay.gb] INFO: Found listing with ID: 120535728
2026-03-30 10:00:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120535728%27 HTTP/1.1" 200 None
2026-03-30 10:00:58 [astonbarclay.gb] INFO: Scrape type for 120535728: 2
2026-03-30 10:00:58 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120728398, 'registration': 'GJ55ZBZ', 'account': 'WBA004', 'make': 'RENAULT', 'model': 'LAGUNA DIESEL HATCHBACK', 'derivative': '1.9 dCi 130 Dynamique 5dr', 'mileage': 142764, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 726}, 'saleStart': '2026-03-30T16:30Z', 'lot': 2282, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2005-12-17', 'fuel': 'Diesel', 'motExpiry': '2026-07-29', 'doors': 5, 'engineSize': 1870, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/GJ55ZBZ/2026-03-25/image/e7d7c6cf-c234-475e-b184-7df5ca3a467f_removebg.jpg?w=600', 'https://abimg003.imgix.net/GJ55ZBZ/2026-03-25/image/5e4963be-9cc8-45bd-ac60-0d1626322c40_removebg.jpg?w=600', 'https://abimg003.imgix.net/GJ55ZBZ/2026-03-25/image/fd4d41fe-68b6-48af-890e-649b619afd80_removebg.jpg?w=600', 'https://abimg003.imgix.net/GJ55ZBZ/2026-03-25/image/5f63664d-99cf-42b2-a57f-3fe698145307_removebg.jpg?w=600', 'https://abimg003.imgix.net/GJ55ZBZ/2026-03-25/image/ff354d0d-d11b-4116-946b-3b044606683e_removebg.jpg?w=600', 'https://abimg003.imgix.net/GJ55ZBZ/2026-03-25/image/815ef006-513e-417d-9e33-a9844aefa971_removebg.jpg?w=600', 'https://abimg003.imgix.net/GJ55ZBZ/2026-03-25/image/5464cbd3-a538-424c-b654-c4a61d34150c_removebg.jpg?w=600', 'https://abimg003.imgix.net/GJ55ZBZ/2026-03-25/image/e69b691e-ebf6-4e56-b76b-912745f810da_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 12/06 7K - 11/17 14K - 09/08 21K - 10/09 30K - 10/10 37K - 09/11 42K - 10/12 46K - 10/13 52K -10/14 61K - 10/16 76K -', 'remarks': 'VOSA STATES 118K- 129K - 132K- 132K- 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': 154, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/c2ff82dd-f8cc-4469-992a-bb725e4a4c0d.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:00:58 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120728398, 'registration': 'GJ55ZBZ', 'account': 'WBA004', 'make': 'RENAULT', 'model': 'LAGUNA DIESEL HATCHBACK', 'derivative': '1.9 dCi 130 Dynamique 5dr', 'mileage': 142764, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 726}, 'saleStart': '2026-03-30T16:30Z', 'lot': 2282, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2005-12-17', 'fuel': 'Diesel', 'motExpiry': '2026-07-29', 'doors': 5, 'engineSize': 1870, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/GJ55ZBZ/2026-03-25/image/e7d7c6cf-c234-475e-b184-7df5ca3a467f_removebg.jpg?w=600', 'https://abimg003.imgix.net/GJ55ZBZ/2026-03-25/image/5e4963be-9cc8-45bd-ac60-0d1626322c40_removebg.jpg?w=600', 'https://abimg003.imgix.net/GJ55ZBZ/2026-03-25/image/fd4d41fe-68b6-48af-890e-649b619afd80_removebg.jpg?w=600', 'https://abimg003.imgix.net/GJ55ZBZ/2026-03-25/image/5f63664d-99cf-42b2-a57f-3fe698145307_removebg.jpg?w=600', 'https://abimg003.imgix.net/GJ55ZBZ/2026-03-25/image/ff354d0d-d11b-4116-946b-3b044606683e_removebg.jpg?w=600', 'https://abimg003.imgix.net/GJ55ZBZ/2026-03-25/image/815ef006-513e-417d-9e33-a9844aefa971_removebg.jpg?w=600', 'https://abimg003.imgix.net/GJ55ZBZ/2026-03-25/image/5464cbd3-a538-424c-b654-c4a61d34150c_removebg.jpg?w=600', 'https://abimg003.imgix.net/GJ55ZBZ/2026-03-25/image/e69b691e-ebf6-4e56-b76b-912745f810da_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 12/06 7K - 11/17 14K - 09/08 21K - 10/09 30K - 10/10 37K - 09/11 42K - 10/12 46K - 10/13 52K -10/14 61K - 10/16 76K -', 'remarks': 'VOSA STATES 118K- 129K - 132K- 132K- 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': 154, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/c2ff82dd-f8cc-4469-992a-bb725e4a4c0d.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:00:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c6d3ea3d-da57-5d98-a810-376d6e23378d with identifier: 120728398
2026-03-30 10:00:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c6d3ea3d-da57-5d98-a810-376d6e23378d with scrape type 2
2026-03-30 10:00:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c6d3ea3d-da57-5d98-a810-376d6e23378d with scrape type 2
2026-03-30 10:00:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: c6d3ea3d-da57-5d98-a810-376d6e23378d, identifier: 120728398
2026-03-30 10:00:58 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120738444, 'registration': 'GF16SVD', 'account': 'WBA004', 'make': 'VAUXHALL', 'model': 'CORSA HATCHBACK SPECIAL EDS', 'derivative': '1.0T ecoFLEX Limited Edition 5dr', 'mileage': 65041, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 726}, 'saleStart': '2026-03-30T16:30Z', 'lot': 2292, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2016-03-31', 'fuel': 'Petrol', 'motExpiry': '2027-02-21', 'doors': 5, 'engineSize': 999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/GF16SVD/2026-03-26/image/32ef801c-3cbc-4e5b-af01-67280a1f5b90_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF16SVD/2026-03-26/image/51c0633d-8d18-4b29-97bb-a8d1d5a87079_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF16SVD/2026-03-26/image/8bb6b558-ecfc-4491-bed7-a205c09049d9_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF16SVD/2026-03-26/image/d810def1-43a9-49ea-9265-05e6bfea220e_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF16SVD/2026-03-26/image/f781bc79-23c7-4b77-af5c-38bc78dfe494_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF16SVD/2026-03-26/image/082d2c43-ab31-45a9-8528-052d5812157b_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF16SVD/2026-03-26/image/9366b69f-815e-402a-903c-2526c874508d_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF16SVD/2026-03-26/image/5b56f85a-ab42-44cd-900f-2a052570336d_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF16SVD/2026-03-26/image/36d92140-b9e0-46dc-b3a3-564d82a0a878_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': 'Cat S Insurance Loss', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 07/25-59K', 'remarks': 'Category S Insurance Loss. Vehicle Structurally Damaged But Repairable-Insurer Decided Not to Repair CAT S - STRUCTURAL - Damage is front end and side VOSA STATES 49K, 54K, 59K, 64K', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 117, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:00:58 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120738444, 'registration': 'GF16SVD', 'account': 'WBA004', 'make': 'VAUXHALL', 'model': 'CORSA HATCHBACK SPECIAL EDS', 'derivative': '1.0T ecoFLEX Limited Edition 5dr', 'mileage': 65041, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 726}, 'saleStart': '2026-03-30T16:30Z', 'lot': 2292, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2016-03-31', 'fuel': 'Petrol', 'motExpiry': '2027-02-21', 'doors': 5, 'engineSize': 999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/GF16SVD/2026-03-26/image/32ef801c-3cbc-4e5b-af01-67280a1f5b90_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF16SVD/2026-03-26/image/51c0633d-8d18-4b29-97bb-a8d1d5a87079_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF16SVD/2026-03-26/image/8bb6b558-ecfc-4491-bed7-a205c09049d9_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF16SVD/2026-03-26/image/d810def1-43a9-49ea-9265-05e6bfea220e_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF16SVD/2026-03-26/image/f781bc79-23c7-4b77-af5c-38bc78dfe494_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF16SVD/2026-03-26/image/082d2c43-ab31-45a9-8528-052d5812157b_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF16SVD/2026-03-26/image/9366b69f-815e-402a-903c-2526c874508d_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF16SVD/2026-03-26/image/5b56f85a-ab42-44cd-900f-2a052570336d_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF16SVD/2026-03-26/image/36d92140-b9e0-46dc-b3a3-564d82a0a878_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': 'Cat S Insurance Loss', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 07/25-59K', 'remarks': 'Category S Insurance Loss. Vehicle Structurally Damaged But Repairable-Insurer Decided Not to Repair CAT S - STRUCTURAL - Damage is front end and side VOSA STATES 49K, 54K, 59K, 64K', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 117, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:00:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5fea2eb0-ffe3-526e-8099-805ac9cfb18a with identifier: 120738444
2026-03-30 10:00:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5fea2eb0-ffe3-526e-8099-805ac9cfb18a with scrape type 2
2026-03-30 10:00:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5fea2eb0-ffe3-526e-8099-805ac9cfb18a with scrape type 2
2026-03-30 10:00:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 5fea2eb0-ffe3-526e-8099-805ac9cfb18a, identifier: 120738444
2026-03-30 10:00:58 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120790010, 'registration': 'PY65DKL', 'account': 'WBA004', 'make': 'BMW', 'model': '1 SERIES HATCHBACK', 'derivative': '118i [1.5] SE 5dr Step Auto', 'mileage': 68436, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 726}, 'saleStart': '2026-03-30T16:30Z', 'lot': 2279, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2015-12-23', 'fuel': 'Petrol', 'motExpiry': '2026-08-15', 'doors': 5, 'engineSize': 1499, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/PY65DKL/2026-03-25/image/911feffa-171c-492b-941f-cb6429749357_removebg.jpg?w=600', 'https://abimg003.imgix.net/PY65DKL/2026-03-25/image/524d477d-7ca0-471b-902b-bd1714253c31_removebg.jpg?w=600', 'https://abimg003.imgix.net/PY65DKL/2026-03-25/image/32da6903-c726-413d-9b27-132acf52d869_removebg.jpg?w=600', 'https://abimg003.imgix.net/PY65DKL/2026-03-25/image/53ff498f-0436-42ce-b38b-76afb794f042_removebg.jpg?w=600', 'https://abimg003.imgix.net/PY65DKL/2026-03-25/image/5efe98f9-85f8-44d4-8680-9b380d0da1d9_removebg.jpg?w=600', 'https://abimg003.imgix.net/PY65DKL/2026-03-25/image/af7f7389-deda-4904-9124-cb9b2115f304_removebg.jpg?w=600', 'https://abimg003.imgix.net/PY65DKL/2026-03-25/image/59c7c033-3d70-4608-9b6f-d40c5cf9cf51_removebg.jpg?w=600', 'https://abimg003.imgix.net/PY65DKL/2026-03-25/image/0706eecb-0767-424b-b306-a5e11948a550_removebg.jpg?w=600', 'https://abimg003.imgix.net/PY65DKL/2026-03-25/image/a2477f5b-30dd-4faa-a5d9-179159293440_removebg.jpg?w=600', 'https://abimg003.imgix.net/PY65DKL/2026-03-25/image/9dbaeb21-b243-4a67-b2d0-26edb9dca970_removebg.jpg?w=600', 'https://abimg003.imgix.net/PY65DKL/2026-03-25/image/0633182a-b06e-475d-964f-7c5d622ae9a6_removebg.jpg?w=600', 'https://abimg003.imgix.net/PY65DKL/2026-03-25/image/a215401f-ef68-4c1f-8ff9-2031b67a7af7_removebg.jpg?w=600', 'https://abimg003.imgix.net/PY65DKL/2026-03-25/image/ab7291be-c056-46f0-af9f-d69c63d42641_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service digital 09/17- 19K, 10/18- 35K, 03/19- 40K, 09/20- 46K, 09/21- 50K, 10/21- 51K, 08/22- 54K, 10/24- 61K, 08/25- 65K', 'remarks': 'VOSA STATES 54K, 57K, 60K, 65K, 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': 112, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/acd60e17-c1c5-421c-812e-54b6884dfb5a.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:00:58 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120790010, 'registration': 'PY65DKL', 'account': 'WBA004', 'make': 'BMW', 'model': '1 SERIES HATCHBACK', 'derivative': '118i [1.5] SE 5dr Step Auto', 'mileage': 68436, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 726}, 'saleStart': '2026-03-30T16:30Z', 'lot': 2279, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2015-12-23', 'fuel': 'Petrol', 'motExpiry': '2026-08-15', 'doors': 5, 'engineSize': 1499, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/PY65DKL/2026-03-25/image/911feffa-171c-492b-941f-cb6429749357_removebg.jpg?w=600', 'https://abimg003.imgix.net/PY65DKL/2026-03-25/image/524d477d-7ca0-471b-902b-bd1714253c31_removebg.jpg?w=600', 'https://abimg003.imgix.net/PY65DKL/2026-03-25/image/32da6903-c726-413d-9b27-132acf52d869_removebg.jpg?w=600', 'https://abimg003.imgix.net/PY65DKL/2026-03-25/image/53ff498f-0436-42ce-b38b-76afb794f042_removebg.jpg?w=600', 'https://abimg003.imgix.net/PY65DKL/2026-03-25/image/5efe98f9-85f8-44d4-8680-9b380d0da1d9_removebg.jpg?w=600', 'https://abimg003.imgix.net/PY65DKL/2026-03-25/image/af7f7389-deda-4904-9124-cb9b2115f304_removebg.jpg?w=600', 'https://abimg003.imgix.net/PY65DKL/2026-03-25/image/59c7c033-3d70-4608-9b6f-d40c5cf9cf51_removebg.jpg?w=600', 'https://abimg003.imgix.net/PY65DKL/2026-03-25/image/0706eecb-0767-424b-b306-a5e11948a550_removebg.jpg?w=600', 'https://abimg003.imgix.net/PY65DKL/2026-03-25/image/a2477f5b-30dd-4faa-a5d9-179159293440_removebg.jpg?w=600', 'https://abimg003.imgix.net/PY65DKL/2026-03-25/image/9dbaeb21-b243-4a67-b2d0-26edb9dca970_removebg.jpg?w=600', 'https://abimg003.imgix.net/PY65DKL/2026-03-25/image/0633182a-b06e-475d-964f-7c5d622ae9a6_removebg.jpg?w=600', 'https://abimg003.imgix.net/PY65DKL/2026-03-25/image/a215401f-ef68-4c1f-8ff9-2031b67a7af7_removebg.jpg?w=600', 'https://abimg003.imgix.net/PY65DKL/2026-03-25/image/ab7291be-c056-46f0-af9f-d69c63d42641_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service digital 09/17- 19K, 10/18- 35K, 03/19- 40K, 09/20- 46K, 09/21- 50K, 10/21- 51K, 08/22- 54K, 10/24- 61K, 08/25- 65K', 'remarks': 'VOSA STATES 54K, 57K, 60K, 65K, 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': 112, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/acd60e17-c1c5-421c-812e-54b6884dfb5a.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:00:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 94b42000-8fd6-5357-8489-51c240fa6f5b with identifier: 120790010
2026-03-30 10:00:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 94b42000-8fd6-5357-8489-51c240fa6f5b with scrape type 2
2026-03-30 10:00:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 94b42000-8fd6-5357-8489-51c240fa6f5b with scrape type 2
2026-03-30 10:00:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 94b42000-8fd6-5357-8489-51c240fa6f5b, identifier: 120790010
2026-03-30 10:00:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: c6d3ea3d-da57-5d98-a810-376d6e23378d with identifier: 120728398
2026-03-30 10:00:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: c6d3ea3d-da57-5d98-a810-376d6e23378d with identifier: 120728398
2026-03-30 10:00:58 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: c6d3ea3d-da57-5d98-a810-376d6e23378d with identifier: 120728398 to the API
2026-03-30 10:00:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 10:00:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120728398?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 154,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 4',
'engine': '1.9L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Diesel',
'id': 'c6d3ea3d-da57-5d98-a810-376d6e23378d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'GJ55ZBZ',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120728398',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'RENAULT',
'model': 'LAGUNA DIESEL HATCHBACK',
'odometer': 142764,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2005-12-17',
'seller_name': 'UKCGR - Trade',
'title': 'RENAULT LAGUNA DIESEL HATCHBACK 1.9 dCi 130 Dynamique 5dr',
'transmission': 'manual',
'trim': '1.9 dCi 130 Dynamique 5dr',
'vin': None,
'year': 2005}
2026-03-30 10:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120728398%27 HTTP/1.1" 200 None
2026-03-30 10:00:59 [astonbarclay.gb] INFO: Saving data for 120728398: {'auction_closing_time': 1774888200.0, 'created_time': 1774432906.962938, 'last_price_update_time': 1774864859.318855}
2026-03-30 10:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120728398') HTTP/1.1" 204 0
2026-03-30 10:00:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 5fea2eb0-ffe3-526e-8099-805ac9cfb18a with identifier: 120738444
2026-03-30 10:00:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 5fea2eb0-ffe3-526e-8099-805ac9cfb18a with identifier: 120738444
2026-03-30 10:00:59 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 5fea2eb0-ffe3-526e-8099-805ac9cfb18a with identifier: 120738444 to the API
2026-03-30 10:00:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 10:01:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120738444?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 117,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Petrol',
'id': '5fea2eb0-ffe3-526e-8099-805ac9cfb18a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'GF16SVD',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120738444',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'VAUXHALL',
'model': 'CORSA HATCHBACK SPECIAL EDS',
'odometer': 65041,
'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 CORSA HATCHBACK SPECIAL EDS 1.0T ecoFLEX Limited Edition '
'5dr',
'transmission': 'manual',
'trim': '1.0T ecoFLEX Limited Edition 5dr',
'vin': None,
'year': 2016}
2026-03-30 10:01:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120738444%27 HTTP/1.1" 200 None
2026-03-30 10:01:00 [astonbarclay.gb] INFO: Saving data for 120738444: {'auction_closing_time': 1774888200.0, 'created_time': 1774432915.978433, 'last_price_update_time': 1774864860.368555}
2026-03-30 10:01:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120738444') HTTP/1.1" 204 0
2026-03-30 10:01:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 94b42000-8fd6-5357-8489-51c240fa6f5b with identifier: 120790010
2026-03-30 10:01:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 94b42000-8fd6-5357-8489-51c240fa6f5b with identifier: 120790010
2026-03-30 10:01:00 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 94b42000-8fd6-5357-8489-51c240fa6f5b with identifier: 120790010 to the API
2026-03-30 10:01:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 10:01:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120790010?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 112,
'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': '94b42000-8fd6-5357-8489-51c240fa6f5b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'PY65DKL',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120790010',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'BMW',
'model': '1 SERIES HATCHBACK',
'odometer': 68436,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-12-23',
'seller_name': 'UKCGR - Trade',
'title': 'BMW 1 SERIES HATCHBACK 118i [1.5] SE 5dr Step Auto',
'transmission': 'automatic',
'trim': '118i [1.5] SE 5dr Step Auto',
'vin': None,
'year': 2015}
2026-03-30 10:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120790010%27 HTTP/1.1" 200 None
2026-03-30 10:01:01 [astonbarclay.gb] INFO: Saving data for 120790010: {'auction_closing_time': 1774888200.0, 'created_time': 1774530409.733214, 'last_price_update_time': 1774864861.096469}
2026-03-30 10:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120790010') HTTP/1.1" 204 0
2026-03-30 10:01:01 [astonbarclay.gb] INFO: Found listing with ID: 120807606
2026-03-30 10:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120807606%27 HTTP/1.1" 200 None
2026-03-30 10:01:01 [astonbarclay.gb] INFO: Scrape type for 120807606: 0
2026-03-30 10:01:01 [astonbarclay.gb] INFO: Found listing with ID: 120589654
2026-03-30 10:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120589654%27 HTTP/1.1" 200 None
2026-03-30 10:01:01 [astonbarclay.gb] INFO: Scrape type for 120589654: 2
2026-03-30 10:01:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120801654?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:01:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120799211?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:01:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120796045?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:01:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120801666?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:01:01 [astonbarclay.gb] INFO: Found listing with ID: 120714267
2026-03-30 10:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120714267%27 HTTP/1.1" 200 None
2026-03-30 10:01:01 [astonbarclay.gb] INFO: Scrape type for 120714267: 0
2026-03-30 10:01:01 [astonbarclay.gb] INFO: Found listing with ID: 120417765
2026-03-30 10:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120417765%27 HTTP/1.1" 200 None
2026-03-30 10:01:01 [astonbarclay.gb] INFO: Scrape type for 120417765: 0
2026-03-30 10:01:01 [astonbarclay.gb] INFO: Found listing with ID: 120746884
2026-03-30 10:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120746884%27 HTTP/1.1" 200 None
2026-03-30 10:01:01 [astonbarclay.gb] INFO: Scrape type for 120746884: 0
2026-03-30 10:01:01 [astonbarclay.gb] INFO: Found listing with ID: 120733148
2026-03-30 10:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120733148%27 HTTP/1.1" 200 None
2026-03-30 10:01:01 [astonbarclay.gb] INFO: Scrape type for 120733148: 0
2026-03-30 10:01:01 [astonbarclay.gb] INFO: Found listing with ID: 120656631
2026-03-30 10:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120656631%27 HTTP/1.1" 200 None
2026-03-30 10:01:01 [astonbarclay.gb] INFO: Scrape type for 120656631: 0
2026-03-30 10:01:01 [astonbarclay.gb] INFO: Found listing with ID: 120686052
2026-03-30 10:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120686052%27 HTTP/1.1" 200 None
2026-03-30 10:01:01 [astonbarclay.gb] INFO: Scrape type for 120686052: 0
2026-03-30 10:01:01 [astonbarclay.gb] INFO: Found listing with ID: 120772588
2026-03-30 10:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120772588%27 HTTP/1.1" 200 None
2026-03-30 10:01:01 [astonbarclay.gb] INFO: Scrape type for 120772588: 0
2026-03-30 10:01:01 [astonbarclay.gb] INFO: Found listing with ID: 120622731
2026-03-30 10:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120622731%27 HTTP/1.1" 200 None
2026-03-30 10:01:01 [astonbarclay.gb] INFO: Scrape type for 120622731: 0
2026-03-30 10:01:01 [astonbarclay.gb] INFO: Found listing with ID: 120691186
2026-03-30 10:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120691186%27 HTTP/1.1" 200 None
2026-03-30 10:01:01 [astonbarclay.gb] INFO: Scrape type for 120691186: 0
2026-03-30 10:01:01 [astonbarclay.gb] INFO: Found listing with ID: 120675722
2026-03-30 10:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120675722%27 HTTP/1.1" 200 None
2026-03-30 10:01:01 [astonbarclay.gb] INFO: Scrape type for 120675722: 0
2026-03-30 10:01:01 [astonbarclay.gb] INFO: Found listing with ID: 120641887
2026-03-30 10:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120641887%27 HTTP/1.1" 200 None
2026-03-30 10:01:01 [astonbarclay.gb] INFO: Scrape type for 120641887: 0
2026-03-30 10:01:01 [astonbarclay.gb] INFO: Found listing with ID: 120722644
2026-03-30 10:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120722644%27 HTTP/1.1" 200 None
2026-03-30 10:01:01 [astonbarclay.gb] INFO: Scrape type for 120722644: 0
2026-03-30 10:01:01 [astonbarclay.gb] INFO: Found listing with ID: 120468770
2026-03-30 10:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120468770%27 HTTP/1.1" 200 None
2026-03-30 10:01:01 [astonbarclay.gb] INFO: Scrape type for 120468770: 0
2026-03-30 10:01:01 [astonbarclay.gb] INFO: Found listing with ID: 120502627
2026-03-30 10:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120502627%27 HTTP/1.1" 200 None
2026-03-30 10:01:01 [astonbarclay.gb] INFO: Scrape type for 120502627: 2
2026-03-30 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-30 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-30 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-30 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-30 10:01:01 [astonbarclay.gb] INFO: Found listing with ID: 120642269
2026-03-30 10:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120642269%27 HTTP/1.1" 200 None
2026-03-30 10:01:01 [astonbarclay.gb] INFO: Scrape type for 120642269: 0
2026-03-30 10:01:01 [astonbarclay.gb] INFO: Found listing with ID: 120696015
2026-03-30 10:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120696015%27 HTTP/1.1" 200 None
2026-03-30 10:01:01 [astonbarclay.gb] INFO: Scrape type for 120696015: 0
2026-03-30 10:01:01 [astonbarclay.gb] INFO: Found listing with ID: 120780001
2026-03-30 10:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120780001%27 HTTP/1.1" 200 None
2026-03-30 10:01:01 [astonbarclay.gb] INFO: Scrape type for 120780001: 0
2026-03-30 10:01:01 [astonbarclay.gb] INFO: Found listing with ID: 120603430
2026-03-30 10:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120603430%27 HTTP/1.1" 200 None
2026-03-30 10:01:01 [astonbarclay.gb] INFO: Scrape type for 120603430: 0
2026-03-30 10:01:01 [astonbarclay.gb] INFO: Found listing with ID: 120766889
2026-03-30 10:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120766889%27 HTTP/1.1" 200 None
2026-03-30 10:01:01 [astonbarclay.gb] INFO: Scrape type for 120766889: 0
2026-03-30 10:01:01 [astonbarclay.gb] INFO: Found listing with ID: 120796024
2026-03-30 10:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120796024%27 HTTP/1.1" 200 None
2026-03-30 10:01:01 [astonbarclay.gb] INFO: Scrape type for 120796024: 0
2026-03-30 10:01:01 [astonbarclay.gb] INFO: Found listing with ID: 120765714
2026-03-30 10:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120765714%27 HTTP/1.1" 200 None
2026-03-30 10:01:01 [astonbarclay.gb] INFO: Scrape type for 120765714: 0
2026-03-30 10:01:01 [astonbarclay.gb] INFO: Found listing with ID: 120815805
2026-03-30 10:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120815805%27 HTTP/1.1" 200 None
2026-03-30 10:01:01 [astonbarclay.gb] INFO: Scrape type for 120815805: 2
2026-03-30 10:01:01 [astonbarclay.gb] INFO: Found listing with ID: 120798777
2026-03-30 10:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120798777%27 HTTP/1.1" 200 None
2026-03-30 10:01:01 [astonbarclay.gb] INFO: Scrape type for 120798777: 0
2026-03-30 10:01:01 [astonbarclay.gb] INFO: Found listing with ID: 120397393
2026-03-30 10:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120397393%27 HTTP/1.1" 200 None
2026-03-30 10:01:01 [astonbarclay.gb] INFO: Scrape type for 120397393: 0
2026-03-30 10:01:01 [astonbarclay.gb] INFO: Found listing with ID: 120804701
2026-03-30 10:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120804701%27 HTTP/1.1" 200 None
2026-03-30 10:01:01 [astonbarclay.gb] INFO: Scrape type for 120804701: 0
2026-03-30 10:01:01 [astonbarclay.gb] INFO: Found listing with ID: 120784658
2026-03-30 10:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120784658%27 HTTP/1.1" 200 None
2026-03-30 10:01:01 [astonbarclay.gb] INFO: Scrape type for 120784658: 0
2026-03-30 10:01:01 [astonbarclay.gb] INFO: Found listing with ID: 120482947
2026-03-30 10:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120482947%27 HTTP/1.1" 200 None
2026-03-30 10:01:01 [astonbarclay.gb] INFO: Scrape type for 120482947: 2
2026-03-30 10:01:01 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120801654, 'registration': 'EN56WPJ', 'account': 'WBA004', 'make': 'CITROEN', 'model': 'XSARA PICASSO ESTATE', 'derivative': '1.6i 16V Desire 5dr', 'mileage': 79358, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 726}, 'saleStart': '2026-03-30T16:30Z', 'lot': 2293, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2007-01-24', 'fuel': 'Petrol', 'motExpiry': '2026-05-31', 'doors': 5, 'engineSize': 1587, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/EN56WPJ/2026-03-26/image/98edfa31-9249-4b76-90a4-a1039c8118ab_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN56WPJ/2026-03-26/image/72bbdd90-0075-4495-af7e-d988ef6575e8_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN56WPJ/2026-03-26/image/412b954d-51a9-4753-b215-bed9bb06a276_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN56WPJ/2026-03-26/image/7a7b1c9c-e460-4c34-807f-b929df8f4aa7_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN56WPJ/2026-03-26/image/63e7a594-e663-492f-81d7-f1910df73710_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN56WPJ/2026-03-26/image/47b2e31c-8f0c-4f54-85ae-a7a0383aa3b7_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN56WPJ/2026-03-26/image/146d5e87-68a2-46dc-aa72-d3ef0f71b5f8_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN56WPJ/2026-03-26/image/c4838fc7-8e7d-4211-a70b-766a77e80203_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 05/08- 6K, 05/09- 12K, 05/10- 17K, 05/11- 22K, 05/12- 27K, 05/13- 31K, 02/15- 37K, 05/16- 42K, 05/17- 46K', 'remarks': 'VOSA STATES 64K, 68K, 72K, 76K', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 172, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/75ec5687-df1f-407a-8e93-e3f499f59713.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:01:01 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120801654, 'registration': 'EN56WPJ', 'account': 'WBA004', 'make': 'CITROEN', 'model': 'XSARA PICASSO ESTATE', 'derivative': '1.6i 16V Desire 5dr', 'mileage': 79358, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 726}, 'saleStart': '2026-03-30T16:30Z', 'lot': 2293, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2007-01-24', 'fuel': 'Petrol', 'motExpiry': '2026-05-31', 'doors': 5, 'engineSize': 1587, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/EN56WPJ/2026-03-26/image/98edfa31-9249-4b76-90a4-a1039c8118ab_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN56WPJ/2026-03-26/image/72bbdd90-0075-4495-af7e-d988ef6575e8_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN56WPJ/2026-03-26/image/412b954d-51a9-4753-b215-bed9bb06a276_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN56WPJ/2026-03-26/image/7a7b1c9c-e460-4c34-807f-b929df8f4aa7_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN56WPJ/2026-03-26/image/63e7a594-e663-492f-81d7-f1910df73710_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN56WPJ/2026-03-26/image/47b2e31c-8f0c-4f54-85ae-a7a0383aa3b7_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN56WPJ/2026-03-26/image/146d5e87-68a2-46dc-aa72-d3ef0f71b5f8_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN56WPJ/2026-03-26/image/c4838fc7-8e7d-4211-a70b-766a77e80203_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 05/08- 6K, 05/09- 12K, 05/10- 17K, 05/11- 22K, 05/12- 27K, 05/13- 31K, 02/15- 37K, 05/16- 42K, 05/17- 46K', 'remarks': 'VOSA STATES 64K, 68K, 72K, 76K', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 172, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/75ec5687-df1f-407a-8e93-e3f499f59713.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:01:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8818dcf7-c2bf-5e13-8811-2bcfaf6aa4d0 with identifier: 120801654
2026-03-30 10:01:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8818dcf7-c2bf-5e13-8811-2bcfaf6aa4d0 with scrape type 2
2026-03-30 10:01:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8818dcf7-c2bf-5e13-8811-2bcfaf6aa4d0 with scrape type 2
2026-03-30 10:01:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 8818dcf7-c2bf-5e13-8811-2bcfaf6aa4d0, identifier: 120801654
2026-03-30 10:01:01 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120799211, 'registration': 'HN12SEY', 'account': 'WBA004', 'make': 'NISSAN', 'model': 'JUKE HATCHBACK', 'derivative': '1.6 Tekna 5dr CVT', 'mileage': 35684, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 726}, 'saleStart': '2026-03-30T16:30Z', 'lot': 2296, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2012-07-12', 'fuel': 'Petrol', 'motExpiry': '2027-01-28', 'doors': 5, 'engineSize': 1598, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/HN12SEY/2026-03-26/image/2f9f55d3-14a2-4198-92a5-8bce1a43ab78_removebg.jpg?w=600', 'https://abimg003.imgix.net/HN12SEY/2026-03-26/image/b392f2bd-4d67-4592-bf26-325dd73fabec_removebg.jpg?w=600', 'https://abimg003.imgix.net/HN12SEY/2026-03-26/image/1e95d97d-40f1-4d70-ba04-e58706966b1c_removebg.jpg?w=600', 'https://abimg003.imgix.net/HN12SEY/2026-03-26/image/62a7405e-33dc-4721-9574-1a7bae450e47_removebg.jpg?w=600', 'https://abimg003.imgix.net/HN12SEY/2026-03-26/image/16cbbced-3b0a-4a90-9a35-e8c40d1a4f9c_removebg.jpg?w=600', 'https://abimg003.imgix.net/HN12SEY/2026-03-26/image/1341836e-2f61-46ad-8857-c4e8c60c7b7e_removebg.jpg?w=600', 'https://abimg003.imgix.net/HN12SEY/2026-03-26/image/61542292-ea91-412b-a44b-567381fdc175_removebg.jpg?w=600', 'https://abimg003.imgix.net/HN12SEY/2026-03-26/image/18d966f0-b984-44e9-a998-4d8ffe3116d6_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 06/13- 4K, 02/16- 18K', 'remarks': 'VOSA STATES 30K, 31K, 33K, 35K, 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': 145, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/42dc8549-3412-464e-b07c-0c41bcf4b1c4.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:01:01 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120799211, 'registration': 'HN12SEY', 'account': 'WBA004', 'make': 'NISSAN', 'model': 'JUKE HATCHBACK', 'derivative': '1.6 Tekna 5dr CVT', 'mileage': 35684, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 726}, 'saleStart': '2026-03-30T16:30Z', 'lot': 2296, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2012-07-12', 'fuel': 'Petrol', 'motExpiry': '2027-01-28', 'doors': 5, 'engineSize': 1598, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/HN12SEY/2026-03-26/image/2f9f55d3-14a2-4198-92a5-8bce1a43ab78_removebg.jpg?w=600', 'https://abimg003.imgix.net/HN12SEY/2026-03-26/image/b392f2bd-4d67-4592-bf26-325dd73fabec_removebg.jpg?w=600', 'https://abimg003.imgix.net/HN12SEY/2026-03-26/image/1e95d97d-40f1-4d70-ba04-e58706966b1c_removebg.jpg?w=600', 'https://abimg003.imgix.net/HN12SEY/2026-03-26/image/62a7405e-33dc-4721-9574-1a7bae450e47_removebg.jpg?w=600', 'https://abimg003.imgix.net/HN12SEY/2026-03-26/image/16cbbced-3b0a-4a90-9a35-e8c40d1a4f9c_removebg.jpg?w=600', 'https://abimg003.imgix.net/HN12SEY/2026-03-26/image/1341836e-2f61-46ad-8857-c4e8c60c7b7e_removebg.jpg?w=600', 'https://abimg003.imgix.net/HN12SEY/2026-03-26/image/61542292-ea91-412b-a44b-567381fdc175_removebg.jpg?w=600', 'https://abimg003.imgix.net/HN12SEY/2026-03-26/image/18d966f0-b984-44e9-a998-4d8ffe3116d6_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 06/13- 4K, 02/16- 18K', 'remarks': 'VOSA STATES 30K, 31K, 33K, 35K, 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': 145, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/42dc8549-3412-464e-b07c-0c41bcf4b1c4.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:01:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fd95cc2e-8918-5854-9656-a983267eaa04 with identifier: 120799211
2026-03-30 10:01:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fd95cc2e-8918-5854-9656-a983267eaa04 with scrape type 2
2026-03-30 10:01:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fd95cc2e-8918-5854-9656-a983267eaa04 with scrape type 2
2026-03-30 10:01:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: fd95cc2e-8918-5854-9656-a983267eaa04, identifier: 120799211
2026-03-30 10:01:02 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120796045, 'registration': 'FE06FSN', 'account': 'WBA004', 'make': 'NISSAN', 'model': 'NOTE HATCHBACK', 'derivative': '1.6 SVE 5dr Auto', 'mileage': 142193, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 726}, 'saleStart': '2026-03-30T16:30Z', 'lot': 2302, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2006-03-08', 'fuel': 'Petrol', 'motExpiry': '2026-06-24', 'doors': 5, 'engineSize': 1598, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/FE06FSN/2026-03-25/image/8245a7d9-6851-4310-a2ac-a5e4af4c322a_removebg.jpg?w=600', 'https://abimg003.imgix.net/FE06FSN/2026-03-25/image/7a08f603-fe6c-439c-a0ed-8217cf7e2022_removebg.jpg?w=600', 'https://abimg003.imgix.net/FE06FSN/2026-03-25/image/1f0b44cc-70d9-4737-b6f9-dae7a4024b45_removebg.jpg?w=600', 'https://abimg003.imgix.net/FE06FSN/2026-03-25/image/383c2b83-6548-4394-9f7a-8a83af4bd9a2_removebg.jpg?w=600', 'https://abimg003.imgix.net/FE06FSN/2026-03-25/image/b7d1d1ad-7677-4d2c-b29b-80edd9edd14f_removebg.jpg?w=600', 'https://abimg003.imgix.net/FE06FSN/2026-03-25/image/056be500-7378-497d-bbb8-e135dccba641_removebg.jpg?w=600', 'https://abimg003.imgix.net/FE06FSN/2026-03-25/image/78734072-b192-45a8-be9a-77a6d27c285b_removebg.jpg?w=600', 'https://abimg003.imgix.net/FE06FSN/2026-03-25/image/06e5b9ce-ca8a-4ce6-902e-ce16a726dfda_removebg.jpg?w=600'], 'colour': 'ORANGE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 03/07 5K- 02/08 12K- 03/09 16K- 03/11 22K- 01/12 26K - 02/13 30K - 02/14 35K- 07/16 50K - 03/17 63K- 03/18 82K', 'remarks': 'VOSA STATES 115K- 122K- 132K- 138K -', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '6', 'v5': True, 'v5details': 'Here', 'co2': 166, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/9c431b36-413e-46e0-9ad2-ae8f9ea9261f.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:01:02 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120796045, 'registration': 'FE06FSN', 'account': 'WBA004', 'make': 'NISSAN', 'model': 'NOTE HATCHBACK', 'derivative': '1.6 SVE 5dr Auto', 'mileage': 142193, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 726}, 'saleStart': '2026-03-30T16:30Z', 'lot': 2302, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2006-03-08', 'fuel': 'Petrol', 'motExpiry': '2026-06-24', 'doors': 5, 'engineSize': 1598, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/FE06FSN/2026-03-25/image/8245a7d9-6851-4310-a2ac-a5e4af4c322a_removebg.jpg?w=600', 'https://abimg003.imgix.net/FE06FSN/2026-03-25/image/7a08f603-fe6c-439c-a0ed-8217cf7e2022_removebg.jpg?w=600', 'https://abimg003.imgix.net/FE06FSN/2026-03-25/image/1f0b44cc-70d9-4737-b6f9-dae7a4024b45_removebg.jpg?w=600', 'https://abimg003.imgix.net/FE06FSN/2026-03-25/image/383c2b83-6548-4394-9f7a-8a83af4bd9a2_removebg.jpg?w=600', 'https://abimg003.imgix.net/FE06FSN/2026-03-25/image/b7d1d1ad-7677-4d2c-b29b-80edd9edd14f_removebg.jpg?w=600', 'https://abimg003.imgix.net/FE06FSN/2026-03-25/image/056be500-7378-497d-bbb8-e135dccba641_removebg.jpg?w=600', 'https://abimg003.imgix.net/FE06FSN/2026-03-25/image/78734072-b192-45a8-be9a-77a6d27c285b_removebg.jpg?w=600', 'https://abimg003.imgix.net/FE06FSN/2026-03-25/image/06e5b9ce-ca8a-4ce6-902e-ce16a726dfda_removebg.jpg?w=600'], 'colour': 'ORANGE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 03/07 5K- 02/08 12K- 03/09 16K- 03/11 22K- 01/12 26K - 02/13 30K - 02/14 35K- 07/16 50K - 03/17 63K- 03/18 82K', 'remarks': 'VOSA STATES 115K- 122K- 132K- 138K -', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '6', 'v5': True, 'v5details': 'Here', 'co2': 166, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/9c431b36-413e-46e0-9ad2-ae8f9ea9261f.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:01:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ffc0fec2-81d3-5e6c-8683-4cb4d36c8461 with identifier: 120796045
2026-03-30 10:01:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ffc0fec2-81d3-5e6c-8683-4cb4d36c8461 with scrape type 2
2026-03-30 10:01:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ffc0fec2-81d3-5e6c-8683-4cb4d36c8461 with scrape type 2
2026-03-30 10:01:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: ffc0fec2-81d3-5e6c-8683-4cb4d36c8461, identifier: 120796045
2026-03-30 10:01:02 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120801666, 'registration': 'ET57SSX', 'account': 'WBA004', 'make': 'HYUNDAI', 'model': 'AMICA HATCHBACK', 'derivative': '1.1 CDX 5dr Auto', 'mileage': 53326, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 726}, 'saleStart': '2026-03-30T16:30Z', 'lot': 2294, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2008-02-13', 'fuel': 'Petrol', 'motExpiry': '2026-08-30', 'doors': 5, 'engineSize': 1086, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/ET57SSX/2026-03-26/image/40890db0-9ab8-44b2-8187-def1b8e7bfdc_removebg.jpg?w=600', 'https://abimg003.imgix.net/ET57SSX/2026-03-26/image/35167d8c-cc22-4906-aae2-166631b321ed_removebg.jpg?w=600', 'https://abimg003.imgix.net/ET57SSX/2026-03-26/image/e41e0e57-3e08-42ca-80b2-ca244819005a_removebg.jpg?w=600', 'https://abimg003.imgix.net/ET57SSX/2026-03-26/image/82a47927-85bf-4d8d-a751-e8dbbfa4deae_removebg.jpg?w=600', 'https://abimg003.imgix.net/ET57SSX/2026-03-26/image/c9480505-1ae1-48cb-a037-3ac6e2049807_removebg.jpg?w=600', 'https://abimg003.imgix.net/ET57SSX/2026-03-26/image/1b83b681-774d-48cb-aad3-e5907d320d69_removebg.jpg?w=600', 'https://abimg003.imgix.net/ET57SSX/2026-03-26/image/3c625fd5-812b-4bcb-83bd-6857ad16fbd4_removebg.jpg?w=600', 'https://abimg003.imgix.net/ET57SSX/2026-03-26/image/eee302a2-61dd-4d46-9792-f1223ab69075_removebg.jpg?w=600', 'https://abimg003.imgix.net/ET57SSX/2026-03-26/image/ab549f8b-a5f9-43ed-bac4-78cd2157c6f8_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 09/16- 12K, 08/24- 46K, 08/25- ??', 'remarks': 'VOSA STATES 37K, 41K, 46K, 51K', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 145, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/a58d9c7c-a285-4a2a-bcd4-2b706ae6404b.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:01:02 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120801666, 'registration': 'ET57SSX', 'account': 'WBA004', 'make': 'HYUNDAI', 'model': 'AMICA HATCHBACK', 'derivative': '1.1 CDX 5dr Auto', 'mileage': 53326, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 726}, 'saleStart': '2026-03-30T16:30Z', 'lot': 2294, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2008-02-13', 'fuel': 'Petrol', 'motExpiry': '2026-08-30', 'doors': 5, 'engineSize': 1086, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/ET57SSX/2026-03-26/image/40890db0-9ab8-44b2-8187-def1b8e7bfdc_removebg.jpg?w=600', 'https://abimg003.imgix.net/ET57SSX/2026-03-26/image/35167d8c-cc22-4906-aae2-166631b321ed_removebg.jpg?w=600', 'https://abimg003.imgix.net/ET57SSX/2026-03-26/image/e41e0e57-3e08-42ca-80b2-ca244819005a_removebg.jpg?w=600', 'https://abimg003.imgix.net/ET57SSX/2026-03-26/image/82a47927-85bf-4d8d-a751-e8dbbfa4deae_removebg.jpg?w=600', 'https://abimg003.imgix.net/ET57SSX/2026-03-26/image/c9480505-1ae1-48cb-a037-3ac6e2049807_removebg.jpg?w=600', 'https://abimg003.imgix.net/ET57SSX/2026-03-26/image/1b83b681-774d-48cb-aad3-e5907d320d69_removebg.jpg?w=600', 'https://abimg003.imgix.net/ET57SSX/2026-03-26/image/3c625fd5-812b-4bcb-83bd-6857ad16fbd4_removebg.jpg?w=600', 'https://abimg003.imgix.net/ET57SSX/2026-03-26/image/eee302a2-61dd-4d46-9792-f1223ab69075_removebg.jpg?w=600', 'https://abimg003.imgix.net/ET57SSX/2026-03-26/image/ab549f8b-a5f9-43ed-bac4-78cd2157c6f8_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 09/16- 12K, 08/24- 46K, 08/25- ??', 'remarks': 'VOSA STATES 37K, 41K, 46K, 51K', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 145, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/a58d9c7c-a285-4a2a-bcd4-2b706ae6404b.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:01:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a270734b-9f41-548d-b872-74cc6d23d249 with identifier: 120801666
2026-03-30 10:01:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a270734b-9f41-548d-b872-74cc6d23d249 with scrape type 2
2026-03-30 10:01:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a270734b-9f41-548d-b872-74cc6d23d249 with scrape type 2
2026-03-30 10:01:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: a270734b-9f41-548d-b872-74cc6d23d249, identifier: 120801666
2026-03-30 10:01:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 8818dcf7-c2bf-5e13-8811-2bcfaf6aa4d0 with identifier: 120801654
2026-03-30 10:01:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 8818dcf7-c2bf-5e13-8811-2bcfaf6aa4d0 with identifier: 120801654
2026-03-30 10:01:02 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 8818dcf7-c2bf-5e13-8811-2bcfaf6aa4d0 with identifier: 120801654 to the API
2026-03-30 10:01:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 10:01:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120801654?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 172,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 4',
'engine': '1.6L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Petrol',
'id': '8818dcf7-c2bf-5e13-8811-2bcfaf6aa4d0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'EN56WPJ',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120801654',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'CITROEN',
'model': 'XSARA PICASSO ESTATE',
'odometer': 79358,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2007-01-24',
'seller_name': 'UKCGR - Trade',
'title': 'CITROEN XSARA PICASSO ESTATE 1.6i 16V Desire 5dr',
'transmission': 'manual',
'trim': '1.6i 16V Desire 5dr',
'vin': None,
'year': 2007}
2026-03-30 10:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120801654%27 HTTP/1.1" 200 None
2026-03-30 10:01:03 [astonbarclay.gb] INFO: Saving data for 120801654: {'auction_closing_time': 1774888200.0, 'created_time': 1774530403.797335, 'last_price_update_time': 1774864863.665104}
2026-03-30 10:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120801654') HTTP/1.1" 204 0
2026-03-30 10:01:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: fd95cc2e-8918-5854-9656-a983267eaa04 with identifier: 120799211
2026-03-30 10:01:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: fd95cc2e-8918-5854-9656-a983267eaa04 with identifier: 120799211
2026-03-30 10:01:03 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: fd95cc2e-8918-5854-9656-a983267eaa04 with identifier: 120799211 to the API
2026-03-30 10:01:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 10:01:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120799211?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 145,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.6L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Petrol',
'id': 'fd95cc2e-8918-5854-9656-a983267eaa04',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'HN12SEY',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120799211',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'NISSAN',
'model': 'JUKE HATCHBACK',
'odometer': 35684,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2012-07-12',
'seller_name': 'UKCGR - Trade',
'title': 'NISSAN JUKE HATCHBACK 1.6 Tekna 5dr CVT',
'transmission': 'automatic',
'trim': '1.6 Tekna 5dr CVT',
'vin': None,
'year': 2012}
2026-03-30 10:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120799211%27 HTTP/1.1" 200 None
2026-03-30 10:01:04 [astonbarclay.gb] INFO: Saving data for 120799211: {'auction_closing_time': 1774888200.0, 'created_time': 1774530399.714452, 'last_price_update_time': 1774864864.08448}
2026-03-30 10:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120799211') HTTP/1.1" 204 0
2026-03-30 10:01:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: ffc0fec2-81d3-5e6c-8683-4cb4d36c8461 with identifier: 120796045
2026-03-30 10:01:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-30 10:01:04 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=ORANGE HTTP/1.1" 200 None
2026-03-30 10:01:04 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 10:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-30 10:01:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: ffc0fec2-81d3-5e6c-8683-4cb4d36c8461 with identifier: 120796045
2026-03-30 10:01:04 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: ffc0fec2-81d3-5e6c-8683-4cb4d36c8461 with identifier: 120796045 to the API
2026-03-30 10:01:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 10:01:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120796045?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 166,
'color': 'ORANGE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 4',
'engine': '1.6L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Petrol',
'id': 'ffc0fec2-81d3-5e6c-8683-4cb4d36c8461',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'FE06FSN',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120796045',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'NISSAN',
'model': 'NOTE HATCHBACK',
'odometer': 142193,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2006-03-08',
'seller_name': 'UKCGR - Trade',
'title': 'NISSAN NOTE HATCHBACK 1.6 SVE 5dr Auto',
'transmission': 'automatic',
'trim': '1.6 SVE 5dr Auto',
'vin': None,
'year': 2006}
2026-03-30 10:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120796045%27 HTTP/1.1" 200 None
2026-03-30 10:01:05 [astonbarclay.gb] INFO: Saving data for 120796045: {'auction_closing_time': 1774888200.0, 'created_time': 1774530445.484207, 'last_price_update_time': 1774864865.910878}
2026-03-30 10:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120796045') HTTP/1.1" 204 0
2026-03-30 10:01:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: a270734b-9f41-548d-b872-74cc6d23d249 with identifier: 120801666
2026-03-30 10:01:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: a270734b-9f41-548d-b872-74cc6d23d249 with identifier: 120801666
2026-03-30 10:01:06 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: a270734b-9f41-548d-b872-74cc6d23d249 with identifier: 120801666 to the API
2026-03-30 10:01:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:01:07 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:01:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120801666?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 145,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 4',
'engine': '1.1L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Petrol',
'id': 'a270734b-9f41-548d-b872-74cc6d23d249',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'ET57SSX',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120801666',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'HYUNDAI',
'model': 'AMICA HATCHBACK',
'odometer': 53326,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2008-02-13',
'seller_name': 'UKCGR - Trade',
'title': 'HYUNDAI AMICA HATCHBACK 1.1 CDX 5dr Auto',
'transmission': 'automatic',
'trim': '1.1 CDX 5dr Auto',
'vin': None,
'year': 2008}
2026-03-30 10:01:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120801666%27 HTTP/1.1" 200 None
2026-03-30 10:01:07 [astonbarclay.gb] INFO: Saving data for 120801666: {'auction_closing_time': 1774888200.0, 'created_time': 1774530432.730342, 'last_price_update_time': 1774864867.140449}
2026-03-30 10:01:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120801666') HTTP/1.1" 204 0
2026-03-30 10:01:07 [astonbarclay.gb] INFO: Found listing with ID: 120617416
2026-03-30 10:01:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120617416%27 HTTP/1.1" 200 None
2026-03-30 10:01:07 [astonbarclay.gb] INFO: Scrape type for 120617416: 0
2026-03-30 10:01:07 [astonbarclay.gb] INFO: Found listing with ID: 120755977
2026-03-30 10:01:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120755977%27 HTTP/1.1" 200 None
2026-03-30 10:01:07 [astonbarclay.gb] INFO: Scrape type for 120755977: 0
2026-03-30 10:01:07 [astonbarclay.gb] INFO: Found listing with ID: 120718931
2026-03-30 10:01:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120718931%27 HTTP/1.1" 200 None
2026-03-30 10:01:07 [astonbarclay.gb] INFO: Scrape type for 120718931: 0
2026-03-30 10:01:07 [astonbarclay.gb] INFO: Found listing with ID: 120823455
2026-03-30 10:01:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120823455%27 HTTP/1.1" 200 None
2026-03-30 10:01:07 [astonbarclay.gb] INFO: Scrape type for 120823455: 2
2026-03-30 10:01:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120562277?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:01:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120562331?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:01:07 [astonbarclay.gb] INFO: Found listing with ID: 120724959
2026-03-30 10:01:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120724959%27 HTTP/1.1" 200 None
2026-03-30 10:01:07 [astonbarclay.gb] INFO: Scrape type for 120724959: 0
2026-03-30 10:01:07 [astonbarclay.gb] INFO: Found listing with ID: 120692160
2026-03-30 10:01:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120692160%27 HTTP/1.1" 200 None
2026-03-30 10:01:07 [astonbarclay.gb] INFO: Scrape type for 120692160: 0
2026-03-30 10:01:07 [astonbarclay.gb] INFO: Found listing with ID: 120797717
2026-03-30 10:01:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120797717%27 HTTP/1.1" 200 None
2026-03-30 10:01:07 [astonbarclay.gb] INFO: Scrape type for 120797717: 0
2026-03-30 10:01:07 [astonbarclay.gb] INFO: Found listing with ID: 120794341
2026-03-30 10:01:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120794341%27 HTTP/1.1" 200 None
2026-03-30 10:01:07 [astonbarclay.gb] INFO: Scrape type for 120794341: 0
2026-03-30 10:01:07 [astonbarclay.gb] INFO: Found listing with ID: 120833447
2026-03-30 10:01:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120833447%27 HTTP/1.1" 200 None
2026-03-30 10:01:07 [astonbarclay.gb] INFO: Scrape type for 120833447: 0
2026-03-30 10:01:07 [astonbarclay.gb] INFO: Found listing with ID: 120819747
2026-03-30 10:01:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120819747%27 HTTP/1.1" 200 None
2026-03-30 10:01:07 [astonbarclay.gb] INFO: Scrape type for 120819747: 2
2026-03-30 10:01:07 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:01:07 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:01:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120808013?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:01:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120737032?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:01:07 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:01:07 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:01:07 [astonbarclay.gb] INFO: Found listing with ID: 120789938
2026-03-30 10:01:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120789938%27 HTTP/1.1" 200 None
2026-03-30 10:01:07 [astonbarclay.gb] INFO: Scrape type for 120789938: 0
2026-03-30 10:01:07 [astonbarclay.gb] INFO: Found listing with ID: 120820008
2026-03-30 10:01:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120820008%27 HTTP/1.1" 200 None
2026-03-30 10:01:07 [astonbarclay.gb] INFO: Scrape type for 120820008: 0
2026-03-30 10:01:07 [astonbarclay.gb] INFO: Found listing with ID: 120766205
2026-03-30 10:01:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120766205%27 HTTP/1.1" 200 None
2026-03-30 10:01:07 [astonbarclay.gb] INFO: Scrape type for 120766205: 0
2026-03-30 10:01:07 [astonbarclay.gb] INFO: Found listing with ID: 120732811
2026-03-30 10:01:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120732811%27 HTTP/1.1" 200 None
2026-03-30 10:01:07 [astonbarclay.gb] INFO: Scrape type for 120732811: 0
2026-03-30 10:01:07 [astonbarclay.gb] INFO: Found listing with ID: 120828158
2026-03-30 10:01:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120828158%27 HTTP/1.1" 200 None
2026-03-30 10:01:07 [astonbarclay.gb] INFO: Scrape type for 120828158: 0
2026-03-30 10:01:07 [astonbarclay.gb] INFO: Found listing with ID: 120682131
2026-03-30 10:01:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120682131%27 HTTP/1.1" 200 None
2026-03-30 10:01:07 [astonbarclay.gb] INFO: Scrape type for 120682131: 0
2026-03-30 10:01:07 [astonbarclay.gb] INFO: Found listing with ID: 120657755
2026-03-30 10:01:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120657755%27 HTTP/1.1" 200 None
2026-03-30 10:01:07 [astonbarclay.gb] INFO: Scrape type for 120657755: 0
2026-03-30 10:01:07 [astonbarclay.gb] INFO: Found listing with ID: 120629963
2026-03-30 10:01:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120629963%27 HTTP/1.1" 200 None
2026-03-30 10:01:07 [astonbarclay.gb] INFO: Scrape type for 120629963: 0
2026-03-30 10:01:07 [astonbarclay.gb] INFO: Found listing with ID: 120735340
2026-03-30 10:01:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120735340%27 HTTP/1.1" 200 None
2026-03-30 10:01:07 [astonbarclay.gb] INFO: Scrape type for 120735340: 0
2026-03-30 10:01:07 [astonbarclay.gb] INFO: Found listing with ID: 120566055
2026-03-30 10:01:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120566055%27 HTTP/1.1" 200 None
2026-03-30 10:01:07 [astonbarclay.gb] INFO: Scrape type for 120566055: 0
2026-03-30 10:01:07 [astonbarclay.gb] INFO: Found listing with ID: 120659850
2026-03-30 10:01:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120659850%27 HTTP/1.1" 200 None
2026-03-30 10:01:07 [astonbarclay.gb] INFO: Scrape type for 120659850: 0
2026-03-30 10:01:07 [astonbarclay.gb] INFO: Found listing with ID: 120826795
2026-03-30 10:01:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120826795%27 HTTP/1.1" 200 None
2026-03-30 10:01:07 [astonbarclay.gb] INFO: Scrape type for 120826795: 2
2026-03-30 10:01:07 [scrapy.extensions.logstats] INFO: Crawled 32 pages (at 32 pages/min), scraped 23 items (at 23 items/min)
2026-03-30 10:01:07 [scrapy.extensions.memusage] INFO: Peak memory usage is 180MiB
2026-03-30 10:01:07 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120562277, 'registration': 'LM63ULA', 'account': 'SEL005', 'make': 'LAND ROVER', 'model': 'RANGE ROVER EVOQUE DIESEL HATCHBACK', 'derivative': '2.2 SD4 Pure 5dr Auto [Tech Pack]', 'mileage': 120407, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 726}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2013-10-31', 'fuel': 'Diesel', 'motExpiry': '2026-10-26', 'doors': 5, 'engineSize': 2179, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/LM63ULA/2026-03-24/image/f8b23053-03bf-4581-9849-1a6633b940c9_removebg.jpg?w=600', 'https://abimg003.imgix.net/LM63ULA/2026-03-24/image/181447ce-043a-4589-a76b-bd3bffb7f328_removebg.jpg?w=600', 'https://abimg003.imgix.net/LM63ULA/2026-03-24/image/7651dc1c-9ec3-418e-9ed5-c779ddbb3a87_removebg.jpg?w=600', 'https://abimg003.imgix.net/LM63ULA/2026-03-24/image/d1ddc95e-8d77-4b22-9eaf-3d112386fa5b_removebg.jpg?w=600', 'https://abimg003.imgix.net/LM63ULA/2026-03-24/image/407702e3-bae9-47d1-bca4-ec1d9c162174_removebg.jpg?w=600', 'https://abimg003.imgix.net/LM63ULA/2026-03-24/image/0674a014-cad1-40bf-9965-3236696d123e_removebg.jpg?w=600', 'https://abimg003.imgix.net/LM63ULA/2026-03-24/image/7c0be909-ab38-4ea0-8d71-aadbd60f89ca_removebg.jpg?w=600', 'https://abimg003.imgix.net/LM63ULA/2026-03-24/image/afb63fb5-a726-43f4-8e10-206e408b9d29_removebg.jpg?w=600', 'https://abimg003.imgix.net/LM63ULA/2026-03-24/image/9f48a2d5-134c-4c5c-b217-48566b2e583d_removebg.jpg?w=600', 'https://abimg003.imgix.net/LM63ULA/2026-03-24/image/5cce22c0-583d-4e83-8d80-f15979bddfd4_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 11/14-8K, 02/17-27K, 07/18-45K, 10/25-115K, 02/26-120K', 'remarks': 'VOSA STATES 100K, 100K, 109K, 115K, SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'Auction Plus', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '5', 'v5': True, 'v5details': 'Here', 'co2': 174, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/6ce113ab-8cba-4faa-a3f7-3fb73d29375b.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:01:07 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120562277, 'registration': 'LM63ULA', 'account': 'SEL005', 'make': 'LAND ROVER', 'model': 'RANGE ROVER EVOQUE DIESEL HATCHBACK', 'derivative': '2.2 SD4 Pure 5dr Auto [Tech Pack]', 'mileage': 120407, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 726}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2013-10-31', 'fuel': 'Diesel', 'motExpiry': '2026-10-26', 'doors': 5, 'engineSize': 2179, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/LM63ULA/2026-03-24/image/f8b23053-03bf-4581-9849-1a6633b940c9_removebg.jpg?w=600', 'https://abimg003.imgix.net/LM63ULA/2026-03-24/image/181447ce-043a-4589-a76b-bd3bffb7f328_removebg.jpg?w=600', 'https://abimg003.imgix.net/LM63ULA/2026-03-24/image/7651dc1c-9ec3-418e-9ed5-c779ddbb3a87_removebg.jpg?w=600', 'https://abimg003.imgix.net/LM63ULA/2026-03-24/image/d1ddc95e-8d77-4b22-9eaf-3d112386fa5b_removebg.jpg?w=600', 'https://abimg003.imgix.net/LM63ULA/2026-03-24/image/407702e3-bae9-47d1-bca4-ec1d9c162174_removebg.jpg?w=600', 'https://abimg003.imgix.net/LM63ULA/2026-03-24/image/0674a014-cad1-40bf-9965-3236696d123e_removebg.jpg?w=600', 'https://abimg003.imgix.net/LM63ULA/2026-03-24/image/7c0be909-ab38-4ea0-8d71-aadbd60f89ca_removebg.jpg?w=600', 'https://abimg003.imgix.net/LM63ULA/2026-03-24/image/afb63fb5-a726-43f4-8e10-206e408b9d29_removebg.jpg?w=600', 'https://abimg003.imgix.net/LM63ULA/2026-03-24/image/9f48a2d5-134c-4c5c-b217-48566b2e583d_removebg.jpg?w=600', 'https://abimg003.imgix.net/LM63ULA/2026-03-24/image/5cce22c0-583d-4e83-8d80-f15979bddfd4_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 11/14-8K, 02/17-27K, 07/18-45K, 10/25-115K, 02/26-120K', 'remarks': 'VOSA STATES 100K, 100K, 109K, 115K, SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'Auction Plus', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '5', 'v5': True, 'v5details': 'Here', 'co2': 174, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/6ce113ab-8cba-4faa-a3f7-3fb73d29375b.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:01:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 518f01af-5ea2-59aa-8914-572a83b50151 with identifier: 120562277
2026-03-30 10:01:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 518f01af-5ea2-59aa-8914-572a83b50151 with scrape type 2
2026-03-30 10:01:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 518f01af-5ea2-59aa-8914-572a83b50151 with scrape type 2
2026-03-30 10:01:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 518f01af-5ea2-59aa-8914-572a83b50151, identifier: 120562277
2026-03-30 10:01:07 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120562331, 'registration': 'EA64UDS', 'account': 'SEL005', 'make': 'FORD', 'model': 'KUGA DIESEL ESTATE', 'derivative': '2.0 TDCi Titanium 5dr 2WD', 'mileage': 91018, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 726}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2014-11-04', 'fuel': 'Diesel', 'motExpiry': '2026-11-03', 'doors': 5, 'engineSize': 1997, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/EA64UDS/2026-03-24/image/bc9a41b9-7094-4552-965c-2edf6a625319_removebg.jpg?w=600', 'https://abimg003.imgix.net/EA64UDS/2026-03-24/image/df63d2f1-413d-42df-b613-90946bb166b1_removebg.jpg?w=600', 'https://abimg003.imgix.net/EA64UDS/2026-03-24/image/36661e85-8169-4b7f-8afa-1f6ae5777efc_removebg.jpg?w=600', 'https://abimg003.imgix.net/EA64UDS/2026-03-24/image/b1bb0a5a-163b-4cd7-a3e9-d7188a47cc14_removebg.jpg?w=600', 'https://abimg003.imgix.net/EA64UDS/2026-03-24/image/f8e942c6-4f5d-462f-ae92-053d403677bf_removebg.jpg?w=600', 'https://abimg003.imgix.net/EA64UDS/2026-03-24/image/807d2c79-6806-48aa-8e35-ee2270b572d8_removebg.jpg?w=600', 'https://abimg003.imgix.net/EA64UDS/2026-03-24/image/2d6be3f0-10db-486a-998d-0ca8685762f3_removebg.jpg?w=600', 'https://abimg003.imgix.net/EA64UDS/2026-03-24/image/88b15e10-5099-4e18-bc0c-1d08269c8371_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'VOSA STATES 70K, 75K, 82K, 88K, SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'Auction Plus', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 139, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/5e91b523-7fdc-4d61-adea-fc67c512940c.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:01:07 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120562331, 'registration': 'EA64UDS', 'account': 'SEL005', 'make': 'FORD', 'model': 'KUGA DIESEL ESTATE', 'derivative': '2.0 TDCi Titanium 5dr 2WD', 'mileage': 91018, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 726}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2014-11-04', 'fuel': 'Diesel', 'motExpiry': '2026-11-03', 'doors': 5, 'engineSize': 1997, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/EA64UDS/2026-03-24/image/bc9a41b9-7094-4552-965c-2edf6a625319_removebg.jpg?w=600', 'https://abimg003.imgix.net/EA64UDS/2026-03-24/image/df63d2f1-413d-42df-b613-90946bb166b1_removebg.jpg?w=600', 'https://abimg003.imgix.net/EA64UDS/2026-03-24/image/36661e85-8169-4b7f-8afa-1f6ae5777efc_removebg.jpg?w=600', 'https://abimg003.imgix.net/EA64UDS/2026-03-24/image/b1bb0a5a-163b-4cd7-a3e9-d7188a47cc14_removebg.jpg?w=600', 'https://abimg003.imgix.net/EA64UDS/2026-03-24/image/f8e942c6-4f5d-462f-ae92-053d403677bf_removebg.jpg?w=600', 'https://abimg003.imgix.net/EA64UDS/2026-03-24/image/807d2c79-6806-48aa-8e35-ee2270b572d8_removebg.jpg?w=600', 'https://abimg003.imgix.net/EA64UDS/2026-03-24/image/2d6be3f0-10db-486a-998d-0ca8685762f3_removebg.jpg?w=600', 'https://abimg003.imgix.net/EA64UDS/2026-03-24/image/88b15e10-5099-4e18-bc0c-1d08269c8371_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'VOSA STATES 70K, 75K, 82K, 88K, SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'Auction Plus', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 139, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/5e91b523-7fdc-4d61-adea-fc67c512940c.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:01:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c41abab0-3368-5887-92ad-65eebbaed9c5 with identifier: 120562331
2026-03-30 10:01:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c41abab0-3368-5887-92ad-65eebbaed9c5 with scrape type 2
2026-03-30 10:01:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c41abab0-3368-5887-92ad-65eebbaed9c5 with scrape type 2
2026-03-30 10:01:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: c41abab0-3368-5887-92ad-65eebbaed9c5, identifier: 120562331
2026-03-30 10:01:07 [astonbarclay.gb] INFO: Found listing with ID: 119432954
2026-03-30 10:01:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27119432954%27 HTTP/1.1" 200 None
2026-03-30 10:01:07 [astonbarclay.gb] INFO: Scrape type for 119432954: 0
2026-03-30 10:01:07 [astonbarclay.gb] INFO: Found listing with ID: 120620461
2026-03-30 10:01:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120620461%27 HTTP/1.1" 200 None
2026-03-30 10:01:07 [astonbarclay.gb] INFO: Scrape type for 120620461: 0
2026-03-30 10:01:07 [astonbarclay.gb] INFO: Found listing with ID: 119785658
2026-03-30 10:01:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27119785658%27 HTTP/1.1" 200 None
2026-03-30 10:01:07 [astonbarclay.gb] INFO: Scrape type for 119785658: 0
2026-03-30 10:01:07 [astonbarclay.gb] INFO: Found listing with ID: 120767820
2026-03-30 10:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120767820%27 HTTP/1.1" 200 None
2026-03-30 10:01:08 [astonbarclay.gb] INFO: Scrape type for 120767820: 0
2026-03-30 10:01:08 [astonbarclay.gb] INFO: Found listing with ID: 120659102
2026-03-30 10:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120659102%27 HTTP/1.1" 200 None
2026-03-30 10:01:08 [astonbarclay.gb] INFO: Scrape type for 120659102: 0
2026-03-30 10:01:08 [astonbarclay.gb] INFO: Found listing with ID: 120678881
2026-03-30 10:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120678881%27 HTTP/1.1" 200 None
2026-03-30 10:01:08 [astonbarclay.gb] INFO: Scrape type for 120678881: 0
2026-03-30 10:01:08 [astonbarclay.gb] INFO: Found listing with ID: 120838715
2026-03-30 10:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120838715%27 HTTP/1.1" 200 None
2026-03-30 10:01:08 [astonbarclay.gb] INFO: Scrape type for 120838715: 0
2026-03-30 10:01:08 [astonbarclay.gb] INFO: Found listing with ID: 120756781
2026-03-30 10:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120756781%27 HTTP/1.1" 200 None
2026-03-30 10:01:08 [astonbarclay.gb] INFO: Scrape type for 120756781: 0
2026-03-30 10:01:08 [astonbarclay.gb] INFO: Found listing with ID: 120857384
2026-03-30 10:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120857384%27 HTTP/1.1" 200 None
2026-03-30 10:01:08 [astonbarclay.gb] INFO: Scrape type for 120857384: 0
2026-03-30 10:01:08 [astonbarclay.gb] INFO: Found listing with ID: 120794313
2026-03-30 10:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120794313%27 HTTP/1.1" 200 None
2026-03-30 10:01:08 [astonbarclay.gb] INFO: Scrape type for 120794313: 0
2026-03-30 10:01:08 [astonbarclay.gb] INFO: Found listing with ID: 120774627
2026-03-30 10:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120774627%27 HTTP/1.1" 200 None
2026-03-30 10:01:08 [astonbarclay.gb] INFO: Scrape type for 120774627: 0
2026-03-30 10:01:08 [astonbarclay.gb] INFO: Found listing with ID: 119329130
2026-03-30 10:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27119329130%27 HTTP/1.1" 200 None
2026-03-30 10:01:08 [astonbarclay.gb] INFO: Scrape type for 119329130: 0
2026-03-30 10:01:08 [astonbarclay.gb] INFO: Found listing with ID: 118688338
2026-03-30 10:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27118688338%27 HTTP/1.1" 200 None
2026-03-30 10:01:08 [astonbarclay.gb] INFO: Scrape type for 118688338: 0
2026-03-30 10:01:08 [astonbarclay.gb] INFO: Found listing with ID: 120798881
2026-03-30 10:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120798881%27 HTTP/1.1" 200 None
2026-03-30 10:01:08 [astonbarclay.gb] INFO: Scrape type for 120798881: 0
2026-03-30 10:01:08 [astonbarclay.gb] INFO: Found listing with ID: 120749685
2026-03-30 10:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120749685%27 HTTP/1.1" 200 None
2026-03-30 10:01:08 [astonbarclay.gb] INFO: Scrape type for 120749685: 0
2026-03-30 10:01:08 [astonbarclay.gb] INFO: Found listing with ID: 120732831
2026-03-30 10:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120732831%27 HTTP/1.1" 200 None
2026-03-30 10:01:08 [astonbarclay.gb] INFO: Scrape type for 120732831: 0
2026-03-30 10:01:08 [astonbarclay.gb] INFO: Found listing with ID: 120804683
2026-03-30 10:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120804683%27 HTTP/1.1" 200 None
2026-03-30 10:01:08 [astonbarclay.gb] INFO: Scrape type for 120804683: 0
2026-03-30 10:01:08 [astonbarclay.gb] INFO: Found listing with ID: 120657401
2026-03-30 10:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120657401%27 HTTP/1.1" 200 None
2026-03-30 10:01:08 [astonbarclay.gb] INFO: Scrape type for 120657401: 0
2026-03-30 10:01:08 [astonbarclay.gb] INFO: Found listing with ID: 120804574
2026-03-30 10:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120804574%27 HTTP/1.1" 200 None
2026-03-30 10:01:08 [astonbarclay.gb] INFO: Scrape type for 120804574: 0
2026-03-30 10:01:08 [astonbarclay.gb] INFO: Found listing with ID: 120695982
2026-03-30 10:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120695982%27 HTTP/1.1" 200 None
2026-03-30 10:01:08 [astonbarclay.gb] INFO: Scrape type for 120695982: 2
2026-03-30 10:01:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 518f01af-5ea2-59aa-8914-572a83b50151 with identifier: 120562277
2026-03-30 10:01:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 518f01af-5ea2-59aa-8914-572a83b50151 with identifier: 120562277
2026-03-30 10:01:08 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 518f01af-5ea2-59aa-8914-572a83b50151 with identifier: 120562277 to the API
2026-03-30 10:01:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:01:08 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:01:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120562277?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 174,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '2.2L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Diesel',
'id': '518f01af-5ea2-59aa-8914-572a83b50151',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'LM63ULA',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120562277',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'LAND ROVER',
'model': 'RANGE ROVER EVOQUE DIESEL HATCHBACK',
'odometer': 120407,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2013-10-31',
'seller_name': 'Auction Plus',
'title': 'LAND ROVER RANGE ROVER EVOQUE DIESEL HATCHBACK 2.2 SD4 Pure 5dr '
'Auto [Tech Pack]',
'transmission': 'automatic',
'trim': '2.2 SD4 Pure 5dr Auto [Tech Pack]',
'vin': None,
'year': 2013}
2026-03-30 10:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120562277%27 HTTP/1.1" 200 None
2026-03-30 10:01:08 [astonbarclay.gb] INFO: Saving data for 120562277: {'auction_closing_time': 1774888200.0, 'created_time': 1774271754.90278, 'last_price_update_time': 1774864868.625498}
2026-03-30 10:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120562277') HTTP/1.1" 204 0
2026-03-30 10:01:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: c41abab0-3368-5887-92ad-65eebbaed9c5 with identifier: 120562331
2026-03-30 10:01:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: c41abab0-3368-5887-92ad-65eebbaed9c5 with identifier: 120562331
2026-03-30 10:01:08 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: c41abab0-3368-5887-92ad-65eebbaed9c5 with identifier: 120562331 to the API
2026-03-30 10:01:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 10:01:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120562331?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 139,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '2.0L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Diesel',
'id': 'c41abab0-3368-5887-92ad-65eebbaed9c5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'EA64UDS',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120562331',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'FORD',
'model': 'KUGA DIESEL ESTATE',
'odometer': 91018,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2014-11-04',
'seller_name': 'Auction Plus',
'title': 'FORD KUGA DIESEL ESTATE 2.0 TDCi Titanium 5dr 2WD',
'transmission': 'manual',
'trim': '2.0 TDCi Titanium 5dr 2WD',
'vin': None,
'year': 2014}
2026-03-30 10:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120562331%27 HTTP/1.1" 200 None
2026-03-30 10:01:09 [astonbarclay.gb] INFO: Saving data for 120562331: {'auction_closing_time': 1774888200.0, 'created_time': 1774271758.770457, 'last_price_update_time': 1774864869.22581}
2026-03-30 10:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120562331') HTTP/1.1" 204 0
2026-03-30 10:01:09 [astonbarclay.gb] INFO: Found listing with ID: 120805939
2026-03-30 10:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120805939%27 HTTP/1.1" 200 None
2026-03-30 10:01:09 [astonbarclay.gb] INFO: Scrape type for 120805939: 2
2026-03-30 10:01:09 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120808013, 'registration': 'MX53DMX', 'account': 'WBA004', 'make': 'MAZDA', 'model': 'MX-5 ROADSTER COUPE', 'derivative': '2.0i Sport Tech 2dr', 'mileage': 37969, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 726}, 'saleStart': '2026-03-30T16:30Z', 'lot': 2300, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2011-03-08', 'fuel': 'Petrol', 'motExpiry': '2026-07-12', 'doors': 2, 'engineSize': 1999, 'bodyType': 'Coupe', 'images': ['https://abimg003.imgix.net/MX53DMX/2026-03-26/image/1a43de2d-4b83-4111-9609-7c182976d532_removebg.jpg?w=600', 'https://abimg003.imgix.net/MX53DMX/2026-03-26/image/c1dcbded-1ca6-463d-9ba5-489aac2f7254_removebg.jpg?w=600', 'https://abimg003.imgix.net/MX53DMX/2026-03-26/image/5bfd5fb1-8d55-45f2-9df0-56f0f21534d4_removebg.jpg?w=600', 'https://abimg003.imgix.net/MX53DMX/2026-03-26/image/a89cccc0-963b-4b6d-a684-5643e18aaddd_removebg.jpg?w=600', 'https://abimg003.imgix.net/MX53DMX/2026-03-26/image/f52a08f3-9ff2-411e-82df-604882aea4d5_removebg.jpg?w=600', 'https://abimg003.imgix.net/MX53DMX/2026-03-26/image/bebe2904-284d-4557-9ecf-69342b6cdef9_removebg.jpg?w=600', 'https://abimg003.imgix.net/MX53DMX/2026-03-26/image/fdb203a4-fd1f-4421-814b-44e280d3cbc6_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 07/20- 28K, 06/21- 29K, 06/22- 32K, 06/23- 36K', 'remarks': 'VOSA STATES 34K, 36K, 36K, 37K, 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': 181, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/72dbf74e-dd77-4ae1-91c0-1be917c652d2.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:01:09 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120808013, 'registration': 'MX53DMX', 'account': 'WBA004', 'make': 'MAZDA', 'model': 'MX-5 ROADSTER COUPE', 'derivative': '2.0i Sport Tech 2dr', 'mileage': 37969, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 726}, 'saleStart': '2026-03-30T16:30Z', 'lot': 2300, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2011-03-08', 'fuel': 'Petrol', 'motExpiry': '2026-07-12', 'doors': 2, 'engineSize': 1999, 'bodyType': 'Coupe', 'images': ['https://abimg003.imgix.net/MX53DMX/2026-03-26/image/1a43de2d-4b83-4111-9609-7c182976d532_removebg.jpg?w=600', 'https://abimg003.imgix.net/MX53DMX/2026-03-26/image/c1dcbded-1ca6-463d-9ba5-489aac2f7254_removebg.jpg?w=600', 'https://abimg003.imgix.net/MX53DMX/2026-03-26/image/5bfd5fb1-8d55-45f2-9df0-56f0f21534d4_removebg.jpg?w=600', 'https://abimg003.imgix.net/MX53DMX/2026-03-26/image/a89cccc0-963b-4b6d-a684-5643e18aaddd_removebg.jpg?w=600', 'https://abimg003.imgix.net/MX53DMX/2026-03-26/image/f52a08f3-9ff2-411e-82df-604882aea4d5_removebg.jpg?w=600', 'https://abimg003.imgix.net/MX53DMX/2026-03-26/image/bebe2904-284d-4557-9ecf-69342b6cdef9_removebg.jpg?w=600', 'https://abimg003.imgix.net/MX53DMX/2026-03-26/image/fdb203a4-fd1f-4421-814b-44e280d3cbc6_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 07/20- 28K, 06/21- 29K, 06/22- 32K, 06/23- 36K', 'remarks': 'VOSA STATES 34K, 36K, 36K, 37K, 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': 181, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/72dbf74e-dd77-4ae1-91c0-1be917c652d2.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:01:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d2578816-fab2-5e77-a442-272c54ed9a0a with identifier: 120808013
2026-03-30 10:01:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d2578816-fab2-5e77-a442-272c54ed9a0a with scrape type 2
2026-03-30 10:01:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d2578816-fab2-5e77-a442-272c54ed9a0a with scrape type 2
2026-03-30 10:01:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: d2578816-fab2-5e77-a442-272c54ed9a0a, identifier: 120808013
2026-03-30 10:01:09 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120737032, 'registration': 'FJ59YPW', 'account': 'WBA004', 'make': 'PEUGEOT', 'model': '308 DIESEL SW ESTATE', 'derivative': '1.6 HDI 90 S 5dr', 'mileage': 157119, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 726}, 'saleStart': '2026-03-30T16:30Z', 'lot': 2415, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2009-12-07', 'fuel': 'Diesel', 'motExpiry': '2026-05-10', 'doors': 5, 'engineSize': 1560, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/FJ59YPW/2026-03-27/image/5785a28d-be95-4177-9ae2-62fe2e800301_removebg.jpg?w=600', 'https://abimg003.imgix.net/FJ59YPW/2026-03-27/image/9dd970f5-e69a-47f0-940d-b0fc71a65bd5_removebg.jpg?w=600', 'https://abimg003.imgix.net/FJ59YPW/2026-03-27/image/d72e7b7f-276e-44b4-ab6e-eeb455f99c6f_removebg.jpg?w=600', 'https://abimg003.imgix.net/FJ59YPW/2026-03-27/image/2706676f-a0ac-40c1-8719-eeaa64519159_removebg.jpg?w=600', 'https://abimg003.imgix.net/FJ59YPW/2026-03-27/image/e7bc0423-63b5-4f14-9df4-e42c56308d21_removebg.jpg?w=600', 'https://abimg003.imgix.net/FJ59YPW/2026-03-27/image/82139164-5606-4279-8887-52831143ca7a_removebg.jpg?w=600', 'https://abimg003.imgix.net/FJ59YPW/2026-03-27/image/77fbcab6-3047-4257-8194-1a95231935a5_removebg.jpg?w=600', 'https://abimg003.imgix.net/FJ59YPW/2026-03-27/image/a1ca8e3b-2c1d-4c8d-bc8b-5119c557834a_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'VOSA STATES 85K, 102K, 123K, 142K, SPARE KEY IN OFFICE, **VALET REQUIRED - SOLD AS SEEN**', '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/00bff168-ba61-4072-b144-d3c6ab238937.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:01:09 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120737032, 'registration': 'FJ59YPW', 'account': 'WBA004', 'make': 'PEUGEOT', 'model': '308 DIESEL SW ESTATE', 'derivative': '1.6 HDI 90 S 5dr', 'mileage': 157119, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 726}, 'saleStart': '2026-03-30T16:30Z', 'lot': 2415, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2009-12-07', 'fuel': 'Diesel', 'motExpiry': '2026-05-10', 'doors': 5, 'engineSize': 1560, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/FJ59YPW/2026-03-27/image/5785a28d-be95-4177-9ae2-62fe2e800301_removebg.jpg?w=600', 'https://abimg003.imgix.net/FJ59YPW/2026-03-27/image/9dd970f5-e69a-47f0-940d-b0fc71a65bd5_removebg.jpg?w=600', 'https://abimg003.imgix.net/FJ59YPW/2026-03-27/image/d72e7b7f-276e-44b4-ab6e-eeb455f99c6f_removebg.jpg?w=600', 'https://abimg003.imgix.net/FJ59YPW/2026-03-27/image/2706676f-a0ac-40c1-8719-eeaa64519159_removebg.jpg?w=600', 'https://abimg003.imgix.net/FJ59YPW/2026-03-27/image/e7bc0423-63b5-4f14-9df4-e42c56308d21_removebg.jpg?w=600', 'https://abimg003.imgix.net/FJ59YPW/2026-03-27/image/82139164-5606-4279-8887-52831143ca7a_removebg.jpg?w=600', 'https://abimg003.imgix.net/FJ59YPW/2026-03-27/image/77fbcab6-3047-4257-8194-1a95231935a5_removebg.jpg?w=600', 'https://abimg003.imgix.net/FJ59YPW/2026-03-27/image/a1ca8e3b-2c1d-4c8d-bc8b-5119c557834a_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'VOSA STATES 85K, 102K, 123K, 142K, SPARE KEY IN OFFICE, **VALET REQUIRED - SOLD AS SEEN**', '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/00bff168-ba61-4072-b144-d3c6ab238937.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:01:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5292638d-3b4d-572c-b30f-9d8db651865f with identifier: 120737032
2026-03-30 10:01:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5292638d-3b4d-572c-b30f-9d8db651865f with scrape type 2
2026-03-30 10:01:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5292638d-3b4d-572c-b30f-9d8db651865f with scrape type 2
2026-03-30 10:01:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 5292638d-3b4d-572c-b30f-9d8db651865f, identifier: 120737032
2026-03-30 10:01:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: d2578816-fab2-5e77-a442-272c54ed9a0a with identifier: 120808013
2026-03-30 10:01:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: d2578816-fab2-5e77-a442-272c54ed9a0a with identifier: 120808013
2026-03-30 10:01:09 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: d2578816-fab2-5e77-a442-272c54ed9a0a with identifier: 120808013 to the API
2026-03-30 10:01:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 10:01:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120808013?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 181,
'color': 'RED',
'currency': 'GBP',
'doors_number': 2,
'emission_standard': 'EURO 5',
'engine': '2.0L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Petrol',
'id': 'd2578816-fab2-5e77-a442-272c54ed9a0a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'MX53DMX',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120808013',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'MAZDA',
'model': 'MX-5 ROADSTER COUPE',
'odometer': 37969,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2011-03-08',
'seller_name': 'UKCGR - Trade',
'title': 'MAZDA MX-5 ROADSTER COUPE 2.0i Sport Tech 2dr',
'transmission': 'manual',
'trim': '2.0i Sport Tech 2dr',
'vin': None,
'year': 2011}
2026-03-30 10:01:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120808013%27 HTTP/1.1" 200 None
2026-03-30 10:01:10 [astonbarclay.gb] INFO: Saving data for 120808013: {'auction_closing_time': 1774888200.0, 'created_time': 1774530123.329136, 'last_price_update_time': 1774864870.516848}
2026-03-30 10:01:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120808013') HTTP/1.1" 204 0
2026-03-30 10:01:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 5292638d-3b4d-572c-b30f-9d8db651865f with identifier: 120737032
2026-03-30 10:01:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 5292638d-3b4d-572c-b30f-9d8db651865f with identifier: 120737032
2026-03-30 10:01:10 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 5292638d-3b4d-572c-b30f-9d8db651865f with identifier: 120737032 to the API
2026-03-30 10:01:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 10:01:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120737032?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 125,
'color': 'SILVER',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 4',
'engine': '1.6L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Diesel',
'id': '5292638d-3b4d-572c-b30f-9d8db651865f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'FJ59YPW',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120737032',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'PEUGEOT',
'model': '308 DIESEL SW ESTATE',
'odometer': 157119,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2009-12-07',
'seller_name': 'UKCGR - Trade',
'title': 'PEUGEOT 308 DIESEL SW ESTATE 1.6 HDI 90 S 5dr',
'transmission': 'manual',
'trim': '1.6 HDI 90 S 5dr',
'vin': None,
'year': 2009}
2026-03-30 10:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120737032%27 HTTP/1.1" 200 None
2026-03-30 10:01:11 [astonbarclay.gb] INFO: Saving data for 120737032: {'auction_closing_time': 1774888200.0, 'created_time': 1774432919.147639, 'last_price_update_time': 1774864871.423138}
2026-03-30 10:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120737032') HTTP/1.1" 204 0
2026-03-30 10:01:11 [astonbarclay.gb] INFO: Found listing with ID: 120763014
2026-03-30 10:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120763014%27 HTTP/1.1" 200 None
2026-03-30 10:01:11 [astonbarclay.gb] INFO: Scrape type for 120763014: 0
2026-03-30 10:01:11 [astonbarclay.gb] INFO: Found listing with ID: 120798460
2026-03-30 10:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120798460%27 HTTP/1.1" 200 None
2026-03-30 10:01:11 [astonbarclay.gb] INFO: Scrape type for 120798460: 0
2026-03-30 10:01:11 [astonbarclay.gb] INFO: Found listing with ID: 120657060
2026-03-30 10:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120657060%27 HTTP/1.1" 200 None
2026-03-30 10:01:11 [astonbarclay.gb] INFO: Scrape type for 120657060: 0
2026-03-30 10:01:11 [astonbarclay.gb] INFO: Found listing with ID: 120799701
2026-03-30 10:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120799701%27 HTTP/1.1" 200 None
2026-03-30 10:01:11 [astonbarclay.gb] INFO: Scrape type for 120799701: 0
2026-03-30 10:01:11 [astonbarclay.gb] INFO: Found listing with ID: 120589168
2026-03-30 10:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120589168%27 HTTP/1.1" 200 None
2026-03-30 10:01:11 [astonbarclay.gb] INFO: Scrape type for 120589168: 0
2026-03-30 10:01:11 [astonbarclay.gb] INFO: Found listing with ID: 120668119
2026-03-30 10:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120668119%27 HTTP/1.1" 200 None
2026-03-30 10:01:11 [astonbarclay.gb] INFO: Scrape type for 120668119: 0
2026-03-30 10:01:11 [astonbarclay.gb] INFO: Found listing with ID: 120805331
2026-03-30 10:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120805331%27 HTTP/1.1" 200 None
2026-03-30 10:01:11 [astonbarclay.gb] INFO: Scrape type for 120805331: 2
2026-03-30 10:01:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120763986?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:01:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120562548?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:01:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120562320?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:01:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120562354?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:01:11 [astonbarclay.gb] INFO: Found listing with ID: 120528674
2026-03-30 10:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120528674%27 HTTP/1.1" 200 None
2026-03-30 10:01:11 [astonbarclay.gb] INFO: Scrape type for 120528674: 2
2026-03-30 10:01:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:01:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:01:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:01:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:01:11 [astonbarclay.gb] INFO: Found listing with ID: 120798480
2026-03-30 10:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120798480%27 HTTP/1.1" 200 None
2026-03-30 10:01:11 [astonbarclay.gb] INFO: Scrape type for 120798480: 0
2026-03-30 10:01:11 [astonbarclay.gb] INFO: Found listing with ID: 120667537
2026-03-30 10:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120667537%27 HTTP/1.1" 200 None
2026-03-30 10:01:11 [astonbarclay.gb] INFO: Scrape type for 120667537: 0
2026-03-30 10:01:11 [astonbarclay.gb] INFO: Found listing with ID: 120798154
2026-03-30 10:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120798154%27 HTTP/1.1" 200 None
2026-03-30 10:01:11 [astonbarclay.gb] INFO: Scrape type for 120798154: 0
2026-03-30 10:01:11 [astonbarclay.gb] INFO: Found listing with ID: 120502496
2026-03-30 10:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120502496%27 HTTP/1.1" 200 None
2026-03-30 10:01:11 [astonbarclay.gb] INFO: Scrape type for 120502496: 0
2026-03-30 10:01:11 [astonbarclay.gb] INFO: Found listing with ID: 120738215
2026-03-30 10:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120738215%27 HTTP/1.1" 200 None
2026-03-30 10:01:11 [astonbarclay.gb] INFO: Scrape type for 120738215: 0
2026-03-30 10:01:11 [astonbarclay.gb] INFO: Found listing with ID: 120829459
2026-03-30 10:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120829459%27 HTTP/1.1" 200 None
2026-03-30 10:01:11 [astonbarclay.gb] INFO: Scrape type for 120829459: 0
2026-03-30 10:01:11 [astonbarclay.gb] INFO: Found listing with ID: 120586055
2026-03-30 10:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120586055%27 HTTP/1.1" 200 None
2026-03-30 10:01:11 [astonbarclay.gb] INFO: Scrape type for 120586055: 0
2026-03-30 10:01:11 [astonbarclay.gb] INFO: Found listing with ID: 120668431
2026-03-30 10:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120668431%27 HTTP/1.1" 200 None
2026-03-30 10:01:11 [astonbarclay.gb] INFO: Scrape type for 120668431: 0
2026-03-30 10:01:11 [astonbarclay.gb] INFO: Found listing with ID: 120859078
2026-03-30 10:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120859078%27 HTTP/1.1" 200 None
2026-03-30 10:01:11 [astonbarclay.gb] INFO: Scrape type for 120859078: 2
2026-03-30 10:01:11 [astonbarclay.gb] INFO: Found listing with ID: 120825971
2026-03-30 10:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120825971%27 HTTP/1.1" 200 None
2026-03-30 10:01:11 [astonbarclay.gb] INFO: Scrape type for 120825971: 2
2026-03-30 10:01:11 [astonbarclay.gb] INFO: Found listing with ID: 120675571
2026-03-30 10:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120675571%27 HTTP/1.1" 200 None
2026-03-30 10:01:11 [astonbarclay.gb] INFO: Scrape type for 120675571: 0
2026-03-30 10:01:11 [astonbarclay.gb] INFO: Found listing with ID: 120798831
2026-03-30 10:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120798831%27 HTTP/1.1" 200 None
2026-03-30 10:01:11 [astonbarclay.gb] INFO: Scrape type for 120798831: 0
2026-03-30 10:01:11 [astonbarclay.gb] INFO: Found listing with ID: 120828123
2026-03-30 10:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120828123%27 HTTP/1.1" 200 None
2026-03-30 10:01:11 [astonbarclay.gb] INFO: Scrape type for 120828123: 0
2026-03-30 10:01:11 [astonbarclay.gb] INFO: Found listing with ID: 120799191
2026-03-30 10:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120799191%27 HTTP/1.1" 200 None
2026-03-30 10:01:11 [astonbarclay.gb] INFO: Scrape type for 120799191: 0
2026-03-30 10:01:11 [astonbarclay.gb] INFO: Found listing with ID: 120454860
2026-03-30 10:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120454860%27 HTTP/1.1" 200 None
2026-03-30 10:01:11 [astonbarclay.gb] INFO: Scrape type for 120454860: 0
2026-03-30 10:01:11 [astonbarclay.gb] INFO: Found listing with ID: 120356596
2026-03-30 10:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120356596%27 HTTP/1.1" 200 None
2026-03-30 10:01:11 [astonbarclay.gb] INFO: Scrape type for 120356596: 0
2026-03-30 10:01:11 [astonbarclay.gb] INFO: Found listing with ID: 120783893
2026-03-30 10:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120783893%27 HTTP/1.1" 200 None
2026-03-30 10:01:11 [astonbarclay.gb] INFO: Scrape type for 120783893: 0
2026-03-30 10:01:11 [astonbarclay.gb] INFO: Found listing with ID: 120786723
2026-03-30 10:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120786723%27 HTTP/1.1" 200 None
2026-03-30 10:01:11 [astonbarclay.gb] INFO: Scrape type for 120786723: 0
2026-03-30 10:01:11 [astonbarclay.gb] INFO: Found listing with ID: 120806000
2026-03-30 10:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120806000%27 HTTP/1.1" 200 None
2026-03-30 10:01:11 [astonbarclay.gb] INFO: Scrape type for 120806000: 2
2026-03-30 10:01:11 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120763986, 'registration': 'SE17UTA', 'account': 'MOT075', 'make': 'FORD', 'model': 'MONDEO DIESEL HATCHBACK', 'derivative': '1.5 TDCi ECOnetic Titanium 5dr', 'mileage': 64935, 'mileageWarranty': True, 'type': 'car', 'saleId': 18966, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 205}, 'saleStart': '2026-03-31T09:00Z', 'lot': 24, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2017-07-28', 'fuel': 'Diesel', 'motExpiry': '2026-08-21', 'doors': 5, 'engineSize': 1499, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/SE17UTA/2026-03-25/image/41dee3c8-c16d-4497-b43b-88daa68e3f45_removebg.jpg?w=600', 'https://abimg003.imgix.net/SE17UTA/2026-03-25/image/ec9ac82e-c69f-4518-9d26-1589abba121b_removebg.jpg?w=600', 'https://abimg003.imgix.net/SE17UTA/2026-03-25/image/ac3317ef-7b48-4943-9e4a-072161e05ce8_removebg.jpg?w=600', 'https://abimg003.imgix.net/SE17UTA/2026-03-25/image/e7adcce6-35d8-4c11-aa6f-fe4c56ffd87c_removebg.jpg?w=600', 'https://abimg003.imgix.net/SE17UTA/2026-03-25/image/7c9fb4f2-778e-4841-ab63-5b9bc9ee3168_removebg.jpg?w=600', 'https://abimg003.imgix.net/SE17UTA/2026-03-25/image/97f9852d-7d8c-4421-ad39-06955c3a7cac_removebg.jpg?w=600', 'https://abimg003.imgix.net/SE17UTA/2026-03-25/image/ef4af24e-8af9-4ea7-bdd8-c0aa1a69d2ae_removebg.jpg?w=600', 'https://abimg003.imgix.net/SE17UTA/2026-03-25/image/b710ebab-32d4-4921-95ff-5949160b0f29_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 7/19 15K 01/21 24K 09/22 34K 07/23 49K 10/23 53K', 'remarks': 'FRONT PAGE OF V5 ONLY, VOSA STATES 24K 30K 34K 49K 53K 58K 60K NUMBER OF FORMER KEEPERS UNKNOWN SPARE KEY', 'virtual': False, 'seller': 'MotoNovo Finance', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': None, 'v5': False, 'v5details': None, 'co2': 94, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/c9b07fea-6f1f-4a96-871b-e68bfc00b543.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:01:11 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120763986, 'registration': 'SE17UTA', 'account': 'MOT075', 'make': 'FORD', 'model': 'MONDEO DIESEL HATCHBACK', 'derivative': '1.5 TDCi ECOnetic Titanium 5dr', 'mileage': 64935, 'mileageWarranty': True, 'type': 'car', 'saleId': 18966, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 205}, 'saleStart': '2026-03-31T09:00Z', 'lot': 24, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2017-07-28', 'fuel': 'Diesel', 'motExpiry': '2026-08-21', 'doors': 5, 'engineSize': 1499, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/SE17UTA/2026-03-25/image/41dee3c8-c16d-4497-b43b-88daa68e3f45_removebg.jpg?w=600', 'https://abimg003.imgix.net/SE17UTA/2026-03-25/image/ec9ac82e-c69f-4518-9d26-1589abba121b_removebg.jpg?w=600', 'https://abimg003.imgix.net/SE17UTA/2026-03-25/image/ac3317ef-7b48-4943-9e4a-072161e05ce8_removebg.jpg?w=600', 'https://abimg003.imgix.net/SE17UTA/2026-03-25/image/e7adcce6-35d8-4c11-aa6f-fe4c56ffd87c_removebg.jpg?w=600', 'https://abimg003.imgix.net/SE17UTA/2026-03-25/image/7c9fb4f2-778e-4841-ab63-5b9bc9ee3168_removebg.jpg?w=600', 'https://abimg003.imgix.net/SE17UTA/2026-03-25/image/97f9852d-7d8c-4421-ad39-06955c3a7cac_removebg.jpg?w=600', 'https://abimg003.imgix.net/SE17UTA/2026-03-25/image/ef4af24e-8af9-4ea7-bdd8-c0aa1a69d2ae_removebg.jpg?w=600', 'https://abimg003.imgix.net/SE17UTA/2026-03-25/image/b710ebab-32d4-4921-95ff-5949160b0f29_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 7/19 15K 01/21 24K 09/22 34K 07/23 49K 10/23 53K', 'remarks': 'FRONT PAGE OF V5 ONLY, VOSA STATES 24K 30K 34K 49K 53K 58K 60K NUMBER OF FORMER KEEPERS UNKNOWN SPARE KEY', 'virtual': False, 'seller': 'MotoNovo Finance', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': None, 'v5': False, 'v5details': None, 'co2': 94, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/c9b07fea-6f1f-4a96-871b-e68bfc00b543.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:01:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f607ff8c-f99a-5d74-ad95-3617e1326373 with identifier: 120763986
2026-03-30 10:01:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f607ff8c-f99a-5d74-ad95-3617e1326373 with scrape type 2
2026-03-30 10:01:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f607ff8c-f99a-5d74-ad95-3617e1326373 with scrape type 2
2026-03-30 10:01:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: f607ff8c-f99a-5d74-ad95-3617e1326373, identifier: 120763986
2026-03-30 10:01:12 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120562548, 'registration': 'AJ59ENV', 'account': 'SEL005', 'make': 'JAGUAR', 'model': 'XF DIESEL SALOON', 'derivative': '3.0d V6 Premium Luxury 4dr Auto', 'mileage': 96016, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 726}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2009-09-24', 'fuel': 'Diesel', 'motExpiry': '2026-05-22', 'doors': 4, 'engineSize': 2993, 'bodyType': 'Saloon', 'images': ['https://abimg003.imgix.net/AJ59ENV/2026-03-24/image/310ddb4e-783d-4eee-917a-23bf5d96e8ff_removebg.jpg?w=600', 'https://abimg003.imgix.net/AJ59ENV/2026-03-24/image/ddb9e03b-d9af-411b-8cc0-de9654ba1e76_removebg.jpg?w=600', 'https://abimg003.imgix.net/AJ59ENV/2026-03-24/image/4d9a596e-52b2-4d41-bbee-effc9de67eff_removebg.jpg?w=600', 'https://abimg003.imgix.net/AJ59ENV/2026-03-24/image/65824397-7acd-4f6a-a6e3-a7d547bf0a73_removebg.jpg?w=600', 'https://abimg003.imgix.net/AJ59ENV/2026-03-24/image/2ddbd3c5-d312-43a8-aada-b442348b3b81_removebg.jpg?w=600', 'https://abimg003.imgix.net/AJ59ENV/2026-03-24/image/6d1dde41-2ccf-473e-ba7d-486633b21f43_removebg.jpg?w=600', 'https://abimg003.imgix.net/AJ59ENV/2026-03-24/image/2d651d6c-00f7-431d-a394-915833b53673_removebg.jpg?w=600', 'https://abimg003.imgix.net/AJ59ENV/2026-03-24/image/fdd6e94c-821f-4c74-837c-d9e2e22d1467_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 10/10-8K, 10/11-12K, 10/12-18K, 10/13-25K, 10/14-31K, 10/16-35K, 05/18-41K, 09/19-53K, 02/21-60K, 08/22-72K, 08/23-78K, 08/24-85K, 05/25 ??', 'remarks': 'VOSA STATES 72K, 78K, 85K, 90K, SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'Auction Plus', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '4', 'v5': True, 'v5details': 'Here', 'co2': 179, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/1d720c17-51ab-4b8b-88d0-7fdcde775823.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:01:12 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120562548, 'registration': 'AJ59ENV', 'account': 'SEL005', 'make': 'JAGUAR', 'model': 'XF DIESEL SALOON', 'derivative': '3.0d V6 Premium Luxury 4dr Auto', 'mileage': 96016, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 726}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2009-09-24', 'fuel': 'Diesel', 'motExpiry': '2026-05-22', 'doors': 4, 'engineSize': 2993, 'bodyType': 'Saloon', 'images': ['https://abimg003.imgix.net/AJ59ENV/2026-03-24/image/310ddb4e-783d-4eee-917a-23bf5d96e8ff_removebg.jpg?w=600', 'https://abimg003.imgix.net/AJ59ENV/2026-03-24/image/ddb9e03b-d9af-411b-8cc0-de9654ba1e76_removebg.jpg?w=600', 'https://abimg003.imgix.net/AJ59ENV/2026-03-24/image/4d9a596e-52b2-4d41-bbee-effc9de67eff_removebg.jpg?w=600', 'https://abimg003.imgix.net/AJ59ENV/2026-03-24/image/65824397-7acd-4f6a-a6e3-a7d547bf0a73_removebg.jpg?w=600', 'https://abimg003.imgix.net/AJ59ENV/2026-03-24/image/2ddbd3c5-d312-43a8-aada-b442348b3b81_removebg.jpg?w=600', 'https://abimg003.imgix.net/AJ59ENV/2026-03-24/image/6d1dde41-2ccf-473e-ba7d-486633b21f43_removebg.jpg?w=600', 'https://abimg003.imgix.net/AJ59ENV/2026-03-24/image/2d651d6c-00f7-431d-a394-915833b53673_removebg.jpg?w=600', 'https://abimg003.imgix.net/AJ59ENV/2026-03-24/image/fdd6e94c-821f-4c74-837c-d9e2e22d1467_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 10/10-8K, 10/11-12K, 10/12-18K, 10/13-25K, 10/14-31K, 10/16-35K, 05/18-41K, 09/19-53K, 02/21-60K, 08/22-72K, 08/23-78K, 08/24-85K, 05/25 ??', 'remarks': 'VOSA STATES 72K, 78K, 85K, 90K, SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'Auction Plus', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '4', 'v5': True, 'v5details': 'Here', 'co2': 179, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/1d720c17-51ab-4b8b-88d0-7fdcde775823.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:01:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ed335c51-912d-5ca5-b6d5-fb7ba9369abe with identifier: 120562548
2026-03-30 10:01:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ed335c51-912d-5ca5-b6d5-fb7ba9369abe with scrape type 2
2026-03-30 10:01:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ed335c51-912d-5ca5-b6d5-fb7ba9369abe with scrape type 2
2026-03-30 10:01:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: ed335c51-912d-5ca5-b6d5-fb7ba9369abe, identifier: 120562548
2026-03-30 10:01:12 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120562320, 'registration': 'KT65AOJ', 'account': 'SEL005', 'make': 'SEAT', 'model': 'IBIZA SPORT COUPE SPECIAL EDITION', 'derivative': '1.0 Vista 3dr', 'mileage': 80069, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 726}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2016-01-22', 'fuel': 'Petrol', 'motExpiry': '2027-01-21', 'doors': 3, 'engineSize': 999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/KT65AOJ/2026-03-24/image/748c348f-a687-4742-ba05-f1fe7c50dbe5_removebg.jpg?w=600', 'https://abimg003.imgix.net/KT65AOJ/2026-03-24/image/0cdf5f96-aaa1-4fae-931f-3be9bed7be64_removebg.jpg?w=600', 'https://abimg003.imgix.net/KT65AOJ/2026-03-24/image/0d5cfb86-8322-4218-bab0-6b21b5acec18_removebg.jpg?w=600', 'https://abimg003.imgix.net/KT65AOJ/2026-03-24/image/b5e01fdb-e683-4c8d-8a09-4fa7cb3c81e6_removebg.jpg?w=600', 'https://abimg003.imgix.net/KT65AOJ/2026-03-24/image/374ecba3-ee4d-4b0e-82ce-c808e9f9104b_removebg.jpg?w=600', 'https://abimg003.imgix.net/KT65AOJ/2026-03-24/image/24d34d9b-dd9b-4d75-8cc8-163d79ef351e_removebg.jpg?w=600', 'https://abimg003.imgix.net/KT65AOJ/2026-03-24/image/db9199ed-0c15-451c-b5e1-dd1902278758_removebg.jpg?w=600', 'https://abimg003.imgix.net/KT65AOJ/2026-03-24/image/d7ec8429-f23c-45fc-bcf4-10320e71c449_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 07/18-28K, 07/19-36K, 09/21-52K, 01/24-63K, 01/25-72K, 01/26-79K', 'remarks': 'VOSA STATES 57K, 63K, 72K, 79K, SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'Auction Plus', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 118, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/a32bd01a-2073-40a7-bc47-d6bb6f2a154d.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:01:12 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120562320, 'registration': 'KT65AOJ', 'account': 'SEL005', 'make': 'SEAT', 'model': 'IBIZA SPORT COUPE SPECIAL EDITION', 'derivative': '1.0 Vista 3dr', 'mileage': 80069, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 726}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2016-01-22', 'fuel': 'Petrol', 'motExpiry': '2027-01-21', 'doors': 3, 'engineSize': 999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/KT65AOJ/2026-03-24/image/748c348f-a687-4742-ba05-f1fe7c50dbe5_removebg.jpg?w=600', 'https://abimg003.imgix.net/KT65AOJ/2026-03-24/image/0cdf5f96-aaa1-4fae-931f-3be9bed7be64_removebg.jpg?w=600', 'https://abimg003.imgix.net/KT65AOJ/2026-03-24/image/0d5cfb86-8322-4218-bab0-6b21b5acec18_removebg.jpg?w=600', 'https://abimg003.imgix.net/KT65AOJ/2026-03-24/image/b5e01fdb-e683-4c8d-8a09-4fa7cb3c81e6_removebg.jpg?w=600', 'https://abimg003.imgix.net/KT65AOJ/2026-03-24/image/374ecba3-ee4d-4b0e-82ce-c808e9f9104b_removebg.jpg?w=600', 'https://abimg003.imgix.net/KT65AOJ/2026-03-24/image/24d34d9b-dd9b-4d75-8cc8-163d79ef351e_removebg.jpg?w=600', 'https://abimg003.imgix.net/KT65AOJ/2026-03-24/image/db9199ed-0c15-451c-b5e1-dd1902278758_removebg.jpg?w=600', 'https://abimg003.imgix.net/KT65AOJ/2026-03-24/image/d7ec8429-f23c-45fc-bcf4-10320e71c449_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 07/18-28K, 07/19-36K, 09/21-52K, 01/24-63K, 01/25-72K, 01/26-79K', 'remarks': 'VOSA STATES 57K, 63K, 72K, 79K, SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'Auction Plus', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 118, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/a32bd01a-2073-40a7-bc47-d6bb6f2a154d.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:01:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d7af4624-5097-54da-ad7d-7dc68827df2a with identifier: 120562320
2026-03-30 10:01:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d7af4624-5097-54da-ad7d-7dc68827df2a with scrape type 2
2026-03-30 10:01:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d7af4624-5097-54da-ad7d-7dc68827df2a with scrape type 2
2026-03-30 10:01:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: d7af4624-5097-54da-ad7d-7dc68827df2a, identifier: 120562320
2026-03-30 10:01:12 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120562354, 'registration': 'LG64ZRR', 'account': 'SEL005', 'make': 'BMW', 'model': '1 SERIES DIESEL HATCHBACK', 'derivative': '116d Sport 5dr', 'mileage': 130063, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 726}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2014-10-13', 'fuel': 'Diesel', 'motExpiry': '2026-11-07', 'doors': 5, 'engineSize': 1995, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/LG64ZRR/2026-03-24/image/3fc05908-e62e-438e-848a-48b6ba2ab7f8_removebg.jpg?w=600', 'https://abimg003.imgix.net/LG64ZRR/2026-03-24/image/ca953f86-e644-4373-ae0f-14dc327d3e45_removebg.jpg?w=600', 'https://abimg003.imgix.net/LG64ZRR/2026-03-24/image/beaf75cc-9d8f-43db-b23e-eb2ebb9fd564_removebg.jpg?w=600', 'https://abimg003.imgix.net/LG64ZRR/2026-03-24/image/c861a4b9-1fec-4762-a257-46ad06344208_removebg.jpg?w=600', 'https://abimg003.imgix.net/LG64ZRR/2026-03-24/image/07cb552e-96b7-4400-b31e-22a82a8f70da_removebg.jpg?w=600', 'https://abimg003.imgix.net/LG64ZRR/2026-03-24/image/7c9d1c6c-a20d-47c6-adbd-8e4078b84e51_removebg.jpg?w=600', 'https://abimg003.imgix.net/LG64ZRR/2026-03-24/image/82e88c83-43c5-4d72-9278-f4fe6eaf2bd7_removebg.jpg?w=600', 'https://abimg003.imgix.net/LG64ZRR/2026-03-24/image/cb80c698-01cf-4cfe-8395-6eabbebabca4_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 10/21-71K,', 'remarks': 'VOSA STATES 85K, 97K, 115K, 127K, SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'Auction Plus', '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/c673f708-b6cd-4634-be5a-c5c7804fdab4.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:01:12 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120562354, 'registration': 'LG64ZRR', 'account': 'SEL005', 'make': 'BMW', 'model': '1 SERIES DIESEL HATCHBACK', 'derivative': '116d Sport 5dr', 'mileage': 130063, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 726}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2014-10-13', 'fuel': 'Diesel', 'motExpiry': '2026-11-07', 'doors': 5, 'engineSize': 1995, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/LG64ZRR/2026-03-24/image/3fc05908-e62e-438e-848a-48b6ba2ab7f8_removebg.jpg?w=600', 'https://abimg003.imgix.net/LG64ZRR/2026-03-24/image/ca953f86-e644-4373-ae0f-14dc327d3e45_removebg.jpg?w=600', 'https://abimg003.imgix.net/LG64ZRR/2026-03-24/image/beaf75cc-9d8f-43db-b23e-eb2ebb9fd564_removebg.jpg?w=600', 'https://abimg003.imgix.net/LG64ZRR/2026-03-24/image/c861a4b9-1fec-4762-a257-46ad06344208_removebg.jpg?w=600', 'https://abimg003.imgix.net/LG64ZRR/2026-03-24/image/07cb552e-96b7-4400-b31e-22a82a8f70da_removebg.jpg?w=600', 'https://abimg003.imgix.net/LG64ZRR/2026-03-24/image/7c9d1c6c-a20d-47c6-adbd-8e4078b84e51_removebg.jpg?w=600', 'https://abimg003.imgix.net/LG64ZRR/2026-03-24/image/82e88c83-43c5-4d72-9278-f4fe6eaf2bd7_removebg.jpg?w=600', 'https://abimg003.imgix.net/LG64ZRR/2026-03-24/image/cb80c698-01cf-4cfe-8395-6eabbebabca4_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 10/21-71K,', 'remarks': 'VOSA STATES 85K, 97K, 115K, 127K, SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'Auction Plus', '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/c673f708-b6cd-4634-be5a-c5c7804fdab4.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:01:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0f8de482-27d6-50ed-b950-fea4275d6efe with identifier: 120562354
2026-03-30 10:01:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0f8de482-27d6-50ed-b950-fea4275d6efe with scrape type 2
2026-03-30 10:01:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0f8de482-27d6-50ed-b950-fea4275d6efe with scrape type 2
2026-03-30 10:01:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 0f8de482-27d6-50ed-b950-fea4275d6efe, identifier: 120562354
2026-03-30 10:01:12 [astonbarclay.gb] INFO: Found listing with ID: 120474035
2026-03-30 10:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120474035%27 HTTP/1.1" 200 None
2026-03-30 10:01:12 [astonbarclay.gb] INFO: Scrape type for 120474035: 0
2026-03-30 10:01:12 [astonbarclay.gb] INFO: Found listing with ID: 120823089
2026-03-30 10:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120823089%27 HTTP/1.1" 200 None
2026-03-30 10:01:12 [astonbarclay.gb] INFO: Scrape type for 120823089: 2
2026-03-30 10:01:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: f607ff8c-f99a-5d74-ad95-3617e1326373 with identifier: 120763986
2026-03-30 10:01:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: f607ff8c-f99a-5d74-ad95-3617e1326373 with identifier: 120763986
2026-03-30 10:01:12 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: f607ff8c-f99a-5d74-ad95-3617e1326373 with identifier: 120763986 to the API
2026-03-30 10:01:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 10:01:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120763986?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-31T09:00:00Z',
'fuel_type': 'Diesel',
'id': 'f607ff8c-f99a-5d74-ad95-3617e1326373',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'SE17UTA',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120763986',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'FORD',
'model': 'MONDEO DIESEL HATCHBACK',
'odometer': 64935,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-07-28',
'seller_name': 'MotoNovo Finance',
'title': 'FORD MONDEO DIESEL HATCHBACK 1.5 TDCi ECOnetic Titanium 5dr',
'transmission': 'manual',
'trim': '1.5 TDCi ECOnetic Titanium 5dr',
'vin': None,
'year': 2017}
2026-03-30 10:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120763986%27 HTTP/1.1" 200 None
2026-03-30 10:01:12 [astonbarclay.gb] INFO: Saving data for 120763986: {'auction_closing_time': 1774947600.0, 'created_time': 1774432941.055406, 'last_price_update_time': 1774864872.74495}
2026-03-30 10:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120763986') HTTP/1.1" 204 0
2026-03-30 10:01:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: ed335c51-912d-5ca5-b6d5-fb7ba9369abe with identifier: 120562548
2026-03-30 10:01:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: ed335c51-912d-5ca5-b6d5-fb7ba9369abe with identifier: 120562548
2026-03-30 10:01:12 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: ed335c51-912d-5ca5-b6d5-fb7ba9369abe with identifier: 120562548 to the API
2026-03-30 10:01:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 10:01:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120562548?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 179,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 4,
'emission_standard': 'EURO 5',
'engine': '3.0L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Diesel',
'id': 'ed335c51-912d-5ca5-b6d5-fb7ba9369abe',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'AJ59ENV',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120562548',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'JAGUAR',
'model': 'XF DIESEL SALOON',
'odometer': 96016,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2009-09-24',
'seller_name': 'Auction Plus',
'title': 'JAGUAR XF DIESEL SALOON 3.0d V6 Premium Luxury 4dr Auto',
'transmission': 'automatic',
'trim': '3.0d V6 Premium Luxury 4dr Auto',
'vin': None,
'year': 2009}
2026-03-30 10:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120562548%27 HTTP/1.1" 200 None
2026-03-30 10:01:13 [astonbarclay.gb] INFO: Saving data for 120562548: {'auction_closing_time': 1774888200.0, 'created_time': 1774271743.661113, 'last_price_update_time': 1774864873.378046}
2026-03-30 10:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120562548') HTTP/1.1" 204 0
2026-03-30 10:01:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: d7af4624-5097-54da-ad7d-7dc68827df2a with identifier: 120562320
2026-03-30 10:01:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: d7af4624-5097-54da-ad7d-7dc68827df2a with identifier: 120562320
2026-03-30 10:01:13 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: d7af4624-5097-54da-ad7d-7dc68827df2a with identifier: 120562320 to the API
2026-03-30 10:01:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 10:01:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120562320?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 118,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 3,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Petrol',
'id': 'd7af4624-5097-54da-ad7d-7dc68827df2a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'KT65AOJ',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120562320',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'SEAT',
'model': 'IBIZA SPORT COUPE SPECIAL EDITION',
'odometer': 80069,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-01-22',
'seller_name': 'Auction Plus',
'title': 'SEAT IBIZA SPORT COUPE SPECIAL EDITION 1.0 Vista 3dr',
'transmission': 'manual',
'trim': '1.0 Vista 3dr',
'vin': None,
'year': 2016}
2026-03-30 10:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120562320%27 HTTP/1.1" 200 None
2026-03-30 10:01:13 [astonbarclay.gb] INFO: Saving data for 120562320: {'auction_closing_time': 1774888200.0, 'created_time': 1774271756.373788, 'last_price_update_time': 1774864873.800277}
2026-03-30 10:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120562320') HTTP/1.1" 204 0
2026-03-30 10:01:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 0f8de482-27d6-50ed-b950-fea4275d6efe with identifier: 120562354
2026-03-30 10:01:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 0f8de482-27d6-50ed-b950-fea4275d6efe with identifier: 120562354
2026-03-30 10:01:13 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 0f8de482-27d6-50ed-b950-fea4275d6efe with identifier: 120562354 to the API
2026-03-30 10:01:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 10:01:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120562354?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 114,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '2.0L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Diesel',
'id': '0f8de482-27d6-50ed-b950-fea4275d6efe',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'LG64ZRR',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120562354',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'BMW',
'model': '1 SERIES DIESEL HATCHBACK',
'odometer': 130063,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2014-10-13',
'seller_name': 'Auction Plus',
'title': 'BMW 1 SERIES DIESEL HATCHBACK 116d Sport 5dr',
'transmission': 'manual',
'trim': '116d Sport 5dr',
'vin': None,
'year': 2014}
2026-03-30 10:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120562354%27 HTTP/1.1" 200 None
2026-03-30 10:01:14 [astonbarclay.gb] INFO: Saving data for 120562354: {'auction_closing_time': 1774888200.0, 'created_time': 1774271994.838281, 'last_price_update_time': 1774864874.176487}
2026-03-30 10:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120562354') HTTP/1.1" 204 0
2026-03-30 10:01:14 [astonbarclay.gb] INFO: Found listing with ID: 120733640
2026-03-30 10:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120733640%27 HTTP/1.1" 200 None
2026-03-30 10:01:14 [astonbarclay.gb] INFO: Scrape type for 120733640: 0
2026-03-30 10:01:14 [astonbarclay.gb] INFO: Found listing with ID: 120819771
2026-03-30 10:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120819771%27 HTTP/1.1" 200 None
2026-03-30 10:01:14 [astonbarclay.gb] INFO: Scrape type for 120819771: 2
2026-03-30 10:01:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/118521541?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:01:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:01:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120673681?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:01:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120526347?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:01:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120832855?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:01:14 [astonbarclay.gb] INFO: Found listing with ID: 120605172
2026-03-30 10:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120605172%27 HTTP/1.1" 200 None
2026-03-30 10:01:14 [astonbarclay.gb] INFO: Scrape type for 120605172: 0
2026-03-30 10:01:14 [astonbarclay.gb] INFO: Found listing with ID: 120814855
2026-03-30 10:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120814855%27 HTTP/1.1" 200 None
2026-03-30 10:01:14 [astonbarclay.gb] INFO: Scrape type for 120814855: 2
2026-03-30 10:01:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:01:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:01:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:01:14 [astonbarclay.gb] INFO: Found listing with ID: 120691055
2026-03-30 10:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120691055%27 HTTP/1.1" 200 None
2026-03-30 10:01:14 [astonbarclay.gb] INFO: Scrape type for 120691055: 0
2026-03-30 10:01:14 [astonbarclay.gb] INFO: Found listing with ID: 120821709
2026-03-30 10:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120821709%27 HTTP/1.1" 200 None
2026-03-30 10:01:14 [astonbarclay.gb] INFO: Scrape type for 120821709: 0
2026-03-30 10:01:14 [astonbarclay.gb] INFO: Found listing with ID: 120826096
2026-03-30 10:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120826096%27 HTTP/1.1" 200 None
2026-03-30 10:01:14 [astonbarclay.gb] INFO: Scrape type for 120826096: 2
2026-03-30 10:01:14 [astonbarclay.gb] INFO: Found listing with ID: 120417688
2026-03-30 10:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120417688%27 HTTP/1.1" 200 None
2026-03-30 10:01:14 [astonbarclay.gb] INFO: Scrape type for 120417688: 0
2026-03-30 10:01:14 [astonbarclay.gb] INFO: Found listing with ID: 120632149
2026-03-30 10:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120632149%27 HTTP/1.1" 200 None
2026-03-30 10:01:14 [astonbarclay.gb] INFO: Scrape type for 120632149: 0
2026-03-30 10:01:14 [astonbarclay.gb] INFO: Found listing with ID: 120862622
2026-03-30 10:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120862622%27 HTTP/1.1" 200 None
2026-03-30 10:01:14 [astonbarclay.gb] INFO: Scrape type for 120862622: 2
2026-03-30 10:01:14 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 118521541, 'registration': 'FV16NGE', 'account': 'MOT075', 'make': 'LAND ROVER', 'model': 'DISCOVERY DIESEL SW', 'derivative': '3.0 SDV6 Graphite 5dr Auto', 'mileage': 97819, 'mileageWarranty': True, 'type': 'car', 'saleId': 18966, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 205}, 'saleStart': '2026-03-31T09:00Z', 'lot': 36, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2016-05-25', 'fuel': 'Diesel', 'motExpiry': '2025-07-29', 'doors': 5, 'engineSize': 2993, 'bodyType': 'Station Wagon', 'images': ['https://abimg003.imgix.net/FV16NGE/2026-01-12/image/dd910f8b-c115-43ca-9d9d-fea3556eefff_removebg.jpg?w=600', 'https://abimg003.imgix.net/FV16NGE/2026-01-12/image/aa583f18-7167-41bc-a2a2-ab59340c903e_removebg.jpg?w=600', 'https://abimg003.imgix.net/FV16NGE/2026-01-12/image/9bc937af-9922-4fb1-9d87-e4f2b827ba9d_removebg.jpg?w=600', 'https://abimg003.imgix.net/FV16NGE/2026-01-12/image/f3966333-911f-4197-93d7-87066ea3c895_removebg.jpg?w=600', 'https://abimg003.imgix.net/FV16NGE/2026-01-12/image/af9df7a6-84e1-4182-9aef-b552f32184f5_removebg.jpg?w=600', 'https://abimg003.imgix.net/FV16NGE/2026-01-12/image/394c818d-6fba-4e90-a304-4918cdbdcb3d_removebg.jpg?w=600', 'https://abimg003.imgix.net/FV16NGE/2026-01-12/image/7ce17f40-fe32-467e-bc23-f191a91fc320_removebg.jpg?w=600', 'https://abimg003.imgix.net/FV16NGE/2026-01-12/image/136e01fb-9155-40f0-bae3-29dba61ae5b7_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 06/17-6K, 06/18-10K, 05/19-20K, 03/20-34K, 03/22-60K, 07/23-88K, 07/25 97K', 'remarks': 'SPARE KEY, VOSA STATES 20K 36K 47K 63K 88K 92K', 'virtual': False, 'seller': 'MotoNovo Finance', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': None, 'v5': True, 'v5details': 'Here', 'co2': 203, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/ad3384c2-069f-409e-896a-26d876116011.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:01:14 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 118521541, 'registration': 'FV16NGE', 'account': 'MOT075', 'make': 'LAND ROVER', 'model': 'DISCOVERY DIESEL SW', 'derivative': '3.0 SDV6 Graphite 5dr Auto', 'mileage': 97819, 'mileageWarranty': True, 'type': 'car', 'saleId': 18966, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 205}, 'saleStart': '2026-03-31T09:00Z', 'lot': 36, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2016-05-25', 'fuel': 'Diesel', 'motExpiry': '2025-07-29', 'doors': 5, 'engineSize': 2993, 'bodyType': 'Station Wagon', 'images': ['https://abimg003.imgix.net/FV16NGE/2026-01-12/image/dd910f8b-c115-43ca-9d9d-fea3556eefff_removebg.jpg?w=600', 'https://abimg003.imgix.net/FV16NGE/2026-01-12/image/aa583f18-7167-41bc-a2a2-ab59340c903e_removebg.jpg?w=600', 'https://abimg003.imgix.net/FV16NGE/2026-01-12/image/9bc937af-9922-4fb1-9d87-e4f2b827ba9d_removebg.jpg?w=600', 'https://abimg003.imgix.net/FV16NGE/2026-01-12/image/f3966333-911f-4197-93d7-87066ea3c895_removebg.jpg?w=600', 'https://abimg003.imgix.net/FV16NGE/2026-01-12/image/af9df7a6-84e1-4182-9aef-b552f32184f5_removebg.jpg?w=600', 'https://abimg003.imgix.net/FV16NGE/2026-01-12/image/394c818d-6fba-4e90-a304-4918cdbdcb3d_removebg.jpg?w=600', 'https://abimg003.imgix.net/FV16NGE/2026-01-12/image/7ce17f40-fe32-467e-bc23-f191a91fc320_removebg.jpg?w=600', 'https://abimg003.imgix.net/FV16NGE/2026-01-12/image/136e01fb-9155-40f0-bae3-29dba61ae5b7_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 06/17-6K, 06/18-10K, 05/19-20K, 03/20-34K, 03/22-60K, 07/23-88K, 07/25 97K', 'remarks': 'SPARE KEY, VOSA STATES 20K 36K 47K 63K 88K 92K', 'virtual': False, 'seller': 'MotoNovo Finance', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': None, 'v5': True, 'v5details': 'Here', 'co2': 203, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/ad3384c2-069f-409e-896a-26d876116011.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:01:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c488ef3c-94b7-51ba-95e6-dbc4929cf6d6 with identifier: 118521541
2026-03-30 10:01:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c488ef3c-94b7-51ba-95e6-dbc4929cf6d6 with scrape type 1
2026-03-30 10:01:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 8 photos for item c488ef3c-94b7-51ba-95e6-dbc4929cf6d6
2026-03-30 10:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01: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%252FFV16NGE%252F2026-01-12%252Fimage%252Fdd910f8b-c115-43ca-9d9d-fea3556eefff_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:01:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/FV16NGE/2026-01-12/image/dd910f8b-c115-43ca-9d9d-fea3556eefff_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:01:14 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120673681, 'registration': 'DF25YZK', 'account': 'MOT070', 'make': 'SKODA', 'model': 'FABIA HATCHBACK', 'derivative': '1.0 TSI 116 Design Edition 5dr', 'mileage': 1009, 'mileageWarranty': True, 'type': 'car', 'saleId': 18853, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 122}, 'saleStart': '2026-03-31T09:30Z', 'lot': 103, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2025-07-30', 'fuel': 'Petrol', 'motExpiry': None, 'doors': 5, 'engineSize': 999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/DF25YZK/2026-03-23/image/3fac9d3e-e7c9-4017-adfe-2696d4df79f2_removebg.jpg?w=600', 'https://abimg003.imgix.net/DF25YZK/2026-03-23/image/f29b05c8-dbbe-487d-b5d6-d035b71604b6_removebg.jpg?w=600', 'https://abimg003.imgix.net/DF25YZK/2026-03-23/image/af30c854-7b7e-410f-b7c5-59da638e2a46_removebg.jpg?w=600', 'https://abimg003.imgix.net/DF25YZK/2026-03-23/image/60e84eed-05e5-4973-b673-f7b779949720_removebg.jpg?w=600', 'https://abimg003.imgix.net/DF25YZK/2026-03-23/image/f0acf513-f013-407a-9c80-df486e36f941_removebg.jpg?w=600', 'https://abimg003.imgix.net/DF25YZK/2026-03-23/image/ab7e70bc-a0e3-4d0a-8188-5049515382d9_removebg.jpg?w=600', 'https://abimg003.imgix.net/DF25YZK/2026-03-23/image/34302ee0-d2f2-4958-bacd-d4ab73d4b3f2_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'V5 Document Reference Number Available Upon Purchase', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': False, 'v5details': None, 'co2': 113, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/ec2a36b8-8682-4e71-8147-5ed9c14a1ee4.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:01:14 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120673681, 'registration': 'DF25YZK', 'account': 'MOT070', 'make': 'SKODA', 'model': 'FABIA HATCHBACK', 'derivative': '1.0 TSI 116 Design Edition 5dr', 'mileage': 1009, 'mileageWarranty': True, 'type': 'car', 'saleId': 18853, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 122}, 'saleStart': '2026-03-31T09:30Z', 'lot': 103, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2025-07-30', 'fuel': 'Petrol', 'motExpiry': None, 'doors': 5, 'engineSize': 999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/DF25YZK/2026-03-23/image/3fac9d3e-e7c9-4017-adfe-2696d4df79f2_removebg.jpg?w=600', 'https://abimg003.imgix.net/DF25YZK/2026-03-23/image/f29b05c8-dbbe-487d-b5d6-d035b71604b6_removebg.jpg?w=600', 'https://abimg003.imgix.net/DF25YZK/2026-03-23/image/af30c854-7b7e-410f-b7c5-59da638e2a46_removebg.jpg?w=600', 'https://abimg003.imgix.net/DF25YZK/2026-03-23/image/60e84eed-05e5-4973-b673-f7b779949720_removebg.jpg?w=600', 'https://abimg003.imgix.net/DF25YZK/2026-03-23/image/f0acf513-f013-407a-9c80-df486e36f941_removebg.jpg?w=600', 'https://abimg003.imgix.net/DF25YZK/2026-03-23/image/ab7e70bc-a0e3-4d0a-8188-5049515382d9_removebg.jpg?w=600', 'https://abimg003.imgix.net/DF25YZK/2026-03-23/image/34302ee0-d2f2-4958-bacd-d4ab73d4b3f2_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'V5 Document Reference Number Available Upon Purchase', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': False, 'v5details': None, 'co2': 113, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/ec2a36b8-8682-4e71-8147-5ed9c14a1ee4.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:01:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6ee2e13c-4d91-598f-9b53-5e064a5df206 with identifier: 120673681
2026-03-30 10:01:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6ee2e13c-4d91-598f-9b53-5e064a5df206 with scrape type 2
2026-03-30 10:01:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6ee2e13c-4d91-598f-9b53-5e064a5df206 with scrape type 2
2026-03-30 10:01:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 6ee2e13c-4d91-598f-9b53-5e064a5df206, identifier: 120673681
2026-03-30 10:01:14 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120526347, 'registration': 'GV72VXC', 'account': 'OCT003', 'make': 'HYUNDAI', 'model': 'KONA ELECTRIC HATCHBACK', 'derivative': '150kW Premium 64kWh 5dr Auto', 'mileage': 18122, 'mileageWarranty': True, 'type': 'car', 'saleId': 18966, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 205}, 'saleStart': '2026-03-31T09:00Z', 'lot': 122, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2023-02-27', 'fuel': 'Electric', 'motExpiry': '2027-02-26', 'doors': 5, 'engineSize': None, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/GV72VXC/2026-03-20/image/f88dd4df-7fc5-4a31-b050-ccc694313aa8_removebg.jpg?w=600', 'https://abimg003.imgix.net/GV72VXC/2026-03-20/image/4cc51776-4b66-431f-9458-d186921e4a0b_removebg.jpg?w=600', 'https://abimg003.imgix.net/GV72VXC/2026-03-20/image/5b3f82fd-640e-4720-99f3-8f95390d1f35_removebg.jpg?w=600', 'https://abimg003.imgix.net/GV72VXC/2026-03-20/image/988f2bee-7af6-4b3b-9815-e80cbc6ca2b9_removebg.jpg?w=600', 'https://abimg003.imgix.net/GV72VXC/2026-03-20/image/c390a00a-bf16-440f-802e-ce2f7f35545b_removebg.jpg?w=600', 'https://abimg003.imgix.net/GV72VXC/2026-03-20/image/81da65af-6df5-4ac3-adc8-2188d47c7865_removebg.jpg?w=600', 'https://abimg003.imgix.net/GV72VXC/2026-03-20/image/1c78053c-3a6d-421a-8239-083e721d30bf_removebg.jpg?w=600', 'https://abimg003.imgix.net/GV72VXC/2026-03-20/image/b45de5a9-1f23-48b4-b66c-c451228e1570_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 04/24-7K 06/25-13K', 'remarks': 'V5 AVAILABLE UPON REQUEST, SPARE KEY, VOSA STATES 17K', 'virtual': False, 'seller': 'Octopus Electric Vehicles', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': False, 'v5details': 'TF', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/4bfc1ef6-11ce-48bf-a380-7658f6a44440.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-30 10:01:14 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120526347, 'registration': 'GV72VXC', 'account': 'OCT003', 'make': 'HYUNDAI', 'model': 'KONA ELECTRIC HATCHBACK', 'derivative': '150kW Premium 64kWh 5dr Auto', 'mileage': 18122, 'mileageWarranty': True, 'type': 'car', 'saleId': 18966, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 205}, 'saleStart': '2026-03-31T09:00Z', 'lot': 122, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2023-02-27', 'fuel': 'Electric', 'motExpiry': '2027-02-26', 'doors': 5, 'engineSize': None, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/GV72VXC/2026-03-20/image/f88dd4df-7fc5-4a31-b050-ccc694313aa8_removebg.jpg?w=600', 'https://abimg003.imgix.net/GV72VXC/2026-03-20/image/4cc51776-4b66-431f-9458-d186921e4a0b_removebg.jpg?w=600', 'https://abimg003.imgix.net/GV72VXC/2026-03-20/image/5b3f82fd-640e-4720-99f3-8f95390d1f35_removebg.jpg?w=600', 'https://abimg003.imgix.net/GV72VXC/2026-03-20/image/988f2bee-7af6-4b3b-9815-e80cbc6ca2b9_removebg.jpg?w=600', 'https://abimg003.imgix.net/GV72VXC/2026-03-20/image/c390a00a-bf16-440f-802e-ce2f7f35545b_removebg.jpg?w=600', 'https://abimg003.imgix.net/GV72VXC/2026-03-20/image/81da65af-6df5-4ac3-adc8-2188d47c7865_removebg.jpg?w=600', 'https://abimg003.imgix.net/GV72VXC/2026-03-20/image/1c78053c-3a6d-421a-8239-083e721d30bf_removebg.jpg?w=600', 'https://abimg003.imgix.net/GV72VXC/2026-03-20/image/b45de5a9-1f23-48b4-b66c-c451228e1570_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 04/24-7K 06/25-13K', 'remarks': 'V5 AVAILABLE UPON REQUEST, SPARE KEY, VOSA STATES 17K', 'virtual': False, 'seller': 'Octopus Electric Vehicles', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': False, 'v5details': 'TF', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/4bfc1ef6-11ce-48bf-a380-7658f6a44440.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-30 10:01:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 454a4961-bbd6-5ff2-bdfe-908e3cc8dfaa with identifier: 120526347
2026-03-30 10:01:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 454a4961-bbd6-5ff2-bdfe-908e3cc8dfaa with scrape type 2
2026-03-30 10:01:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 454a4961-bbd6-5ff2-bdfe-908e3cc8dfaa with scrape type 2
2026-03-30 10:01:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 454a4961-bbd6-5ff2-bdfe-908e3cc8dfaa, identifier: 120526347
2026-03-30 10:01:14 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120832855, 'registration': 'EO70LYF', 'account': 'OGI001', 'make': 'VAUXHALL', 'model': 'COMBO CARGO L1 DIESEL', 'derivative': '2300 1.5 Turbo D 100ps H1 Sportive Van', 'mileage': 68644, 'mileageWarranty': True, 'type': 'commercial', 'saleId': 18966, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 205}, 'saleStart': '2026-03-31T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2020-11-30', 'fuel': 'Diesel', 'motExpiry': '2026-10-14', 'doors': None, 'engineSize': 1499, 'bodyType': 'Van', 'images': None, 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'VOSA STATES 46K 52K 65K', 'virtual': False, 'seller': 'Ogilvie Fleet', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': False, 'v5details': None, 'co2': 147, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': '+VAT', 'value': '+VAT'}}
2026-03-30 10:01:14 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120832855, 'registration': 'EO70LYF', 'account': 'OGI001', 'make': 'VAUXHALL', 'model': 'COMBO CARGO L1 DIESEL', 'derivative': '2300 1.5 Turbo D 100ps H1 Sportive Van', 'mileage': 68644, 'mileageWarranty': True, 'type': 'commercial', 'saleId': 18966, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 205}, 'saleStart': '2026-03-31T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2020-11-30', 'fuel': 'Diesel', 'motExpiry': '2026-10-14', 'doors': None, 'engineSize': 1499, 'bodyType': 'Van', 'images': None, 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'VOSA STATES 46K 52K 65K', 'virtual': False, 'seller': 'Ogilvie Fleet', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': False, 'v5details': None, 'co2': 147, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': '+VAT', 'value': '+VAT'}}
2026-03-30 10:01:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e2c026cd-d5bf-5897-a31d-d27d9e77b4e7 with identifier: 120832855
2026-03-30 10:01:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e2c026cd-d5bf-5897-a31d-d27d9e77b4e7 with scrape type 1
2026-03-30 10:01:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 0 photos for item e2c026cd-d5bf-5897-a31d-d27d9e77b4e7
2026-03-30 10:01:14 [crawlers.middlewares.photo_download_middleware] INFO: No photos to download for item e2c026cd-d5bf-5897-a31d-d27d9e77b4e7
2026-03-30 10:01:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: e2c026cd-d5bf-5897-a31d-d27d9e77b4e7, identifier: 120832855
2026-03-30 10:01:14 [astonbarclay.gb] INFO: Found listing with ID: 120829391
2026-03-30 10:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120829391%27 HTTP/1.1" 200 None
2026-03-30 10:01:14 [astonbarclay.gb] INFO: Scrape type for 120829391: 0
2026-03-30 10:01:14 [astonbarclay.gb] INFO: Found listing with ID: 120622611
2026-03-30 10:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120622611%27 HTTP/1.1" 200 None
2026-03-30 10:01:14 [astonbarclay.gb] INFO: Scrape type for 120622611: 0
2026-03-30 10:01:14 [astonbarclay.gb] INFO: Found listing with ID: 120830928
2026-03-30 10:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120830928%27 HTTP/1.1" 200 None
2026-03-30 10:01:14 [astonbarclay.gb] INFO: Scrape type for 120830928: 0
2026-03-30 10:01:14 [astonbarclay.gb] INFO: Found listing with ID: 120659327
2026-03-30 10:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120659327%27 HTTP/1.1" 200 None
2026-03-30 10:01:14 [astonbarclay.gb] INFO: Scrape type for 120659327: 0
2026-03-30 10:01:14 [astonbarclay.gb] INFO: Found listing with ID: 120572177
2026-03-30 10:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120572177%27 HTTP/1.1" 200 None
2026-03-30 10:01:14 [astonbarclay.gb] INFO: Scrape type for 120572177: 0
2026-03-30 10:01:14 [astonbarclay.gb] INFO: Found listing with ID: 120724030
2026-03-30 10:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120724030%27 HTTP/1.1" 200 None
2026-03-30 10:01:14 [astonbarclay.gb] INFO: Scrape type for 120724030: 0
2026-03-30 10:01:14 [astonbarclay.gb] INFO: Found listing with ID: 120379914
2026-03-30 10:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120379914%27 HTTP/1.1" 200 None
2026-03-30 10:01:14 [astonbarclay.gb] INFO: Scrape type for 120379914: 0
2026-03-30 10:01:14 [astonbarclay.gb] INFO: Found listing with ID: 120759763
2026-03-30 10:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120759763%27 HTTP/1.1" 200 None
2026-03-30 10:01:14 [astonbarclay.gb] INFO: Scrape type for 120759763: 0
2026-03-30 10:01:14 [astonbarclay.gb] INFO: Found listing with ID: 120586686
2026-03-30 10:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120586686%27 HTTP/1.1" 200 None
2026-03-30 10:01:14 [astonbarclay.gb] INFO: Scrape type for 120586686: 2
2026-03-30 10:01:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 6ee2e13c-4d91-598f-9b53-5e064a5df206 with identifier: 120673681
2026-03-30 10:01:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 6ee2e13c-4d91-598f-9b53-5e064a5df206 with identifier: 120673681
2026-03-30 10:01:15 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 6ee2e13c-4d91-598f-9b53-5e064a5df206 with identifier: 120673681 to the API
2026-03-30 10:01:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:01:16 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:01:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120673681?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 113,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-31T09:30:00Z',
'fuel_type': 'Petrol',
'id': '6ee2e13c-4d91-598f-9b53-5e064a5df206',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'DF25YZK',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120673681',
'listing': 'auction',
'location': 'Aston Barclay Prees Heath',
'make': 'SKODA',
'model': 'FABIA HATCHBACK',
'odometer': 1009,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-07-30',
'seller_name': 'Motability Operations',
'title': 'SKODA FABIA HATCHBACK 1.0 TSI 116 Design Edition 5dr',
'transmission': 'manual',
'trim': '1.0 TSI 116 Design Edition 5dr',
'vin': None,
'year': 2025}
2026-03-30 10:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120673681%27 HTTP/1.1" 200 None
2026-03-30 10:01:16 [astonbarclay.gb] INFO: Saving data for 120673681: {'auction_closing_time': 1774949400.0, 'created_time': 1774260366.899664, 'last_price_update_time': 1774864876.186777}
2026-03-30 10:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120673681') HTTP/1.1" 204 0
2026-03-30 10:01:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 454a4961-bbd6-5ff2-bdfe-908e3cc8dfaa with identifier: 120526347
2026-03-30 10:01:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-30 10:01:16 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=Electric HTTP/1.1" 200 None
2026-03-30 10:01:16 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 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-30 10:01:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 454a4961-bbd6-5ff2-bdfe-908e3cc8dfaa with identifier: 120526347
2026-03-30 10:01:16 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 454a4961-bbd6-5ff2-bdfe-908e3cc8dfaa with identifier: 120526347 to the API
2026-03-30 10:01:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 10:01:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120526347?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-31T09:00:00Z',
'fuel_type': 'Electric',
'id': '454a4961-bbd6-5ff2-bdfe-908e3cc8dfaa',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'GV72VXC',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120526347',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'HYUNDAI',
'model': 'KONA ELECTRIC HATCHBACK',
'odometer': 18122,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-02-27',
'seller_name': 'Octopus Electric Vehicles',
'title': 'HYUNDAI KONA ELECTRIC HATCHBACK 150kW Premium 64kWh 5dr Auto',
'transmission': 'automatic',
'trim': '150kW Premium 64kWh 5dr Auto',
'vin': None,
'year': 2023}
2026-03-30 10:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120526347%27 HTTP/1.1" 200 None
2026-03-30 10:01:17 [astonbarclay.gb] INFO: Saving data for 120526347: {'auction_closing_time': 1774947600.0, 'created_time': 1774000960.551922, 'last_price_update_time': 1774864877.304738}
2026-03-30 10:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120526347') HTTP/1.1" 204 0
2026-03-30 10:01:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: e2c026cd-d5bf-5897-a31d-d27d9e77b4e7 with identifier: 120832855
2026-03-30 10:01:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: e2c026cd-d5bf-5897-a31d-d27d9e77b4e7 with identifier: 120832855
2026-03-30 10:01:17 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: e2c026cd-d5bf-5897-a31d-d27d9e77b4e7 with identifier: 120832855 to the API
2026-03-30 10:01:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 10:01:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120832855?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 147,
'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': 'e2c026cd-d5bf-5897-a31d-d27d9e77b4e7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'EO70LYF',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120832855',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'VAUXHALL',
'model': 'COMBO CARGO L1 DIESEL',
'odometer': 68644,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-11-30',
'seller_name': 'Ogilvie Fleet',
'title': 'VAUXHALL COMBO CARGO L1 DIESEL 2300 1.5 Turbo D 100ps H1 Sportive '
'Van',
'transmission': 'manual',
'trim': '2300 1.5 Turbo D 100ps H1 Sportive Van',
'vin': None,
'year': 2020}
2026-03-30 10:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120832855%27 HTTP/1.1" 200 None
2026-03-30 10:01:17 [astonbarclay.gb] INFO: Saving data for 120832855: {'created_time': 1774864877.888943, 'last_price_update_time': 1774864877.888957, 'auction_closing_time': 1774947600.0}
2026-03-30 10:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120832855') HTTP/1.1" 204 0
2026-03-30 10:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01: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%252FFV16NGE%252F2026-01-12%252Fimage%252Faa583f18-7167-41bc-a2a2-ab59340c903e_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:01:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/FV16NGE/2026-01-12/image/aa583f18-7167-41bc-a2a2-ab59340c903e_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:01:17 [astonbarclay.gb] INFO: Found listing with ID: 120794232
2026-03-30 10:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120794232%27 HTTP/1.1" 200 None
2026-03-30 10:01:17 [astonbarclay.gb] INFO: Scrape type for 120794232: 0
2026-03-30 10:01:17 [astonbarclay.gb] INFO: Found listing with ID: 120371603
2026-03-30 10:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120371603%27 HTTP/1.1" 200 None
2026-03-30 10:01:17 [astonbarclay.gb] INFO: Scrape type for 120371603: 0
2026-03-30 10:01:17 [astonbarclay.gb] INFO: Found listing with ID: 120528265
2026-03-30 10:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120528265%27 HTTP/1.1" 200 None
2026-03-30 10:01:17 [astonbarclay.gb] INFO: Scrape type for 120528265: 0
2026-03-30 10:01:17 [astonbarclay.gb] INFO: Found listing with ID: 120792348
2026-03-30 10:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120792348%27 HTTP/1.1" 200 None
2026-03-30 10:01:18 [astonbarclay.gb] INFO: Scrape type for 120792348: 0
2026-03-30 10:01:18 [astonbarclay.gb] INFO: Found listing with ID: 120833424
2026-03-30 10:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120833424%27 HTTP/1.1" 200 None
2026-03-30 10:01:18 [astonbarclay.gb] INFO: Scrape type for 120833424: 0
2026-03-30 10:01:18 [astonbarclay.gb] INFO: Found listing with ID: 120715102
2026-03-30 10:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120715102%27 HTTP/1.1" 200 None
2026-03-30 10:01:18 [astonbarclay.gb] INFO: Scrape type for 120715102: 0
2026-03-30 10:01:18 [astonbarclay.gb] INFO: Found listing with ID: 120827508
2026-03-30 10:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120827508%27 HTTP/1.1" 200 None
2026-03-30 10:01:18 [astonbarclay.gb] INFO: Scrape type for 120827508: 0
2026-03-30 10:01:18 [astonbarclay.gb] INFO: Found listing with ID: 120714333
2026-03-30 10:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120714333%27 HTTP/1.1" 200 None
2026-03-30 10:01:18 [astonbarclay.gb] INFO: Scrape type for 120714333: 0
2026-03-30 10:01:18 [astonbarclay.gb] INFO: Found listing with ID: 120742052
2026-03-30 10:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120742052%27 HTTP/1.1" 200 None
2026-03-30 10:01:18 [astonbarclay.gb] INFO: Scrape type for 120742052: 0
2026-03-30 10:01:18 [astonbarclay.gb] INFO: Found listing with ID: 120409640
2026-03-30 10:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120409640%27 HTTP/1.1" 200 None
2026-03-30 10:01:18 [astonbarclay.gb] INFO: Scrape type for 120409640: 0
2026-03-30 10:01:18 [astonbarclay.gb] INFO: Found listing with ID: 120412317
2026-03-30 10:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120412317%27 HTTP/1.1" 200 None
2026-03-30 10:01:18 [astonbarclay.gb] INFO: Scrape type for 120412317: 0
2026-03-30 10:01:18 [astonbarclay.gb] INFO: Found listing with ID: 120750385
2026-03-30 10:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120750385%27 HTTP/1.1" 200 None
2026-03-30 10:01:18 [astonbarclay.gb] INFO: Scrape type for 120750385: 0
2026-03-30 10:01:18 [astonbarclay.gb] INFO: Found listing with ID: 120798257
2026-03-30 10:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120798257%27 HTTP/1.1" 200 None
2026-03-30 10:01:18 [astonbarclay.gb] INFO: Scrape type for 120798257: 0
2026-03-30 10:01:18 [astonbarclay.gb] INFO: Found listing with ID: 120859426
2026-03-30 10:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120859426%27 HTTP/1.1" 200 None
2026-03-30 10:01:18 [astonbarclay.gb] INFO: Scrape type for 120859426: 0
2026-03-30 10:01:18 [astonbarclay.gb] INFO: Found listing with ID: 120733542
2026-03-30 10:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120733542%27 HTTP/1.1" 200 None
2026-03-30 10:01:18 [astonbarclay.gb] INFO: Scrape type for 120733542: 0
2026-03-30 10:01:18 [astonbarclay.gb] INFO: Found listing with ID: 120732453
2026-03-30 10:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120732453%27 HTTP/1.1" 200 None
2026-03-30 10:01:18 [astonbarclay.gb] INFO: Scrape type for 120732453: 0
2026-03-30 10:01:18 [astonbarclay.gb] INFO: Found listing with ID: 120794416
2026-03-30 10:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120794416%27 HTTP/1.1" 200 None
2026-03-30 10:01:18 [astonbarclay.gb] INFO: Scrape type for 120794416: 0
2026-03-30 10:01:18 [astonbarclay.gb] INFO: Found listing with ID: 120831031
2026-03-30 10:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120831031%27 HTTP/1.1" 200 None
2026-03-30 10:01:18 [astonbarclay.gb] INFO: Scrape type for 120831031: 0
2026-03-30 10:01:18 [astonbarclay.gb] INFO: Found listing with ID: 120718994
2026-03-30 10:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120718994%27 HTTP/1.1" 200 None
2026-03-30 10:01:18 [astonbarclay.gb] INFO: Scrape type for 120718994: 0
2026-03-30 10:01:18 [astonbarclay.gb] INFO: Found listing with ID: 120823289
2026-03-30 10:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120823289%27 HTTP/1.1" 200 None
2026-03-30 10:01:18 [astonbarclay.gb] INFO: Scrape type for 120823289: 2
2026-03-30 10:01:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120826161?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01: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%252FFV16NGE%252F2026-01-12%252Fimage%252F9bc937af-9922-4fb1-9d87-e4f2b827ba9d_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:01:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/FV16NGE/2026-01-12/image/9bc937af-9922-4fb1-9d87-e4f2b827ba9d_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:01:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:01:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120535728?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:01:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120589654?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:01:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120542922?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:01:18 [astonbarclay.gb] INFO: Found listing with ID: 120734864
2026-03-30 10:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120734864%27 HTTP/1.1" 200 None
2026-03-30 10:01:18 [astonbarclay.gb] INFO: Scrape type for 120734864: 0
2026-03-30 10:01:18 [astonbarclay.gb] INFO: Found listing with ID: 120580331
2026-03-30 10:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120580331%27 HTTP/1.1" 200 None
2026-03-30 10:01:18 [astonbarclay.gb] INFO: Scrape type for 120580331: 0
2026-03-30 10:01:18 [astonbarclay.gb] INFO: Found listing with ID: 120367525
2026-03-30 10:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120367525%27 HTTP/1.1" 200 None
2026-03-30 10:01:18 [astonbarclay.gb] INFO: Scrape type for 120367525: 0
2026-03-30 10:01:18 [astonbarclay.gb] INFO: Found listing with ID: 120371832
2026-03-30 10:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120371832%27 HTTP/1.1" 200 None
2026-03-30 10:01:18 [astonbarclay.gb] INFO: Scrape type for 120371832: 0
2026-03-30 10:01:18 [astonbarclay.gb] INFO: Found listing with ID: 120668539
2026-03-30 10:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120668539%27 HTTP/1.1" 200 None
2026-03-30 10:01:18 [astonbarclay.gb] INFO: Scrape type for 120668539: 0
2026-03-30 10:01:18 [astonbarclay.gb] INFO: Found listing with ID: 120780354
2026-03-30 10:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120780354%27 HTTP/1.1" 200 None
2026-03-30 10:01:18 [astonbarclay.gb] INFO: Scrape type for 120780354: 0
2026-03-30 10:01:18 [astonbarclay.gb] INFO: Found listing with ID: 120622963
2026-03-30 10:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120622963%27 HTTP/1.1" 200 None
2026-03-30 10:01:18 [astonbarclay.gb] INFO: Scrape type for 120622963: 0
2026-03-30 10:01:18 [astonbarclay.gb] INFO: Found listing with ID: 120667055
2026-03-30 10:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120667055%27 HTTP/1.1" 200 None
2026-03-30 10:01:18 [astonbarclay.gb] INFO: Scrape type for 120667055: 0
2026-03-30 10:01:18 [astonbarclay.gb] INFO: Found listing with ID: 120453729
2026-03-30 10:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120453729%27 HTTP/1.1" 200 None
2026-03-30 10:01:18 [astonbarclay.gb] INFO: Scrape type for 120453729: 0
2026-03-30 10:01:18 [astonbarclay.gb] INFO: Found listing with ID: 120795336
2026-03-30 10:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120795336%27 HTTP/1.1" 200 None
2026-03-30 10:01:18 [astonbarclay.gb] INFO: Scrape type for 120795336: 0
2026-03-30 10:01:18 [astonbarclay.gb] INFO: Found listing with ID: 120719063
2026-03-30 10:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120719063%27 HTTP/1.1" 200 None
2026-03-30 10:01:18 [astonbarclay.gb] INFO: Scrape type for 120719063: 0
2026-03-30 10:01:18 [astonbarclay.gb] INFO: Found listing with ID: 120694526
2026-03-30 10:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120694526%27 HTTP/1.1" 200 None
2026-03-30 10:01:18 [astonbarclay.gb] INFO: Scrape type for 120694526: 2
2026-03-30 10:01:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:01:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:01:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01: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%252FFV16NGE%252F2026-01-12%252Fimage%252Ff3966333-911f-4197-93d7-87066ea3c895_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:01:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/FV16NGE/2026-01-12/image/f3966333-911f-4197-93d7-87066ea3c895_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:01:18 [astonbarclay.gb] INFO: Found listing with ID: 120826589
2026-03-30 10:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120826589%27 HTTP/1.1" 200 None
2026-03-30 10:01:18 [astonbarclay.gb] INFO: Scrape type for 120826589: 0
2026-03-30 10:01:18 [astonbarclay.gb] INFO: Found listing with ID: 120685926
2026-03-30 10:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120685926%27 HTTP/1.1" 200 None
2026-03-30 10:01:18 [astonbarclay.gb] INFO: Scrape type for 120685926: 0
2026-03-30 10:01:18 [astonbarclay.gb] INFO: Found listing with ID: 120764547
2026-03-30 10:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120764547%27 HTTP/1.1" 200 None
2026-03-30 10:01:18 [astonbarclay.gb] INFO: Scrape type for 120764547: 0
2026-03-30 10:01:18 [astonbarclay.gb] INFO: Found listing with ID: 120771693
2026-03-30 10:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120771693%27 HTTP/1.1" 200 None
2026-03-30 10:01:18 [astonbarclay.gb] INFO: Scrape type for 120771693: 0
2026-03-30 10:01:18 [astonbarclay.gb] INFO: Found listing with ID: 120732912
2026-03-30 10:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120732912%27 HTTP/1.1" 200 None
2026-03-30 10:01:18 [astonbarclay.gb] INFO: Scrape type for 120732912: 0
2026-03-30 10:01:18 [astonbarclay.gb] INFO: Found listing with ID: 120764114
2026-03-30 10:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120764114%27 HTTP/1.1" 200 None
2026-03-30 10:01:18 [astonbarclay.gb] INFO: Scrape type for 120764114: 0
2026-03-30 10:01:18 [astonbarclay.gb] INFO: Found listing with ID: 120667258
2026-03-30 10:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120667258%27 HTTP/1.1" 200 None
2026-03-30 10:01:18 [astonbarclay.gb] INFO: Scrape type for 120667258: 0
2026-03-30 10:01:18 [astonbarclay.gb] INFO: Found listing with ID: 120649161
2026-03-30 10:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120649161%27 HTTP/1.1" 200 None
2026-03-30 10:01:18 [astonbarclay.gb] INFO: Scrape type for 120649161: 0
2026-03-30 10:01:18 [astonbarclay.gb] INFO: Found listing with ID: 120679756
2026-03-30 10:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120679756%27 HTTP/1.1" 200 None
2026-03-30 10:01:18 [astonbarclay.gb] INFO: Scrape type for 120679756: 0
2026-03-30 10:01:18 [astonbarclay.gb] INFO: Found listing with ID: 120838436
2026-03-30 10:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120838436%27 HTTP/1.1" 200 None
2026-03-30 10:01:18 [astonbarclay.gb] INFO: Scrape type for 120838436: 0
2026-03-30 10:01:18 [astonbarclay.gb] INFO: Found listing with ID: 120788446
2026-03-30 10:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120788446%27 HTTP/1.1" 200 None
2026-03-30 10:01:18 [astonbarclay.gb] INFO: Scrape type for 120788446: 0
2026-03-30 10:01:18 [astonbarclay.gb] INFO: Found listing with ID: 120723504
2026-03-30 10:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120723504%27 HTTP/1.1" 200 None
2026-03-30 10:01:18 [astonbarclay.gb] INFO: Scrape type for 120723504: 0
2026-03-30 10:01:18 [astonbarclay.gb] INFO: Found listing with ID: 120630710
2026-03-30 10:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120630710%27 HTTP/1.1" 200 None
2026-03-30 10:01:18 [astonbarclay.gb] INFO: Scrape type for 120630710: 2
2026-03-30 10:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01: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%252FFV16NGE%252F2026-01-12%252Fimage%252Faf9df7a6-84e1-4182-9aef-b552f32184f5_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:01:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/FV16NGE/2026-01-12/image/af9df7a6-84e1-4182-9aef-b552f32184f5_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:01:18 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120826161, 'registration': 'YS20WKC', 'account': 'MOT070', 'make': 'TOYOTA', 'model': 'PRIUS+ ESTATE', 'derivative': '1.8 VVTi Excel TSS 5dr CVT Auto', 'mileage': 77992, 'mileageWarranty': True, 'type': 'car', 'saleId': 18853, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 122}, 'saleStart': '2026-03-31T09:30Z', 'lot': 104, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2020-08-07', 'fuel': 'Petrol/Electric Hybrid', 'motExpiry': '2026-06-08', 'doors': 5, 'engineSize': 1797, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/YS20WKC/2026-03-26/image/57af1260-1663-4506-8247-e0fa6a3e5e7b_removebg.jpg?w=600', 'https://abimg003.imgix.net/YS20WKC/2026-03-26/image/948c64f1-ff45-4792-8d7d-9cad0aced34f_removebg.jpg?w=600', 'https://abimg003.imgix.net/YS20WKC/2026-03-26/image/8a5a7203-8806-481d-99a3-9ca36578b66a_removebg.jpg?w=600', 'https://abimg003.imgix.net/YS20WKC/2026-03-26/image/ac318d42-a8ee-44f1-b733-a5dac1420753_removebg.jpg?w=600', 'https://abimg003.imgix.net/YS20WKC/2026-03-26/image/0957865e-0767-48cc-92f1-4d43621e4b10_removebg.jpg?w=600', 'https://abimg003.imgix.net/YS20WKC/2026-03-26/image/3a61b686-68d8-427f-8d81-f1a1bc79d9c8_removebg.jpg?w=600', 'https://abimg003.imgix.net/YS20WKC/2026-03-26/image/8caf5d5d-7689-4322-98ea-30140e4a0bb0_removebg.jpg?w=600', 'https://abimg003.imgix.net/YS20WKC/2026-03-26/image/502e78dd-79a5-479b-8e95-4347e684ad6f_removebg.jpg?w=600', 'https://abimg003.imgix.net/YS20WKC/2026-03-26/image/e9f68c1f-e1b9-4968-a8b7-768e333fac56_removebg.jpg?w=600', 'https://abimg003.imgix.net/YS20WKC/2026-03-26/image/3f17dd5e-184b-46bf-a49f-b07cd2dd68ff_removebg.jpg?w=600', 'https://abimg003.imgix.net/YS20WKC/2026-03-26/image/efe6b7a3-0942-41e1-af0c-eda45ff54b34_removebg.jpg?w=600', 'https://abimg003.imgix.net/YS20WKC/2026-03-26/image/97c08973-d0b0-40b9-bcf3-bee60c2fadc2_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 08/22-8k, 07/23-14k, 07/24-40k, 06/25-71k', 'remarks': 'vosa - 14k, 40k, 71k spare key in office *7 SEATS*', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 135, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/bc785c3a-fd52-4fcd-a486-3eb5d7a367de.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:01:18 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120826161, 'registration': 'YS20WKC', 'account': 'MOT070', 'make': 'TOYOTA', 'model': 'PRIUS+ ESTATE', 'derivative': '1.8 VVTi Excel TSS 5dr CVT Auto', 'mileage': 77992, 'mileageWarranty': True, 'type': 'car', 'saleId': 18853, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 122}, 'saleStart': '2026-03-31T09:30Z', 'lot': 104, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2020-08-07', 'fuel': 'Petrol/Electric Hybrid', 'motExpiry': '2026-06-08', 'doors': 5, 'engineSize': 1797, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/YS20WKC/2026-03-26/image/57af1260-1663-4506-8247-e0fa6a3e5e7b_removebg.jpg?w=600', 'https://abimg003.imgix.net/YS20WKC/2026-03-26/image/948c64f1-ff45-4792-8d7d-9cad0aced34f_removebg.jpg?w=600', 'https://abimg003.imgix.net/YS20WKC/2026-03-26/image/8a5a7203-8806-481d-99a3-9ca36578b66a_removebg.jpg?w=600', 'https://abimg003.imgix.net/YS20WKC/2026-03-26/image/ac318d42-a8ee-44f1-b733-a5dac1420753_removebg.jpg?w=600', 'https://abimg003.imgix.net/YS20WKC/2026-03-26/image/0957865e-0767-48cc-92f1-4d43621e4b10_removebg.jpg?w=600', 'https://abimg003.imgix.net/YS20WKC/2026-03-26/image/3a61b686-68d8-427f-8d81-f1a1bc79d9c8_removebg.jpg?w=600', 'https://abimg003.imgix.net/YS20WKC/2026-03-26/image/8caf5d5d-7689-4322-98ea-30140e4a0bb0_removebg.jpg?w=600', 'https://abimg003.imgix.net/YS20WKC/2026-03-26/image/502e78dd-79a5-479b-8e95-4347e684ad6f_removebg.jpg?w=600', 'https://abimg003.imgix.net/YS20WKC/2026-03-26/image/e9f68c1f-e1b9-4968-a8b7-768e333fac56_removebg.jpg?w=600', 'https://abimg003.imgix.net/YS20WKC/2026-03-26/image/3f17dd5e-184b-46bf-a49f-b07cd2dd68ff_removebg.jpg?w=600', 'https://abimg003.imgix.net/YS20WKC/2026-03-26/image/efe6b7a3-0942-41e1-af0c-eda45ff54b34_removebg.jpg?w=600', 'https://abimg003.imgix.net/YS20WKC/2026-03-26/image/97c08973-d0b0-40b9-bcf3-bee60c2fadc2_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 08/22-8k, 07/23-14k, 07/24-40k, 06/25-71k', 'remarks': 'vosa - 14k, 40k, 71k spare key in office *7 SEATS*', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 135, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/bc785c3a-fd52-4fcd-a486-3eb5d7a367de.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:01:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a8d7e4fd-a349-54a7-a322-96300103f867 with identifier: 120826161
2026-03-30 10:01:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a8d7e4fd-a349-54a7-a322-96300103f867 with scrape type 2
2026-03-30 10:01:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a8d7e4fd-a349-54a7-a322-96300103f867 with scrape type 2
2026-03-30 10:01:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: a8d7e4fd-a349-54a7-a322-96300103f867, identifier: 120826161
2026-03-30 10:01:19 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120535728, 'registration': 'FP72VKN', 'account': 'MOT070', 'make': 'FORD', 'model': 'ECOSPORT HATCHBACK', 'derivative': '1.0 EcoBoost 125 ST-Line 5dr', 'mileage': 27395, 'mileageWarranty': True, 'type': 'car', 'saleId': 18853, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 122}, 'saleStart': '2026-03-31T09:30Z', 'lot': 133, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2023-02-07', 'fuel': 'Petrol', 'motExpiry': '2027-02-06', 'doors': 5, 'engineSize': 998, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/FP72VKN/2026-03-17/image/0296aa0f-4b98-481a-bb51-6a43609552ce_removebg.jpg?w=600', 'https://abimg003.imgix.net/FP72VKN/2026-03-17/image/14ace4e5-7a93-4f20-ab01-104f581470b9_removebg.jpg?w=600', 'https://abimg003.imgix.net/FP72VKN/2026-03-17/image/66570691-6479-4871-a312-d51375d4406b_removebg.jpg?w=600', 'https://abimg003.imgix.net/FP72VKN/2026-03-17/image/dfa3007c-7af9-453c-93bf-433535cc8e8e_removebg.jpg?w=600', 'https://abimg003.imgix.net/FP72VKN/2026-03-17/image/1c0129b2-b1af-400f-bf69-19381a0ab162_removebg.jpg?w=600', 'https://abimg003.imgix.net/FP72VKN/2026-03-17/image/d41a424d-caba-47a2-993c-12bb9647de07_removebg.jpg?w=600', 'https://abimg003.imgix.net/FP72VKN/2026-03-17/image/94b1449b-ac7f-464f-8a1a-cdb357aaf17e_removebg.jpg?w=600', 'https://abimg003.imgix.net/FP72VKN/2026-03-17/image/151ea49c-d9a1-4ab4-a9d1-0eae4d7fd6cf_removebg.jpg?w=600', 'https://abimg003.imgix.net/FP72VKN/2026-03-17/image/67971120-37d7-4bf9-9c0a-a832ee6cfe8e_removebg.jpg?w=600', 'https://abimg003.imgix.net/FP72VKN/2026-03-17/image/25ffa13e-9a30-42a8-a6d0-8a010493cf53_removebg.jpg?w=600', 'https://abimg003.imgix.net/FP72VKN/2026-03-17/image/428d6573-14a6-485b-a167-00e937c0091d_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 08/24- 10k, 10/25- 21k', 'remarks': 'vosa - 25k - SPARE KEY IN OFFICE,V5 Document Reference Number Available Upon Purchase', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': False, 'v5details': None, 'co2': 142, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/72bee3ca-11b4-4ccf-9eb3-ee7e74ed9e90.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:01:19 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120535728, 'registration': 'FP72VKN', 'account': 'MOT070', 'make': 'FORD', 'model': 'ECOSPORT HATCHBACK', 'derivative': '1.0 EcoBoost 125 ST-Line 5dr', 'mileage': 27395, 'mileageWarranty': True, 'type': 'car', 'saleId': 18853, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 122}, 'saleStart': '2026-03-31T09:30Z', 'lot': 133, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2023-02-07', 'fuel': 'Petrol', 'motExpiry': '2027-02-06', 'doors': 5, 'engineSize': 998, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/FP72VKN/2026-03-17/image/0296aa0f-4b98-481a-bb51-6a43609552ce_removebg.jpg?w=600', 'https://abimg003.imgix.net/FP72VKN/2026-03-17/image/14ace4e5-7a93-4f20-ab01-104f581470b9_removebg.jpg?w=600', 'https://abimg003.imgix.net/FP72VKN/2026-03-17/image/66570691-6479-4871-a312-d51375d4406b_removebg.jpg?w=600', 'https://abimg003.imgix.net/FP72VKN/2026-03-17/image/dfa3007c-7af9-453c-93bf-433535cc8e8e_removebg.jpg?w=600', 'https://abimg003.imgix.net/FP72VKN/2026-03-17/image/1c0129b2-b1af-400f-bf69-19381a0ab162_removebg.jpg?w=600', 'https://abimg003.imgix.net/FP72VKN/2026-03-17/image/d41a424d-caba-47a2-993c-12bb9647de07_removebg.jpg?w=600', 'https://abimg003.imgix.net/FP72VKN/2026-03-17/image/94b1449b-ac7f-464f-8a1a-cdb357aaf17e_removebg.jpg?w=600', 'https://abimg003.imgix.net/FP72VKN/2026-03-17/image/151ea49c-d9a1-4ab4-a9d1-0eae4d7fd6cf_removebg.jpg?w=600', 'https://abimg003.imgix.net/FP72VKN/2026-03-17/image/67971120-37d7-4bf9-9c0a-a832ee6cfe8e_removebg.jpg?w=600', 'https://abimg003.imgix.net/FP72VKN/2026-03-17/image/25ffa13e-9a30-42a8-a6d0-8a010493cf53_removebg.jpg?w=600', 'https://abimg003.imgix.net/FP72VKN/2026-03-17/image/428d6573-14a6-485b-a167-00e937c0091d_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 08/24- 10k, 10/25- 21k', 'remarks': 'vosa - 25k - SPARE KEY IN OFFICE,V5 Document Reference Number Available Upon Purchase', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': False, 'v5details': None, 'co2': 142, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/72bee3ca-11b4-4ccf-9eb3-ee7e74ed9e90.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:01:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 43568cb4-3dab-56f3-9691-5e82a87d81aa with identifier: 120535728
2026-03-30 10:01:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 43568cb4-3dab-56f3-9691-5e82a87d81aa with scrape type 2
2026-03-30 10:01:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 43568cb4-3dab-56f3-9691-5e82a87d81aa with scrape type 2
2026-03-30 10:01:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 43568cb4-3dab-56f3-9691-5e82a87d81aa, identifier: 120535728
2026-03-30 10:01:19 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120589654, 'registration': 'JMZ2788', 'account': 'MOT070', 'make': 'FORD', 'model': 'KUGA ESTATE', 'derivative': '1.5 EcoBoost 150 ST-Line X Edition 5dr', 'mileage': 21064, 'mileageWarranty': True, 'type': 'car', 'saleId': 18853, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 122}, 'saleStart': '2026-03-31T09:30Z', 'lot': 135, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2022-10-12', 'fuel': 'Petrol', 'motExpiry': None, 'doors': 5, 'engineSize': 1496, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/JMZ2788/2026-03-27/image/01a0b48c-217d-4c1d-899f-86f214ab36be_removebg.jpg?w=600', 'https://abimg003.imgix.net/JMZ2788/2026-03-27/image/b1dbf5c7-82d8-4907-b038-ff681e7bb80c_removebg.jpg?w=600', 'https://abimg003.imgix.net/JMZ2788/2026-03-27/image/e703ad15-b964-4233-9466-fecb4c5f7079_removebg.jpg?w=600', 'https://abimg003.imgix.net/JMZ2788/2026-03-27/image/156e11a0-0d77-4358-ae69-84955381a108_removebg.jpg?w=600', 'https://abimg003.imgix.net/JMZ2788/2026-03-27/image/ebfccaa9-d865-4203-8e13-5a3e64fa8c52_removebg.jpg?w=600', 'https://abimg003.imgix.net/JMZ2788/2026-03-27/image/ef241a41-f7b9-4028-bd73-b7bfa488f602_removebg.jpg?w=600', 'https://abimg003.imgix.net/JMZ2788/2026-03-27/image/7992a2e8-81a9-4b07-9995-30e968236160_removebg.jpg?w=600', 'https://abimg003.imgix.net/JMZ2788/2026-03-27/image/2505ce52-bd53-43a8-bf19-9b9021857504_removebg.jpg?w=600', 'https://abimg003.imgix.net/JMZ2788/2026-03-27/image/7a817870-e9c0-4c90-b13c-3e40eb1461c3_removebg.jpg?w=600', 'https://abimg003.imgix.net/JMZ2788/2026-03-27/image/e32ad905-69d0-43a1-8077-99d56bf75b5c_removebg.jpg?w=600', 'https://abimg003.imgix.net/JMZ2788/2026-03-27/image/0b118a4b-2716-49ad-a098-588f71f2e2c8_removebg.jpg?w=600', 'https://abimg003.imgix.net/JMZ2788/2026-03-27/image/4f9d660a-ebd5-4ec3-a93a-83804bcc2550_removebg.jpg?w=600', 'https://abimg003.imgix.net/JMZ2788/2026-03-27/image/e7be7eea-fc2f-443b-8729-7315e3548f46_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 09/24- 13k', 'remarks': 'spare key', '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/904e53ac-5c27-49c9-8949-a7b8a5a36ccf.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:01:19 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120589654, 'registration': 'JMZ2788', 'account': 'MOT070', 'make': 'FORD', 'model': 'KUGA ESTATE', 'derivative': '1.5 EcoBoost 150 ST-Line X Edition 5dr', 'mileage': 21064, 'mileageWarranty': True, 'type': 'car', 'saleId': 18853, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 122}, 'saleStart': '2026-03-31T09:30Z', 'lot': 135, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2022-10-12', 'fuel': 'Petrol', 'motExpiry': None, 'doors': 5, 'engineSize': 1496, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/JMZ2788/2026-03-27/image/01a0b48c-217d-4c1d-899f-86f214ab36be_removebg.jpg?w=600', 'https://abimg003.imgix.net/JMZ2788/2026-03-27/image/b1dbf5c7-82d8-4907-b038-ff681e7bb80c_removebg.jpg?w=600', 'https://abimg003.imgix.net/JMZ2788/2026-03-27/image/e703ad15-b964-4233-9466-fecb4c5f7079_removebg.jpg?w=600', 'https://abimg003.imgix.net/JMZ2788/2026-03-27/image/156e11a0-0d77-4358-ae69-84955381a108_removebg.jpg?w=600', 'https://abimg003.imgix.net/JMZ2788/2026-03-27/image/ebfccaa9-d865-4203-8e13-5a3e64fa8c52_removebg.jpg?w=600', 'https://abimg003.imgix.net/JMZ2788/2026-03-27/image/ef241a41-f7b9-4028-bd73-b7bfa488f602_removebg.jpg?w=600', 'https://abimg003.imgix.net/JMZ2788/2026-03-27/image/7992a2e8-81a9-4b07-9995-30e968236160_removebg.jpg?w=600', 'https://abimg003.imgix.net/JMZ2788/2026-03-27/image/2505ce52-bd53-43a8-bf19-9b9021857504_removebg.jpg?w=600', 'https://abimg003.imgix.net/JMZ2788/2026-03-27/image/7a817870-e9c0-4c90-b13c-3e40eb1461c3_removebg.jpg?w=600', 'https://abimg003.imgix.net/JMZ2788/2026-03-27/image/e32ad905-69d0-43a1-8077-99d56bf75b5c_removebg.jpg?w=600', 'https://abimg003.imgix.net/JMZ2788/2026-03-27/image/0b118a4b-2716-49ad-a098-588f71f2e2c8_removebg.jpg?w=600', 'https://abimg003.imgix.net/JMZ2788/2026-03-27/image/4f9d660a-ebd5-4ec3-a93a-83804bcc2550_removebg.jpg?w=600', 'https://abimg003.imgix.net/JMZ2788/2026-03-27/image/e7be7eea-fc2f-443b-8729-7315e3548f46_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 09/24- 13k', 'remarks': 'spare key', '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/904e53ac-5c27-49c9-8949-a7b8a5a36ccf.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:01:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4e195f32-5fca-5a1c-b546-c4d5a91cfb47 with identifier: 120589654
2026-03-30 10:01:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4e195f32-5fca-5a1c-b546-c4d5a91cfb47 with scrape type 2
2026-03-30 10:01:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4e195f32-5fca-5a1c-b546-c4d5a91cfb47 with scrape type 2
2026-03-30 10:01:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 4e195f32-5fca-5a1c-b546-c4d5a91cfb47, identifier: 120589654
2026-03-30 10:01:19 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120542922, 'registration': 'GY24YJX', 'account': 'MOT070', 'make': 'SKODA', 'model': 'KODIAQ ESTATE', 'derivative': '2.0 TSI 190 SE L Executive 4x4 5dr DSG [7 Seat]', 'mileage': 14437, 'mileageWarranty': True, 'type': 'car', 'saleId': 18853, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 122}, 'saleStart': '2026-03-31T09:30Z', 'lot': 128, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2024-04-17', 'fuel': 'Petrol', 'motExpiry': None, 'doors': 5, 'engineSize': 1984, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/GY24YJX/2026-03-18/image/5955b461-50be-407b-b8d2-d88cbc726822_removebg.jpg?w=600', 'https://abimg003.imgix.net/GY24YJX/2026-03-18/image/bc8816ee-04c2-4389-8b62-aa5165794173_removebg.jpg?w=600', 'https://abimg003.imgix.net/GY24YJX/2026-03-18/image/77b0ceaf-1523-4e47-a937-a9054c8dbf4d_removebg.jpg?w=600', 'https://abimg003.imgix.net/GY24YJX/2026-03-18/image/a2a6f452-2290-4d38-a6ab-cc25c85144a1_removebg.jpg?w=600', 'https://abimg003.imgix.net/GY24YJX/2026-03-18/image/d8c16045-1341-44a5-a55b-b5efef5428fd_removebg.jpg?w=600', 'https://abimg003.imgix.net/GY24YJX/2026-03-18/image/2419295a-70c0-489e-aacf-dd2d62fe00ac_removebg.jpg?w=600', 'https://abimg003.imgix.net/GY24YJX/2026-03-18/image/308a3e40-5a40-49fd-be97-42dabbaf17b9_removebg.jpg?w=600', 'https://abimg003.imgix.net/GY24YJX/2026-03-18/image/1542a3be-29fe-4b40-ab0a-561b3b23cc97_removebg.jpg?w=600', 'https://abimg003.imgix.net/GY24YJX/2026-03-18/image/770f9e22-1ed2-4a15-9e5a-ea8ff2ce91d1_removebg.jpg?w=600', 'https://abimg003.imgix.net/GY24YJX/2026-03-18/image/f8a71347-31f8-4395-83fc-ba927ec0538f_removebg.jpg?w=600', 'https://abimg003.imgix.net/GY24YJX/2026-03-18/image/6834c708-0728-436b-b196-edb11ba2fac3_removebg.jpg?w=600', 'https://abimg003.imgix.net/GY24YJX/2026-03-18/image/4f148fa5-59b9-4872-bb29-c7cf6c042aa6_removebg.jpg?w=600', 'https://abimg003.imgix.net/GY24YJX/2026-03-18/image/bb230bef-4e73-44a7-914c-fa591a7d9e83_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'spare key in office, V5 Document Reference Number Available Upon Purchase - 7 seats', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': False, 'v5details': None, 'co2': 184, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/c034c3c2-9613-400a-a4ac-f42dddd7bb06.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:01:19 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120542922, 'registration': 'GY24YJX', 'account': 'MOT070', 'make': 'SKODA', 'model': 'KODIAQ ESTATE', 'derivative': '2.0 TSI 190 SE L Executive 4x4 5dr DSG [7 Seat]', 'mileage': 14437, 'mileageWarranty': True, 'type': 'car', 'saleId': 18853, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 122}, 'saleStart': '2026-03-31T09:30Z', 'lot': 128, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2024-04-17', 'fuel': 'Petrol', 'motExpiry': None, 'doors': 5, 'engineSize': 1984, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/GY24YJX/2026-03-18/image/5955b461-50be-407b-b8d2-d88cbc726822_removebg.jpg?w=600', 'https://abimg003.imgix.net/GY24YJX/2026-03-18/image/bc8816ee-04c2-4389-8b62-aa5165794173_removebg.jpg?w=600', 'https://abimg003.imgix.net/GY24YJX/2026-03-18/image/77b0ceaf-1523-4e47-a937-a9054c8dbf4d_removebg.jpg?w=600', 'https://abimg003.imgix.net/GY24YJX/2026-03-18/image/a2a6f452-2290-4d38-a6ab-cc25c85144a1_removebg.jpg?w=600', 'https://abimg003.imgix.net/GY24YJX/2026-03-18/image/d8c16045-1341-44a5-a55b-b5efef5428fd_removebg.jpg?w=600', 'https://abimg003.imgix.net/GY24YJX/2026-03-18/image/2419295a-70c0-489e-aacf-dd2d62fe00ac_removebg.jpg?w=600', 'https://abimg003.imgix.net/GY24YJX/2026-03-18/image/308a3e40-5a40-49fd-be97-42dabbaf17b9_removebg.jpg?w=600', 'https://abimg003.imgix.net/GY24YJX/2026-03-18/image/1542a3be-29fe-4b40-ab0a-561b3b23cc97_removebg.jpg?w=600', 'https://abimg003.imgix.net/GY24YJX/2026-03-18/image/770f9e22-1ed2-4a15-9e5a-ea8ff2ce91d1_removebg.jpg?w=600', 'https://abimg003.imgix.net/GY24YJX/2026-03-18/image/f8a71347-31f8-4395-83fc-ba927ec0538f_removebg.jpg?w=600', 'https://abimg003.imgix.net/GY24YJX/2026-03-18/image/6834c708-0728-436b-b196-edb11ba2fac3_removebg.jpg?w=600', 'https://abimg003.imgix.net/GY24YJX/2026-03-18/image/4f148fa5-59b9-4872-bb29-c7cf6c042aa6_removebg.jpg?w=600', 'https://abimg003.imgix.net/GY24YJX/2026-03-18/image/bb230bef-4e73-44a7-914c-fa591a7d9e83_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'spare key in office, V5 Document Reference Number Available Upon Purchase - 7 seats', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': False, 'v5details': None, 'co2': 184, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/c034c3c2-9613-400a-a4ac-f42dddd7bb06.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:01:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0c7f9acd-8f97-5280-a061-f7d458572402 with identifier: 120542922
2026-03-30 10:01:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0c7f9acd-8f97-5280-a061-f7d458572402 with scrape type 2
2026-03-30 10:01:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0c7f9acd-8f97-5280-a061-f7d458572402 with scrape type 2
2026-03-30 10:01:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 0c7f9acd-8f97-5280-a061-f7d458572402, identifier: 120542922
2026-03-30 10:01:19 [astonbarclay.gb] INFO: Found listing with ID: 120820596
2026-03-30 10:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120820596%27 HTTP/1.1" 200 None
2026-03-30 10:01:19 [astonbarclay.gb] INFO: Scrape type for 120820596: 2
2026-03-30 10:01:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: a8d7e4fd-a349-54a7-a322-96300103f867 with identifier: 120826161
2026-03-30 10:01:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-30 10:01:19 [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-30 10:01:19 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 10:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-30 10:01:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: a8d7e4fd-a349-54a7-a322-96300103f867 with identifier: 120826161
2026-03-30 10:01:19 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: a8d7e4fd-a349-54a7-a322-96300103f867 with identifier: 120826161 to the API
2026-03-30 10:01:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:01:19 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:01:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120826161?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 135,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.8L',
'expiration_date': '2026-03-31T09:30:00Z',
'fuel_type': 'Petrol/Electric Hybrid',
'id': 'a8d7e4fd-a349-54a7-a322-96300103f867',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'YS20WKC',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120826161',
'listing': 'auction',
'location': 'Aston Barclay Prees Heath',
'make': 'TOYOTA',
'model': 'PRIUS+ ESTATE',
'odometer': 77992,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-08-07',
'seller_name': 'Motability Operations',
'title': 'TOYOTA PRIUS+ ESTATE 1.8 VVTi Excel TSS 5dr CVT Auto',
'transmission': 'automatic',
'trim': '1.8 VVTi Excel TSS 5dr CVT Auto',
'vin': None,
'year': 2020}
2026-03-30 10:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120826161%27 HTTP/1.1" 200 None
2026-03-30 10:01:19 [astonbarclay.gb] INFO: Saving data for 120826161: {'auction_closing_time': 1774949400.0, 'created_time': 1774530367.809505, 'last_price_update_time': 1774864879.8572}
2026-03-30 10:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120826161') HTTP/1.1" 204 0
2026-03-30 10:01:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 43568cb4-3dab-56f3-9691-5e82a87d81aa with identifier: 120535728
2026-03-30 10:01:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 43568cb4-3dab-56f3-9691-5e82a87d81aa with identifier: 120535728
2026-03-30 10:01:20 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 43568cb4-3dab-56f3-9691-5e82a87d81aa with identifier: 120535728 to the API
2026-03-30 10:01:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:01:20 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:01:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120535728?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 142,
'color': 'SILVER',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-31T09:30:00Z',
'fuel_type': 'Petrol',
'id': '43568cb4-3dab-56f3-9691-5e82a87d81aa',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'FP72VKN',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120535728',
'listing': 'auction',
'location': 'Aston Barclay Prees Heath',
'make': 'FORD',
'model': 'ECOSPORT HATCHBACK',
'odometer': 27395,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-02-07',
'seller_name': 'Motability Operations',
'title': 'FORD ECOSPORT HATCHBACK 1.0 EcoBoost 125 ST-Line 5dr',
'transmission': 'manual',
'trim': '1.0 EcoBoost 125 ST-Line 5dr',
'vin': None,
'year': 2023}
2026-03-30 10:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120535728%27 HTTP/1.1" 200 None
2026-03-30 10:01:20 [astonbarclay.gb] INFO: Saving data for 120535728: {'auction_closing_time': 1774949400.0, 'created_time': 1773774200.644154, 'last_price_update_time': 1774864880.362542}
2026-03-30 10:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120535728') HTTP/1.1" 204 0
2026-03-30 10:01:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 4e195f32-5fca-5a1c-b546-c4d5a91cfb47 with identifier: 120589654
2026-03-30 10:01:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 4e195f32-5fca-5a1c-b546-c4d5a91cfb47 with identifier: 120589654
2026-03-30 10:01:20 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 4e195f32-5fca-5a1c-b546-c4d5a91cfb47 with identifier: 120589654 to the API
2026-03-30 10:01:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:01:20 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:01:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120589654?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 154,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-31T09:30:00Z',
'fuel_type': 'Petrol',
'id': '4e195f32-5fca-5a1c-b546-c4d5a91cfb47',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'JMZ2788',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120589654',
'listing': 'auction',
'location': 'Aston Barclay Prees Heath',
'make': 'FORD',
'model': 'KUGA ESTATE',
'odometer': 21064,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-10-12',
'seller_name': 'Motability Operations',
'title': 'FORD KUGA ESTATE 1.5 EcoBoost 150 ST-Line X Edition 5dr',
'transmission': 'manual',
'trim': '1.5 EcoBoost 150 ST-Line X Edition 5dr',
'vin': None,
'year': 2022}
2026-03-30 10:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120589654%27 HTTP/1.1" 200 None
2026-03-30 10:01:20 [astonbarclay.gb] INFO: Saving data for 120589654: {'auction_closing_time': 1774949400.0, 'created_time': 1774530359.23237, 'last_price_update_time': 1774864880.794138}
2026-03-30 10:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120589654') HTTP/1.1" 204 0
2026-03-30 10:01:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 0c7f9acd-8f97-5280-a061-f7d458572402 with identifier: 120542922
2026-03-30 10:01:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 0c7f9acd-8f97-5280-a061-f7d458572402 with identifier: 120542922
2026-03-30 10:01:20 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 0c7f9acd-8f97-5280-a061-f7d458572402 with identifier: 120542922 to the API
2026-03-30 10:01:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:01:21 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:01:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120542922?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 184,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-31T09:30:00Z',
'fuel_type': 'Petrol',
'id': '0c7f9acd-8f97-5280-a061-f7d458572402',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'GY24YJX',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120542922',
'listing': 'auction',
'location': 'Aston Barclay Prees Heath',
'make': 'SKODA',
'model': 'KODIAQ ESTATE',
'odometer': 14437,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-04-17',
'seller_name': 'Motability Operations',
'title': 'SKODA KODIAQ ESTATE 2.0 TSI 190 SE L Executive 4x4 5dr DSG [7 Seat]',
'transmission': 'automatic',
'trim': '2.0 TSI 190 SE L Executive 4x4 5dr DSG [7 Seat]',
'vin': None,
'year': 2024}
2026-03-30 10:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120542922%27 HTTP/1.1" 200 None
2026-03-30 10:01:21 [astonbarclay.gb] INFO: Saving data for 120542922: {'auction_closing_time': 1774949400.0, 'created_time': 1773774131.773248, 'last_price_update_time': 1774864881.36819}
2026-03-30 10:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120542922') HTTP/1.1" 204 0
2026-03-30 10:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FFV16NGE%252F2026-01-12%252Fimage%252F394c818d-6fba-4e90-a304-4918cdbdcb3d_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:01:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/FV16NGE/2026-01-12/image/394c818d-6fba-4e90-a304-4918cdbdcb3d_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:01:21 [astonbarclay.gb] INFO: Found listing with ID: 120631672
2026-03-30 10:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120631672%27 HTTP/1.1" 200 None
2026-03-30 10:01:21 [astonbarclay.gb] INFO: Scrape type for 120631672: 2
2026-03-30 10:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FFV16NGE%252F2026-01-12%252Fimage%252F7ce17f40-fe32-467e-bc23-f191a91fc320_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:01:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/FV16NGE/2026-01-12/image/7ce17f40-fe32-467e-bc23-f191a91fc320_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:01:21 [astonbarclay.gb] INFO: Found listing with ID: 120719442
2026-03-30 10:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120719442%27 HTTP/1.1" 200 None
2026-03-30 10:01:21 [astonbarclay.gb] INFO: Scrape type for 120719442: 0
2026-03-30 10:01:21 [astonbarclay.gb] INFO: Found listing with ID: 120748919
2026-03-30 10:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120748919%27 HTTP/1.1" 200 None
2026-03-30 10:01:21 [astonbarclay.gb] INFO: Scrape type for 120748919: 0
2026-03-30 10:01:21 [astonbarclay.gb] INFO: Found listing with ID: 120787044
2026-03-30 10:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120787044%27 HTTP/1.1" 200 None
2026-03-30 10:01:21 [astonbarclay.gb] INFO: Scrape type for 120787044: 0
2026-03-30 10:01:21 [astonbarclay.gb] INFO: Found listing with ID: 120696092
2026-03-30 10:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120696092%27 HTTP/1.1" 200 None
2026-03-30 10:01:21 [astonbarclay.gb] INFO: Scrape type for 120696092: 2
2026-03-30 10:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FFV16NGE%252F2026-01-12%252Fimage%252F136e01fb-9155-40f0-bae3-29dba61ae5b7_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:01:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/FV16NGE/2026-01-12/image/136e01fb-9155-40f0-bae3-29dba61ae5b7_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:01:21 [astonbarclay.gb] INFO: Found listing with ID: 120621446
2026-03-30 10:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120621446%27 HTTP/1.1" 200 None
2026-03-30 10:01:21 [astonbarclay.gb] INFO: Scrape type for 120621446: 0
2026-03-30 10:01:21 [astonbarclay.gb] INFO: Found listing with ID: 120825687
2026-03-30 10:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120825687%27 HTTP/1.1" 200 None
2026-03-30 10:01:21 [astonbarclay.gb] INFO: Scrape type for 120825687: 2
2026-03-30 10:01:21 [astonbarclay.gb] INFO: Found listing with ID: 120571911
2026-03-30 10:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120571911%27 HTTP/1.1" 200 None
2026-03-30 10:01:21 [astonbarclay.gb] INFO: Scrape type for 120571911: 0
2026-03-30 10:01:21 [astonbarclay.gb] INFO: Found listing with ID: 120454834
2026-03-30 10:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120454834%27 HTTP/1.1" 200 None
2026-03-30 10:01:21 [astonbarclay.gb] INFO: Scrape type for 120454834: 0
2026-03-30 10:01:21 [astonbarclay.gb] INFO: Found listing with ID: 120592964
2026-03-30 10:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120592964%27 HTTP/1.1" 200 None
2026-03-30 10:01:21 [astonbarclay.gb] INFO: Scrape type for 120592964: 0
2026-03-30 10:01:21 [astonbarclay.gb] INFO: Found listing with ID: 120007374
2026-03-30 10:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120007374%27 HTTP/1.1" 200 None
2026-03-30 10:01:21 [astonbarclay.gb] INFO: Scrape type for 120007374: 0
2026-03-30 10:01:21 [astonbarclay.gb] INFO: Found listing with ID: 120693161
2026-03-30 10:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120693161%27 HTTP/1.1" 200 None
2026-03-30 10:01:21 [astonbarclay.gb] INFO: Scrape type for 120693161: 0
2026-03-30 10:01:21 [astonbarclay.gb] INFO: Found listing with ID: 120673229
2026-03-30 10:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120673229%27 HTTP/1.1" 200 None
2026-03-30 10:01:21 [astonbarclay.gb] INFO: Scrape type for 120673229: 0
2026-03-30 10:01:21 [astonbarclay.gb] INFO: Found listing with ID: 120791424
2026-03-30 10:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120791424%27 HTTP/1.1" 200 None
2026-03-30 10:01:21 [astonbarclay.gb] INFO: Scrape type for 120791424: 0
2026-03-30 10:01:21 [astonbarclay.gb] INFO: Found listing with ID: 120673220
2026-03-30 10:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120673220%27 HTTP/1.1" 200 None
2026-03-30 10:01:21 [astonbarclay.gb] INFO: Scrape type for 120673220: 0
2026-03-30 10:01:21 [astonbarclay.gb] INFO: Found listing with ID: 120786178
2026-03-30 10:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120786178%27 HTTP/1.1" 200 None
2026-03-30 10:01:21 [astonbarclay.gb] INFO: Scrape type for 120786178: 0
2026-03-30 10:01:21 [astonbarclay.gb] INFO: Found listing with ID: 120629981
2026-03-30 10:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120629981%27 HTTP/1.1" 200 None
2026-03-30 10:01:21 [astonbarclay.gb] INFO: Scrape type for 120629981: 0
2026-03-30 10:01:21 [astonbarclay.gb] INFO: Found listing with ID: 120681551
2026-03-30 10:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120681551%27 HTTP/1.1" 200 None
2026-03-30 10:01:21 [astonbarclay.gb] INFO: Scrape type for 120681551: 0
2026-03-30 10:01:21 [astonbarclay.gb] INFO: Found listing with ID: 120670068
2026-03-30 10:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120670068%27 HTTP/1.1" 200 None
2026-03-30 10:01:21 [astonbarclay.gb] INFO: Scrape type for 120670068: 0
2026-03-30 10:01:21 [astonbarclay.gb] INFO: Found listing with ID: 120621668
2026-03-30 10:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120621668%27 HTTP/1.1" 200 None
2026-03-30 10:01:21 [astonbarclay.gb] INFO: Scrape type for 120621668: 0
2026-03-30 10:01:21 [astonbarclay.gb] INFO: Found listing with ID: 120693929
2026-03-30 10:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120693929%27 HTTP/1.1" 200 None
2026-03-30 10:01:21 [astonbarclay.gb] INFO: Scrape type for 120693929: 0
2026-03-30 10:01:21 [astonbarclay.gb] INFO: Found listing with ID: 120788824
2026-03-30 10:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120788824%27 HTTP/1.1" 200 None
2026-03-30 10:01:21 [astonbarclay.gb] INFO: Scrape type for 120788824: 0
2026-03-30 10:01:21 [astonbarclay.gb] INFO: Found listing with ID: 120788099
2026-03-30 10:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120788099%27 HTTP/1.1" 200 None
2026-03-30 10:01:21 [astonbarclay.gb] INFO: Scrape type for 120788099: 0
2026-03-30 10:01:21 [astonbarclay.gb] INFO: Found listing with ID: 120714788
2026-03-30 10:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120714788%27 HTTP/1.1" 200 None
2026-03-30 10:01:21 [astonbarclay.gb] INFO: Scrape type for 120714788: 0
2026-03-30 10:01:21 [astonbarclay.gb] INFO: Found listing with ID: 120791904
2026-03-30 10:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120791904%27 HTTP/1.1" 200 None
2026-03-30 10:01:21 [astonbarclay.gb] INFO: Scrape type for 120791904: 0
2026-03-30 10:01:21 [astonbarclay.gb] INFO: Found listing with ID: 120730145
2026-03-30 10:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120730145%27 HTTP/1.1" 200 None
2026-03-30 10:01:21 [astonbarclay.gb] INFO: Scrape type for 120730145: 0
2026-03-30 10:01:21 [astonbarclay.gb] INFO: Found listing with ID: 120606158
2026-03-30 10:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120606158%27 HTTP/1.1" 200 None
2026-03-30 10:01:21 [astonbarclay.gb] INFO: Scrape type for 120606158: 0
2026-03-30 10:01:21 [astonbarclay.gb] INFO: Found listing with ID: 120454887
2026-03-30 10:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120454887%27 HTTP/1.1" 200 None
2026-03-30 10:01:21 [astonbarclay.gb] INFO: Scrape type for 120454887: 0
2026-03-30 10:01:21 [astonbarclay.gb] INFO: Found listing with ID: 120631389
2026-03-30 10:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120631389%27 HTTP/1.1" 200 None
2026-03-30 10:01:21 [astonbarclay.gb] INFO: Scrape type for 120631389: 0
2026-03-30 10:01:21 [astonbarclay.gb] INFO: Found listing with ID: 120748970
2026-03-30 10:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120748970%27 HTTP/1.1" 200 None
2026-03-30 10:01:21 [astonbarclay.gb] INFO: Scrape type for 120748970: 2
2026-03-30 10:01:21 [astonbarclay.gb] INFO: Found listing with ID: 120627674
2026-03-30 10:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120627674%27 HTTP/1.1" 200 None
2026-03-30 10:01:22 [astonbarclay.gb] INFO: Scrape type for 120627674: 2
2026-03-30 10:01:22 [astonbarclay.gb] INFO: Found listing with ID: 120477820
2026-03-30 10:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120477820%27 HTTP/1.1" 200 None
2026-03-30 10:01:22 [astonbarclay.gb] INFO: Scrape type for 120477820: 0
2026-03-30 10:01:22 [astonbarclay.gb] INFO: Found listing with ID: 120453711
2026-03-30 10:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120453711%27 HTTP/1.1" 200 None
2026-03-30 10:01:22 [astonbarclay.gb] INFO: Scrape type for 120453711: 0
2026-03-30 10:01:22 [astonbarclay.gb] INFO: Found listing with ID: 120631174
2026-03-30 10:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120631174%27 HTTP/1.1" 200 None
2026-03-30 10:01:22 [astonbarclay.gb] INFO: Scrape type for 120631174: 0
2026-03-30 10:01:22 [astonbarclay.gb] INFO: Found listing with ID: 120670779
2026-03-30 10:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120670779%27 HTTP/1.1" 200 None
2026-03-30 10:01:22 [astonbarclay.gb] INFO: Scrape type for 120670779: 2
2026-03-30 10:01:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/FV16NGE/2026-01-12/image/dd910f8b-c115-43ca-9d9d-fea3556eefff_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/118521541?view=catalogue)
2026-03-30 10:01:22 [astonbarclay.gb] INFO: Found listing with ID: 120625573
2026-03-30 10:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120625573%27 HTTP/1.1" 200 None
2026-03-30 10:01:22 [astonbarclay.gb] INFO: Scrape type for 120625573: 2
2026-03-30 10:01:22 [astonbarclay.gb] INFO: Found listing with ID: 120805298
2026-03-30 10:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120805298%27 HTTP/1.1" 200 None
2026-03-30 10:01:22 [astonbarclay.gb] INFO: Scrape type for 120805298: 2
2026-03-30 10:01:22 [astonbarclay.gb] INFO: Found listing with ID: 120056805
2026-03-30 10:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120056805%27 HTTP/1.1" 200 None
2026-03-30 10:01:22 [astonbarclay.gb] INFO: Scrape type for 120056805: 0
2026-03-30 10:01:22 [astonbarclay.gb] INFO: Found listing with ID: 120792109
2026-03-30 10:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120792109%27 HTTP/1.1" 200 None
2026-03-30 10:01:22 [astonbarclay.gb] INFO: Scrape type for 120792109: 2
2026-03-30 10:01:22 [astonbarclay.gb] INFO: Found listing with ID: 120805512
2026-03-30 10:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120805512%27 HTTP/1.1" 200 None
2026-03-30 10:01:22 [astonbarclay.gb] INFO: Scrape type for 120805512: 2
2026-03-30 10:01:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120815805?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:01:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120502627?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:01:22 [astonbarclay.gb] INFO: Found listing with ID: 120627497
2026-03-30 10:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120627497%27 HTTP/1.1" 200 None
2026-03-30 10:01:22 [astonbarclay.gb] INFO: Scrape type for 120627497: 0
2026-03-30 10:01:22 [astonbarclay.gb] INFO: Found listing with ID: 120162821
2026-03-30 10:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120162821%27 HTTP/1.1" 200 None
2026-03-30 10:01:22 [astonbarclay.gb] INFO: Scrape type for 120162821: 0
2026-03-30 10:01:22 [astonbarclay.gb] INFO: Found listing with ID: 120627663
2026-03-30 10:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120627663%27 HTTP/1.1" 200 None
2026-03-30 10:01:22 [astonbarclay.gb] INFO: Scrape type for 120627663: 0
2026-03-30 10:01:22 [astonbarclay.gb] INFO: Found listing with ID: 120826190
2026-03-30 10:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120826190%27 HTTP/1.1" 200 None
2026-03-30 10:01:22 [astonbarclay.gb] INFO: Scrape type for 120826190: 0
2026-03-30 10:01:22 [astonbarclay.gb] INFO: Found listing with ID: 120714990
2026-03-30 10:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120714990%27 HTTP/1.1" 200 None
2026-03-30 10:01:22 [astonbarclay.gb] INFO: Scrape type for 120714990: 0
2026-03-30 10:01:22 [astonbarclay.gb] INFO: Found listing with ID: 120208207
2026-03-30 10:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120208207%27 HTTP/1.1" 200 None
2026-03-30 10:01:22 [astonbarclay.gb] INFO: Scrape type for 120208207: 0
2026-03-30 10:01:22 [astonbarclay.gb] INFO: Found listing with ID: 120591393
2026-03-30 10:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120591393%27 HTTP/1.1" 200 None
2026-03-30 10:01:22 [astonbarclay.gb] INFO: Scrape type for 120591393: 0
2026-03-30 10:01:22 [astonbarclay.gb] INFO: Found listing with ID: 120592922
2026-03-30 10:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120592922%27 HTTP/1.1" 200 None
2026-03-30 10:01:22 [astonbarclay.gb] INFO: Scrape type for 120592922: 0
2026-03-30 10:01:22 [astonbarclay.gb] INFO: Found listing with ID: 120650937
2026-03-30 10:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120650937%27 HTTP/1.1" 200 None
2026-03-30 10:01:22 [astonbarclay.gb] INFO: Scrape type for 120650937: 0
2026-03-30 10:01:22 [astonbarclay.gb] INFO: Found listing with ID: 120479509
2026-03-30 10:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120479509%27 HTTP/1.1" 200 None
2026-03-30 10:01:22 [astonbarclay.gb] INFO: Scrape type for 120479509: 0
2026-03-30 10:01:22 [astonbarclay.gb] INFO: Found listing with ID: 120470094
2026-03-30 10:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120470094%27 HTTP/1.1" 200 None
2026-03-30 10:01:22 [astonbarclay.gb] INFO: Scrape type for 120470094: 0
2026-03-30 10:01:22 [astonbarclay.gb] INFO: Found listing with ID: 120830863
2026-03-30 10:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120830863%27 HTTP/1.1" 200 None
2026-03-30 10:01:22 [astonbarclay.gb] INFO: Scrape type for 120830863: 0
2026-03-30 10:01:22 [astonbarclay.gb] INFO: Found listing with ID: 120763529
2026-03-30 10:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120763529%27 HTTP/1.1" 200 None
2026-03-30 10:01:22 [astonbarclay.gb] INFO: Scrape type for 120763529: 0
2026-03-30 10:01:22 [astonbarclay.gb] INFO: Found listing with ID: 120592174
2026-03-30 10:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120592174%27 HTTP/1.1" 200 None
2026-03-30 10:01:22 [astonbarclay.gb] INFO: Scrape type for 120592174: 0
2026-03-30 10:01:22 [astonbarclay.gb] INFO: Found listing with ID: 120796093
2026-03-30 10:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120796093%27 HTTP/1.1" 200 None
2026-03-30 10:01:22 [astonbarclay.gb] INFO: Scrape type for 120796093: 2
2026-03-30 10:01:22 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:01:22 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:01:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120805331?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:01:22 [astonbarclay.gb] INFO: Found listing with ID: 120747852
2026-03-30 10:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120747852%27 HTTP/1.1" 200 None
2026-03-30 10:01:22 [astonbarclay.gb] INFO: Scrape type for 120747852: 0
2026-03-30 10:01:22 [astonbarclay.gb] INFO: Found listing with ID: 120690985
2026-03-30 10:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120690985%27 HTTP/1.1" 200 None
2026-03-30 10:01:22 [astonbarclay.gb] INFO: Scrape type for 120690985: 0
2026-03-30 10:01:22 [astonbarclay.gb] INFO: Found listing with ID: 120355965
2026-03-30 10:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120355965%27 HTTP/1.1" 200 None
2026-03-30 10:01:22 [astonbarclay.gb] INFO: Scrape type for 120355965: 0
2026-03-30 10:01:22 [astonbarclay.gb] INFO: Found listing with ID: 120688625
2026-03-30 10:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120688625%27 HTTP/1.1" 200 None
2026-03-30 10:01:22 [astonbarclay.gb] INFO: Scrape type for 120688625: 0
2026-03-30 10:01:22 [astonbarclay.gb] INFO: Found listing with ID: 120733163
2026-03-30 10:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120733163%27 HTTP/1.1" 200 None
2026-03-30 10:01:22 [astonbarclay.gb] INFO: Scrape type for 120733163: 0
2026-03-30 10:01:22 [astonbarclay.gb] INFO: Found listing with ID: 120646744
2026-03-30 10:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120646744%27 HTTP/1.1" 200 None
2026-03-30 10:01:22 [astonbarclay.gb] INFO: Scrape type for 120646744: 2
2026-03-30 10:01:22 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:01:22 [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-30 10:01:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120826795?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:01:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120695982?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:01:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120805939?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:01:22 [common.azure_blobstore] INFO: Using managed identity for Azure Blob Storage
2026-03-30 10:01:22 [common.azure_blobstore] INFO: Using managed identity with client ID: 39192755-105d-4ce2-a21d-ab53b63f8b87
2026-03-30 10:01:22 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:01:22 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f4366667f90>
2026-03-30 10:01:22 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:01:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): login.microsoftonline.com:443
2026-03-30 10:01:22 [urllib3.connectionpool] DEBUG: https://login.microsoftonline.com:443 "POST /8ea908c1-4e85-4692-bc3f-3646b9b40891/oauth2/v2.0/token HTTP/1.1" 200 2115
2026-03-30 10:01:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): alxproduction.blob.core.windows.net:443
2026-03-30 10:01:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:01:22 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:01:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c488ef3c-94b7-51ba-95e6-dbc4929cf6d6/c488ef3c-94b7-51ba-95e6-dbc4929cf6d6_image_0.jpg HTTP/1.1" 201 0
2026-03-30 10:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FFV16NGE%252F2026-01-12%252Fimage%252Fdd910f8b-c115-43ca-9d9d-fea3556eefff_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:01:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/FV16NGE/2026-01-12/image/dd910f8b-c115-43ca-9d9d-fea3556eefff_removebg.jpg?w=600 saved to cache
2026-03-30 10:01:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item c488ef3c-94b7-51ba-95e6-dbc4929cf6d6
2026-03-30 10:01:23 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120815805, 'registration': 'CX23WWT', 'account': 'MOT070', 'make': 'PEUGEOT', 'model': '208 DIESEL HATCHBACK', 'derivative': '1.5 BlueHDi 100 GT 5dr', 'mileage': 45956, 'mileageWarranty': True, 'type': 'car', 'saleId': 18853, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 122}, 'saleStart': '2026-03-31T09:30Z', 'lot': 157, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2023-03-06', 'fuel': 'Diesel', 'motExpiry': '2027-03-05', 'doors': 5, 'engineSize': 1499, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/CX23WWT/2026-03-26/image/0ae6f344-e6bb-4dfe-91aa-15f316ae405d_removebg.jpg?w=600', 'https://abimg003.imgix.net/CX23WWT/2026-03-26/image/2b73db1b-c654-48c6-b39c-812dd71b35c4_removebg.jpg?w=600', 'https://abimg003.imgix.net/CX23WWT/2026-03-26/image/1e42b1f5-3b40-4faf-b4bd-e472ac4c56cb_removebg.jpg?w=600', 'https://abimg003.imgix.net/CX23WWT/2026-03-26/image/14697e66-e491-4f62-9f65-d44a1fd36559_removebg.jpg?w=600', 'https://abimg003.imgix.net/CX23WWT/2026-03-26/image/87baf1ab-2159-41da-a8c6-1e330a6ec8c9_removebg.jpg?w=600', 'https://abimg003.imgix.net/CX23WWT/2026-03-26/image/42ab4651-e2ca-4006-bc4d-aa52f7c89ac0_removebg.jpg?w=600', 'https://abimg003.imgix.net/CX23WWT/2026-03-26/image/8d945452-30b5-4fe9-a961-752724b3ff65_removebg.jpg?w=600', 'https://abimg003.imgix.net/CX23WWT/2026-03-26/image/dc91838e-03cb-45e8-8da9-a9ab516fd387_removebg.jpg?w=600', 'https://abimg003.imgix.net/CX23WWT/2026-03-26/image/90da3fc9-abdb-4a76-880d-2f8c0e1ad37f_removebg.jpg?w=600', 'https://abimg003.imgix.net/CX23WWT/2026-03-26/image/d96c7ab8-a4f5-49fd-80aa-e4b38f3387e4_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 09/25-33K', 'remarks': 'vosa - 44k SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': False, 'v5details': 'TF', 'co2': 112, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/14424c48-a78b-47cb-b7fd-fba10db98c1a.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:01:23 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120815805, 'registration': 'CX23WWT', 'account': 'MOT070', 'make': 'PEUGEOT', 'model': '208 DIESEL HATCHBACK', 'derivative': '1.5 BlueHDi 100 GT 5dr', 'mileage': 45956, 'mileageWarranty': True, 'type': 'car', 'saleId': 18853, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 122}, 'saleStart': '2026-03-31T09:30Z', 'lot': 157, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2023-03-06', 'fuel': 'Diesel', 'motExpiry': '2027-03-05', 'doors': 5, 'engineSize': 1499, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/CX23WWT/2026-03-26/image/0ae6f344-e6bb-4dfe-91aa-15f316ae405d_removebg.jpg?w=600', 'https://abimg003.imgix.net/CX23WWT/2026-03-26/image/2b73db1b-c654-48c6-b39c-812dd71b35c4_removebg.jpg?w=600', 'https://abimg003.imgix.net/CX23WWT/2026-03-26/image/1e42b1f5-3b40-4faf-b4bd-e472ac4c56cb_removebg.jpg?w=600', 'https://abimg003.imgix.net/CX23WWT/2026-03-26/image/14697e66-e491-4f62-9f65-d44a1fd36559_removebg.jpg?w=600', 'https://abimg003.imgix.net/CX23WWT/2026-03-26/image/87baf1ab-2159-41da-a8c6-1e330a6ec8c9_removebg.jpg?w=600', 'https://abimg003.imgix.net/CX23WWT/2026-03-26/image/42ab4651-e2ca-4006-bc4d-aa52f7c89ac0_removebg.jpg?w=600', 'https://abimg003.imgix.net/CX23WWT/2026-03-26/image/8d945452-30b5-4fe9-a961-752724b3ff65_removebg.jpg?w=600', 'https://abimg003.imgix.net/CX23WWT/2026-03-26/image/dc91838e-03cb-45e8-8da9-a9ab516fd387_removebg.jpg?w=600', 'https://abimg003.imgix.net/CX23WWT/2026-03-26/image/90da3fc9-abdb-4a76-880d-2f8c0e1ad37f_removebg.jpg?w=600', 'https://abimg003.imgix.net/CX23WWT/2026-03-26/image/d96c7ab8-a4f5-49fd-80aa-e4b38f3387e4_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 09/25-33K', 'remarks': 'vosa - 44k SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': False, 'v5details': 'TF', 'co2': 112, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/14424c48-a78b-47cb-b7fd-fba10db98c1a.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:01:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a0eec315-b370-549a-9364-9b4b9c2d1db7 with identifier: 120815805
2026-03-30 10:01:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a0eec315-b370-549a-9364-9b4b9c2d1db7 with scrape type 2
2026-03-30 10:01:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a0eec315-b370-549a-9364-9b4b9c2d1db7 with scrape type 2
2026-03-30 10:01:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: a0eec315-b370-549a-9364-9b4b9c2d1db7, identifier: 120815805
2026-03-30 10:01:23 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120502627, 'registration': 'YL72AFF', 'account': 'MOT070', 'make': 'SKODA', 'model': 'KAMIQ HATCHBACK', 'derivative': '1.0 TSI 110 Monte Carlo 5dr DSG', 'mileage': 29666, 'mileageWarranty': True, 'type': 'car', 'saleId': 18853, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 122}, 'saleStart': '2026-03-31T09:30Z', 'lot': 149, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2023-01-31', 'fuel': 'Petrol', 'motExpiry': '2026-11-30', 'doors': 5, 'engineSize': 999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YL72AFF/2026-03-17/image/a9b4bc60-4fa1-4b7f-8e23-ce4d2963e495_removebg.jpg?w=600', 'https://abimg003.imgix.net/YL72AFF/2026-03-17/image/44c87929-5e81-4e8a-b97a-e9f69027aac0_removebg.jpg?w=600', 'https://abimg003.imgix.net/YL72AFF/2026-03-17/image/72b9dd99-2535-4a6f-be60-dde1058bc1d1_removebg.jpg?w=600', 'https://abimg003.imgix.net/YL72AFF/2026-03-17/image/c38adc4b-9a67-4b0e-89c2-2715271aea6f_removebg.jpg?w=600', 'https://abimg003.imgix.net/YL72AFF/2026-03-17/image/753ddc0b-0363-4ba4-851b-d2920eac3207_removebg.jpg?w=600', 'https://abimg003.imgix.net/YL72AFF/2026-03-17/image/78eabcf3-978b-400c-80f8-096b7f4eeb55_removebg.jpg?w=600', 'https://abimg003.imgix.net/YL72AFF/2026-03-17/image/5c9ced54-76b5-441c-856c-1d888aebd601_removebg.jpg?w=600', 'https://abimg003.imgix.net/YL72AFF/2026-03-17/image/5a4d1f53-24e8-496f-92e5-92a2c9af7e44_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 06/24- 16k', 'remarks': 'vosa @ 28k spare key', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 137, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/aa19222e-4c19-4a49-855e-89c257bbcc5d.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:01:23 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120502627, 'registration': 'YL72AFF', 'account': 'MOT070', 'make': 'SKODA', 'model': 'KAMIQ HATCHBACK', 'derivative': '1.0 TSI 110 Monte Carlo 5dr DSG', 'mileage': 29666, 'mileageWarranty': True, 'type': 'car', 'saleId': 18853, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 122}, 'saleStart': '2026-03-31T09:30Z', 'lot': 149, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2023-01-31', 'fuel': 'Petrol', 'motExpiry': '2026-11-30', 'doors': 5, 'engineSize': 999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YL72AFF/2026-03-17/image/a9b4bc60-4fa1-4b7f-8e23-ce4d2963e495_removebg.jpg?w=600', 'https://abimg003.imgix.net/YL72AFF/2026-03-17/image/44c87929-5e81-4e8a-b97a-e9f69027aac0_removebg.jpg?w=600', 'https://abimg003.imgix.net/YL72AFF/2026-03-17/image/72b9dd99-2535-4a6f-be60-dde1058bc1d1_removebg.jpg?w=600', 'https://abimg003.imgix.net/YL72AFF/2026-03-17/image/c38adc4b-9a67-4b0e-89c2-2715271aea6f_removebg.jpg?w=600', 'https://abimg003.imgix.net/YL72AFF/2026-03-17/image/753ddc0b-0363-4ba4-851b-d2920eac3207_removebg.jpg?w=600', 'https://abimg003.imgix.net/YL72AFF/2026-03-17/image/78eabcf3-978b-400c-80f8-096b7f4eeb55_removebg.jpg?w=600', 'https://abimg003.imgix.net/YL72AFF/2026-03-17/image/5c9ced54-76b5-441c-856c-1d888aebd601_removebg.jpg?w=600', 'https://abimg003.imgix.net/YL72AFF/2026-03-17/image/5a4d1f53-24e8-496f-92e5-92a2c9af7e44_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 06/24- 16k', 'remarks': 'vosa @ 28k spare key', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 137, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/aa19222e-4c19-4a49-855e-89c257bbcc5d.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:01:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1cd3ec29-0623-5632-af34-444d66bf7775 with identifier: 120502627
2026-03-30 10:01:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1cd3ec29-0623-5632-af34-444d66bf7775 with scrape type 2
2026-03-30 10:01:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1cd3ec29-0623-5632-af34-444d66bf7775 with scrape type 2
2026-03-30 10:01:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 1cd3ec29-0623-5632-af34-444d66bf7775, identifier: 120502627
2026-03-30 10:01:23 [astonbarclay.gb] INFO: Found listing with ID: 120055164
2026-03-30 10:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120055164%27 HTTP/1.1" 200 None
2026-03-30 10:01:23 [astonbarclay.gb] INFO: Scrape type for 120055164: 0
2026-03-30 10:01:23 [astonbarclay.gb] INFO: Found listing with ID: 120455553
2026-03-30 10:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120455553%27 HTTP/1.1" 200 None
2026-03-30 10:01:23 [astonbarclay.gb] INFO: Scrape type for 120455553: 0
2026-03-30 10:01:23 [astonbarclay.gb] INFO: Found listing with ID: 120833556
2026-03-30 10:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120833556%27 HTTP/1.1" 200 None
2026-03-30 10:01:23 [astonbarclay.gb] INFO: Scrape type for 120833556: 0
2026-03-30 10:01:23 [astonbarclay.gb] INFO: Found listing with ID: 120833661
2026-03-30 10:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120833661%27 HTTP/1.1" 200 None
2026-03-30 10:01:23 [astonbarclay.gb] INFO: Scrape type for 120833661: 0
2026-03-30 10:01:23 [astonbarclay.gb] INFO: Found listing with ID: 120411130
2026-03-30 10:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120411130%27 HTTP/1.1" 200 None
2026-03-30 10:01:23 [astonbarclay.gb] INFO: Scrape type for 120411130: 0
2026-03-30 10:01:23 [astonbarclay.gb] INFO: Found listing with ID: 120439259
2026-03-30 10:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120439259%27 HTTP/1.1" 200 None
2026-03-30 10:01:23 [astonbarclay.gb] INFO: Scrape type for 120439259: 0
2026-03-30 10:01:23 [astonbarclay.gb] INFO: Found listing with ID: 120838512
2026-03-30 10:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120838512%27 HTTP/1.1" 200 None
2026-03-30 10:01:23 [astonbarclay.gb] INFO: Scrape type for 120838512: 0
2026-03-30 10:01:23 [astonbarclay.gb] INFO: Found listing with ID: 120761701
2026-03-30 10:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120761701%27 HTTP/1.1" 200 None
2026-03-30 10:01:23 [astonbarclay.gb] INFO: Scrape type for 120761701: 0
2026-03-30 10:01:23 [astonbarclay.gb] INFO: Found listing with ID: 120761770
2026-03-30 10:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120761770%27 HTTP/1.1" 200 None
2026-03-30 10:01:23 [astonbarclay.gb] INFO: Scrape type for 120761770: 0
2026-03-30 10:01:23 [astonbarclay.gb] INFO: Found listing with ID: 120838495
2026-03-30 10:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120838495%27 HTTP/1.1" 200 None
2026-03-30 10:01:23 [astonbarclay.gb] INFO: Scrape type for 120838495: 0
2026-03-30 10:01:23 [astonbarclay.gb] INFO: Found listing with ID: 120658630
2026-03-30 10:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120658630%27 HTTP/1.1" 200 None
2026-03-30 10:01:23 [astonbarclay.gb] INFO: Scrape type for 120658630: 0
2026-03-30 10:01:23 [astonbarclay.gb] INFO: Found listing with ID: 120829588
2026-03-30 10:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120829588%27 HTTP/1.1" 200 None
2026-03-30 10:01:23 [astonbarclay.gb] INFO: Scrape type for 120829588: 0
2026-03-30 10:01:23 [astonbarclay.gb] INFO: Found listing with ID: 120761712
2026-03-30 10:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120761712%27 HTTP/1.1" 200 None
2026-03-30 10:01:23 [astonbarclay.gb] INFO: Scrape type for 120761712: 0
2026-03-30 10:01:23 [astonbarclay.gb] INFO: Found listing with ID: 120466479
2026-03-30 10:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120466479%27 HTTP/1.1" 200 None
2026-03-30 10:01:23 [astonbarclay.gb] INFO: Scrape type for 120466479: 0
2026-03-30 10:01:23 [astonbarclay.gb] INFO: Found listing with ID: 120466492
2026-03-30 10:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120466492%27 HTTP/1.1" 200 None
2026-03-30 10:01:23 [astonbarclay.gb] INFO: Scrape type for 120466492: 0
2026-03-30 10:01:23 [astonbarclay.gb] INFO: Found listing with ID: 120592412
2026-03-30 10:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120592412%27 HTTP/1.1" 200 None
2026-03-30 10:01:23 [astonbarclay.gb] INFO: Scrape type for 120592412: 0
2026-03-30 10:01:23 [astonbarclay.gb] INFO: Found listing with ID: 120556298
2026-03-30 10:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120556298%27 HTTP/1.1" 200 None
2026-03-30 10:01:23 [astonbarclay.gb] INFO: Scrape type for 120556298: 0
2026-03-30 10:01:23 [astonbarclay.gb] INFO: Found listing with ID: 120825226
2026-03-30 10:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120825226%27 HTTP/1.1" 200 None
2026-03-30 10:01:23 [astonbarclay.gb] INFO: Scrape type for 120825226: 0
2026-03-30 10:01:23 [astonbarclay.gb] INFO: Found listing with ID: 120007531
2026-03-30 10:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120007531%27 HTTP/1.1" 200 None
2026-03-30 10:01:23 [astonbarclay.gb] INFO: Scrape type for 120007531: 0
2026-03-30 10:01:23 [astonbarclay.gb] INFO: Found listing with ID: 120415846
2026-03-30 10:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120415846%27 HTTP/1.1" 200 None
2026-03-30 10:01:23 [astonbarclay.gb] INFO: Scrape type for 120415846: 0
2026-03-30 10:01:23 [astonbarclay.gb] INFO: Found listing with ID: 120056795
2026-03-30 10:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120056795%27 HTTP/1.1" 200 None
2026-03-30 10:01:23 [astonbarclay.gb] INFO: Scrape type for 120056795: 0
2026-03-30 10:01:23 [astonbarclay.gb] INFO: Found listing with ID: 120442120
2026-03-30 10:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120442120%27 HTTP/1.1" 200 None
2026-03-30 10:01:23 [astonbarclay.gb] INFO: Scrape type for 120442120: 0
2026-03-30 10:01:23 [astonbarclay.gb] INFO: Found listing with ID: 120841792
2026-03-30 10:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120841792%27 HTTP/1.1" 200 None
2026-03-30 10:01:23 [astonbarclay.gb] INFO: Scrape type for 120841792: 0
2026-03-30 10:01:23 [astonbarclay.gb] INFO: Found listing with ID: 120820135
2026-03-30 10:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120820135%27 HTTP/1.1" 200 None
2026-03-30 10:01:23 [astonbarclay.gb] INFO: Scrape type for 120820135: 0
2026-03-30 10:01:23 [astonbarclay.gb] INFO: Found listing with ID: 120721726
2026-03-30 10:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120721726%27 HTTP/1.1" 200 None
2026-03-30 10:01:23 [astonbarclay.gb] INFO: Scrape type for 120721726: 0
2026-03-30 10:01:23 [astonbarclay.gb] INFO: Found listing with ID: 120841815
2026-03-30 10:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120841815%27 HTTP/1.1" 200 None
2026-03-30 10:01:23 [astonbarclay.gb] INFO: Scrape type for 120841815: 0
2026-03-30 10:01:23 [astonbarclay.gb] INFO: Found listing with ID: 120761615
2026-03-30 10:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120761615%27 HTTP/1.1" 200 None
2026-03-30 10:01:23 [astonbarclay.gb] INFO: Scrape type for 120761615: 0
2026-03-30 10:01:23 [astonbarclay.gb] INFO: Found listing with ID: 119192578
2026-03-30 10:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119192578%27 HTTP/1.1" 200 None
2026-03-30 10:01:23 [astonbarclay.gb] INFO: Scrape type for 119192578: 0
2026-03-30 10:01:23 [astonbarclay.gb] INFO: Found listing with ID: 120410795
2026-03-30 10:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120410795%27 HTTP/1.1" 200 None
2026-03-30 10:01:23 [astonbarclay.gb] INFO: Scrape type for 120410795: 0
2026-03-30 10:01:23 [astonbarclay.gb] INFO: Found listing with ID: 120465157
2026-03-30 10:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120465157%27 HTTP/1.1" 200 None
2026-03-30 10:01:23 [astonbarclay.gb] INFO: Scrape type for 120465157: 0
2026-03-30 10:01:23 [astonbarclay.gb] INFO: Found listing with ID: 120519091
2026-03-30 10:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120519091%27 HTTP/1.1" 200 None
2026-03-30 10:01:23 [astonbarclay.gb] INFO: Scrape type for 120519091: 0
2026-03-30 10:01:23 [astonbarclay.gb] INFO: Found listing with ID: 120584241
2026-03-30 10:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120584241%27 HTTP/1.1" 200 None
2026-03-30 10:01:23 [astonbarclay.gb] INFO: Scrape type for 120584241: 0
2026-03-30 10:01:23 [astonbarclay.gb] INFO: Found listing with ID: 120631843
2026-03-30 10:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120631843%27 HTTP/1.1" 200 None
2026-03-30 10:01:23 [astonbarclay.gb] INFO: Scrape type for 120631843: 0
2026-03-30 10:01:23 [astonbarclay.gb] INFO: Found listing with ID: 120714496
2026-03-30 10:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120714496%27 HTTP/1.1" 200 None
2026-03-30 10:01:23 [astonbarclay.gb] INFO: Scrape type for 120714496: 0
2026-03-30 10:01:23 [astonbarclay.gb] INFO: Found listing with ID: 120585628
2026-03-30 10:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120585628%27 HTTP/1.1" 200 None
2026-03-30 10:01:23 [astonbarclay.gb] INFO: Scrape type for 120585628: 0
2026-03-30 10:01:23 [astonbarclay.gb] INFO: Found listing with ID: 120668546
2026-03-30 10:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120668546%27 HTTP/1.1" 200 None
2026-03-30 10:01:23 [astonbarclay.gb] INFO: Scrape type for 120668546: 0
2026-03-30 10:01:23 [astonbarclay.gb] INFO: Found listing with ID: 120480111
2026-03-30 10:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120480111%27 HTTP/1.1" 200 None
2026-03-30 10:01:24 [astonbarclay.gb] INFO: Scrape type for 120480111: 0
2026-03-30 10:01:24 [astonbarclay.gb] INFO: Found listing with ID: 120560634
2026-03-30 10:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120560634%27 HTTP/1.1" 200 None
2026-03-30 10:01:24 [astonbarclay.gb] INFO: Scrape type for 120560634: 0
2026-03-30 10:01:24 [astonbarclay.gb] INFO: Found listing with ID: 120589268
2026-03-30 10:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120589268%27 HTTP/1.1" 200 None
2026-03-30 10:01:24 [astonbarclay.gb] INFO: Scrape type for 120589268: 0
2026-03-30 10:01:24 [astonbarclay.gb] INFO: Found listing with ID: 120605018
2026-03-30 10:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120605018%27 HTTP/1.1" 200 None
2026-03-30 10:01:24 [astonbarclay.gb] INFO: Scrape type for 120605018: 0
2026-03-30 10:01:24 [astonbarclay.gb] INFO: Found listing with ID: 120473922
2026-03-30 10:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120473922%27 HTTP/1.1" 200 None
2026-03-30 10:01:24 [astonbarclay.gb] INFO: Scrape type for 120473922: 0
2026-03-30 10:01:24 [astonbarclay.gb] INFO: Found listing with ID: 120679722
2026-03-30 10:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120679722%27 HTTP/1.1" 200 None
2026-03-30 10:01:24 [astonbarclay.gb] INFO: Scrape type for 120679722: 0
2026-03-30 10:01:24 [astonbarclay.gb] INFO: Found listing with ID: 120728826
2026-03-30 10:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120728826%27 HTTP/1.1" 200 None
2026-03-30 10:01:24 [astonbarclay.gb] INFO: Scrape type for 120728826: 0
2026-03-30 10:01:24 [astonbarclay.gb] INFO: Found listing with ID: 120666826
2026-03-30 10:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120666826%27 HTTP/1.1" 200 None
2026-03-30 10:01:24 [astonbarclay.gb] INFO: Scrape type for 120666826: 0
2026-03-30 10:01:24 [astonbarclay.gb] INFO: Found listing with ID: 119936725
2026-03-30 10:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119936725%27 HTTP/1.1" 200 None
2026-03-30 10:01:24 [astonbarclay.gb] INFO: Scrape type for 119936725: 0
2026-03-30 10:01:24 [astonbarclay.gb] INFO: Found listing with ID: 120694445
2026-03-30 10:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120694445%27 HTTP/1.1" 200 None
2026-03-30 10:01:24 [astonbarclay.gb] INFO: Scrape type for 120694445: 0
2026-03-30 10:01:24 [astonbarclay.gb] INFO: Found listing with ID: 120679803
2026-03-30 10:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120679803%27 HTTP/1.1" 200 None
2026-03-30 10:01:24 [astonbarclay.gb] INFO: Scrape type for 120679803: 0
2026-03-30 10:01:24 [astonbarclay.gb] INFO: Found listing with ID: 120761604
2026-03-30 10:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120761604%27 HTTP/1.1" 200 None
2026-03-30 10:01:24 [astonbarclay.gb] INFO: Scrape type for 120761604: 0
2026-03-30 10:01:24 [astonbarclay.gb] INFO: Found listing with ID: 120858984
2026-03-30 10:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120858984%27 HTTP/1.1" 200 None
2026-03-30 10:01:24 [astonbarclay.gb] INFO: Scrape type for 120858984: 0
2026-03-30 10:01:24 [astonbarclay.gb] INFO: Found listing with ID: 120474875
2026-03-30 10:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120474875%27 HTTP/1.1" 200 None
2026-03-30 10:01:24 [astonbarclay.gb] INFO: Scrape type for 120474875: 0
2026-03-30 10:01:24 [astonbarclay.gb] INFO: Found listing with ID: 120282673
2026-03-30 10:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120282673%27 HTTP/1.1" 200 None
2026-03-30 10:01:24 [astonbarclay.gb] INFO: Scrape type for 120282673: 0
2026-03-30 10:01:24 [astonbarclay.gb] INFO: Found listing with ID: 120237809
2026-03-30 10:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120237809%27 HTTP/1.1" 200 None
2026-03-30 10:01:24 [astonbarclay.gb] INFO: Scrape type for 120237809: 0
2026-03-30 10:01:24 [astonbarclay.gb] INFO: Found listing with ID: 120627439
2026-03-30 10:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120627439%27 HTTP/1.1" 200 None
2026-03-30 10:01:24 [astonbarclay.gb] INFO: Scrape type for 120627439: 0
2026-03-30 10:01:24 [astonbarclay.gb] INFO: Found listing with ID: 120655506
2026-03-30 10:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120655506%27 HTTP/1.1" 200 None
2026-03-30 10:01:24 [astonbarclay.gb] INFO: Scrape type for 120655506: 0
2026-03-30 10:01:24 [astonbarclay.gb] INFO: Found listing with ID: 120658712
2026-03-30 10:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120658712%27 HTTP/1.1" 200 None
2026-03-30 10:01:24 [astonbarclay.gb] INFO: Scrape type for 120658712: 0
2026-03-30 10:01:24 [astonbarclay.gb] INFO: Found listing with ID: 120685598
2026-03-30 10:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120685598%27 HTTP/1.1" 200 None
2026-03-30 10:01:24 [astonbarclay.gb] INFO: Scrape type for 120685598: 0
2026-03-30 10:01:24 [astonbarclay.gb] INFO: Found listing with ID: 120864236
2026-03-30 10:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120864236%27 HTTP/1.1" 200 None
2026-03-30 10:01:24 [astonbarclay.gb] INFO: Scrape type for 120864236: 2
2026-03-30 10:01:24 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:01:24 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:01:24 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:01:24 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:01:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: a0eec315-b370-549a-9364-9b4b9c2d1db7 with identifier: 120815805
2026-03-30 10:01:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: a0eec315-b370-549a-9364-9b4b9c2d1db7 with identifier: 120815805
2026-03-30 10:01:24 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: a0eec315-b370-549a-9364-9b4b9c2d1db7 with identifier: 120815805 to the API
2026-03-30 10:01:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:01:24 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:01:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120815805?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 112,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-31T09:30:00Z',
'fuel_type': 'Diesel',
'id': 'a0eec315-b370-549a-9364-9b4b9c2d1db7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'CX23WWT',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120815805',
'listing': 'auction',
'location': 'Aston Barclay Prees Heath',
'make': 'PEUGEOT',
'model': '208 DIESEL HATCHBACK',
'odometer': 45956,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-03-06',
'seller_name': 'Motability Operations',
'title': 'PEUGEOT 208 DIESEL HATCHBACK 1.5 BlueHDi 100 GT 5dr',
'transmission': 'manual',
'trim': '1.5 BlueHDi 100 GT 5dr',
'vin': None,
'year': 2023}
2026-03-30 10:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120815805%27 HTTP/1.1" 200 None
2026-03-30 10:01:25 [astonbarclay.gb] INFO: Saving data for 120815805: {'auction_closing_time': 1774949400.0, 'created_time': 1774530410.37052, 'last_price_update_time': 1774864885.055813}
2026-03-30 10:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120815805') HTTP/1.1" 204 0
2026-03-30 10:01:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 1cd3ec29-0623-5632-af34-444d66bf7775 with identifier: 120502627
2026-03-30 10:01:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 1cd3ec29-0623-5632-af34-444d66bf7775 with identifier: 120502627
2026-03-30 10:01:25 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 1cd3ec29-0623-5632-af34-444d66bf7775 with identifier: 120502627 to the API
2026-03-30 10:01:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:01:25 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:01:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120502627?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 137,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-31T09:30:00Z',
'fuel_type': 'Petrol',
'id': '1cd3ec29-0623-5632-af34-444d66bf7775',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'YL72AFF',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120502627',
'listing': 'auction',
'location': 'Aston Barclay Prees Heath',
'make': 'SKODA',
'model': 'KAMIQ HATCHBACK',
'odometer': 29666,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-31',
'seller_name': 'Motability Operations',
'title': 'SKODA KAMIQ HATCHBACK 1.0 TSI 110 Monte Carlo 5dr DSG',
'transmission': 'automatic',
'trim': '1.0 TSI 110 Monte Carlo 5dr DSG',
'vin': None,
'year': 2023}
2026-03-30 10:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120502627%27 HTTP/1.1" 200 None
2026-03-30 10:01:25 [astonbarclay.gb] INFO: Saving data for 120502627: {'auction_closing_time': 1774949400.0, 'created_time': 1773741771.133011, 'last_price_update_time': 1774864885.580772}
2026-03-30 10:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120502627') HTTP/1.1" 204 0
2026-03-30 10:01:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/FV16NGE/2026-01-12/image/aa583f18-7167-41bc-a2a2-ab59340c903e_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/118521541?view=catalogue)
2026-03-30 10:01:25 [astonbarclay.gb] INFO: Found listing with ID: 120475265
2026-03-30 10:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120475265%27 HTTP/1.1" 200 None
2026-03-30 10:01:25 [astonbarclay.gb] INFO: Scrape type for 120475265: 0
2026-03-30 10:01:25 [astonbarclay.gb] INFO: Found listing with ID: 120484555
2026-03-30 10:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120484555%27 HTTP/1.1" 200 None
2026-03-30 10:01:25 [astonbarclay.gb] INFO: Scrape type for 120484555: 0
2026-03-30 10:01:25 [astonbarclay.gb] INFO: Found listing with ID: 120454811
2026-03-30 10:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120454811%27 HTTP/1.1" 200 None
2026-03-30 10:01:25 [astonbarclay.gb] INFO: Scrape type for 120454811: 0
2026-03-30 10:01:25 [astonbarclay.gb] INFO: Found listing with ID: 120250741
2026-03-30 10:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120250741%27 HTTP/1.1" 200 None
2026-03-30 10:01:25 [astonbarclay.gb] INFO: Scrape type for 120250741: 0
2026-03-30 10:01:25 [astonbarclay.gb] INFO: Found listing with ID: 120056865
2026-03-30 10:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120056865%27 HTTP/1.1" 200 None
2026-03-30 10:01:25 [astonbarclay.gb] INFO: Scrape type for 120056865: 0
2026-03-30 10:01:25 [astonbarclay.gb] INFO: Found listing with ID: 120410940
2026-03-30 10:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120410940%27 HTTP/1.1" 200 None
2026-03-30 10:01:25 [astonbarclay.gb] INFO: Scrape type for 120410940: 0
2026-03-30 10:01:25 [astonbarclay.gb] INFO: Found listing with ID: 120442214
2026-03-30 10:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120442214%27 HTTP/1.1" 200 None
2026-03-30 10:01:25 [astonbarclay.gb] INFO: Scrape type for 120442214: 0
2026-03-30 10:01:25 [astonbarclay.gb] INFO: Found listing with ID: 120454651
2026-03-30 10:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120454651%27 HTTP/1.1" 200 None
2026-03-30 10:01:25 [astonbarclay.gb] INFO: Scrape type for 120454651: 0
2026-03-30 10:01:25 [astonbarclay.gb] INFO: Found listing with ID: 120743971
2026-03-30 10:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120743971%27 HTTP/1.1" 200 None
2026-03-30 10:01:25 [astonbarclay.gb] INFO: Scrape type for 120743971: 0
2026-03-30 10:01:25 [astonbarclay.gb] INFO: Found listing with ID: 120777798
2026-03-30 10:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120777798%27 HTTP/1.1" 200 None
2026-03-30 10:01:25 [astonbarclay.gb] INFO: Scrape type for 120777798: 0
2026-03-30 10:01:25 [astonbarclay.gb] INFO: Found listing with ID: 120673241
2026-03-30 10:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120673241%27 HTTP/1.1" 200 None
2026-03-30 10:01:25 [astonbarclay.gb] INFO: Scrape type for 120673241: 0
2026-03-30 10:01:25 [astonbarclay.gb] INFO: Found listing with ID: 120787611
2026-03-30 10:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120787611%27 HTTP/1.1" 200 None
2026-03-30 10:01:25 [astonbarclay.gb] INFO: Scrape type for 120787611: 0
2026-03-30 10:01:25 [astonbarclay.gb] INFO: Found listing with ID: 120296653
2026-03-30 10:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120296653%27 HTTP/1.1" 200 None
2026-03-30 10:01:25 [astonbarclay.gb] INFO: Scrape type for 120296653: 0
2026-03-30 10:01:25 [astonbarclay.gb] INFO: Found listing with ID: 120794514
2026-03-30 10:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120794514%27 HTTP/1.1" 200 None
2026-03-30 10:01:25 [astonbarclay.gb] INFO: Scrape type for 120794514: 0
2026-03-30 10:01:25 [astonbarclay.gb] INFO: Found listing with ID: 120714757
2026-03-30 10:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120714757%27 HTTP/1.1" 200 None
2026-03-30 10:01:25 [astonbarclay.gb] INFO: Scrape type for 120714757: 0
2026-03-30 10:01:25 [astonbarclay.gb] INFO: Found listing with ID: 120695095
2026-03-30 10:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120695095%27 HTTP/1.1" 200 None
2026-03-30 10:01:25 [astonbarclay.gb] INFO: Scrape type for 120695095: 0
2026-03-30 10:01:25 [astonbarclay.gb] INFO: Found listing with ID: 120693949
2026-03-30 10:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120693949%27 HTTP/1.1" 200 None
2026-03-30 10:01:26 [astonbarclay.gb] INFO: Scrape type for 120693949: 0
2026-03-30 10:01:26 [astonbarclay.gb] INFO: Found listing with ID: 120694542
2026-03-30 10:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120694542%27 HTTP/1.1" 200 None
2026-03-30 10:01:26 [astonbarclay.gb] INFO: Scrape type for 120694542: 0
2026-03-30 10:01:26 [astonbarclay.gb] INFO: Found listing with ID: 120717479
2026-03-30 10:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120717479%27 HTTP/1.1" 200 None
2026-03-30 10:01:26 [astonbarclay.gb] INFO: Scrape type for 120717479: 0
2026-03-30 10:01:26 [astonbarclay.gb] INFO: Found listing with ID: 120842137
2026-03-30 10:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120842137%27 HTTP/1.1" 200 None
2026-03-30 10:01:26 [astonbarclay.gb] INFO: Scrape type for 120842137: 2
2026-03-30 10:01:26 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120805331, 'registration': 'FV17ZTT', 'account': 'WBA002', 'make': 'PEUGEOT', 'model': '208 HATCHBACK', 'derivative': '1.2 PureTech 110 GT Line 5dr', 'mileage': 80564, 'mileageWarranty': True, 'type': 'car', 'saleId': 18909, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 438}, 'saleStart': '2026-03-31T12:00Z', 'lot': 145, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2017-07-31', 'fuel': 'Petrol', 'motExpiry': '2026-12-18', 'doors': 5, 'engineSize': 1200, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/FV17ZTT/2026-03-26/image/e8b8a635-6126-4258-9ada-5a8892a0465c_removebg.jpg?w=600', 'https://abimg003.imgix.net/FV17ZTT/2026-03-26/image/39badf3d-b968-4d55-bb7e-8ace2aa716ad_removebg.jpg?w=600', 'https://abimg003.imgix.net/FV17ZTT/2026-03-26/image/8485c1b6-3982-4688-8d23-e359fe2cf468_removebg.jpg?w=600', 'https://abimg003.imgix.net/FV17ZTT/2026-03-26/image/4c98cdb7-b03e-4428-9427-a9acb604e7d9_removebg.jpg?w=600', 'https://abimg003.imgix.net/FV17ZTT/2026-03-26/image/6e3ccee5-9759-4b6f-9365-e20fdccfd385_removebg.jpg?w=600', 'https://abimg003.imgix.net/FV17ZTT/2026-03-26/image/46fd62e7-2018-4004-a8a9-a54e67056aa7_removebg.jpg?w=600', 'https://abimg003.imgix.net/FV17ZTT/2026-03-26/image/5eb7a311-375f-452e-bf9e-420228626bcf_removebg.jpg?w=600', 'https://abimg003.imgix.net/FV17ZTT/2026-03-26/image/53fa784c-7f83-47d0-8c3c-055c74f28615_removebg.jpg?w=600', 'https://abimg003.imgix.net/FV17ZTT/2026-03-26/image/0a4d3f44-d0e3-4d6f-8b7f-852c39c994d0_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 07/18 - 9K, 07/19 - 19K, 07/20 - 27K, 08/21 - 36K, 07/22 - 44K, 12/23 - 56K, 11/24 - 64K, 07/25 - 71K,', 'remarks': '**597** VOSA STATES 30K, 38K, 46K, 56K, 65K, 76K, SPARE KEY', 'virtual': False, 'seller': 'UKCGR - Premium', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 99, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/47acd743-4576-4363-9116-8145d260aca0.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:01:26 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120805331, 'registration': 'FV17ZTT', 'account': 'WBA002', 'make': 'PEUGEOT', 'model': '208 HATCHBACK', 'derivative': '1.2 PureTech 110 GT Line 5dr', 'mileage': 80564, 'mileageWarranty': True, 'type': 'car', 'saleId': 18909, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 438}, 'saleStart': '2026-03-31T12:00Z', 'lot': 145, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2017-07-31', 'fuel': 'Petrol', 'motExpiry': '2026-12-18', 'doors': 5, 'engineSize': 1200, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/FV17ZTT/2026-03-26/image/e8b8a635-6126-4258-9ada-5a8892a0465c_removebg.jpg?w=600', 'https://abimg003.imgix.net/FV17ZTT/2026-03-26/image/39badf3d-b968-4d55-bb7e-8ace2aa716ad_removebg.jpg?w=600', 'https://abimg003.imgix.net/FV17ZTT/2026-03-26/image/8485c1b6-3982-4688-8d23-e359fe2cf468_removebg.jpg?w=600', 'https://abimg003.imgix.net/FV17ZTT/2026-03-26/image/4c98cdb7-b03e-4428-9427-a9acb604e7d9_removebg.jpg?w=600', 'https://abimg003.imgix.net/FV17ZTT/2026-03-26/image/6e3ccee5-9759-4b6f-9365-e20fdccfd385_removebg.jpg?w=600', 'https://abimg003.imgix.net/FV17ZTT/2026-03-26/image/46fd62e7-2018-4004-a8a9-a54e67056aa7_removebg.jpg?w=600', 'https://abimg003.imgix.net/FV17ZTT/2026-03-26/image/5eb7a311-375f-452e-bf9e-420228626bcf_removebg.jpg?w=600', 'https://abimg003.imgix.net/FV17ZTT/2026-03-26/image/53fa784c-7f83-47d0-8c3c-055c74f28615_removebg.jpg?w=600', 'https://abimg003.imgix.net/FV17ZTT/2026-03-26/image/0a4d3f44-d0e3-4d6f-8b7f-852c39c994d0_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 07/18 - 9K, 07/19 - 19K, 07/20 - 27K, 08/21 - 36K, 07/22 - 44K, 12/23 - 56K, 11/24 - 64K, 07/25 - 71K,', 'remarks': '**597** VOSA STATES 30K, 38K, 46K, 56K, 65K, 76K, SPARE KEY', 'virtual': False, 'seller': 'UKCGR - Premium', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 99, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/47acd743-4576-4363-9116-8145d260aca0.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:01:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f320f786-ce7d-5fc2-b3fc-4c14336a01b2 with identifier: 120805331
2026-03-30 10:01:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f320f786-ce7d-5fc2-b3fc-4c14336a01b2 with scrape type 2
2026-03-30 10:01:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f320f786-ce7d-5fc2-b3fc-4c14336a01b2 with scrape type 2
2026-03-30 10:01:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: f320f786-ce7d-5fc2-b3fc-4c14336a01b2, identifier: 120805331
2026-03-30 10:01:26 [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': 18853, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 122}, 'saleStart': '2026-03-31T09:30Z', 'lot': 162, '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-30 10:01:26 [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': 18853, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 122}, 'saleStart': '2026-03-31T09:30Z', 'lot': 162, '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-30 10:01:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6904ca9e-3bce-5d65-924b-f8e876310caf with identifier: 120482947
2026-03-30 10:01:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6904ca9e-3bce-5d65-924b-f8e876310caf with scrape type 2
2026-03-30 10:01:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6904ca9e-3bce-5d65-924b-f8e876310caf with scrape type 2
2026-03-30 10:01:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 6904ca9e-3bce-5d65-924b-f8e876310caf, identifier: 120482947
2026-03-30 10:01:26 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120826795, 'registration': 'RV20NXH', 'account': 'MOT075', 'make': 'FORD', 'model': 'FOCUS DIESEL HATCHBACK', 'derivative': '1.5 EcoBlue 120 Titanium 5dr', 'mileage': 64098, 'mileageWarranty': True, 'type': 'car', 'saleId': 18909, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 438}, 'saleStart': '2026-03-31T12:00Z', 'lot': 100, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2020-05-19', 'fuel': 'Diesel', 'motExpiry': '2026-09-30', 'doors': 5, 'engineSize': 1499, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/RV20NXH/2026-03-27/image/935fd446-3a2b-4432-8416-e156c1c98884_removebg.jpg?w=600', 'https://abimg003.imgix.net/RV20NXH/2026-03-27/image/21044e95-4144-433f-86a9-2148a8c44826_removebg.jpg?w=600', 'https://abimg003.imgix.net/RV20NXH/2026-03-27/image/b2e63cef-eb69-4f68-a660-ad29a105e52e_removebg.jpg?w=600', 'https://abimg003.imgix.net/RV20NXH/2026-03-27/image/24967924-be4a-46bb-aff3-e91206dbf05e_removebg.jpg?w=600', 'https://abimg003.imgix.net/RV20NXH/2026-03-27/image/449d23aa-b86a-49a5-8749-20b1043fffa3_removebg.jpg?w=600', 'https://abimg003.imgix.net/RV20NXH/2026-03-27/image/b767759f-9aee-422c-b786-1ab024566463_removebg.jpg?w=600', 'https://abimg003.imgix.net/RV20NXH/2026-03-27/image/4e59c33f-c8ce-45b5-9513-c609c8cf9b10_removebg.jpg?w=600', 'https://abimg003.imgix.net/RV20NXH/2026-03-27/image/1e78314b-b85c-47b1-bb26-2cd9a98cd7e0_removebg.jpg?w=600', 'https://abimg003.imgix.net/RV20NXH/2026-03-27/image/abac4276-3002-4913-b711-064d1c653964_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 06/21 - 3K, 03/22 - 14K, 09/22 - 26K, 02/24 - 43K, INVOICE PHOTOCOPY @ 01/25 - 53K', 'remarks': '**1495** VOSA STATES 36K, 39K, 50K, 59K', 'virtual': False, 'seller': 'MotoNovo Finance', '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/0807c118-3f9a-4ebd-ad77-84386797598b.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:01:26 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120826795, 'registration': 'RV20NXH', 'account': 'MOT075', 'make': 'FORD', 'model': 'FOCUS DIESEL HATCHBACK', 'derivative': '1.5 EcoBlue 120 Titanium 5dr', 'mileage': 64098, 'mileageWarranty': True, 'type': 'car', 'saleId': 18909, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 438}, 'saleStart': '2026-03-31T12:00Z', 'lot': 100, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2020-05-19', 'fuel': 'Diesel', 'motExpiry': '2026-09-30', 'doors': 5, 'engineSize': 1499, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/RV20NXH/2026-03-27/image/935fd446-3a2b-4432-8416-e156c1c98884_removebg.jpg?w=600', 'https://abimg003.imgix.net/RV20NXH/2026-03-27/image/21044e95-4144-433f-86a9-2148a8c44826_removebg.jpg?w=600', 'https://abimg003.imgix.net/RV20NXH/2026-03-27/image/b2e63cef-eb69-4f68-a660-ad29a105e52e_removebg.jpg?w=600', 'https://abimg003.imgix.net/RV20NXH/2026-03-27/image/24967924-be4a-46bb-aff3-e91206dbf05e_removebg.jpg?w=600', 'https://abimg003.imgix.net/RV20NXH/2026-03-27/image/449d23aa-b86a-49a5-8749-20b1043fffa3_removebg.jpg?w=600', 'https://abimg003.imgix.net/RV20NXH/2026-03-27/image/b767759f-9aee-422c-b786-1ab024566463_removebg.jpg?w=600', 'https://abimg003.imgix.net/RV20NXH/2026-03-27/image/4e59c33f-c8ce-45b5-9513-c609c8cf9b10_removebg.jpg?w=600', 'https://abimg003.imgix.net/RV20NXH/2026-03-27/image/1e78314b-b85c-47b1-bb26-2cd9a98cd7e0_removebg.jpg?w=600', 'https://abimg003.imgix.net/RV20NXH/2026-03-27/image/abac4276-3002-4913-b711-064d1c653964_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 06/21 - 3K, 03/22 - 14K, 09/22 - 26K, 02/24 - 43K, INVOICE PHOTOCOPY @ 01/25 - 53K', 'remarks': '**1495** VOSA STATES 36K, 39K, 50K, 59K', 'virtual': False, 'seller': 'MotoNovo Finance', '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/0807c118-3f9a-4ebd-ad77-84386797598b.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:01:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f644e459-99d6-54c5-9094-2c1d2bc6363c with identifier: 120826795
2026-03-30 10:01:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f644e459-99d6-54c5-9094-2c1d2bc6363c with scrape type 2
2026-03-30 10:01:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f644e459-99d6-54c5-9094-2c1d2bc6363c with scrape type 2
2026-03-30 10:01:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: f644e459-99d6-54c5-9094-2c1d2bc6363c, identifier: 120826795
2026-03-30 10:01:26 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120695982, 'registration': 'BL59DVN', 'account': 'WBA004', 'make': 'VAUXHALL', 'model': 'CORSA DIESEL HATCHBACK', 'derivative': '1.3 CDTi ecoFLEX Design 5dr', 'mileage': 122023, 'mileageWarranty': False, 'type': 'car', 'saleId': 18909, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 438}, 'saleStart': '2026-03-31T12:00Z', 'lot': 136, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2010-02-16', 'fuel': 'Diesel', 'motExpiry': '2025-11-26', 'doors': 5, 'engineSize': 1248, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/BL59DVN/2026-03-24/image/686bba6c-c64d-4e6d-b6d0-33af0a8ef78a_removebg.jpg?w=600', 'https://abimg003.imgix.net/BL59DVN/2026-03-24/image/3d8a3a98-6b5b-4a77-ba45-b8c5537b32be_removebg.jpg?w=600', 'https://abimg003.imgix.net/BL59DVN/2026-03-24/image/b2967caf-034d-4dd4-b9c9-f442e9253c5f_removebg.jpg?w=600', 'https://abimg003.imgix.net/BL59DVN/2026-03-24/image/a7cb9240-7daf-4a03-9558-49c76307b475_removebg.jpg?w=600', 'https://abimg003.imgix.net/BL59DVN/2026-03-24/image/b3bb6030-0a4c-4052-87b7-2b49bfa0deee_removebg.jpg?w=600', 'https://abimg003.imgix.net/BL59DVN/2026-03-24/image/b073b4a9-8571-4b7e-9c7d-3101c28f6ba2_removebg.jpg?w=600', 'https://abimg003.imgix.net/BL59DVN/2026-03-24/image/02ed1efe-040c-4ef5-8ea0-f0744149a8c5_removebg.jpg?w=600', 'https://abimg003.imgix.net/BL59DVN/2026-03-24/image/f130a82b-b770-4f82-bf10-de25e64929d6_removebg.jpg?w=600', 'https://abimg003.imgix.net/BL59DVN/2026-03-24/image/47317c26-caf0-4fac-bcfe-59a85393c571_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 09/10 - 7K, 11/12 - 49K, 09/15 - 84K, 11/18 - 101K, 11/20 - 107K, 07/23 - 116K, 02/25 - 121K', 'remarks': '**599** VOSA STATES 58K, 72K, 84K, 40K, 96K, 101K, 106K, 106K, 110K, 113K, 116K, 118K, DISCREPANCY ON VOSA', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 114, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/6304eac1-65ed-40b8-b1ac-db94d59eb297.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:01:26 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120695982, 'registration': 'BL59DVN', 'account': 'WBA004', 'make': 'VAUXHALL', 'model': 'CORSA DIESEL HATCHBACK', 'derivative': '1.3 CDTi ecoFLEX Design 5dr', 'mileage': 122023, 'mileageWarranty': False, 'type': 'car', 'saleId': 18909, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 438}, 'saleStart': '2026-03-31T12:00Z', 'lot': 136, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2010-02-16', 'fuel': 'Diesel', 'motExpiry': '2025-11-26', 'doors': 5, 'engineSize': 1248, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/BL59DVN/2026-03-24/image/686bba6c-c64d-4e6d-b6d0-33af0a8ef78a_removebg.jpg?w=600', 'https://abimg003.imgix.net/BL59DVN/2026-03-24/image/3d8a3a98-6b5b-4a77-ba45-b8c5537b32be_removebg.jpg?w=600', 'https://abimg003.imgix.net/BL59DVN/2026-03-24/image/b2967caf-034d-4dd4-b9c9-f442e9253c5f_removebg.jpg?w=600', 'https://abimg003.imgix.net/BL59DVN/2026-03-24/image/a7cb9240-7daf-4a03-9558-49c76307b475_removebg.jpg?w=600', 'https://abimg003.imgix.net/BL59DVN/2026-03-24/image/b3bb6030-0a4c-4052-87b7-2b49bfa0deee_removebg.jpg?w=600', 'https://abimg003.imgix.net/BL59DVN/2026-03-24/image/b073b4a9-8571-4b7e-9c7d-3101c28f6ba2_removebg.jpg?w=600', 'https://abimg003.imgix.net/BL59DVN/2026-03-24/image/02ed1efe-040c-4ef5-8ea0-f0744149a8c5_removebg.jpg?w=600', 'https://abimg003.imgix.net/BL59DVN/2026-03-24/image/f130a82b-b770-4f82-bf10-de25e64929d6_removebg.jpg?w=600', 'https://abimg003.imgix.net/BL59DVN/2026-03-24/image/47317c26-caf0-4fac-bcfe-59a85393c571_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 09/10 - 7K, 11/12 - 49K, 09/15 - 84K, 11/18 - 101K, 11/20 - 107K, 07/23 - 116K, 02/25 - 121K', 'remarks': '**599** VOSA STATES 58K, 72K, 84K, 40K, 96K, 101K, 106K, 106K, 110K, 113K, 116K, 118K, DISCREPANCY ON VOSA', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 114, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/6304eac1-65ed-40b8-b1ac-db94d59eb297.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:01:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9bd2ccdb-51db-510f-a8c7-3f7bf36f86a9 with identifier: 120695982
2026-03-30 10:01:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9bd2ccdb-51db-510f-a8c7-3f7bf36f86a9 with scrape type 2
2026-03-30 10:01:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9bd2ccdb-51db-510f-a8c7-3f7bf36f86a9 with scrape type 2
2026-03-30 10:01:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 9bd2ccdb-51db-510f-a8c7-3f7bf36f86a9, identifier: 120695982
2026-03-30 10:01:26 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120805939, 'registration': 'BF12ACX', 'account': 'WBA004', 'make': 'VAUXHALL', 'model': 'ASTRA DIESEL HATCHBACK', 'derivative': '2.0 CDTi 16V ecoFLEX SRi [165] 5dr', 'mileage': 83420, 'mileageWarranty': True, 'type': 'car', 'saleId': 18909, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 438}, 'saleStart': '2026-03-31T12:00Z', 'lot': 137, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2012-03-01', 'fuel': 'Diesel', 'motExpiry': '2026-03-26', 'doors': 5, 'engineSize': 1956, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/BF12ACX/2026-03-26/image/83714160-3d84-4e86-83e3-a8e628a1c364_removebg.jpg?w=600', 'https://abimg003.imgix.net/BF12ACX/2026-03-26/image/df1f8026-bd36-4a20-a583-7c8b233bf3c1_removebg.jpg?w=600', 'https://abimg003.imgix.net/BF12ACX/2026-03-26/image/d2a75d63-d97f-40d4-b85a-83896b9e6dfb_removebg.jpg?w=600', 'https://abimg003.imgix.net/BF12ACX/2026-03-26/image/6cdd3ec5-a3e3-4584-92bc-bf67ffce930e_removebg.jpg?w=600', 'https://abimg003.imgix.net/BF12ACX/2026-03-26/image/569301f2-ba75-4a85-9aa5-d575ad27310d_removebg.jpg?w=600', 'https://abimg003.imgix.net/BF12ACX/2026-03-26/image/9244ff37-da24-4ab6-b51e-394b83afa0a7_removebg.jpg?w=600', 'https://abimg003.imgix.net/BF12ACX/2026-03-26/image/399310f5-21fe-4585-bdfa-9fec98995bd6_removebg.jpg?w=600', 'https://abimg003.imgix.net/BF12ACX/2026-03-26/image/07d60857-5b5b-4cc2-b1a4-0b24721186aa_removebg.jpg?w=600', 'https://abimg003.imgix.net/BF12ACX/2026-03-26/image/ba42b4d1-c0bd-454c-a107-5a7d7d6052c7_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 02/15 - 44K, 01/16 - 50K, 02/17 - 56K, 01/20 - 56K, 01/20 - 69K, 02/21 - 71K, 04/25 - 81K,', 'remarks': '**547** VOSA STATES 39K, 44K, 50K, 56K, 60K, 65K, 69K, 71K, 75K, 77K, 80K, 81K, SPARE KEY', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 123, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/9b8b8806-92d1-4ee6-bed7-d53e66c2ab82.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:01:26 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120805939, 'registration': 'BF12ACX', 'account': 'WBA004', 'make': 'VAUXHALL', 'model': 'ASTRA DIESEL HATCHBACK', 'derivative': '2.0 CDTi 16V ecoFLEX SRi [165] 5dr', 'mileage': 83420, 'mileageWarranty': True, 'type': 'car', 'saleId': 18909, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 438}, 'saleStart': '2026-03-31T12:00Z', 'lot': 137, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2012-03-01', 'fuel': 'Diesel', 'motExpiry': '2026-03-26', 'doors': 5, 'engineSize': 1956, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/BF12ACX/2026-03-26/image/83714160-3d84-4e86-83e3-a8e628a1c364_removebg.jpg?w=600', 'https://abimg003.imgix.net/BF12ACX/2026-03-26/image/df1f8026-bd36-4a20-a583-7c8b233bf3c1_removebg.jpg?w=600', 'https://abimg003.imgix.net/BF12ACX/2026-03-26/image/d2a75d63-d97f-40d4-b85a-83896b9e6dfb_removebg.jpg?w=600', 'https://abimg003.imgix.net/BF12ACX/2026-03-26/image/6cdd3ec5-a3e3-4584-92bc-bf67ffce930e_removebg.jpg?w=600', 'https://abimg003.imgix.net/BF12ACX/2026-03-26/image/569301f2-ba75-4a85-9aa5-d575ad27310d_removebg.jpg?w=600', 'https://abimg003.imgix.net/BF12ACX/2026-03-26/image/9244ff37-da24-4ab6-b51e-394b83afa0a7_removebg.jpg?w=600', 'https://abimg003.imgix.net/BF12ACX/2026-03-26/image/399310f5-21fe-4585-bdfa-9fec98995bd6_removebg.jpg?w=600', 'https://abimg003.imgix.net/BF12ACX/2026-03-26/image/07d60857-5b5b-4cc2-b1a4-0b24721186aa_removebg.jpg?w=600', 'https://abimg003.imgix.net/BF12ACX/2026-03-26/image/ba42b4d1-c0bd-454c-a107-5a7d7d6052c7_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 02/15 - 44K, 01/16 - 50K, 02/17 - 56K, 01/20 - 56K, 01/20 - 69K, 02/21 - 71K, 04/25 - 81K,', 'remarks': '**547** VOSA STATES 39K, 44K, 50K, 56K, 60K, 65K, 69K, 71K, 75K, 77K, 80K, 81K, SPARE KEY', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 123, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/9b8b8806-92d1-4ee6-bed7-d53e66c2ab82.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:01:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6fe8c3cf-f5ed-5418-85c6-ac5cca590ef7 with identifier: 120805939
2026-03-30 10:01:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6fe8c3cf-f5ed-5418-85c6-ac5cca590ef7 with scrape type 2
2026-03-30 10:01:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6fe8c3cf-f5ed-5418-85c6-ac5cca590ef7 with scrape type 2
2026-03-30 10:01:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 6fe8c3cf-f5ed-5418-85c6-ac5cca590ef7, identifier: 120805939
2026-03-30 10:01:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: f320f786-ce7d-5fc2-b3fc-4c14336a01b2 with identifier: 120805331
2026-03-30 10:01:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: f320f786-ce7d-5fc2-b3fc-4c14336a01b2 with identifier: 120805331
2026-03-30 10:01:26 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: f320f786-ce7d-5fc2-b3fc-4c14336a01b2 with identifier: 120805331 to the API
2026-03-30 10:01:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 10:01:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120805331?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 99,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'Petrol',
'id': 'f320f786-ce7d-5fc2-b3fc-4c14336a01b2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'FV17ZTT',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120805331',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'PEUGEOT',
'model': '208 HATCHBACK',
'odometer': 80564,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-07-31',
'seller_name': 'UKCGR - Premium',
'title': 'PEUGEOT 208 HATCHBACK 1.2 PureTech 110 GT Line 5dr',
'transmission': 'manual',
'trim': '1.2 PureTech 110 GT Line 5dr',
'vin': None,
'year': 2017}
2026-03-30 10:01:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120805331%27 HTTP/1.1" 200 None
2026-03-30 10:01:27 [astonbarclay.gb] INFO: Saving data for 120805331: {'auction_closing_time': 1774958400.0, 'created_time': 1774530427.00522, 'last_price_update_time': 1774864887.054497}
2026-03-30 10:01:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120805331') HTTP/1.1" 204 0
2026-03-30 10:01:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 6904ca9e-3bce-5d65-924b-f8e876310caf with identifier: 120482947
2026-03-30 10:01:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 6904ca9e-3bce-5d65-924b-f8e876310caf with identifier: 120482947
2026-03-30 10:01:27 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 6904ca9e-3bce-5d65-924b-f8e876310caf with identifier: 120482947 to the API
2026-03-30 10:01:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 10:01:27 [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-31T09: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-30 10:01:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120482947%27 HTTP/1.1" 200 None
2026-03-30 10:01:27 [astonbarclay.gb] INFO: Saving data for 120482947: {'auction_closing_time': 1774949400.0, 'created_time': 1773687802.26056, 'last_price_update_time': 1774864887.592211}
2026-03-30 10:01:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120482947') HTTP/1.1" 204 0
2026-03-30 10:01:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: f644e459-99d6-54c5-9094-2c1d2bc6363c with identifier: 120826795
2026-03-30 10:01:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: f644e459-99d6-54c5-9094-2c1d2bc6363c with identifier: 120826795
2026-03-30 10:01:27 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: f644e459-99d6-54c5-9094-2c1d2bc6363c with identifier: 120826795 to the API
2026-03-30 10:01:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 10:01:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120826795?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 120,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'Diesel',
'id': 'f644e459-99d6-54c5-9094-2c1d2bc6363c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'RV20NXH',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120826795',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'FORD',
'model': 'FOCUS DIESEL HATCHBACK',
'odometer': 64098,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-05-19',
'seller_name': 'MotoNovo Finance',
'title': 'FORD FOCUS DIESEL HATCHBACK 1.5 EcoBlue 120 Titanium 5dr',
'transmission': 'manual',
'trim': '1.5 EcoBlue 120 Titanium 5dr',
'vin': None,
'year': 2020}
2026-03-30 10:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120826795%27 HTTP/1.1" 200 None
2026-03-30 10:01:28 [astonbarclay.gb] INFO: Saving data for 120826795: {'auction_closing_time': 1774958400.0, 'created_time': 1774530322.657303, 'last_price_update_time': 1774864888.356055}
2026-03-30 10:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120826795') HTTP/1.1" 204 0
2026-03-30 10:01:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 9bd2ccdb-51db-510f-a8c7-3f7bf36f86a9 with identifier: 120695982
2026-03-30 10:01:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 9bd2ccdb-51db-510f-a8c7-3f7bf36f86a9 with identifier: 120695982
2026-03-30 10:01:28 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 9bd2ccdb-51db-510f-a8c7-3f7bf36f86a9 with identifier: 120695982 to the API
2026-03-30 10:01:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 10:01:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120695982?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 114,
'color': 'SILVER',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 4',
'engine': '1.2L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'Diesel',
'id': '9bd2ccdb-51db-510f-a8c7-3f7bf36f86a9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'BL59DVN',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120695982',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'VAUXHALL',
'model': 'CORSA DIESEL HATCHBACK',
'odometer': 122023,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2010-02-16',
'seller_name': 'UKCGR - Trade',
'title': 'VAUXHALL CORSA DIESEL HATCHBACK 1.3 CDTi ecoFLEX Design 5dr',
'transmission': 'manual',
'trim': '1.3 CDTi ecoFLEX Design 5dr',
'vin': None,
'year': 2010}
2026-03-30 10:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120695982%27 HTTP/1.1" 200 None
2026-03-30 10:01:28 [astonbarclay.gb] INFO: Saving data for 120695982: {'auction_closing_time': 1774958400.0, 'created_time': 1774328517.429578, 'last_price_update_time': 1774864888.889017}
2026-03-30 10:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120695982') HTTP/1.1" 204 0
2026-03-30 10:01:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 6fe8c3cf-f5ed-5418-85c6-ac5cca590ef7 with identifier: 120805939
2026-03-30 10:01:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 6fe8c3cf-f5ed-5418-85c6-ac5cca590ef7 with identifier: 120805939
2026-03-30 10:01:29 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 6fe8c3cf-f5ed-5418-85c6-ac5cca590ef7 with identifier: 120805939 to the API
2026-03-30 10:01:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 10:01:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120805939?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 123,
'color': 'SILVER',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '2.0L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'Diesel',
'id': '6fe8c3cf-f5ed-5418-85c6-ac5cca590ef7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'BF12ACX',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120805939',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'VAUXHALL',
'model': 'ASTRA DIESEL HATCHBACK',
'odometer': 83420,
'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': 'VAUXHALL ASTRA DIESEL HATCHBACK 2.0 CDTi 16V ecoFLEX SRi [165] 5dr',
'transmission': 'manual',
'trim': '2.0 CDTi 16V ecoFLEX SRi [165] 5dr',
'vin': None,
'year': 2012}
2026-03-30 10:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120805939%27 HTTP/1.1" 200 None
2026-03-30 10:01:29 [astonbarclay.gb] INFO: Saving data for 120805939: {'auction_closing_time': 1774958400.0, 'created_time': 1774530305.733236, 'last_price_update_time': 1774864889.296803}
2026-03-30 10:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120805939') HTTP/1.1" 204 0
2026-03-30 10:01:29 [astonbarclay.gb] INFO: Found listing with ID: 120471411
2026-03-30 10:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120471411%27 HTTP/1.1" 200 None
2026-03-30 10:01:29 [astonbarclay.gb] INFO: Scrape type for 120471411: 0
2026-03-30 10:01:29 [astonbarclay.gb] INFO: Found listing with ID: 120870349
2026-03-30 10:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120870349%27 HTTP/1.1" 200 None
2026-03-30 10:01:29 [astonbarclay.gb] INFO: Scrape type for 120870349: 1
2026-03-30 10:01:29 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:01:29 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f4367cd7510>
2026-03-30 10:01:29 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:01:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:01:29 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:01:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c488ef3c-94b7-51ba-95e6-dbc4929cf6d6/c488ef3c-94b7-51ba-95e6-dbc4929cf6d6_image_1.jpg HTTP/1.1" 201 0
2026-03-30 10:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FFV16NGE%252F2026-01-12%252Fimage%252Faa583f18-7167-41bc-a2a2-ab59340c903e_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:01:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/FV16NGE/2026-01-12/image/aa583f18-7167-41bc-a2a2-ab59340c903e_removebg.jpg?w=600 saved to cache
2026-03-30 10:01:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item c488ef3c-94b7-51ba-95e6-dbc4929cf6d6
2026-03-30 10:01:29 [astonbarclay.gb] INFO: Found listing with ID: 120870364
2026-03-30 10:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120870364%27 HTTP/1.1" 200 None
2026-03-30 10:01:29 [astonbarclay.gb] INFO: Scrape type for 120870364: 1
2026-03-30 10:01:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120823455?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:01:29 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:01:29 [astonbarclay.gb] INFO: Found listing with ID: 120878921
2026-03-30 10:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120878921%27 HTTP/1.1" 200 None
2026-03-30 10:01:29 [astonbarclay.gb] INFO: Scrape type for 120878921: 1
2026-03-30 10:01:29 [astonbarclay.gb] INFO: Found listing with ID: 120878736
2026-03-30 10:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120878736%27 HTTP/1.1" 200 None
2026-03-30 10:01:29 [astonbarclay.gb] INFO: Scrape type for 120878736: 1
2026-03-30 10:01:29 [astonbarclay.gb] INFO: Found listing with ID: 120870850
2026-03-30 10:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120870850%27 HTTP/1.1" 200 None
2026-03-30 10:01:29 [astonbarclay.gb] INFO: Scrape type for 120870850: 1
2026-03-30 10:01:29 [astonbarclay.gb] INFO: Found listing with ID: 120879769
2026-03-30 10:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120879769%27 HTTP/1.1" 200 None
2026-03-30 10:01:29 [astonbarclay.gb] INFO: Scrape type for 120879769: 1
2026-03-30 10:01:29 [astonbarclay.gb] INFO: Found listing with ID: 120870754
2026-03-30 10:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120870754%27 HTTP/1.1" 200 None
2026-03-30 10:01:29 [astonbarclay.gb] INFO: Scrape type for 120870754: 1
2026-03-30 10:01:29 [astonbarclay.gb] INFO: Found listing with ID: 120439198
2026-03-30 10:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120439198%27 HTTP/1.1" 200 None
2026-03-30 10:01:29 [astonbarclay.gb] INFO: Scrape type for 120439198: 0
2026-03-30 10:01:29 [astonbarclay.gb] INFO: Found listing with ID: 120848464
2026-03-30 10:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120848464%27 HTTP/1.1" 200 None
2026-03-30 10:01:29 [astonbarclay.gb] INFO: Scrape type for 120848464: 0
2026-03-30 10:01:29 [astonbarclay.gb] INFO: Found listing with ID: 120870701
2026-03-30 10:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120870701%27 HTTP/1.1" 200 None
2026-03-30 10:01:29 [astonbarclay.gb] INFO: Scrape type for 120870701: 1
2026-03-30 10:01:29 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120823455, 'registration': 'EN72AOY', 'account': 'MOT070', 'make': 'TOYOTA', 'model': 'COROLLA TOURING SPORT', 'derivative': '1.8 VVT-i Hybrid Icon 5dr CVT', 'mileage': 31549, 'mileageWarranty': True, 'type': 'car', 'saleId': 18853, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 122}, 'saleStart': '2026-03-31T09:30Z', 'lot': 166, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2023-01-31', 'fuel': 'Petrol/Electric Hybrid', 'motExpiry': '2026-11-16', 'doors': 5, 'engineSize': 1798, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/EN72AOY/2026-03-26/image/aa18105d-3c61-466e-b572-65d784ba1763_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN72AOY/2026-03-26/image/f15f11f7-2cce-4da8-afec-65579dd3e750_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN72AOY/2026-03-26/image/d1df3f8d-df89-4f17-8ffd-a7da6211ba51_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN72AOY/2026-03-26/image/5bdf976b-f57d-471e-aa30-fe64692f3562_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN72AOY/2026-03-26/image/84f2e84c-8835-413e-8eab-e6fc99301b30_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN72AOY/2026-03-26/image/6242a5df-2fe4-4559-ae64-4f1d6f385b21_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN72AOY/2026-03-26/image/864eee56-6c9c-4fb8-8555-ebf823e71f6b_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN72AOY/2026-03-26/image/d643c4fa-77b7-45a2-9579-38ca4dffcef1_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN72AOY/2026-03-26/image/eebc954b-afb8-46c1-8cd9-c7899e71f7d8_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN72AOY/2026-03-26/image/beaf4482-bf8b-4a86-b3be-95415084e690_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 01/24- 10k, 02/25- 20k', 'remarks': 'vosa - 29k - spare key in office', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': False, 'v5details': 'TF', 'co2': 103, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/468ee602-a61d-4273-bd9b-20c8b66372ae.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:01:29 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120823455, 'registration': 'EN72AOY', 'account': 'MOT070', 'make': 'TOYOTA', 'model': 'COROLLA TOURING SPORT', 'derivative': '1.8 VVT-i Hybrid Icon 5dr CVT', 'mileage': 31549, 'mileageWarranty': True, 'type': 'car', 'saleId': 18853, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 122}, 'saleStart': '2026-03-31T09:30Z', 'lot': 166, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2023-01-31', 'fuel': 'Petrol/Electric Hybrid', 'motExpiry': '2026-11-16', 'doors': 5, 'engineSize': 1798, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/EN72AOY/2026-03-26/image/aa18105d-3c61-466e-b572-65d784ba1763_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN72AOY/2026-03-26/image/f15f11f7-2cce-4da8-afec-65579dd3e750_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN72AOY/2026-03-26/image/d1df3f8d-df89-4f17-8ffd-a7da6211ba51_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN72AOY/2026-03-26/image/5bdf976b-f57d-471e-aa30-fe64692f3562_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN72AOY/2026-03-26/image/84f2e84c-8835-413e-8eab-e6fc99301b30_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN72AOY/2026-03-26/image/6242a5df-2fe4-4559-ae64-4f1d6f385b21_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN72AOY/2026-03-26/image/864eee56-6c9c-4fb8-8555-ebf823e71f6b_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN72AOY/2026-03-26/image/d643c4fa-77b7-45a2-9579-38ca4dffcef1_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN72AOY/2026-03-26/image/eebc954b-afb8-46c1-8cd9-c7899e71f7d8_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN72AOY/2026-03-26/image/beaf4482-bf8b-4a86-b3be-95415084e690_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 01/24- 10k, 02/25- 20k', 'remarks': 'vosa - 29k - spare key in office', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': False, 'v5details': 'TF', 'co2': 103, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/468ee602-a61d-4273-bd9b-20c8b66372ae.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:01:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 25604607-6ca2-5fdd-889b-2fe91af8cb97 with identifier: 120823455
2026-03-30 10:01:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 25604607-6ca2-5fdd-889b-2fe91af8cb97 with scrape type 2
2026-03-30 10:01:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 25604607-6ca2-5fdd-889b-2fe91af8cb97 with scrape type 2
2026-03-30 10:01:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 25604607-6ca2-5fdd-889b-2fe91af8cb97, identifier: 120823455
2026-03-30 10:01:29 [astonbarclay.gb] INFO: Found listing with ID: 120797429
2026-03-30 10:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120797429%27 HTTP/1.1" 200 None
2026-03-30 10:01:29 [astonbarclay.gb] INFO: Scrape type for 120797429: 1
2026-03-30 10:01:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 25604607-6ca2-5fdd-889b-2fe91af8cb97 with identifier: 120823455
2026-03-30 10:01:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 25604607-6ca2-5fdd-889b-2fe91af8cb97 with identifier: 120823455
2026-03-30 10:01:29 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 25604607-6ca2-5fdd-889b-2fe91af8cb97 with identifier: 120823455 to the API
2026-03-30 10:01:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 10:01:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120823455?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 103,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.8L',
'expiration_date': '2026-03-31T09:30:00Z',
'fuel_type': 'Petrol/Electric Hybrid',
'id': '25604607-6ca2-5fdd-889b-2fe91af8cb97',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'EN72AOY',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120823455',
'listing': 'auction',
'location': 'Aston Barclay Prees Heath',
'make': 'TOYOTA',
'model': 'COROLLA TOURING SPORT',
'odometer': 31549,
'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': 'TOYOTA COROLLA TOURING SPORT 1.8 VVT-i Hybrid Icon 5dr CVT',
'transmission': 'automatic',
'trim': '1.8 VVT-i Hybrid Icon 5dr CVT',
'vin': None,
'year': 2023}
2026-03-30 10:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120823455%27 HTTP/1.1" 200 None
2026-03-30 10:01:30 [astonbarclay.gb] INFO: Saving data for 120823455: {'auction_closing_time': 1774949400.0, 'created_time': 1774530345.433195, 'last_price_update_time': 1774864890.163409}
2026-03-30 10:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120823455') HTTP/1.1" 204 0
2026-03-30 10:01:30 [astonbarclay.gb] INFO: Found listing with ID: 120870841
2026-03-30 10:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120870841%27 HTTP/1.1" 200 None
2026-03-30 10:01:30 [astonbarclay.gb] INFO: Scrape type for 120870841: 1
2026-03-30 10:01:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120823089?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:01:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120823289?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:01:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120586686?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:01:30 [astonbarclay.gb] INFO: Found listing with ID: 120870639
2026-03-30 10:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120870639%27 HTTP/1.1" 200 None
2026-03-30 10:01:30 [astonbarclay.gb] INFO: Scrape type for 120870639: 1
2026-03-30 10:01:30 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:01:30 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:01:30 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:01:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120825971?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:01:30 [astonbarclay.gb] INFO: Found listing with ID: 120869953
2026-03-30 10:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120869953%27 HTTP/1.1" 200 None
2026-03-30 10:01:30 [astonbarclay.gb] INFO: Scrape type for 120869953: 1
2026-03-30 10:01:30 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:01:30 [astonbarclay.gb] INFO: Found listing with ID: 120879555
2026-03-30 10:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120879555%27 HTTP/1.1" 200 None
2026-03-30 10:01:30 [astonbarclay.gb] INFO: Scrape type for 120879555: 1
2026-03-30 10:01:30 [astonbarclay.gb] INFO: Found listing with ID: 120866986
2026-03-30 10:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120866986%27 HTTP/1.1" 200 None
2026-03-30 10:01:30 [astonbarclay.gb] INFO: Scrape type for 120866986: 2
2026-03-30 10:01:30 [astonbarclay.gb] INFO: Found listing with ID: 120797537
2026-03-30 10:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120797537%27 HTTP/1.1" 200 None
2026-03-30 10:01:30 [astonbarclay.gb] INFO: Scrape type for 120797537: 1
2026-03-30 10:01:30 [astonbarclay.gb] INFO: Found listing with ID: 120797373
2026-03-30 10:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120797373%27 HTTP/1.1" 200 None
2026-03-30 10:01:30 [astonbarclay.gb] INFO: Scrape type for 120797373: 1
2026-03-30 10:01:30 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120823089, 'registration': 'EF70LCP', 'account': 'WBA002', 'make': 'HYUNDAI', 'model': 'IONIQ ELECTRIC HATCHBACK', 'derivative': '100kW Premium 38kWh 5dr Auto', 'mileage': 46051, 'mileageWarranty': True, 'type': 'car', 'saleId': 18909, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 438}, 'saleStart': '2026-03-31T12:00Z', 'lot': 170, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2020-12-23', 'fuel': 'Electric', 'motExpiry': '2026-12-22', 'doors': 5, 'engineSize': None, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/EF70LCP/2026-03-26/image/6b591587-dcf2-4908-8072-0da8e2c50aeb_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF70LCP/2026-03-26/image/dc48bbfc-3b4a-47a7-9cba-b70ea1e1cb7a_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF70LCP/2026-03-26/image/94b225ef-9fb7-40b7-a163-1d1606c946cc_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF70LCP/2026-03-26/image/aff5042d-cfce-4e8d-b2f4-2ecf67fe1955_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF70LCP/2026-03-26/image/dc9a7c64-3675-4509-8566-b45f105526db_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF70LCP/2026-03-26/image/7ce9a518-a94d-433d-be25-34a8c38983f5_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF70LCP/2026-03-26/image/6b3677e4-33f1-429e-9a79-b3cc0b53c791_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF70LCP/2026-03-26/image/96c007f8-a815-4b8d-964c-4a770b839c1d_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF70LCP/2026-03-26/image/1b2fc84e-1d21-4144-add2-af3b9d80da96_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 01/22 - 9K, 12/23 - 24K, 12/25 - 44K', 'remarks': '**543** VOSA STATES 24K, 33K, 44K, SPARE KEY', 'virtual': False, 'seller': 'UKCGR - Premium', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/0dfafe6c-cd17-4998-8e56-a8763a04d835.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:01:30 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120823089, 'registration': 'EF70LCP', 'account': 'WBA002', 'make': 'HYUNDAI', 'model': 'IONIQ ELECTRIC HATCHBACK', 'derivative': '100kW Premium 38kWh 5dr Auto', 'mileage': 46051, 'mileageWarranty': True, 'type': 'car', 'saleId': 18909, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 438}, 'saleStart': '2026-03-31T12:00Z', 'lot': 170, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2020-12-23', 'fuel': 'Electric', 'motExpiry': '2026-12-22', 'doors': 5, 'engineSize': None, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/EF70LCP/2026-03-26/image/6b591587-dcf2-4908-8072-0da8e2c50aeb_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF70LCP/2026-03-26/image/dc48bbfc-3b4a-47a7-9cba-b70ea1e1cb7a_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF70LCP/2026-03-26/image/94b225ef-9fb7-40b7-a163-1d1606c946cc_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF70LCP/2026-03-26/image/aff5042d-cfce-4e8d-b2f4-2ecf67fe1955_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF70LCP/2026-03-26/image/dc9a7c64-3675-4509-8566-b45f105526db_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF70LCP/2026-03-26/image/7ce9a518-a94d-433d-be25-34a8c38983f5_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF70LCP/2026-03-26/image/6b3677e4-33f1-429e-9a79-b3cc0b53c791_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF70LCP/2026-03-26/image/96c007f8-a815-4b8d-964c-4a770b839c1d_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF70LCP/2026-03-26/image/1b2fc84e-1d21-4144-add2-af3b9d80da96_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 01/22 - 9K, 12/23 - 24K, 12/25 - 44K', 'remarks': '**543** VOSA STATES 24K, 33K, 44K, SPARE KEY', 'virtual': False, 'seller': 'UKCGR - Premium', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/0dfafe6c-cd17-4998-8e56-a8763a04d835.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:01:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f745fc77-924d-59cc-aec6-995e736d60f4 with identifier: 120823089
2026-03-30 10:01:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f745fc77-924d-59cc-aec6-995e736d60f4 with scrape type 2
2026-03-30 10:01:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f745fc77-924d-59cc-aec6-995e736d60f4 with scrape type 2
2026-03-30 10:01:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: f745fc77-924d-59cc-aec6-995e736d60f4, identifier: 120823089
2026-03-30 10:01:30 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120823289, 'registration': 'FA65LFE', 'account': 'WBA004', 'make': 'TOYOTA', 'model': 'AYGO HATCHBACK', 'derivative': '1.0 VVT-i X-Play 5dr', 'mileage': 58835, 'mileageWarranty': True, 'type': 'car', 'saleId': 18909, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 438}, 'saleStart': '2026-03-31T12:00Z', 'lot': 210, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2016-02-20', 'fuel': 'Petrol', 'motExpiry': '2026-05-12', 'doors': 5, 'engineSize': 998, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/FA65LFE/2026-03-27/image/21712be3-beaa-4d42-94a3-755bf2ee052a_removebg.jpg?w=600', 'https://abimg003.imgix.net/FA65LFE/2026-03-27/image/21229e2b-0752-42b3-9a6a-8871d1976d26_removebg.jpg?w=600', 'https://abimg003.imgix.net/FA65LFE/2026-03-27/image/edc3680b-822f-419e-be0c-a4de125e175b_removebg.jpg?w=600', 'https://abimg003.imgix.net/FA65LFE/2026-03-27/image/5ad07376-9fd3-4718-a44d-6a1145da16c3_removebg.jpg?w=600', 'https://abimg003.imgix.net/FA65LFE/2026-03-27/image/cb68864e-a968-4ed7-8a2b-4fdde27f569a_removebg.jpg?w=600', 'https://abimg003.imgix.net/FA65LFE/2026-03-27/image/d2486eb6-69d1-4327-a09b-57705d0ae6ef_removebg.jpg?w=600', 'https://abimg003.imgix.net/FA65LFE/2026-03-27/image/eff4e79e-e264-42ce-9c73-8e8e3839554e_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service invoice 12/18 - 30K, 12/20 - 39K, 05/22 - 48K,', 'remarks': '**605** VOSA STATES 30K, 35K, 39K, 45K, 48K, 50K, 52K, 55K, SPARE KEY', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 95, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/4ee7b41f-52b3-4a30-a56f-ea77d1bd0cec.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:01:30 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120823289, 'registration': 'FA65LFE', 'account': 'WBA004', 'make': 'TOYOTA', 'model': 'AYGO HATCHBACK', 'derivative': '1.0 VVT-i X-Play 5dr', 'mileage': 58835, 'mileageWarranty': True, 'type': 'car', 'saleId': 18909, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 438}, 'saleStart': '2026-03-31T12:00Z', 'lot': 210, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2016-02-20', 'fuel': 'Petrol', 'motExpiry': '2026-05-12', 'doors': 5, 'engineSize': 998, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/FA65LFE/2026-03-27/image/21712be3-beaa-4d42-94a3-755bf2ee052a_removebg.jpg?w=600', 'https://abimg003.imgix.net/FA65LFE/2026-03-27/image/21229e2b-0752-42b3-9a6a-8871d1976d26_removebg.jpg?w=600', 'https://abimg003.imgix.net/FA65LFE/2026-03-27/image/edc3680b-822f-419e-be0c-a4de125e175b_removebg.jpg?w=600', 'https://abimg003.imgix.net/FA65LFE/2026-03-27/image/5ad07376-9fd3-4718-a44d-6a1145da16c3_removebg.jpg?w=600', 'https://abimg003.imgix.net/FA65LFE/2026-03-27/image/cb68864e-a968-4ed7-8a2b-4fdde27f569a_removebg.jpg?w=600', 'https://abimg003.imgix.net/FA65LFE/2026-03-27/image/d2486eb6-69d1-4327-a09b-57705d0ae6ef_removebg.jpg?w=600', 'https://abimg003.imgix.net/FA65LFE/2026-03-27/image/eff4e79e-e264-42ce-9c73-8e8e3839554e_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service invoice 12/18 - 30K, 12/20 - 39K, 05/22 - 48K,', 'remarks': '**605** VOSA STATES 30K, 35K, 39K, 45K, 48K, 50K, 52K, 55K, SPARE KEY', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 95, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/4ee7b41f-52b3-4a30-a56f-ea77d1bd0cec.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:01:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3d4605d3-e591-5d61-9e37-daa37a7dac8a with identifier: 120823289
2026-03-30 10:01:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3d4605d3-e591-5d61-9e37-daa37a7dac8a with scrape type 2
2026-03-30 10:01:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3d4605d3-e591-5d61-9e37-daa37a7dac8a with scrape type 2
2026-03-30 10:01:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 3d4605d3-e591-5d61-9e37-daa37a7dac8a, identifier: 120823289
2026-03-30 10:01:30 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120586686, 'registration': 'KS15ZLN', 'account': 'WBA003', 'make': 'VAUXHALL', 'model': 'MOKKA DIESEL HATCHBACK', 'derivative': '1.7 CDTi Tech Line 5dr', 'mileage': 112847, 'mileageWarranty': True, 'type': 'car', 'saleId': 18909, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 438}, 'saleStart': '2026-03-31T12:00Z', 'lot': 189, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2015-05-22', 'fuel': 'Diesel', 'motExpiry': '2027-03-12', 'doors': 5, 'engineSize': 1686, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/KS15ZLN/2026-03-19/image/7a666fef-eb7d-4644-8874-2d1449a1b3c0_removebg.jpg?w=600', 'https://abimg003.imgix.net/KS15ZLN/2026-03-19/image/a43cf884-fbe2-48fc-a81e-df37fe0b0bd5_removebg.jpg?w=600', 'https://abimg003.imgix.net/KS15ZLN/2026-03-19/image/6b3ff68b-48b8-4142-9dbb-9c4fe90eec75_removebg.jpg?w=600', 'https://abimg003.imgix.net/KS15ZLN/2026-03-19/image/6e30f8ad-009d-44d4-aac2-3b23db312053_removebg.jpg?w=600', 'https://abimg003.imgix.net/KS15ZLN/2026-03-19/image/88729ab9-1847-4120-8e10-a211da7ca829_removebg.jpg?w=600', 'https://abimg003.imgix.net/KS15ZLN/2026-03-19/image/463e391b-e2d0-4ac9-b962-1122367068f9_removebg.jpg?w=600', 'https://abimg003.imgix.net/KS15ZLN/2026-03-19/image/be21f726-cb7e-4122-9b25-8ffe7ad1ea50_removebg.jpg?w=600', 'https://abimg003.imgix.net/KS15ZLN/2026-03-19/image/07358386-0600-4a3e-94af-a4eca70d95e2_removebg.jpg?w=600', 'https://abimg003.imgix.net/KS15ZLN/2026-03-19/image/b04a066a-9bc3-4695-a999-3b7efab912db_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 05/16 - 15K, 02/17 - 31K, 03/18 - 40K, 02/19 - 44K, 02/20 - 51K, 02/21 - 55K, 01/22 - 60K, INVOICE @ 01/23 - 71K, 10/24 - 99K,', 'remarks': '**712** VOSA STATES 40K, 44K, 51K, 55K, 60K, 73K, 91K, 103K, 112K', 'virtual': False, 'seller': 'UKCGR - Select', '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/6a94ef0f-0c01-4db7-b9a5-2c069272c393.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:01:30 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120586686, 'registration': 'KS15ZLN', 'account': 'WBA003', 'make': 'VAUXHALL', 'model': 'MOKKA DIESEL HATCHBACK', 'derivative': '1.7 CDTi Tech Line 5dr', 'mileage': 112847, 'mileageWarranty': True, 'type': 'car', 'saleId': 18909, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 438}, 'saleStart': '2026-03-31T12:00Z', 'lot': 189, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2015-05-22', 'fuel': 'Diesel', 'motExpiry': '2027-03-12', 'doors': 5, 'engineSize': 1686, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/KS15ZLN/2026-03-19/image/7a666fef-eb7d-4644-8874-2d1449a1b3c0_removebg.jpg?w=600', 'https://abimg003.imgix.net/KS15ZLN/2026-03-19/image/a43cf884-fbe2-48fc-a81e-df37fe0b0bd5_removebg.jpg?w=600', 'https://abimg003.imgix.net/KS15ZLN/2026-03-19/image/6b3ff68b-48b8-4142-9dbb-9c4fe90eec75_removebg.jpg?w=600', 'https://abimg003.imgix.net/KS15ZLN/2026-03-19/image/6e30f8ad-009d-44d4-aac2-3b23db312053_removebg.jpg?w=600', 'https://abimg003.imgix.net/KS15ZLN/2026-03-19/image/88729ab9-1847-4120-8e10-a211da7ca829_removebg.jpg?w=600', 'https://abimg003.imgix.net/KS15ZLN/2026-03-19/image/463e391b-e2d0-4ac9-b962-1122367068f9_removebg.jpg?w=600', 'https://abimg003.imgix.net/KS15ZLN/2026-03-19/image/be21f726-cb7e-4122-9b25-8ffe7ad1ea50_removebg.jpg?w=600', 'https://abimg003.imgix.net/KS15ZLN/2026-03-19/image/07358386-0600-4a3e-94af-a4eca70d95e2_removebg.jpg?w=600', 'https://abimg003.imgix.net/KS15ZLN/2026-03-19/image/b04a066a-9bc3-4695-a999-3b7efab912db_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 05/16 - 15K, 02/17 - 31K, 03/18 - 40K, 02/19 - 44K, 02/20 - 51K, 02/21 - 55K, 01/22 - 60K, INVOICE @ 01/23 - 71K, 10/24 - 99K,', 'remarks': '**712** VOSA STATES 40K, 44K, 51K, 55K, 60K, 73K, 91K, 103K, 112K', 'virtual': False, 'seller': 'UKCGR - Select', '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/6a94ef0f-0c01-4db7-b9a5-2c069272c393.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:01:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 776dbee8-410c-51ac-a4be-55bb17184d0e with identifier: 120586686
2026-03-30 10:01:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 776dbee8-410c-51ac-a4be-55bb17184d0e with scrape type 2
2026-03-30 10:01:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 776dbee8-410c-51ac-a4be-55bb17184d0e with scrape type 2
2026-03-30 10:01:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 776dbee8-410c-51ac-a4be-55bb17184d0e, identifier: 120586686
2026-03-30 10:01:30 [astonbarclay.gb] INFO: Found listing with ID: 120869621
2026-03-30 10:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120869621%27 HTTP/1.1" 200 None
2026-03-30 10:01:30 [astonbarclay.gb] INFO: Scrape type for 120869621: 1
2026-03-30 10:01:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: f745fc77-924d-59cc-aec6-995e736d60f4 with identifier: 120823089
2026-03-30 10:01:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: f745fc77-924d-59cc-aec6-995e736d60f4 with identifier: 120823089
2026-03-30 10:01:30 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: f745fc77-924d-59cc-aec6-995e736d60f4 with identifier: 120823089 to the API
2026-03-30 10:01:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:01:31 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:01:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120823089?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-31T12:00:00Z',
'fuel_type': 'Electric',
'id': 'f745fc77-924d-59cc-aec6-995e736d60f4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'EF70LCP',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120823089',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'HYUNDAI',
'model': 'IONIQ ELECTRIC HATCHBACK',
'odometer': 46051,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-12-23',
'seller_name': 'UKCGR - Premium',
'title': 'HYUNDAI IONIQ ELECTRIC HATCHBACK 100kW Premium 38kWh 5dr Auto',
'transmission': 'automatic',
'trim': '100kW Premium 38kWh 5dr Auto',
'vin': None,
'year': 2020}
2026-03-30 10:01:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120823089%27 HTTP/1.1" 200 None
2026-03-30 10:01:32 [astonbarclay.gb] INFO: Saving data for 120823089: {'auction_closing_time': 1774958400.0, 'created_time': 1774530303.268395, 'last_price_update_time': 1774864892.100112}
2026-03-30 10:01:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120823089') HTTP/1.1" 204 0
2026-03-30 10:01:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 3d4605d3-e591-5d61-9e37-daa37a7dac8a with identifier: 120823289
2026-03-30 10:01:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 3d4605d3-e591-5d61-9e37-daa37a7dac8a with identifier: 120823289
2026-03-30 10:01:32 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 3d4605d3-e591-5d61-9e37-daa37a7dac8a with identifier: 120823289 to the API
2026-03-30 10:01:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 10:01:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120823289?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 95,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.0L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'Petrol',
'id': '3d4605d3-e591-5d61-9e37-daa37a7dac8a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'FA65LFE',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120823289',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'TOYOTA',
'model': 'AYGO HATCHBACK',
'odometer': 58835,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-02-20',
'seller_name': 'UKCGR - Trade',
'title': 'TOYOTA AYGO HATCHBACK 1.0 VVT-i X-Play 5dr',
'transmission': 'manual',
'trim': '1.0 VVT-i X-Play 5dr',
'vin': None,
'year': 2016}
2026-03-30 10:01:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120823289%27 HTTP/1.1" 200 None
2026-03-30 10:01:32 [astonbarclay.gb] INFO: Saving data for 120823289: {'auction_closing_time': 1774958400.0, 'created_time': 1774530328.407867, 'last_price_update_time': 1774864892.70367}
2026-03-30 10:01:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120823289') HTTP/1.1" 204 0
2026-03-30 10:01:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 776dbee8-410c-51ac-a4be-55bb17184d0e with identifier: 120586686
2026-03-30 10:01:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 776dbee8-410c-51ac-a4be-55bb17184d0e with identifier: 120586686
2026-03-30 10:01:32 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 776dbee8-410c-51ac-a4be-55bb17184d0e with identifier: 120586686 to the API
2026-03-30 10:01:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 10:01:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120586686?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 120,
'color': 'SILVER',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.7L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'Diesel',
'id': '776dbee8-410c-51ac-a4be-55bb17184d0e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'KS15ZLN',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120586686',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'VAUXHALL',
'model': 'MOKKA DIESEL HATCHBACK',
'odometer': 112847,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-05-22',
'seller_name': 'UKCGR - Select',
'title': 'VAUXHALL MOKKA DIESEL HATCHBACK 1.7 CDTi Tech Line 5dr',
'transmission': 'manual',
'trim': '1.7 CDTi Tech Line 5dr',
'vin': None,
'year': 2015}
2026-03-30 10:01:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120586686%27 HTTP/1.1" 200 None
2026-03-30 10:01:33 [astonbarclay.gb] INFO: Saving data for 120586686: {'auction_closing_time': 1774958400.0, 'created_time': 1773863613.123815, 'last_price_update_time': 1774864893.274651}
2026-03-30 10:01:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120586686') HTTP/1.1" 204 0
2026-03-30 10:01:33 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120825971, 'registration': 'GV10HWF', 'account': 'WBA004', 'make': 'FORD', 'model': 'KA HATCHBACK', 'derivative': '1.2 Zetec 3dr', 'mileage': 94285, 'mileageWarranty': True, 'type': 'car', 'saleId': 18909, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 438}, 'saleStart': '2026-03-31T12:00Z', 'lot': 157, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2010-06-24', 'fuel': 'Petrol', 'motExpiry': '2027-01-22', 'doors': 3, 'engineSize': 1242, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/GV10HWF/2026-03-27/image/ed2eddd5-cff4-43bd-8be8-8c911b0b5293_removebg.jpg?w=600', 'https://abimg003.imgix.net/GV10HWF/2026-03-27/image/c95de8b0-2666-4c90-8f1e-8c97b0fd2146_removebg.jpg?w=600', 'https://abimg003.imgix.net/GV10HWF/2026-03-27/image/819be80f-294c-40d2-b7f3-75285d910768_removebg.jpg?w=600', 'https://abimg003.imgix.net/GV10HWF/2026-03-27/image/fc542652-5651-40cc-9e1f-60d7aff4a615_removebg.jpg?w=600', 'https://abimg003.imgix.net/GV10HWF/2026-03-27/image/c746573a-778e-4f2e-bb6d-eb8c70e399d1_removebg.jpg?w=600', 'https://abimg003.imgix.net/GV10HWF/2026-03-27/image/891ea733-48ff-41c3-9905-6eae0d7b54ae_removebg.jpg?w=600', 'https://abimg003.imgix.net/GV10HWF/2026-03-27/image/c8f7e35e-7a12-473e-9768-14b29f973d4d_removebg.jpg?w=600', 'https://abimg003.imgix.net/GV10HWF/2026-03-27/image/d7c1169a-d26f-4f60-b5fd-3ef2af273996_removebg.jpg?w=600', 'https://abimg003.imgix.net/GV10HWF/2026-03-27/image/a8ade149-8cea-49d1-b2aa-24b9580c06b3_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 06/11 - 5K, 06/12 - 11K, 06/17 - 37K, 06/18 - 42K, 06/19 - 47K, 06/21- 64K, 06/22 - 77K,', 'remarks': '**540** VOSA STATES 16K, 22K, 27K, 33K, 37K, 45K, 47K, 55K, 64K, 77K, 85K, 89K, 93K', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '5', 'v5': True, 'v5details': 'Here', 'co2': 119, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/f12f89c2-fdcd-420d-a708-ad028a716f9f.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:01:33 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120825971, 'registration': 'GV10HWF', 'account': 'WBA004', 'make': 'FORD', 'model': 'KA HATCHBACK', 'derivative': '1.2 Zetec 3dr', 'mileage': 94285, 'mileageWarranty': True, 'type': 'car', 'saleId': 18909, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 438}, 'saleStart': '2026-03-31T12:00Z', 'lot': 157, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2010-06-24', 'fuel': 'Petrol', 'motExpiry': '2027-01-22', 'doors': 3, 'engineSize': 1242, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/GV10HWF/2026-03-27/image/ed2eddd5-cff4-43bd-8be8-8c911b0b5293_removebg.jpg?w=600', 'https://abimg003.imgix.net/GV10HWF/2026-03-27/image/c95de8b0-2666-4c90-8f1e-8c97b0fd2146_removebg.jpg?w=600', 'https://abimg003.imgix.net/GV10HWF/2026-03-27/image/819be80f-294c-40d2-b7f3-75285d910768_removebg.jpg?w=600', 'https://abimg003.imgix.net/GV10HWF/2026-03-27/image/fc542652-5651-40cc-9e1f-60d7aff4a615_removebg.jpg?w=600', 'https://abimg003.imgix.net/GV10HWF/2026-03-27/image/c746573a-778e-4f2e-bb6d-eb8c70e399d1_removebg.jpg?w=600', 'https://abimg003.imgix.net/GV10HWF/2026-03-27/image/891ea733-48ff-41c3-9905-6eae0d7b54ae_removebg.jpg?w=600', 'https://abimg003.imgix.net/GV10HWF/2026-03-27/image/c8f7e35e-7a12-473e-9768-14b29f973d4d_removebg.jpg?w=600', 'https://abimg003.imgix.net/GV10HWF/2026-03-27/image/d7c1169a-d26f-4f60-b5fd-3ef2af273996_removebg.jpg?w=600', 'https://abimg003.imgix.net/GV10HWF/2026-03-27/image/a8ade149-8cea-49d1-b2aa-24b9580c06b3_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 06/11 - 5K, 06/12 - 11K, 06/17 - 37K, 06/18 - 42K, 06/19 - 47K, 06/21- 64K, 06/22 - 77K,', 'remarks': '**540** VOSA STATES 16K, 22K, 27K, 33K, 37K, 45K, 47K, 55K, 64K, 77K, 85K, 89K, 93K', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '5', 'v5': True, 'v5details': 'Here', 'co2': 119, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/f12f89c2-fdcd-420d-a708-ad028a716f9f.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:01:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 58492573-0d9a-570f-b837-a56734d2e501 with identifier: 120825971
2026-03-30 10:01:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 58492573-0d9a-570f-b837-a56734d2e501 with scrape type 2
2026-03-30 10:01:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 58492573-0d9a-570f-b837-a56734d2e501 with scrape type 2
2026-03-30 10:01:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 58492573-0d9a-570f-b837-a56734d2e501, identifier: 120825971
2026-03-30 10:01:33 [astonbarclay.gb] INFO: Found listing with ID: 120870355
2026-03-30 10:01:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120870355%27 HTTP/1.1" 200 None
2026-03-30 10:01:33 [astonbarclay.gb] INFO: Scrape type for 120870355: 1
2026-03-30 10:01:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120806000?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:01:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 58492573-0d9a-570f-b837-a56734d2e501 with identifier: 120825971
2026-03-30 10:01:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 58492573-0d9a-570f-b837-a56734d2e501 with identifier: 120825971
2026-03-30 10:01:33 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 58492573-0d9a-570f-b837-a56734d2e501 with identifier: 120825971 to the API
2026-03-30 10:01:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 10:01:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120825971?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 119,
'color': 'RED',
'currency': 'GBP',
'doors_number': 3,
'emission_standard': 'EURO 4',
'engine': '1.2L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'Petrol',
'id': '58492573-0d9a-570f-b837-a56734d2e501',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'GV10HWF',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120825971',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'FORD',
'model': 'KA HATCHBACK',
'odometer': 94285,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2010-06-24',
'seller_name': 'UKCGR - Trade',
'title': 'FORD KA HATCHBACK 1.2 Zetec 3dr',
'transmission': 'manual',
'trim': '1.2 Zetec 3dr',
'vin': None,
'year': 2010}
2026-03-30 10:01:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120825971%27 HTTP/1.1" 200 None
2026-03-30 10:01:33 [astonbarclay.gb] INFO: Saving data for 120825971: {'auction_closing_time': 1774958400.0, 'created_time': 1774530314.555838, 'last_price_update_time': 1774864893.781386}
2026-03-30 10:01:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120825971') HTTP/1.1" 204 0
2026-03-30 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-30 10:01:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120670779?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:01:33 [astonbarclay.gb] INFO: Found listing with ID: 120870815
2026-03-30 10:01:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120870815%27 HTTP/1.1" 200 None
2026-03-30 10:01:33 [astonbarclay.gb] INFO: Scrape type for 120870815: 1
2026-03-30 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-30 10:01:33 [astonbarclay.gb] INFO: Found listing with ID: 120870561
2026-03-30 10:01:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120870561%27 HTTP/1.1" 200 None
2026-03-30 10:01:33 [astonbarclay.gb] INFO: Scrape type for 120870561: 1
2026-03-30 10:01:33 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120806000, 'registration': 'BP57GDA', 'account': 'WBA004', 'make': 'FORD', 'model': 'FOCUS HATCHBACK', 'derivative': '1.8 Zetec 5dr [Climate Pack]', 'mileage': 152913, 'mileageWarranty': True, 'type': 'car', 'saleId': 18909, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 438}, 'saleStart': '2026-03-31T12:00Z', 'lot': 168, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2008-01-31', 'fuel': 'Petrol', 'motExpiry': '2026-09-06', 'doors': 5, 'engineSize': 1798, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/BP57GDA/2026-03-26/image/42663d68-6ba2-49e1-a395-e1e645937500_removebg.jpg?w=600', 'https://abimg003.imgix.net/BP57GDA/2026-03-26/image/fa005365-9354-48a0-b842-e2de2636065f_removebg.jpg?w=600', 'https://abimg003.imgix.net/BP57GDA/2026-03-26/image/72ae9cd6-f393-4cfa-90b2-4a863d4066ab_removebg.jpg?w=600', 'https://abimg003.imgix.net/BP57GDA/2026-03-26/image/5b680742-703a-4e2c-afa1-2f58eb21c277_removebg.jpg?w=600', 'https://abimg003.imgix.net/BP57GDA/2026-03-26/image/e8b738ca-c5d2-4e11-a9eb-07e4265e6ea1_removebg.jpg?w=600', 'https://abimg003.imgix.net/BP57GDA/2026-03-26/image/15d07cc1-4397-4d54-8140-18734d90019a_removebg.jpg?w=600', 'https://abimg003.imgix.net/BP57GDA/2026-03-26/image/a7c4aa8d-61ec-4cb8-a9d9-50b1dae1f2e4_removebg.jpg?w=600', 'https://abimg003.imgix.net/BP57GDA/2026-03-26/image/887422cf-2864-42ea-8270-8f2f8303ed3c_removebg.jpg?w=600', 'https://abimg003.imgix.net/BP57GDA/2026-03-26/image/d358a315-e2ff-43d4-acf4-2a815f8ce377_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 02/09 - 13K, 11/10 - 33K, 12/11 - 46K, 12/12 - 55K, 11/18 - 100K,', 'remarks': '**436** VOSA STATES 33K, 46K, 55K, 57K, 63K, 72K, 79K, 88K, 97K, 100K, 107K, 115K, 122K, 129K, 138K, 144K, 150K,', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '5', 'v5': True, 'v5details': 'Here', 'co2': 167, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/8a5e1bf3-c204-433c-a292-dce255a106aa.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:01:33 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120806000, 'registration': 'BP57GDA', 'account': 'WBA004', 'make': 'FORD', 'model': 'FOCUS HATCHBACK', 'derivative': '1.8 Zetec 5dr [Climate Pack]', 'mileage': 152913, 'mileageWarranty': True, 'type': 'car', 'saleId': 18909, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 438}, 'saleStart': '2026-03-31T12:00Z', 'lot': 168, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2008-01-31', 'fuel': 'Petrol', 'motExpiry': '2026-09-06', 'doors': 5, 'engineSize': 1798, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/BP57GDA/2026-03-26/image/42663d68-6ba2-49e1-a395-e1e645937500_removebg.jpg?w=600', 'https://abimg003.imgix.net/BP57GDA/2026-03-26/image/fa005365-9354-48a0-b842-e2de2636065f_removebg.jpg?w=600', 'https://abimg003.imgix.net/BP57GDA/2026-03-26/image/72ae9cd6-f393-4cfa-90b2-4a863d4066ab_removebg.jpg?w=600', 'https://abimg003.imgix.net/BP57GDA/2026-03-26/image/5b680742-703a-4e2c-afa1-2f58eb21c277_removebg.jpg?w=600', 'https://abimg003.imgix.net/BP57GDA/2026-03-26/image/e8b738ca-c5d2-4e11-a9eb-07e4265e6ea1_removebg.jpg?w=600', 'https://abimg003.imgix.net/BP57GDA/2026-03-26/image/15d07cc1-4397-4d54-8140-18734d90019a_removebg.jpg?w=600', 'https://abimg003.imgix.net/BP57GDA/2026-03-26/image/a7c4aa8d-61ec-4cb8-a9d9-50b1dae1f2e4_removebg.jpg?w=600', 'https://abimg003.imgix.net/BP57GDA/2026-03-26/image/887422cf-2864-42ea-8270-8f2f8303ed3c_removebg.jpg?w=600', 'https://abimg003.imgix.net/BP57GDA/2026-03-26/image/d358a315-e2ff-43d4-acf4-2a815f8ce377_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 02/09 - 13K, 11/10 - 33K, 12/11 - 46K, 12/12 - 55K, 11/18 - 100K,', 'remarks': '**436** VOSA STATES 33K, 46K, 55K, 57K, 63K, 72K, 79K, 88K, 97K, 100K, 107K, 115K, 122K, 129K, 138K, 144K, 150K,', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '5', 'v5': True, 'v5details': 'Here', 'co2': 167, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/8a5e1bf3-c204-433c-a292-dce255a106aa.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:01:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 567f1b60-44dd-5c4e-9ab7-1c44d23ba060 with identifier: 120806000
2026-03-30 10:01:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 567f1b60-44dd-5c4e-9ab7-1c44d23ba060 with scrape type 2
2026-03-30 10:01:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 567f1b60-44dd-5c4e-9ab7-1c44d23ba060 with scrape type 2
2026-03-30 10:01:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 567f1b60-44dd-5c4e-9ab7-1c44d23ba060, identifier: 120806000
2026-03-30 10:01:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 567f1b60-44dd-5c4e-9ab7-1c44d23ba060 with identifier: 120806000
2026-03-30 10:01:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 567f1b60-44dd-5c4e-9ab7-1c44d23ba060 with identifier: 120806000
2026-03-30 10:01:34 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 567f1b60-44dd-5c4e-9ab7-1c44d23ba060 with identifier: 120806000 to the API
2026-03-30 10:01:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 10:01:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120806000?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 167,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 4',
'engine': '1.8L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'Petrol',
'id': '567f1b60-44dd-5c4e-9ab7-1c44d23ba060',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'BP57GDA',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120806000',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'FORD',
'model': 'FOCUS HATCHBACK',
'odometer': 152913,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2008-01-31',
'seller_name': 'UKCGR - Trade',
'title': 'FORD FOCUS HATCHBACK 1.8 Zetec 5dr [Climate Pack]',
'transmission': 'manual',
'trim': '1.8 Zetec 5dr [Climate Pack]',
'vin': None,
'year': 2008}
2026-03-30 10:01:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120806000%27 HTTP/1.1" 200 None
2026-03-30 10:01:34 [astonbarclay.gb] INFO: Saving data for 120806000: {'auction_closing_time': 1774958400.0, 'created_time': 1774530276.316874, 'last_price_update_time': 1774864894.277603}
2026-03-30 10:01:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120806000') HTTP/1.1" 204 0
2026-03-30 10:01:34 [astonbarclay.gb] INFO: Found listing with ID: 120880218
2026-03-30 10:01:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120880218%27 HTTP/1.1" 200 None
2026-03-30 10:01:34 [astonbarclay.gb] INFO: Scrape type for 120880218: 1
2026-03-30 10:01:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120819771?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:01:34 [astonbarclay.gb] INFO: Found listing with ID: 120870326
2026-03-30 10:01:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120870326%27 HTTP/1.1" 200 None
2026-03-30 10:01:34 [astonbarclay.gb] INFO: Scrape type for 120870326: 1
2026-03-30 10:01:34 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:01:34 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120670779, 'registration': 'HG11PKA', 'account': 'VAN038', 'make': 'PORSCHE', 'model': 'CAYENNE DIESEL ESTATE', 'derivative': 'Diesel [245] 5dr Tiptronic S', 'mileage': 136175, 'mileageWarranty': True, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 438}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2011-07-08', 'fuel': 'Diesel', 'motExpiry': '2027-03-08', 'doors': 5, 'engineSize': 2967, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/HG11PKA/2026-03-24/image/b6935308-1e2a-4622-9004-f98af869accd_removebg.jpg?w=600', 'https://abimg003.imgix.net/HG11PKA/2026-03-24/image/3bc4a239-a115-4691-ab77-7f0c96af47bb_removebg.jpg?w=600', 'https://abimg003.imgix.net/HG11PKA/2026-03-24/image/8aedbc7b-0da0-466e-9f64-adc6654cd77c_removebg.jpg?w=600', 'https://abimg003.imgix.net/HG11PKA/2026-03-24/image/f8ae8efa-4003-4139-8852-7d2e6ba4a210_removebg.jpg?w=600', 'https://abimg003.imgix.net/HG11PKA/2026-03-24/image/1ef65f32-083d-4993-bc71-4f5959186641_removebg.jpg?w=600', 'https://abimg003.imgix.net/HG11PKA/2026-03-24/image/0a6ab31a-6ee9-410f-adcf-5f7941f3a667_removebg.jpg?w=600', 'https://abimg003.imgix.net/HG11PKA/2026-03-24/image/ea8dd766-698e-4b7c-9ec9-524c004918e8_removebg.jpg?w=600', 'https://abimg003.imgix.net/HG11PKA/2026-03-24/image/e87374aa-8aea-484f-84e3-8387558fdad4_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service print and book 04/13 - 20K, 12/14 - 40K, 11/15 - 50K, 05/17 - 75K, 01/20 - 99K, 01/22 - NO MILEAGE, 06/23 - NO MILEAGE, 02/25 - 129K, 06/25 - 131K, 11/25 - 134K,', 'remarks': '**1294** VOSA STATES 50K, 67K, 76K, 76K, 89K, 99K, 104K, 109K, 115K, 122K, 129K, 136K,', 'virtual': False, 'seller': 'Vantage Motor Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '7', 'v5': True, 'v5details': 'Here', 'co2': 189, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/7f36112f-ac93-4b59-a942-2da74690489a.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:01:34 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120670779, 'registration': 'HG11PKA', 'account': 'VAN038', 'make': 'PORSCHE', 'model': 'CAYENNE DIESEL ESTATE', 'derivative': 'Diesel [245] 5dr Tiptronic S', 'mileage': 136175, 'mileageWarranty': True, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 438}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2011-07-08', 'fuel': 'Diesel', 'motExpiry': '2027-03-08', 'doors': 5, 'engineSize': 2967, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/HG11PKA/2026-03-24/image/b6935308-1e2a-4622-9004-f98af869accd_removebg.jpg?w=600', 'https://abimg003.imgix.net/HG11PKA/2026-03-24/image/3bc4a239-a115-4691-ab77-7f0c96af47bb_removebg.jpg?w=600', 'https://abimg003.imgix.net/HG11PKA/2026-03-24/image/8aedbc7b-0da0-466e-9f64-adc6654cd77c_removebg.jpg?w=600', 'https://abimg003.imgix.net/HG11PKA/2026-03-24/image/f8ae8efa-4003-4139-8852-7d2e6ba4a210_removebg.jpg?w=600', 'https://abimg003.imgix.net/HG11PKA/2026-03-24/image/1ef65f32-083d-4993-bc71-4f5959186641_removebg.jpg?w=600', 'https://abimg003.imgix.net/HG11PKA/2026-03-24/image/0a6ab31a-6ee9-410f-adcf-5f7941f3a667_removebg.jpg?w=600', 'https://abimg003.imgix.net/HG11PKA/2026-03-24/image/ea8dd766-698e-4b7c-9ec9-524c004918e8_removebg.jpg?w=600', 'https://abimg003.imgix.net/HG11PKA/2026-03-24/image/e87374aa-8aea-484f-84e3-8387558fdad4_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service print and book 04/13 - 20K, 12/14 - 40K, 11/15 - 50K, 05/17 - 75K, 01/20 - 99K, 01/22 - NO MILEAGE, 06/23 - NO MILEAGE, 02/25 - 129K, 06/25 - 131K, 11/25 - 134K,', 'remarks': '**1294** VOSA STATES 50K, 67K, 76K, 76K, 89K, 99K, 104K, 109K, 115K, 122K, 129K, 136K,', 'virtual': False, 'seller': 'Vantage Motor Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '7', 'v5': True, 'v5details': 'Here', 'co2': 189, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/7f36112f-ac93-4b59-a942-2da74690489a.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:01:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 25e050b2-0e22-5530-a26d-51eb1cf6b442 with identifier: 120670779
2026-03-30 10:01:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 25e050b2-0e22-5530-a26d-51eb1cf6b442 with scrape type 2
2026-03-30 10:01:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 25e050b2-0e22-5530-a26d-51eb1cf6b442 with scrape type 2
2026-03-30 10:01:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 25e050b2-0e22-5530-a26d-51eb1cf6b442, identifier: 120670779
2026-03-30 10:01:34 [astonbarclay.gb] INFO: Found listing with ID: 120870746
2026-03-30 10:01:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120870746%27 HTTP/1.1" 200 None
2026-03-30 10:01:34 [astonbarclay.gb] INFO: Scrape type for 120870746: 1
2026-03-30 10:01:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 25e050b2-0e22-5530-a26d-51eb1cf6b442 with identifier: 120670779
2026-03-30 10:01:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 25e050b2-0e22-5530-a26d-51eb1cf6b442 with identifier: 120670779
2026-03-30 10:01:34 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 25e050b2-0e22-5530-a26d-51eb1cf6b442 with identifier: 120670779 to the API
2026-03-30 10:01:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 10:01:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120670779?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 189,
'color': 'SILVER',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '3.0L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'Diesel',
'id': '25e050b2-0e22-5530-a26d-51eb1cf6b442',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'HG11PKA',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120670779',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'PORSCHE',
'model': 'CAYENNE DIESEL ESTATE',
'odometer': 136175,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2011-07-08',
'seller_name': 'Vantage Motor Group',
'title': 'PORSCHE CAYENNE DIESEL ESTATE Diesel [245] 5dr Tiptronic S',
'transmission': 'automatic',
'trim': 'Diesel [245] 5dr Tiptronic S',
'vin': None,
'year': 2011}
2026-03-30 10:01:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120670779%27 HTTP/1.1" 200 None
2026-03-30 10:01:35 [astonbarclay.gb] INFO: Saving data for 120670779: {'auction_closing_time': 1774958400.0, 'created_time': 1774328521.909828, 'last_price_update_time': 1774864895.06607}
2026-03-30 10:01:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120670779') HTTP/1.1" 204 0
2026-03-30 10:01:35 [astonbarclay.gb] INFO: Found listing with ID: 120870434
2026-03-30 10:01:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120870434%27 HTTP/1.1" 200 None
2026-03-30 10:01:35 [astonbarclay.gb] INFO: Scrape type for 120870434: 1
2026-03-30 10:01:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120646744?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:01:35 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120819771, 'registration': 'YD15NEU', 'account': 'WBA004', 'make': 'FORD', 'model': 'FIESTA HATCHBACK', 'derivative': '1.0 EcoBoost Titanium 5dr', 'mileage': 124800, 'mileageWarranty': True, 'type': 'car', 'saleId': 18909, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 438}, 'saleStart': '2026-03-31T12:00Z', 'lot': 172, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2015-03-06', 'fuel': 'Petrol', 'motExpiry': '2026-10-31', 'doors': 5, 'engineSize': 998, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YD15NEU/2026-03-26/image/c2dd5ed3-8622-49b4-8bce-d4653bdeffc4_removebg.jpg?w=600', 'https://abimg003.imgix.net/YD15NEU/2026-03-26/image/d39cc310-65c1-494b-b088-ae487afd9a1f_removebg.jpg?w=600', 'https://abimg003.imgix.net/YD15NEU/2026-03-26/image/a7f702fb-8732-43cd-b323-dc5c06329e4d_removebg.jpg?w=600', 'https://abimg003.imgix.net/YD15NEU/2026-03-26/image/28955700-abb4-4f9b-a36f-a00f1a36f96f_removebg.jpg?w=600', 'https://abimg003.imgix.net/YD15NEU/2026-03-26/image/b1043a9d-59fd-4642-96a3-8578b0811ca1_removebg.jpg?w=600', 'https://abimg003.imgix.net/YD15NEU/2026-03-26/image/ec251028-50f5-456e-9ded-358ce9191f8e_removebg.jpg?w=600', 'https://abimg003.imgix.net/YD15NEU/2026-03-26/image/2d50598b-f3c6-4bfb-83b5-f2daee138a38_removebg.jpg?w=600', 'https://abimg003.imgix.net/YD15NEU/2026-03-26/image/9897695a-a98f-418c-a918-bbe478e8dcd7_removebg.jpg?w=600', 'https://abimg003.imgix.net/YD15NEU/2026-03-26/image/abb988ac-a7de-4d25-b987-bd980c834214_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 02/16 - 13K, 02/17 - 30K, 02/18 - 47K, 02/19 - 61K, 02/20 - 76K, 12/20 - 86K, 12/22 - 99K,', 'remarks': '**612**VOSA STATES 47K, 60K, 76K, 86K, 91K, 99K, 103K, 112K, 122K SPARE KEY', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 99, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/c68dda08-5347-4e33-b446-78e407535e77.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:01:35 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120819771, 'registration': 'YD15NEU', 'account': 'WBA004', 'make': 'FORD', 'model': 'FIESTA HATCHBACK', 'derivative': '1.0 EcoBoost Titanium 5dr', 'mileage': 124800, 'mileageWarranty': True, 'type': 'car', 'saleId': 18909, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 438}, 'saleStart': '2026-03-31T12:00Z', 'lot': 172, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2015-03-06', 'fuel': 'Petrol', 'motExpiry': '2026-10-31', 'doors': 5, 'engineSize': 998, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YD15NEU/2026-03-26/image/c2dd5ed3-8622-49b4-8bce-d4653bdeffc4_removebg.jpg?w=600', 'https://abimg003.imgix.net/YD15NEU/2026-03-26/image/d39cc310-65c1-494b-b088-ae487afd9a1f_removebg.jpg?w=600', 'https://abimg003.imgix.net/YD15NEU/2026-03-26/image/a7f702fb-8732-43cd-b323-dc5c06329e4d_removebg.jpg?w=600', 'https://abimg003.imgix.net/YD15NEU/2026-03-26/image/28955700-abb4-4f9b-a36f-a00f1a36f96f_removebg.jpg?w=600', 'https://abimg003.imgix.net/YD15NEU/2026-03-26/image/b1043a9d-59fd-4642-96a3-8578b0811ca1_removebg.jpg?w=600', 'https://abimg003.imgix.net/YD15NEU/2026-03-26/image/ec251028-50f5-456e-9ded-358ce9191f8e_removebg.jpg?w=600', 'https://abimg003.imgix.net/YD15NEU/2026-03-26/image/2d50598b-f3c6-4bfb-83b5-f2daee138a38_removebg.jpg?w=600', 'https://abimg003.imgix.net/YD15NEU/2026-03-26/image/9897695a-a98f-418c-a918-bbe478e8dcd7_removebg.jpg?w=600', 'https://abimg003.imgix.net/YD15NEU/2026-03-26/image/abb988ac-a7de-4d25-b987-bd980c834214_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 02/16 - 13K, 02/17 - 30K, 02/18 - 47K, 02/19 - 61K, 02/20 - 76K, 12/20 - 86K, 12/22 - 99K,', 'remarks': '**612**VOSA STATES 47K, 60K, 76K, 86K, 91K, 99K, 103K, 112K, 122K SPARE KEY', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 99, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/c68dda08-5347-4e33-b446-78e407535e77.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:01:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e37d3782-3760-5ea9-b4fb-596cc618a844 with identifier: 120819771
2026-03-30 10:01:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e37d3782-3760-5ea9-b4fb-596cc618a844 with scrape type 2
2026-03-30 10:01:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e37d3782-3760-5ea9-b4fb-596cc618a844 with scrape type 2
2026-03-30 10:01:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: e37d3782-3760-5ea9-b4fb-596cc618a844, identifier: 120819771
2026-03-30 10:01:35 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:01:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120796093?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:01:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120792109?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:01:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120805298?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:01:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120805512?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:01:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: e37d3782-3760-5ea9-b4fb-596cc618a844 with identifier: 120819771
2026-03-30 10:01:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: e37d3782-3760-5ea9-b4fb-596cc618a844 with identifier: 120819771
2026-03-30 10:01:35 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: e37d3782-3760-5ea9-b4fb-596cc618a844 with identifier: 120819771 to the API
2026-03-30 10:01:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 10:01:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120819771?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 99,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'Petrol',
'id': 'e37d3782-3760-5ea9-b4fb-596cc618a844',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'YD15NEU',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120819771',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'FORD',
'model': 'FIESTA HATCHBACK',
'odometer': 124800,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-03-06',
'seller_name': 'UKCGR - Trade',
'title': 'FORD FIESTA HATCHBACK 1.0 EcoBoost Titanium 5dr',
'transmission': 'manual',
'trim': '1.0 EcoBoost Titanium 5dr',
'vin': None,
'year': 2015}
2026-03-30 10:01:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120819771%27 HTTP/1.1" 200 None
2026-03-30 10:01:35 [astonbarclay.gb] INFO: Saving data for 120819771: {'auction_closing_time': 1774958400.0, 'created_time': 1774530289.949588, 'last_price_update_time': 1774864895.561565}
2026-03-30 10:01:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120819771') HTTP/1.1" 204 0
2026-03-30 10:01:35 [astonbarclay.gb] INFO: Found listing with ID: 120669991
2026-03-30 10:01:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120669991%27 HTTP/1.1" 200 None
2026-03-30 10:01:35 [astonbarclay.gb] INFO: Scrape type for 120669991: 0
2026-03-30 10:01:35 [astonbarclay.gb] INFO: Found listing with ID: 120369757
2026-03-30 10:01:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120369757%27 HTTP/1.1" 200 None
2026-03-30 10:01:35 [astonbarclay.gb] INFO: Scrape type for 120369757: 0
2026-03-30 10:01:35 [astonbarclay.gb] INFO: Found listing with ID: 120591143
2026-03-30 10:01:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120591143%27 HTTP/1.1" 200 None
2026-03-30 10:01:35 [astonbarclay.gb] INFO: Scrape type for 120591143: 0
2026-03-30 10:01:35 [astonbarclay.gb] INFO: Found listing with ID: 120731867
2026-03-30 10:01:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120731867%27 HTTP/1.1" 200 None
2026-03-30 10:01:35 [astonbarclay.gb] INFO: Scrape type for 120731867: 0
2026-03-30 10:01:35 [astonbarclay.gb] INFO: Found listing with ID: 120696943
2026-03-30 10:01:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120696943%27 HTTP/1.1" 200 None
2026-03-30 10:01:35 [astonbarclay.gb] INFO: Scrape type for 120696943: 0
2026-03-30 10:01:35 [astonbarclay.gb] INFO: Found listing with ID: 120684736
2026-03-30 10:01:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120684736%27 HTTP/1.1" 200 None
2026-03-30 10:01:35 [astonbarclay.gb] INFO: Scrape type for 120684736: 0
2026-03-30 10:01:35 [astonbarclay.gb] INFO: Found listing with ID: 120762800
2026-03-30 10:01:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120762800%27 HTTP/1.1" 200 None
2026-03-30 10:01:35 [astonbarclay.gb] INFO: Scrape type for 120762800: 2
2026-03-30 10:01:35 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:01:35 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:01:35 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:01:35 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:01:35 [astonbarclay.gb] INFO: Found listing with ID: 120416058
2026-03-30 10:01:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120416058%27 HTTP/1.1" 200 None
2026-03-30 10:01:35 [astonbarclay.gb] INFO: Scrape type for 120416058: 2
2026-03-30 10:01:35 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120646744, 'registration': 'L19GRJ', 'account': 'VAN046', 'make': 'TOYOTA', 'model': 'AURIS HATCHBACK', 'derivative': '1.8 VVTi Hybrid T Spirit 5dr CVT Auto', 'mileage': 73046, 'mileageWarranty': True, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 438}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2011-11-21', 'fuel': 'Petrol/Electric Hybrid', 'motExpiry': '2027-03-12', 'doors': 5, 'engineSize': 1797, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/L19GRJ/2026-03-24/image/060caada-4a50-4d0f-b0af-e64c608d13b2_removebg.jpg?w=600', 'https://abimg003.imgix.net/L19GRJ/2026-03-24/image/41829da0-6986-42f7-9793-5e6b87b0c445_removebg.jpg?w=600', 'https://abimg003.imgix.net/L19GRJ/2026-03-24/image/942bd8de-75c7-4b0a-868a-ae63ea689b7f_removebg.jpg?w=600', 'https://abimg003.imgix.net/L19GRJ/2026-03-24/image/e4147783-ba43-43bf-9579-7a4b03cbfcda_removebg.jpg?w=600', 'https://abimg003.imgix.net/L19GRJ/2026-03-24/image/55b67891-c081-47ab-bbc0-46567400a5a1_removebg.jpg?w=600', 'https://abimg003.imgix.net/L19GRJ/2026-03-24/image/7dd01940-266e-4250-859f-5a351f5c4264_removebg.jpg?w=600', 'https://abimg003.imgix.net/L19GRJ/2026-03-24/image/82a34177-a50a-4c9f-bd8f-8c5d0a9fa36b_removebg.jpg?w=600', 'https://abimg003.imgix.net/L19GRJ/2026-03-24/image/1344358c-0d23-4dad-bae1-4887828db3ff_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service print and book 11/12 - 11K, 01/13 - NO MILEAGE, 11/13 - 17K, 11/14 - 23K, 06/15 - 27K, 05/16 - 34K, 01/17 - 40K, 06/17 - 43K, 07/18 - 53K, 04/19 - 62K, 03/20 - 63K, 03/21 - 65K, 03/22 - 66K, 02/23 - 68K, 03/24 - 69K, 02/25 - 71K, 03/26 - 73K,', 'remarks': '**1220** VOSA STATES 23K, 27K, 34K, 43K, 51K, 62K, 63K, 65K, 66K, 68K, 69K, 71K, 73K,', 'virtual': False, 'seller': 'Vantage Motor Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 93, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/944b2e8a-7604-40e9-b0cd-4d47e821481e.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:01:35 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120646744, 'registration': 'L19GRJ', 'account': 'VAN046', 'make': 'TOYOTA', 'model': 'AURIS HATCHBACK', 'derivative': '1.8 VVTi Hybrid T Spirit 5dr CVT Auto', 'mileage': 73046, 'mileageWarranty': True, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 438}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2011-11-21', 'fuel': 'Petrol/Electric Hybrid', 'motExpiry': '2027-03-12', 'doors': 5, 'engineSize': 1797, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/L19GRJ/2026-03-24/image/060caada-4a50-4d0f-b0af-e64c608d13b2_removebg.jpg?w=600', 'https://abimg003.imgix.net/L19GRJ/2026-03-24/image/41829da0-6986-42f7-9793-5e6b87b0c445_removebg.jpg?w=600', 'https://abimg003.imgix.net/L19GRJ/2026-03-24/image/942bd8de-75c7-4b0a-868a-ae63ea689b7f_removebg.jpg?w=600', 'https://abimg003.imgix.net/L19GRJ/2026-03-24/image/e4147783-ba43-43bf-9579-7a4b03cbfcda_removebg.jpg?w=600', 'https://abimg003.imgix.net/L19GRJ/2026-03-24/image/55b67891-c081-47ab-bbc0-46567400a5a1_removebg.jpg?w=600', 'https://abimg003.imgix.net/L19GRJ/2026-03-24/image/7dd01940-266e-4250-859f-5a351f5c4264_removebg.jpg?w=600', 'https://abimg003.imgix.net/L19GRJ/2026-03-24/image/82a34177-a50a-4c9f-bd8f-8c5d0a9fa36b_removebg.jpg?w=600', 'https://abimg003.imgix.net/L19GRJ/2026-03-24/image/1344358c-0d23-4dad-bae1-4887828db3ff_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service print and book 11/12 - 11K, 01/13 - NO MILEAGE, 11/13 - 17K, 11/14 - 23K, 06/15 - 27K, 05/16 - 34K, 01/17 - 40K, 06/17 - 43K, 07/18 - 53K, 04/19 - 62K, 03/20 - 63K, 03/21 - 65K, 03/22 - 66K, 02/23 - 68K, 03/24 - 69K, 02/25 - 71K, 03/26 - 73K,', 'remarks': '**1220** VOSA STATES 23K, 27K, 34K, 43K, 51K, 62K, 63K, 65K, 66K, 68K, 69K, 71K, 73K,', 'virtual': False, 'seller': 'Vantage Motor Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 93, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/944b2e8a-7604-40e9-b0cd-4d47e821481e.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:01:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b51f0de5-ff35-5ba8-a55b-d18106aaee61 with identifier: 120646744
2026-03-30 10:01:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b51f0de5-ff35-5ba8-a55b-d18106aaee61 with scrape type 2
2026-03-30 10:01:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b51f0de5-ff35-5ba8-a55b-d18106aaee61 with scrape type 2
2026-03-30 10:01:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: b51f0de5-ff35-5ba8-a55b-d18106aaee61, identifier: 120646744
2026-03-30 10:01:35 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120796093, 'registration': 'GV64KKE', 'account': 'VAN040', 'make': 'VAUXHALL', 'model': 'ASTRA SPORTS TOURER', 'derivative': '1.6i 16V Elite 5dr Auto', 'mileage': 85027, 'mileageWarranty': False, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 438}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2015-02-12', 'fuel': 'Petrol', 'motExpiry': '2027-01-31', 'doors': 5, 'engineSize': 1598, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/GV64KKE/2026-03-26/image/35b7670d-6145-46b8-a20e-4c65e50ee1e3_removebg.jpg?w=600', 'https://abimg003.imgix.net/GV64KKE/2026-03-26/image/3175cbe9-16c6-4837-9210-196e87a3ea8a_removebg.jpg?w=600', 'https://abimg003.imgix.net/GV64KKE/2026-03-26/image/815881f1-4a01-48c9-800d-84696c5dfb2a_removebg.jpg?w=600', 'https://abimg003.imgix.net/GV64KKE/2026-03-26/image/2304349c-13e9-4094-85ad-e610d3222b98_removebg.jpg?w=600', 'https://abimg003.imgix.net/GV64KKE/2026-03-26/image/e3b01d13-1109-44e8-abfb-a56058509382_removebg.jpg?w=600', 'https://abimg003.imgix.net/GV64KKE/2026-03-26/image/af61ee8a-bd09-4b05-95f7-c2d9915336c9_removebg.jpg?w=600', 'https://abimg003.imgix.net/GV64KKE/2026-03-26/image/6d8d9bb2-5d6e-43d9-a601-cf8514b85a70_removebg.jpg?w=600', 'https://abimg003.imgix.net/GV64KKE/2026-03-26/image/9e84689d-42f4-40b1-a80f-fea2dbd5c2a1_removebg.jpg?w=600', 'https://abimg003.imgix.net/GV64KKE/2026-03-26/image/5563576a-d34a-4285-982e-aeff9249e131_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 02/16 - 6K, 02/17 - 11K, 02/18 - 16K, 10/18 - 20K, 09/19 - 26K, 06/20 - 50KM, 08/20 - 33K, 08/21 - 40K, 06/23 - 54K, 01/24 - 59K, 01/25 - 71K, 01/26 - 83K', 'remarks': '**1270** VOSA STATES 16K, 20K, 26K, 34K, 42K, 42K, 50K, 59K, 71K, 83K,', 'virtual': False, 'seller': 'Vantage Motor Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '6', 'v5': True, 'v5details': 'Here', 'co2': 169, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/ef034485-6e0b-4d48-a9b9-a849d7bd4d36.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:01:35 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120796093, 'registration': 'GV64KKE', 'account': 'VAN040', 'make': 'VAUXHALL', 'model': 'ASTRA SPORTS TOURER', 'derivative': '1.6i 16V Elite 5dr Auto', 'mileage': 85027, 'mileageWarranty': False, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 438}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2015-02-12', 'fuel': 'Petrol', 'motExpiry': '2027-01-31', 'doors': 5, 'engineSize': 1598, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/GV64KKE/2026-03-26/image/35b7670d-6145-46b8-a20e-4c65e50ee1e3_removebg.jpg?w=600', 'https://abimg003.imgix.net/GV64KKE/2026-03-26/image/3175cbe9-16c6-4837-9210-196e87a3ea8a_removebg.jpg?w=600', 'https://abimg003.imgix.net/GV64KKE/2026-03-26/image/815881f1-4a01-48c9-800d-84696c5dfb2a_removebg.jpg?w=600', 'https://abimg003.imgix.net/GV64KKE/2026-03-26/image/2304349c-13e9-4094-85ad-e610d3222b98_removebg.jpg?w=600', 'https://abimg003.imgix.net/GV64KKE/2026-03-26/image/e3b01d13-1109-44e8-abfb-a56058509382_removebg.jpg?w=600', 'https://abimg003.imgix.net/GV64KKE/2026-03-26/image/af61ee8a-bd09-4b05-95f7-c2d9915336c9_removebg.jpg?w=600', 'https://abimg003.imgix.net/GV64KKE/2026-03-26/image/6d8d9bb2-5d6e-43d9-a601-cf8514b85a70_removebg.jpg?w=600', 'https://abimg003.imgix.net/GV64KKE/2026-03-26/image/9e84689d-42f4-40b1-a80f-fea2dbd5c2a1_removebg.jpg?w=600', 'https://abimg003.imgix.net/GV64KKE/2026-03-26/image/5563576a-d34a-4285-982e-aeff9249e131_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 02/16 - 6K, 02/17 - 11K, 02/18 - 16K, 10/18 - 20K, 09/19 - 26K, 06/20 - 50KM, 08/20 - 33K, 08/21 - 40K, 06/23 - 54K, 01/24 - 59K, 01/25 - 71K, 01/26 - 83K', 'remarks': '**1270** VOSA STATES 16K, 20K, 26K, 34K, 42K, 42K, 50K, 59K, 71K, 83K,', 'virtual': False, 'seller': 'Vantage Motor Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '6', 'v5': True, 'v5details': 'Here', 'co2': 169, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/ef034485-6e0b-4d48-a9b9-a849d7bd4d36.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:01:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 79d5bdd1-35fe-52ba-a531-f36a902e7a20 with identifier: 120796093
2026-03-30 10:01:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 79d5bdd1-35fe-52ba-a531-f36a902e7a20 with scrape type 2
2026-03-30 10:01:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 79d5bdd1-35fe-52ba-a531-f36a902e7a20 with scrape type 2
2026-03-30 10:01:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 79d5bdd1-35fe-52ba-a531-f36a902e7a20, identifier: 120796093
2026-03-30 10:01:35 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120792109, 'registration': 'YR69FVM', 'account': 'AST058', 'make': 'SKODA', 'model': 'KODIAQ ESTATE', 'derivative': '1.5 TSI SE L 5dr DSG [7 Seat]', 'mileage': 87084, 'mileageWarranty': False, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 438}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2019-09-27', 'fuel': 'Petrol', 'motExpiry': '2027-02-18', 'doors': 5, 'engineSize': 1498, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/YR69FVM/2026-03-26/image/72769f9a-2253-4ef3-8147-831899e5626b_removebg.jpg?w=600', 'https://abimg003.imgix.net/YR69FVM/2026-03-26/image/c8b49c6e-2955-43c7-93ef-7c89c1a027fb_removebg.jpg?w=600', 'https://abimg003.imgix.net/YR69FVM/2026-03-26/image/e839ce87-c9a8-4129-bc66-d9725cabab9d_removebg.jpg?w=600', 'https://abimg003.imgix.net/YR69FVM/2026-03-26/image/1dabcd88-ab76-4e86-b45e-89db7a860500_removebg.jpg?w=600', 'https://abimg003.imgix.net/YR69FVM/2026-03-26/image/c0973acf-e57f-46d5-87d5-9bf59a21f1b8_removebg.jpg?w=600', 'https://abimg003.imgix.net/YR69FVM/2026-03-26/image/3808f502-267c-4a4f-aeeb-3104b25ffd14_removebg.jpg?w=600', 'https://abimg003.imgix.net/YR69FVM/2026-03-26/image/b3e7f918-0030-40a0-aa5f-d402b42faa97_removebg.jpg?w=600', 'https://abimg003.imgix.net/YR69FVM/2026-03-26/image/1fec8fa7-3a2b-4416-a394-64f91be5a999_removebg.jpg?w=600', 'https://abimg003.imgix.net/YR69FVM/2026-03-26/image/691f956e-f069-47fd-a9c9-cc5b2ad8fc83_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 10/20 - 14K, 08/21 - 25K, 06/23 - 52K, 05/24 - 61K, INVOICE @ 05/25 - 75K', 'remarks': '**1480** VOSA STATES 42K, 54K, 67K, 80K, 87K,', 'virtual': False, 'seller': 'LDG', '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/2ef30b29-c5c7-4404-8148-1b4deb54cb0c.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:01:35 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120792109, 'registration': 'YR69FVM', 'account': 'AST058', 'make': 'SKODA', 'model': 'KODIAQ ESTATE', 'derivative': '1.5 TSI SE L 5dr DSG [7 Seat]', 'mileage': 87084, 'mileageWarranty': False, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 438}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2019-09-27', 'fuel': 'Petrol', 'motExpiry': '2027-02-18', 'doors': 5, 'engineSize': 1498, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/YR69FVM/2026-03-26/image/72769f9a-2253-4ef3-8147-831899e5626b_removebg.jpg?w=600', 'https://abimg003.imgix.net/YR69FVM/2026-03-26/image/c8b49c6e-2955-43c7-93ef-7c89c1a027fb_removebg.jpg?w=600', 'https://abimg003.imgix.net/YR69FVM/2026-03-26/image/e839ce87-c9a8-4129-bc66-d9725cabab9d_removebg.jpg?w=600', 'https://abimg003.imgix.net/YR69FVM/2026-03-26/image/1dabcd88-ab76-4e86-b45e-89db7a860500_removebg.jpg?w=600', 'https://abimg003.imgix.net/YR69FVM/2026-03-26/image/c0973acf-e57f-46d5-87d5-9bf59a21f1b8_removebg.jpg?w=600', 'https://abimg003.imgix.net/YR69FVM/2026-03-26/image/3808f502-267c-4a4f-aeeb-3104b25ffd14_removebg.jpg?w=600', 'https://abimg003.imgix.net/YR69FVM/2026-03-26/image/b3e7f918-0030-40a0-aa5f-d402b42faa97_removebg.jpg?w=600', 'https://abimg003.imgix.net/YR69FVM/2026-03-26/image/1fec8fa7-3a2b-4416-a394-64f91be5a999_removebg.jpg?w=600', 'https://abimg003.imgix.net/YR69FVM/2026-03-26/image/691f956e-f069-47fd-a9c9-cc5b2ad8fc83_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 10/20 - 14K, 08/21 - 25K, 06/23 - 52K, 05/24 - 61K, INVOICE @ 05/25 - 75K', 'remarks': '**1480** VOSA STATES 42K, 54K, 67K, 80K, 87K,', 'virtual': False, 'seller': 'LDG', '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/2ef30b29-c5c7-4404-8148-1b4deb54cb0c.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:01:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0a12d696-8d45-5e8b-8272-503539627057 with identifier: 120792109
2026-03-30 10:01:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0a12d696-8d45-5e8b-8272-503539627057 with scrape type 2
2026-03-30 10:01:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0a12d696-8d45-5e8b-8272-503539627057 with scrape type 2
2026-03-30 10:01:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 0a12d696-8d45-5e8b-8272-503539627057, identifier: 120792109
2026-03-30 10:01:36 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120805298, 'registration': 'FM17ETD', 'account': 'WBA002', 'make': 'FORD', 'model': 'KA+ HATCHBACK', 'derivative': '1.2 85 Zetec 5dr', 'mileage': 25202, 'mileageWarranty': True, 'type': 'car', 'saleId': 18909, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 438}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2017-06-30', 'fuel': 'Petrol', 'motExpiry': '2026-06-29', 'doors': 5, 'engineSize': 1198, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/FM17ETD/2026-03-26/image/d41ba9ee-003e-40e2-b37c-844473019ceb_removebg.jpg?w=600', 'https://abimg003.imgix.net/FM17ETD/2026-03-26/image/64e8b2a1-2aef-40ad-96ec-6fcf862e5a7b_removebg.jpg?w=600', 'https://abimg003.imgix.net/FM17ETD/2026-03-26/image/e60261cc-8a71-47e3-8f7b-6f4f955b549c_removebg.jpg?w=600', 'https://abimg003.imgix.net/FM17ETD/2026-03-26/image/d23f0619-6389-4d14-9bd4-29652d3d4df6_removebg.jpg?w=600', 'https://abimg003.imgix.net/FM17ETD/2026-03-26/image/559b0895-97ec-430d-8138-09cfe6b0c906_removebg.jpg?w=600', 'https://abimg003.imgix.net/FM17ETD/2026-03-26/image/5f3e904f-3279-4259-bef3-6cd7e76aefc1_removebg.jpg?w=600', 'https://abimg003.imgix.net/FM17ETD/2026-03-26/image/b48f9a2b-d62e-415d-91d3-09c9201757b0_removebg.jpg?w=600', 'https://abimg003.imgix.net/FM17ETD/2026-03-26/image/2673b489-5935-4b8a-b2bd-3d7ee1f78a33_removebg.jpg?w=600', 'https://abimg003.imgix.net/FM17ETD/2026-03-26/image/491daf27-7013-4169-802b-8cc8e8a3cb83_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 09/18 - 5K, 09/19 - 9K, 06/20 - 12K, 06/21 - 12K, 06/22 - 13K, 06/24 - 16K,', 'remarks': '**408** VOSA STATES 12K, 12K, 13K, 15K, 16K, 18K, SPARE KEY', 'virtual': False, 'seller': 'UKCGR - Premium', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 114, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/ea556174-fafb-4c8f-b66c-3fef914a305b.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:01:36 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120805298, 'registration': 'FM17ETD', 'account': 'WBA002', 'make': 'FORD', 'model': 'KA+ HATCHBACK', 'derivative': '1.2 85 Zetec 5dr', 'mileage': 25202, 'mileageWarranty': True, 'type': 'car', 'saleId': 18909, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 438}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2017-06-30', 'fuel': 'Petrol', 'motExpiry': '2026-06-29', 'doors': 5, 'engineSize': 1198, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/FM17ETD/2026-03-26/image/d41ba9ee-003e-40e2-b37c-844473019ceb_removebg.jpg?w=600', 'https://abimg003.imgix.net/FM17ETD/2026-03-26/image/64e8b2a1-2aef-40ad-96ec-6fcf862e5a7b_removebg.jpg?w=600', 'https://abimg003.imgix.net/FM17ETD/2026-03-26/image/e60261cc-8a71-47e3-8f7b-6f4f955b549c_removebg.jpg?w=600', 'https://abimg003.imgix.net/FM17ETD/2026-03-26/image/d23f0619-6389-4d14-9bd4-29652d3d4df6_removebg.jpg?w=600', 'https://abimg003.imgix.net/FM17ETD/2026-03-26/image/559b0895-97ec-430d-8138-09cfe6b0c906_removebg.jpg?w=600', 'https://abimg003.imgix.net/FM17ETD/2026-03-26/image/5f3e904f-3279-4259-bef3-6cd7e76aefc1_removebg.jpg?w=600', 'https://abimg003.imgix.net/FM17ETD/2026-03-26/image/b48f9a2b-d62e-415d-91d3-09c9201757b0_removebg.jpg?w=600', 'https://abimg003.imgix.net/FM17ETD/2026-03-26/image/2673b489-5935-4b8a-b2bd-3d7ee1f78a33_removebg.jpg?w=600', 'https://abimg003.imgix.net/FM17ETD/2026-03-26/image/491daf27-7013-4169-802b-8cc8e8a3cb83_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 09/18 - 5K, 09/19 - 9K, 06/20 - 12K, 06/21 - 12K, 06/22 - 13K, 06/24 - 16K,', 'remarks': '**408** VOSA STATES 12K, 12K, 13K, 15K, 16K, 18K, SPARE KEY', 'virtual': False, 'seller': 'UKCGR - Premium', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 114, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/ea556174-fafb-4c8f-b66c-3fef914a305b.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:01:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8f632390-12c8-5502-8eff-c3a93c04bf17 with identifier: 120805298
2026-03-30 10:01:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8f632390-12c8-5502-8eff-c3a93c04bf17 with scrape type 2
2026-03-30 10:01:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8f632390-12c8-5502-8eff-c3a93c04bf17 with scrape type 2
2026-03-30 10:01:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 8f632390-12c8-5502-8eff-c3a93c04bf17, identifier: 120805298
2026-03-30 10:01:36 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120805512, 'registration': 'KN18GVK', 'account': 'MOT129', 'make': 'MERCEDES-BENZ', 'model': 'C CLASS DIESEL SALOON', 'derivative': 'C220d Sport Premium Plus 4dr 9G-Tronic', 'mileage': 66398, 'mileageWarranty': True, 'type': 'car', 'saleId': 18909, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 438}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2018-04-12', 'fuel': 'Diesel', 'motExpiry': '2027-03-01', 'doors': 4, 'engineSize': 2143, 'bodyType': 'Saloon', 'images': ['https://abimg003.imgix.net/KN18GVK/2026-03-26/image/692d3b20-3517-48ca-8d10-6461d77620f8_removebg.jpg?w=600', 'https://abimg003.imgix.net/KN18GVK/2026-03-26/image/438a932d-3e08-45ec-8d21-658f21229746_removebg.jpg?w=600', 'https://abimg003.imgix.net/KN18GVK/2026-03-26/image/1edc4571-556d-4fdb-9acf-72daca00949e_removebg.jpg?w=600', 'https://abimg003.imgix.net/KN18GVK/2026-03-26/image/bd37a363-53c0-4ed9-99dc-82064efe90b2_removebg.jpg?w=600', 'https://abimg003.imgix.net/KN18GVK/2026-03-26/image/1319623b-9204-4073-97d7-5b9b7b6a6d80_removebg.jpg?w=600', 'https://abimg003.imgix.net/KN18GVK/2026-03-26/image/7bfc1765-c988-4b4c-b421-d1352b013110_removebg.jpg?w=600', 'https://abimg003.imgix.net/KN18GVK/2026-03-26/image/d9ba44ed-a70a-4def-9979-464b77599a41_removebg.jpg?w=600', 'https://abimg003.imgix.net/KN18GVK/2026-03-26/image/7b3c9999-d238-4e4c-8aa8-98ed863738b2_removebg.jpg?w=600', 'https://abimg003.imgix.net/KN18GVK/2026-03-26/image/8b65574f-4297-4b52-abaf-0a4f90ec9f6a_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '**1568** VOSA STATES 36K, 44K, 51K, 58K, 60K, 65K,', 'virtual': False, 'seller': 'MotoNovo Finance', '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/d75021b9-2931-45c6-a803-9edc17511138.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:01:36 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120805512, 'registration': 'KN18GVK', 'account': 'MOT129', 'make': 'MERCEDES-BENZ', 'model': 'C CLASS DIESEL SALOON', 'derivative': 'C220d Sport Premium Plus 4dr 9G-Tronic', 'mileage': 66398, 'mileageWarranty': True, 'type': 'car', 'saleId': 18909, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 438}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2018-04-12', 'fuel': 'Diesel', 'motExpiry': '2027-03-01', 'doors': 4, 'engineSize': 2143, 'bodyType': 'Saloon', 'images': ['https://abimg003.imgix.net/KN18GVK/2026-03-26/image/692d3b20-3517-48ca-8d10-6461d77620f8_removebg.jpg?w=600', 'https://abimg003.imgix.net/KN18GVK/2026-03-26/image/438a932d-3e08-45ec-8d21-658f21229746_removebg.jpg?w=600', 'https://abimg003.imgix.net/KN18GVK/2026-03-26/image/1edc4571-556d-4fdb-9acf-72daca00949e_removebg.jpg?w=600', 'https://abimg003.imgix.net/KN18GVK/2026-03-26/image/bd37a363-53c0-4ed9-99dc-82064efe90b2_removebg.jpg?w=600', 'https://abimg003.imgix.net/KN18GVK/2026-03-26/image/1319623b-9204-4073-97d7-5b9b7b6a6d80_removebg.jpg?w=600', 'https://abimg003.imgix.net/KN18GVK/2026-03-26/image/7bfc1765-c988-4b4c-b421-d1352b013110_removebg.jpg?w=600', 'https://abimg003.imgix.net/KN18GVK/2026-03-26/image/d9ba44ed-a70a-4def-9979-464b77599a41_removebg.jpg?w=600', 'https://abimg003.imgix.net/KN18GVK/2026-03-26/image/7b3c9999-d238-4e4c-8aa8-98ed863738b2_removebg.jpg?w=600', 'https://abimg003.imgix.net/KN18GVK/2026-03-26/image/8b65574f-4297-4b52-abaf-0a4f90ec9f6a_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '**1568** VOSA STATES 36K, 44K, 51K, 58K, 60K, 65K,', 'virtual': False, 'seller': 'MotoNovo Finance', '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/d75021b9-2931-45c6-a803-9edc17511138.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:01:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 43d36af7-9382-539d-bcdb-e165635fe683 with identifier: 120805512
2026-03-30 10:01:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 43d36af7-9382-539d-bcdb-e165635fe683 with scrape type 2
2026-03-30 10:01:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 43d36af7-9382-539d-bcdb-e165635fe683 with scrape type 2
2026-03-30 10:01:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 43d36af7-9382-539d-bcdb-e165635fe683, identifier: 120805512
2026-03-30 10:01:36 [astonbarclay.gb] INFO: Found listing with ID: 120484566
2026-03-30 10:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120484566%27 HTTP/1.1" 200 None
2026-03-30 10:01:36 [astonbarclay.gb] INFO: Scrape type for 120484566: 0
2026-03-30 10:01:36 [astonbarclay.gb] INFO: Found listing with ID: 120696081
2026-03-30 10:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120696081%27 HTTP/1.1" 200 None
2026-03-30 10:01:36 [astonbarclay.gb] INFO: Scrape type for 120696081: 0
2026-03-30 10:01:36 [astonbarclay.gb] INFO: Found listing with ID: 120696108
2026-03-30 10:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120696108%27 HTTP/1.1" 200 None
2026-03-30 10:01:36 [astonbarclay.gb] INFO: Scrape type for 120696108: 0
2026-03-30 10:01:36 [astonbarclay.gb] INFO: Found listing with ID: 120779999
2026-03-30 10:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120779999%27 HTTP/1.1" 200 None
2026-03-30 10:01:36 [astonbarclay.gb] INFO: Scrape type for 120779999: 0
2026-03-30 10:01:36 [astonbarclay.gb] INFO: Found listing with ID: 120693919
2026-03-30 10:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120693919%27 HTTP/1.1" 200 None
2026-03-30 10:01:36 [astonbarclay.gb] INFO: Scrape type for 120693919: 0
2026-03-30 10:01:36 [astonbarclay.gb] INFO: Found listing with ID: 120695495
2026-03-30 10:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120695495%27 HTTP/1.1" 200 None
2026-03-30 10:01:36 [astonbarclay.gb] INFO: Scrape type for 120695495: 0
2026-03-30 10:01:36 [astonbarclay.gb] INFO: Found listing with ID: 120789695
2026-03-30 10:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120789695%27 HTTP/1.1" 200 None
2026-03-30 10:01:36 [astonbarclay.gb] INFO: Scrape type for 120789695: 0
2026-03-30 10:01:36 [astonbarclay.gb] INFO: Found listing with ID: 120693940
2026-03-30 10:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120693940%27 HTTP/1.1" 200 None
2026-03-30 10:01:36 [astonbarclay.gb] INFO: Scrape type for 120693940: 0
2026-03-30 10:01:36 [astonbarclay.gb] INFO: Found listing with ID: 120629972
2026-03-30 10:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120629972%27 HTTP/1.1" 200 None
2026-03-30 10:01:36 [astonbarclay.gb] INFO: Scrape type for 120629972: 0
2026-03-30 10:01:36 [astonbarclay.gb] INFO: Found listing with ID: 120775323
2026-03-30 10:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120775323%27 HTTP/1.1" 200 None
2026-03-30 10:01:36 [astonbarclay.gb] INFO: Scrape type for 120775323: 0
2026-03-30 10:01:36 [astonbarclay.gb] INFO: Found listing with ID: 119052103
2026-03-30 10:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27119052103%27 HTTP/1.1" 200 None
2026-03-30 10:01:36 [astonbarclay.gb] INFO: Scrape type for 119052103: 0
2026-03-30 10:01:36 [astonbarclay.gb] INFO: Found listing with ID: 120839064
2026-03-30 10:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120839064%27 HTTP/1.1" 200 None
2026-03-30 10:01:36 [astonbarclay.gb] INFO: Scrape type for 120839064: 1
2026-03-30 10:01:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120627674?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:01:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: b51f0de5-ff35-5ba8-a55b-d18106aaee61 with identifier: 120646744
2026-03-30 10:01:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: b51f0de5-ff35-5ba8-a55b-d18106aaee61 with identifier: 120646744
2026-03-30 10:01:36 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: b51f0de5-ff35-5ba8-a55b-d18106aaee61 with identifier: 120646744 to the API
2026-03-30 10:01:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 10:01:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120646744?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 93,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.8L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'Petrol/Electric Hybrid',
'id': 'b51f0de5-ff35-5ba8-a55b-d18106aaee61',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'L19GRJ',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120646744',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'TOYOTA',
'model': 'AURIS HATCHBACK',
'odometer': 73046,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2011-11-21',
'seller_name': 'Vantage Motor Group',
'title': 'TOYOTA AURIS HATCHBACK 1.8 VVTi Hybrid T Spirit 5dr CVT Auto',
'transmission': 'automatic',
'trim': '1.8 VVTi Hybrid T Spirit 5dr CVT Auto',
'vin': None,
'year': 2011}
2026-03-30 10:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120646744%27 HTTP/1.1" 200 None
2026-03-30 10:01:37 [astonbarclay.gb] INFO: Saving data for 120646744: {'auction_closing_time': 1774958400.0, 'created_time': 1774328525.568263, 'last_price_update_time': 1774864897.044142}
2026-03-30 10:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120646744') HTTP/1.1" 204 0
2026-03-30 10:01:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 79d5bdd1-35fe-52ba-a531-f36a902e7a20 with identifier: 120796093
2026-03-30 10:01:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 79d5bdd1-35fe-52ba-a531-f36a902e7a20 with identifier: 120796093
2026-03-30 10:01:37 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 79d5bdd1-35fe-52ba-a531-f36a902e7a20 with identifier: 120796093 to the API
2026-03-30 10:01:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:01:37 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:01:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120796093?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 169,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.6L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'Petrol',
'id': '79d5bdd1-35fe-52ba-a531-f36a902e7a20',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'GV64KKE',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120796093',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'VAUXHALL',
'model': 'ASTRA SPORTS TOURER',
'odometer': 85027,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-02-12',
'seller_name': 'Vantage Motor Group',
'title': 'VAUXHALL ASTRA SPORTS TOURER 1.6i 16V Elite 5dr Auto',
'transmission': 'automatic',
'trim': '1.6i 16V Elite 5dr Auto',
'vin': None,
'year': 2015}
2026-03-30 10:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120796093%27 HTTP/1.1" 200 None
2026-03-30 10:01:37 [astonbarclay.gb] INFO: Saving data for 120796093: {'auction_closing_time': 1774958400.0, 'created_time': 1774530339.533939, 'last_price_update_time': 1774864897.477676}
2026-03-30 10:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120796093') HTTP/1.1" 204 0
2026-03-30 10:01:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 0a12d696-8d45-5e8b-8272-503539627057 with identifier: 120792109
2026-03-30 10:01:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 0a12d696-8d45-5e8b-8272-503539627057 with identifier: 120792109
2026-03-30 10:01:37 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 0a12d696-8d45-5e8b-8272-503539627057 with identifier: 120792109 to the API
2026-03-30 10:01:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:01:37 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:01:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120792109?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 139,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'Petrol',
'id': '0a12d696-8d45-5e8b-8272-503539627057',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'YR69FVM',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120792109',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'SKODA',
'model': 'KODIAQ ESTATE',
'odometer': 87084,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-09-27',
'seller_name': 'LDG',
'title': 'SKODA KODIAQ ESTATE 1.5 TSI SE L 5dr DSG [7 Seat]',
'transmission': 'automatic',
'trim': '1.5 TSI SE L 5dr DSG [7 Seat]',
'vin': None,
'year': 2019}
2026-03-30 10:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120792109%27 HTTP/1.1" 200 None
2026-03-30 10:01:37 [astonbarclay.gb] INFO: Saving data for 120792109: {'auction_closing_time': 1774958400.0, 'created_time': 1774530312.359234, 'last_price_update_time': 1774864897.844005}
2026-03-30 10:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120792109') HTTP/1.1" 204 0
2026-03-30 10:01:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 8f632390-12c8-5502-8eff-c3a93c04bf17 with identifier: 120805298
2026-03-30 10:01:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 8f632390-12c8-5502-8eff-c3a93c04bf17 with identifier: 120805298
2026-03-30 10:01:37 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 8f632390-12c8-5502-8eff-c3a93c04bf17 with identifier: 120805298 to the API
2026-03-30 10:01:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 10:01:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120805298?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 114,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'Petrol',
'id': '8f632390-12c8-5502-8eff-c3a93c04bf17',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'FM17ETD',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120805298',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'FORD',
'model': 'KA+ HATCHBACK',
'odometer': 25202,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-06-30',
'seller_name': 'UKCGR - Premium',
'title': 'FORD KA+ HATCHBACK 1.2 85 Zetec 5dr',
'transmission': 'manual',
'trim': '1.2 85 Zetec 5dr',
'vin': None,
'year': 2017}
2026-03-30 10:01:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120805298%27 HTTP/1.1" 200 None
2026-03-30 10:01:38 [astonbarclay.gb] INFO: Saving data for 120805298: {'auction_closing_time': 1774958400.0, 'created_time': 1774530299.406953, 'last_price_update_time': 1774864898.258052}
2026-03-30 10:01:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120805298') HTTP/1.1" 204 0
2026-03-30 10:01:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 43d36af7-9382-539d-bcdb-e165635fe683 with identifier: 120805512
2026-03-30 10:01:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 43d36af7-9382-539d-bcdb-e165635fe683 with identifier: 120805512
2026-03-30 10:01:38 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 43d36af7-9382-539d-bcdb-e165635fe683 with identifier: 120805512 to the API
2026-03-30 10:01:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 10:01:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120805512?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 109,
'color': 'SILVER',
'currency': 'GBP',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '2.1L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'Diesel',
'id': '43d36af7-9382-539d-bcdb-e165635fe683',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'KN18GVK',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120805512',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'MERCEDES-BENZ',
'model': 'C CLASS DIESEL SALOON',
'odometer': 66398,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-04-12',
'seller_name': 'MotoNovo Finance',
'title': 'MERCEDES-BENZ C CLASS DIESEL SALOON C220d Sport Premium Plus 4dr '
'9G-Tronic',
'transmission': 'automatic',
'trim': 'C220d Sport Premium Plus 4dr 9G-Tronic',
'vin': None,
'year': 2018}
2026-03-30 10:01:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120805512%27 HTTP/1.1" 200 None
2026-03-30 10:01:38 [astonbarclay.gb] INFO: Saving data for 120805512: {'auction_closing_time': 1774958400.0, 'created_time': 1774530300.97733, 'last_price_update_time': 1774864898.74915}
2026-03-30 10:01:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120805512') HTTP/1.1" 204 0
2026-03-30 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-30 10:01:38 [astonbarclay.gb] INFO: Found listing with ID: 120237760
2026-03-30 10:01:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120237760%27 HTTP/1.1" 200 None
2026-03-30 10:01:38 [astonbarclay.gb] INFO: Scrape type for 120237760: 0
2026-03-30 10:01:38 [astonbarclay.gb] INFO: Found listing with ID: 120714940
2026-03-30 10:01:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120714940%27 HTTP/1.1" 200 None
2026-03-30 10:01:38 [astonbarclay.gb] INFO: Scrape type for 120714940: 0
2026-03-30 10:01:38 [astonbarclay.gb] INFO: Found listing with ID: 120714950
2026-03-30 10:01:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120714950%27 HTTP/1.1" 200 None
2026-03-30 10:01:38 [astonbarclay.gb] INFO: Scrape type for 120714950: 0
2026-03-30 10:01:38 [astonbarclay.gb] INFO: Found listing with ID: 120714966
2026-03-30 10:01:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120714966%27 HTTP/1.1" 200 None
2026-03-30 10:01:38 [astonbarclay.gb] INFO: Scrape type for 120714966: 0
2026-03-30 10:01:38 [astonbarclay.gb] INFO: Found listing with ID: 120714980
2026-03-30 10:01:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120714980%27 HTTP/1.1" 200 None
2026-03-30 10:01:38 [astonbarclay.gb] INFO: Scrape type for 120714980: 0
2026-03-30 10:01:38 [astonbarclay.gb] INFO: Found listing with ID: 120733656
2026-03-30 10:01:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120733656%27 HTTP/1.1" 200 None
2026-03-30 10:01:38 [astonbarclay.gb] INFO: Scrape type for 120733656: 0
2026-03-30 10:01:38 [astonbarclay.gb] INFO: Found listing with ID: 120861102
2026-03-30 10:01:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120861102%27 HTTP/1.1" 200 None
2026-03-30 10:01:38 [astonbarclay.gb] INFO: Scrape type for 120861102: 0
2026-03-30 10:01:38 [astonbarclay.gb] INFO: Found listing with ID: 120861920
2026-03-30 10:01:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120861920%27 HTTP/1.1" 200 None
2026-03-30 10:01:38 [astonbarclay.gb] INFO: Scrape type for 120861920: 1
2026-03-30 10:01:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120625573?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 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-30 10:01:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120864236?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:01:38 [astonbarclay.gb] INFO: Found listing with ID: 120862865
2026-03-30 10:01:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120862865%27 HTTP/1.1" 200 None
2026-03-30 10:01:38 [astonbarclay.gb] INFO: Scrape type for 120862865: 0
2026-03-30 10:01:38 [astonbarclay.gb] INFO: Found listing with ID: 120728416
2026-03-30 10:01:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120728416%27 HTTP/1.1" 200 None
2026-03-30 10:01:38 [astonbarclay.gb] INFO: Scrape type for 120728416: 0
2026-03-30 10:01:38 [astonbarclay.gb] INFO: Found listing with ID: 120863324
2026-03-30 10:01:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120863324%27 HTTP/1.1" 200 None
2026-03-30 10:01:39 [astonbarclay.gb] INFO: Scrape type for 120863324: 0
2026-03-30 10:01:39 [astonbarclay.gb] INFO: Found listing with ID: 120863153
2026-03-30 10:01:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120863153%27 HTTP/1.1" 200 None
2026-03-30 10:01:39 [astonbarclay.gb] INFO: Scrape type for 120863153: 2
2026-03-30 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-30 10:01:39 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120627674, 'registration': 'ML62TGV', 'account': 'VAN043', 'make': 'CITROEN', 'model': 'C1 HATCHBACK', 'derivative': '1.0i VTR+ 3dr', 'mileage': 76406, 'mileageWarranty': True, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 438}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2012-11-08', 'fuel': 'Petrol', 'motExpiry': '2026-10-12', 'doors': 3, 'engineSize': 998, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/ML62TGV/2026-03-24/image/78d88807-cddb-4b1c-b68b-d7e3b7386cd3_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML62TGV/2026-03-24/image/140682da-9c33-45b2-a425-945c9d1334b4_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML62TGV/2026-03-24/image/7bfac2a8-8988-4dc0-ac16-f1f5c64c6ea2_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML62TGV/2026-03-24/image/624cb9c8-134e-47c0-ae8c-af8333ed2330_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML62TGV/2026-03-24/image/baef96e0-5aef-4e7f-8604-ff7b4185cb75_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML62TGV/2026-03-24/image/a9a6a86b-7fcd-482b-943f-cfb3947be8d9_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML62TGV/2026-03-24/image/82d5bf21-b163-4549-b4be-2c61c6f3d63a_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML62TGV/2026-03-24/image/92464535-172c-4091-a930-6e07c59cc68e_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service book 08/15 - 25K, 12/15 - 26K, 02/18 - 37K, 02/19 - 47K, 02/20 - 57K, 10/20 - 60K, 10/21 - 61K, 10/22 - 64K, 10/23 - 67K, 10/24 - 71K, 10/25 - 74K,', 'remarks': '**1249** VOSA STATES 26K, 31K, 35K, 44K, 56K, 60K, 61K, 64K, 67K, 71K, 74K,', 'virtual': False, 'seller': 'Vantage Motor Group', '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/157331ea-5103-4ae6-8bfe-e5af0745e304.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:01:39 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120627674, 'registration': 'ML62TGV', 'account': 'VAN043', 'make': 'CITROEN', 'model': 'C1 HATCHBACK', 'derivative': '1.0i VTR+ 3dr', 'mileage': 76406, 'mileageWarranty': True, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 438}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2012-11-08', 'fuel': 'Petrol', 'motExpiry': '2026-10-12', 'doors': 3, 'engineSize': 998, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/ML62TGV/2026-03-24/image/78d88807-cddb-4b1c-b68b-d7e3b7386cd3_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML62TGV/2026-03-24/image/140682da-9c33-45b2-a425-945c9d1334b4_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML62TGV/2026-03-24/image/7bfac2a8-8988-4dc0-ac16-f1f5c64c6ea2_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML62TGV/2026-03-24/image/624cb9c8-134e-47c0-ae8c-af8333ed2330_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML62TGV/2026-03-24/image/baef96e0-5aef-4e7f-8604-ff7b4185cb75_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML62TGV/2026-03-24/image/a9a6a86b-7fcd-482b-943f-cfb3947be8d9_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML62TGV/2026-03-24/image/82d5bf21-b163-4549-b4be-2c61c6f3d63a_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML62TGV/2026-03-24/image/92464535-172c-4091-a930-6e07c59cc68e_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service book 08/15 - 25K, 12/15 - 26K, 02/18 - 37K, 02/19 - 47K, 02/20 - 57K, 10/20 - 60K, 10/21 - 61K, 10/22 - 64K, 10/23 - 67K, 10/24 - 71K, 10/25 - 74K,', 'remarks': '**1249** VOSA STATES 26K, 31K, 35K, 44K, 56K, 60K, 61K, 64K, 67K, 71K, 74K,', 'virtual': False, 'seller': 'Vantage Motor Group', '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/157331ea-5103-4ae6-8bfe-e5af0745e304.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:01:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: acd57e42-6b99-57fd-af4b-e71e37969202 with identifier: 120627674
2026-03-30 10:01:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item acd57e42-6b99-57fd-af4b-e71e37969202 with scrape type 2
2026-03-30 10:01:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item acd57e42-6b99-57fd-af4b-e71e37969202 with scrape type 2
2026-03-30 10:01:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: acd57e42-6b99-57fd-af4b-e71e37969202, identifier: 120627674
2026-03-30 10:01:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: acd57e42-6b99-57fd-af4b-e71e37969202 with identifier: 120627674
2026-03-30 10:01:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: acd57e42-6b99-57fd-af4b-e71e37969202 with identifier: 120627674
2026-03-30 10:01:39 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: acd57e42-6b99-57fd-af4b-e71e37969202 with identifier: 120627674 to the API
2026-03-30 10:01:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 10:01:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120627674?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 99,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 3,
'emission_standard': 'EURO 5',
'engine': '1.0L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'Petrol',
'id': 'acd57e42-6b99-57fd-af4b-e71e37969202',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'ML62TGV',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120627674',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'CITROEN',
'model': 'C1 HATCHBACK',
'odometer': 76406,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2012-11-08',
'seller_name': 'Vantage Motor Group',
'title': 'CITROEN C1 HATCHBACK 1.0i VTR+ 3dr',
'transmission': 'manual',
'trim': '1.0i VTR+ 3dr',
'vin': None,
'year': 2012}
2026-03-30 10:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120627674%27 HTTP/1.1" 200 None
2026-03-30 10:01:40 [astonbarclay.gb] INFO: Saving data for 120627674: {'auction_closing_time': 1774958400.0, 'created_time': 1774328521.554421, 'last_price_update_time': 1774864900.075081}
2026-03-30 10:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120627674') HTTP/1.1" 204 0
2026-03-30 10:01:40 [astonbarclay.gb] INFO: Found listing with ID: 120863367
2026-03-30 10:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120863367%27 HTTP/1.1" 200 None
2026-03-30 10:01:40 [astonbarclay.gb] INFO: Scrape type for 120863367: 2
2026-03-30 10:01:40 [astonbarclay.gb] INFO: Found listing with ID: 120716362
2026-03-30 10:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120716362%27 HTTP/1.1" 200 None
2026-03-30 10:01:40 [astonbarclay.gb] INFO: Scrape type for 120716362: 0
2026-03-30 10:01:40 [astonbarclay.gb] INFO: Found listing with ID: 120865604
2026-03-30 10:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120865604%27 HTTP/1.1" 200 None
2026-03-30 10:01:40 [astonbarclay.gb] INFO: Scrape type for 120865604: 2
2026-03-30 10:01:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120870349?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 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-30 10:01:40 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120625573, 'registration': 'ML69VHK', 'account': 'VAN046', 'make': 'KIA', 'model': 'STONIC ESTATE SPECIAL EDITION', 'derivative': '1.0T GDi Maxx 5dr Auto', 'mileage': 24860, 'mileageWarranty': True, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 438}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2019-10-13', 'fuel': 'Petrol', 'motExpiry': '2027-03-24', 'doors': 5, 'engineSize': 998, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/ML69VHK/2026-03-24/image/14fd671b-c314-4f3d-bbdb-ba51a1b86d57_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML69VHK/2026-03-24/image/5534834f-33c7-4ad1-a525-21b3367c52db_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML69VHK/2026-03-24/image/8fae9466-dc7c-4675-8a47-fa44401e1f43_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML69VHK/2026-03-24/image/09d59ff9-b9d2-48dc-a366-2ceb619db215_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML69VHK/2026-03-24/image/4eeedbc1-49ec-49b6-94f3-fda0694dff6f_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML69VHK/2026-03-24/image/f0c04728-0f62-454b-b735-0019eed64339_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML69VHK/2026-03-24/image/c7e5a7f7-9632-4a7d-9332-676df39d3555_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML69VHK/2026-03-24/image/2d97fdf9-567f-4d70-869c-22c6ef184d94_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML69VHK/2026-03-24/image/4ed31ac5-da00-4e5a-b58c-032d24d9e882_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service invoice 09/20 - 2K, 09/21 - 6K,', 'remarks': '**1275** VOSA STATES 8K, 13K, 17K, 21K, 24K,', 'virtual': False, 'seller': 'Vantage Motor Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 120, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/324bc62e-7306-4847-abc5-98ed40f8344b.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:01:40 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120625573, 'registration': 'ML69VHK', 'account': 'VAN046', 'make': 'KIA', 'model': 'STONIC ESTATE SPECIAL EDITION', 'derivative': '1.0T GDi Maxx 5dr Auto', 'mileage': 24860, 'mileageWarranty': True, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 438}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2019-10-13', 'fuel': 'Petrol', 'motExpiry': '2027-03-24', 'doors': 5, 'engineSize': 998, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/ML69VHK/2026-03-24/image/14fd671b-c314-4f3d-bbdb-ba51a1b86d57_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML69VHK/2026-03-24/image/5534834f-33c7-4ad1-a525-21b3367c52db_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML69VHK/2026-03-24/image/8fae9466-dc7c-4675-8a47-fa44401e1f43_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML69VHK/2026-03-24/image/09d59ff9-b9d2-48dc-a366-2ceb619db215_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML69VHK/2026-03-24/image/4eeedbc1-49ec-49b6-94f3-fda0694dff6f_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML69VHK/2026-03-24/image/f0c04728-0f62-454b-b735-0019eed64339_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML69VHK/2026-03-24/image/c7e5a7f7-9632-4a7d-9332-676df39d3555_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML69VHK/2026-03-24/image/2d97fdf9-567f-4d70-869c-22c6ef184d94_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML69VHK/2026-03-24/image/4ed31ac5-da00-4e5a-b58c-032d24d9e882_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service invoice 09/20 - 2K, 09/21 - 6K,', 'remarks': '**1275** VOSA STATES 8K, 13K, 17K, 21K, 24K,', 'virtual': False, 'seller': 'Vantage Motor Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 120, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/324bc62e-7306-4847-abc5-98ed40f8344b.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:01:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 369dacbb-99dd-5c22-bb97-a75535dfd2ae with identifier: 120625573
2026-03-30 10:01:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 369dacbb-99dd-5c22-bb97-a75535dfd2ae with scrape type 2
2026-03-30 10:01:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 369dacbb-99dd-5c22-bb97-a75535dfd2ae with scrape type 2
2026-03-30 10:01:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 369dacbb-99dd-5c22-bb97-a75535dfd2ae, identifier: 120625573
2026-03-30 10:01:40 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120864236, 'registration': 'PX65NBG', 'account': 'WBA004', 'make': 'CITROEN', 'model': 'GRAND C4 PICASSO DIESEL ESTATE', 'derivative': '1.6 BlueHDi Exclusive 5dr EAT6', 'mileage': 76667, 'mileageWarranty': True, 'type': 'car', 'saleId': 18909, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 438}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2015-10-07', 'fuel': 'Diesel', 'motExpiry': '2026-08-05', 'doors': 5, 'engineSize': 1560, 'bodyType': 'Estate', 'images': None, 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': 'Service book 08/16 - 4K, 07/18 - NO MILEAGE, 07/19 - 19K, 07/20 - 25K, 07/21 - 31K, 07/22 - 40K, 07/23 - 50K, 07/24 - 61K, 07/25 - 70K', 'remarks': '**428** VOSA STATES 12K, 19K, 25K, 31K, 40K, 50K, 61K, 70K, SPARE KEY', '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': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:01:40 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120864236, 'registration': 'PX65NBG', 'account': 'WBA004', 'make': 'CITROEN', 'model': 'GRAND C4 PICASSO DIESEL ESTATE', 'derivative': '1.6 BlueHDi Exclusive 5dr EAT6', 'mileage': 76667, 'mileageWarranty': True, 'type': 'car', 'saleId': 18909, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 438}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2015-10-07', 'fuel': 'Diesel', 'motExpiry': '2026-08-05', 'doors': 5, 'engineSize': 1560, 'bodyType': 'Estate', 'images': None, 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': 'Service book 08/16 - 4K, 07/18 - NO MILEAGE, 07/19 - 19K, 07/20 - 25K, 07/21 - 31K, 07/22 - 40K, 07/23 - 50K, 07/24 - 61K, 07/25 - 70K', 'remarks': '**428** VOSA STATES 12K, 19K, 25K, 31K, 40K, 50K, 61K, 70K, SPARE KEY', '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': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:01:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ac49afe6-13a3-5147-bdd0-530c0d759981 with identifier: 120864236
2026-03-30 10:01:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ac49afe6-13a3-5147-bdd0-530c0d759981 with scrape type 2
2026-03-30 10:01:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ac49afe6-13a3-5147-bdd0-530c0d759981 with scrape type 2
2026-03-30 10:01:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: ac49afe6-13a3-5147-bdd0-530c0d759981, identifier: 120864236
2026-03-30 10:01:40 [astonbarclay.gb] INFO: Found listing with ID: 120865644
2026-03-30 10:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120865644%27 HTTP/1.1" 200 None
2026-03-30 10:01:40 [astonbarclay.gb] INFO: Scrape type for 120865644: 2
2026-03-30 10:01:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 369dacbb-99dd-5c22-bb97-a75535dfd2ae with identifier: 120625573
2026-03-30 10:01:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 369dacbb-99dd-5c22-bb97-a75535dfd2ae with identifier: 120625573
2026-03-30 10:01:40 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 369dacbb-99dd-5c22-bb97-a75535dfd2ae with identifier: 120625573 to the API
2026-03-30 10:01:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 10:01:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120625573?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 120,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'Petrol',
'id': '369dacbb-99dd-5c22-bb97-a75535dfd2ae',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'ML69VHK',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120625573',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'KIA',
'model': 'STONIC ESTATE SPECIAL EDITION',
'odometer': 24860,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-10-13',
'seller_name': 'Vantage Motor Group',
'title': 'KIA STONIC ESTATE SPECIAL EDITION 1.0T GDi Maxx 5dr Auto',
'transmission': 'automatic',
'trim': '1.0T GDi Maxx 5dr Auto',
'vin': None,
'year': 2019}
2026-03-30 10:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120625573%27 HTTP/1.1" 200 None
2026-03-30 10:01:40 [astonbarclay.gb] INFO: Saving data for 120625573: {'auction_closing_time': 1774958400.0, 'created_time': 1774328512.582298, 'last_price_update_time': 1774864900.932671}
2026-03-30 10:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120625573') HTTP/1.1" 204 0
2026-03-30 10:01:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: ac49afe6-13a3-5147-bdd0-530c0d759981 with identifier: 120864236
2026-03-30 10:01:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: ac49afe6-13a3-5147-bdd0-530c0d759981 with identifier: 120864236
2026-03-30 10:01:41 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: ac49afe6-13a3-5147-bdd0-530c0d759981 with identifier: 120864236 to the API
2026-03-30 10:01:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 10:01:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120864236?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 105,
'color': 'RED',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'Diesel',
'id': 'ac49afe6-13a3-5147-bdd0-530c0d759981',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'PX65NBG',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120864236',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'CITROEN',
'model': 'GRAND C4 PICASSO DIESEL ESTATE',
'odometer': 76667,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-10-07',
'seller_name': 'UKCGR - Trade',
'title': 'CITROEN GRAND C4 PICASSO DIESEL ESTATE 1.6 BlueHDi Exclusive 5dr '
'EAT6',
'transmission': 'automatic',
'trim': '1.6 BlueHDi Exclusive 5dr EAT6',
'vin': None,
'year': 2015}
2026-03-30 10:01:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120864236%27 HTTP/1.1" 200 None
2026-03-30 10:01:41 [astonbarclay.gb] INFO: Saving data for 120864236: {'auction_closing_time': 1774958400.0, 'created_time': 1774638496.157767, 'last_price_update_time': 1774864901.354277}
2026-03-30 10:01:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120864236') HTTP/1.1" 204 0
2026-03-30 10:01:41 [astonbarclay.gb] INFO: Found listing with ID: 120865521
2026-03-30 10:01:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120865521%27 HTTP/1.1" 200 None
2026-03-30 10:01:41 [astonbarclay.gb] INFO: Scrape type for 120865521: 2
2026-03-30 10:01:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120797429?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:01:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120870639?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:01:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120870701?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:01:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120870841?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:01:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120870355?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:01:41 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120870349, 'registration': 'YH18ZDK', 'account': 'WBA001', 'make': 'FORD', 'model': 'KA+ HATCHBACK', 'derivative': '1.2 85 Zetec 5dr', 'mileage': 82012, 'mileageWarranty': True, 'type': 'car', 'saleId': 18909, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 438}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2018-06-29', 'fuel': 'Petrol', 'motExpiry': '2026-05-30', 'doors': 5, 'engineSize': 1198, 'bodyType': 'Hatchback', 'images': None, 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'VOSA STATES 33K, 42K, 53K, 63K, 73K,', 'virtual': False, 'seller': 'UKCGR', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': False, 'v5details': None, 'co2': 114, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:01:41 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120870349, 'registration': 'YH18ZDK', 'account': 'WBA001', 'make': 'FORD', 'model': 'KA+ HATCHBACK', 'derivative': '1.2 85 Zetec 5dr', 'mileage': 82012, 'mileageWarranty': True, 'type': 'car', 'saleId': 18909, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 438}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2018-06-29', 'fuel': 'Petrol', 'motExpiry': '2026-05-30', 'doors': 5, 'engineSize': 1198, 'bodyType': 'Hatchback', 'images': None, 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'VOSA STATES 33K, 42K, 53K, 63K, 73K,', 'virtual': False, 'seller': 'UKCGR', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': False, 'v5details': None, 'co2': 114, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:01:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 33068111-6c74-5df2-aa8f-b2cd4d1a7091 with identifier: 120870349
2026-03-30 10:01:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 33068111-6c74-5df2-aa8f-b2cd4d1a7091 with scrape type 1
2026-03-30 10:01:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 0 photos for item 33068111-6c74-5df2-aa8f-b2cd4d1a7091
2026-03-30 10:01:41 [crawlers.middlewares.photo_download_middleware] INFO: No photos to download for item 33068111-6c74-5df2-aa8f-b2cd4d1a7091
2026-03-30 10:01:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 33068111-6c74-5df2-aa8f-b2cd4d1a7091, identifier: 120870349
2026-03-30 10:01:41 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:01:41 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:01:41 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:01:41 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:01:41 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:01:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 33068111-6c74-5df2-aa8f-b2cd4d1a7091 with identifier: 120870349
2026-03-30 10:01:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 33068111-6c74-5df2-aa8f-b2cd4d1a7091 with identifier: 120870349
2026-03-30 10:01:41 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 33068111-6c74-5df2-aa8f-b2cd4d1a7091 with identifier: 120870349 to the API
2026-03-30 10:01:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 10:01:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120870349?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 114,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'Petrol',
'id': '33068111-6c74-5df2-aa8f-b2cd4d1a7091',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'YH18ZDK',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120870349',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'FORD',
'model': 'KA+ HATCHBACK',
'odometer': 82012,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-06-29',
'seller_name': 'UKCGR',
'title': 'FORD KA+ HATCHBACK 1.2 85 Zetec 5dr',
'transmission': 'manual',
'trim': '1.2 85 Zetec 5dr',
'vin': None,
'year': 2018}
2026-03-30 10:01:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120870349%27 HTTP/1.1" 200 None
2026-03-30 10:01:42 [astonbarclay.gb] INFO: Saving data for 120870349: {'created_time': 1774864902.280274, 'last_price_update_time': 1774864902.280287, 'auction_closing_time': 1774958400.0}
2026-03-30 10:01:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120870349') HTTP/1.1" 204 0
2026-03-30 10:01:42 [astonbarclay.gb] INFO: Found listing with ID: 120716373
2026-03-30 10:01:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120716373%27 HTTP/1.1" 200 None
2026-03-30 10:01:42 [astonbarclay.gb] INFO: Scrape type for 120716373: 2
2026-03-30 10:01:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120869621?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:01:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120880218?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:01:42 [astonbarclay.gb] INFO: Found listing with ID: 120716291
2026-03-30 10:01:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120716291%27 HTTP/1.1" 200 None
2026-03-30 10:01:42 [astonbarclay.gb] INFO: Scrape type for 120716291: 0
2026-03-30 10:01:42 [astonbarclay.gb] INFO: Found listing with ID: 120695356
2026-03-30 10:01:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120695356%27 HTTP/1.1" 200 None
2026-03-30 10:01:42 [astonbarclay.gb] INFO: Scrape type for 120695356: 0
2026-03-30 10:01:42 [astonbarclay.gb] INFO: Found listing with ID: 120695260
2026-03-30 10:01:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120695260%27 HTTP/1.1" 200 None
2026-03-30 10:01:42 [astonbarclay.gb] INFO: Scrape type for 120695260: 0
2026-03-30 10:01:42 [astonbarclay.gb] INFO: Found listing with ID: 120695242
2026-03-30 10:01:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120695242%27 HTTP/1.1" 200 None
2026-03-30 10:01:42 [astonbarclay.gb] INFO: Scrape type for 120695242: 0
2026-03-30 10:01:42 [astonbarclay.gb] INFO: Found listing with ID: 120695251
2026-03-30 10:01:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120695251%27 HTTP/1.1" 200 None
2026-03-30 10:01:42 [astonbarclay.gb] INFO: Scrape type for 120695251: 0
2026-03-30 10:01:42 [astonbarclay.gb] INFO: Found listing with ID: 120695286
2026-03-30 10:01:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120695286%27 HTTP/1.1" 200 None
2026-03-30 10:01:42 [astonbarclay.gb] INFO: Scrape type for 120695286: 0
2026-03-30 10:01:42 [astonbarclay.gb] INFO: Found listing with ID: 120695365
2026-03-30 10:01:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120695365%27 HTTP/1.1" 200 None
2026-03-30 10:01:42 [astonbarclay.gb] INFO: Scrape type for 120695365: 0
2026-03-30 10:01:42 [astonbarclay.gb] INFO: Found listing with ID: 120695273
2026-03-30 10:01:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120695273%27 HTTP/1.1" 200 None
2026-03-30 10:01:42 [astonbarclay.gb] INFO: Scrape type for 120695273: 0
2026-03-30 10:01:42 [astonbarclay.gb] INFO: Found listing with ID: 120715027
2026-03-30 10:01:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120715027%27 HTTP/1.1" 200 None
2026-03-30 10:01:42 [astonbarclay.gb] INFO: Scrape type for 120715027: 0
2026-03-30 10:01:42 [astonbarclay.gb] INFO: Found listing with ID: 120715046
2026-03-30 10:01:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120715046%27 HTTP/1.1" 200 None
2026-03-30 10:01:42 [astonbarclay.gb] INFO: Scrape type for 120715046: 0
2026-03-30 10:01:42 [astonbarclay.gb] INFO: Found listing with ID: 120862952
2026-03-30 10:01:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120862952%27 HTTP/1.1" 200 None
2026-03-30 10:01:42 [astonbarclay.gb] INFO: Scrape type for 120862952: 0
2026-03-30 10:01:42 [astonbarclay.gb] INFO: Found listing with ID: 120716318
2026-03-30 10:01:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120716318%27 HTTP/1.1" 200 None
2026-03-30 10:01:42 [astonbarclay.gb] INFO: Scrape type for 120716318: 0
2026-03-30 10:01:42 [astonbarclay.gb] INFO: Found listing with ID: 120716378
2026-03-30 10:01:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120716378%27 HTTP/1.1" 200 None
2026-03-30 10:01:42 [astonbarclay.gb] INFO: Scrape type for 120716378: 0
2026-03-30 10:01:42 [astonbarclay.gb] INFO: Found listing with ID: 120715036
2026-03-30 10:01:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120715036%27 HTTP/1.1" 200 None
2026-03-30 10:01:42 [astonbarclay.gb] INFO: Scrape type for 120715036: 0
2026-03-30 10:01:42 [astonbarclay.gb] INFO: Found listing with ID: 120685886
2026-03-30 10:01:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120685886%27 HTTP/1.1" 200 None
2026-03-30 10:01:42 [astonbarclay.gb] INFO: Scrape type for 120685886: 0
2026-03-30 10:01:42 [astonbarclay.gb] INFO: Found listing with ID: 120587610
2026-03-30 10:01:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120587610%27 HTTP/1.1" 200 None
2026-03-30 10:01:42 [astonbarclay.gb] INFO: Scrape type for 120587610: 0
2026-03-30 10:01:42 [astonbarclay.gb] INFO: Found listing with ID: 120789909
2026-03-30 10:01:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120789909%27 HTTP/1.1" 200 None
2026-03-30 10:01:42 [astonbarclay.gb] INFO: Scrape type for 120789909: 0
2026-03-30 10:01:42 [astonbarclay.gb] INFO: Found listing with ID: 120693961
2026-03-30 10:01:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120693961%27 HTTP/1.1" 200 None
2026-03-30 10:01:42 [astonbarclay.gb] INFO: Scrape type for 120693961: 0
2026-03-30 10:01:42 [astonbarclay.gb] INFO: Found listing with ID: 120587587
2026-03-30 10:01:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120587587%27 HTTP/1.1" 200 None
2026-03-30 10:01:42 [astonbarclay.gb] INFO: Scrape type for 120587587: 2
2026-03-30 10:01:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:01:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:01:42 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120797429, 'registration': 'BN69EHJ', 'account': 'VAN044', 'make': 'VAUXHALL', 'model': 'CROSSLAND X HATCHBACK', 'derivative': '1.2T [130] Sport 5dr [Start Stop] Auto', 'mileage': 37815, 'mileageWarranty': True, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 438}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2019-11-30', 'fuel': 'Petrol', 'motExpiry': '2026-11-29', 'doors': 5, 'engineSize': 1199, 'bodyType': 'Hatchback', 'images': ['https://abimg002.imgix.net/f10eb7b1-fe4c-4e6b-ac85-99f0923a0eb9.jpg?w=600', 'https://abimg002.imgix.net/a47eb3df-99a7-4c5b-a100-81531636250e.jpg?w=600', 'https://abimg002.imgix.net/4e8bef3a-86b0-42cb-8a7f-c9eafcccee6f.jpg?w=600', 'https://abimg002.imgix.net/c3ddcb4e-8e16-4c5f-b1b7-e8dd8370f7f0.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'EVALUATE', 'serviceHistory': '', 'remarks': 'VOSA STATES 11K, 17K, 27K, 34K', 'virtual': False, 'seller': 'Vantage Motor Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': False, 'v5details': None, 'co2': 113, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:01:42 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120797429, 'registration': 'BN69EHJ', 'account': 'VAN044', 'make': 'VAUXHALL', 'model': 'CROSSLAND X HATCHBACK', 'derivative': '1.2T [130] Sport 5dr [Start Stop] Auto', 'mileage': 37815, 'mileageWarranty': True, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 438}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2019-11-30', 'fuel': 'Petrol', 'motExpiry': '2026-11-29', 'doors': 5, 'engineSize': 1199, 'bodyType': 'Hatchback', 'images': ['https://abimg002.imgix.net/f10eb7b1-fe4c-4e6b-ac85-99f0923a0eb9.jpg?w=600', 'https://abimg002.imgix.net/a47eb3df-99a7-4c5b-a100-81531636250e.jpg?w=600', 'https://abimg002.imgix.net/4e8bef3a-86b0-42cb-8a7f-c9eafcccee6f.jpg?w=600', 'https://abimg002.imgix.net/c3ddcb4e-8e16-4c5f-b1b7-e8dd8370f7f0.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'EVALUATE', 'serviceHistory': '', 'remarks': 'VOSA STATES 11K, 17K, 27K, 34K', 'virtual': False, 'seller': 'Vantage Motor Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': False, 'v5details': None, 'co2': 113, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:01:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 344e13e8-b2fe-5bfb-b7a3-faaf80532c6a with identifier: 120797429
2026-03-30 10:01:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 344e13e8-b2fe-5bfb-b7a3-faaf80532c6a with scrape type 1
2026-03-30 10:01:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 4 photos for item 344e13e8-b2fe-5bfb-b7a3-faaf80532c6a
2026-03-30 10:01:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg002.imgix.net%252Ff10eb7b1-fe4c-4e6b-ac85-99f0923a0eb9.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:01:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg002.imgix.net/f10eb7b1-fe4c-4e6b-ac85-99f0923a0eb9.jpg?w=600 not downloaded yet
2026-03-30 10:01:42 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120870639, 'registration': 'RY19VXD', 'account': 'WBA004', 'make': 'MINI', 'model': 'HATCHBACK', 'derivative': '1.5 Cooper Classic II 3dr', 'mileage': 145214, 'mileageWarranty': True, 'type': 'car', 'saleId': 18909, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 438}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2019-06-28', 'fuel': 'Petrol', 'motExpiry': '2026-05-26', 'doors': 3, 'engineSize': 1499, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/RY19VXD/2026-03-30/image/a83c4939-11b9-42b4-8f79-81c6fd825a3b_removebg.jpg?w=600', 'https://abimg003.imgix.net/RY19VXD/2026-03-30/image/c2d882ce-aef9-4ad2-80f0-eef0f94aa924_removebg.jpg?w=600', 'https://abimg003.imgix.net/RY19VXD/2026-03-30/image/e44685c9-467f-4c74-a4f7-009463fdb92e_removebg.jpg?w=600', 'https://abimg003.imgix.net/RY19VXD/2026-03-30/image/aea8c34f-80a0-4f95-80a0-39a69b858cc7_removebg.jpg?w=600', 'https://abimg003.imgix.net/RY19VXD/2026-03-30/image/e85346a3-3105-4e8b-8066-5c93db17206f_removebg.jpg?w=600', 'https://abimg003.imgix.net/RY19VXD/2026-03-30/image/dd028181-e0c3-4593-98b4-436263c7db7c_removebg.jpg?w=600', 'https://abimg003.imgix.net/RY19VXD/2026-03-30/image/635fa423-a425-4a55-a029-8f40e848b860_removebg.jpg?w=600', 'https://abimg003.imgix.net/RY19VXD/2026-03-30/image/45a4ed88-4f97-45f7-9a79-91d35c16f8b8_removebg.jpg?w=600', 'https://abimg003.imgix.net/RY19VXD/2026-03-30/image/064d4cef-4190-40aa-ba8c-649ff134e138_removebg.jpg?w=600', 'https://abimg003.imgix.net/RY19VXD/2026-03-30/image/0d6e7b77-fe0d-4320-8bf7-da6a0dbd2264_removebg.jpg?w=600', 'https://abimg003.imgix.net/RY19VXD/2026-03-30/image/a02bf72e-525e-4a77-9247-7a5d52982ae1_removebg.jpg?w=600', 'https://abimg003.imgix.net/RY19VXD/2026-03-30/image/9d3b69cd-c2d9-4b54-b74a-b129f7b568d2_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'VOSA STATES 70K, 95K, 122K, 144K', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': False, 'v5details': None, 'co2': 122, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:01:42 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120870639, 'registration': 'RY19VXD', 'account': 'WBA004', 'make': 'MINI', 'model': 'HATCHBACK', 'derivative': '1.5 Cooper Classic II 3dr', 'mileage': 145214, 'mileageWarranty': True, 'type': 'car', 'saleId': 18909, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 438}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2019-06-28', 'fuel': 'Petrol', 'motExpiry': '2026-05-26', 'doors': 3, 'engineSize': 1499, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/RY19VXD/2026-03-30/image/a83c4939-11b9-42b4-8f79-81c6fd825a3b_removebg.jpg?w=600', 'https://abimg003.imgix.net/RY19VXD/2026-03-30/image/c2d882ce-aef9-4ad2-80f0-eef0f94aa924_removebg.jpg?w=600', 'https://abimg003.imgix.net/RY19VXD/2026-03-30/image/e44685c9-467f-4c74-a4f7-009463fdb92e_removebg.jpg?w=600', 'https://abimg003.imgix.net/RY19VXD/2026-03-30/image/aea8c34f-80a0-4f95-80a0-39a69b858cc7_removebg.jpg?w=600', 'https://abimg003.imgix.net/RY19VXD/2026-03-30/image/e85346a3-3105-4e8b-8066-5c93db17206f_removebg.jpg?w=600', 'https://abimg003.imgix.net/RY19VXD/2026-03-30/image/dd028181-e0c3-4593-98b4-436263c7db7c_removebg.jpg?w=600', 'https://abimg003.imgix.net/RY19VXD/2026-03-30/image/635fa423-a425-4a55-a029-8f40e848b860_removebg.jpg?w=600', 'https://abimg003.imgix.net/RY19VXD/2026-03-30/image/45a4ed88-4f97-45f7-9a79-91d35c16f8b8_removebg.jpg?w=600', 'https://abimg003.imgix.net/RY19VXD/2026-03-30/image/064d4cef-4190-40aa-ba8c-649ff134e138_removebg.jpg?w=600', 'https://abimg003.imgix.net/RY19VXD/2026-03-30/image/0d6e7b77-fe0d-4320-8bf7-da6a0dbd2264_removebg.jpg?w=600', 'https://abimg003.imgix.net/RY19VXD/2026-03-30/image/a02bf72e-525e-4a77-9247-7a5d52982ae1_removebg.jpg?w=600', 'https://abimg003.imgix.net/RY19VXD/2026-03-30/image/9d3b69cd-c2d9-4b54-b74a-b129f7b568d2_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'VOSA STATES 70K, 95K, 122K, 144K', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': False, 'v5details': None, 'co2': 122, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:01:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9a1c61ab-e017-54ea-88b2-82e3e53071a9 with identifier: 120870639
2026-03-30 10:01:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9a1c61ab-e017-54ea-88b2-82e3e53071a9 with scrape type 1
2026-03-30 10:01:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 9a1c61ab-e017-54ea-88b2-82e3e53071a9
2026-03-30 10:01:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FRY19VXD%252F2026-03-30%252Fimage%252Fa83c4939-11b9-42b4-8f79-81c6fd825a3b_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:01:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/RY19VXD/2026-03-30/image/a83c4939-11b9-42b4-8f79-81c6fd825a3b_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:01:42 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120870701, 'registration': 'BF12CEN', 'account': 'WBA004', 'make': 'NISSAN', 'model': 'QASHQAI HATCHBACK SPECIAL EDITIONS', 'derivative': '1.5 dCi [110] N-Tec 5dr', 'mileage': 91564, 'mileageWarranty': True, 'type': 'car', 'saleId': 18909, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 438}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2012-03-29', 'fuel': 'Diesel', 'motExpiry': '2026-03-05', 'doors': 5, 'engineSize': 1461, 'bodyType': 'Hatchback', 'images': None, 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'VOSA STATES 30K, 36K, 43K, 50K, 58K, 64K, 69K, 76K, 82K, 87K, 89K', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': False, 'v5details': None, 'co2': 137, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:01:42 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120870701, 'registration': 'BF12CEN', 'account': 'WBA004', 'make': 'NISSAN', 'model': 'QASHQAI HATCHBACK SPECIAL EDITIONS', 'derivative': '1.5 dCi [110] N-Tec 5dr', 'mileage': 91564, 'mileageWarranty': True, 'type': 'car', 'saleId': 18909, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 438}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2012-03-29', 'fuel': 'Diesel', 'motExpiry': '2026-03-05', 'doors': 5, 'engineSize': 1461, 'bodyType': 'Hatchback', 'images': None, 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'VOSA STATES 30K, 36K, 43K, 50K, 58K, 64K, 69K, 76K, 82K, 87K, 89K', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': False, 'v5details': None, 'co2': 137, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:01:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b3888907-09ca-5d58-b2fd-4c82d71aa90f with identifier: 120870701
2026-03-30 10:01:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b3888907-09ca-5d58-b2fd-4c82d71aa90f with scrape type 1
2026-03-30 10:01:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 0 photos for item b3888907-09ca-5d58-b2fd-4c82d71aa90f
2026-03-30 10:01:42 [crawlers.middlewares.photo_download_middleware] INFO: No photos to download for item b3888907-09ca-5d58-b2fd-4c82d71aa90f
2026-03-30 10:01:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: b3888907-09ca-5d58-b2fd-4c82d71aa90f, identifier: 120870701
2026-03-30 10:01:42 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120870841, 'registration': 'FP18MDE', 'account': 'WBA002', 'make': 'VAUXHALL', 'model': 'INSIGNIA DIESEL GRAND SPORT', 'derivative': '1.6 Turbo D ecoTec Tech Line Nav 5dr', 'mileage': 94323, 'mileageWarranty': True, 'type': 'car', 'saleId': 18909, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 438}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2018-07-10', 'fuel': 'Diesel', 'motExpiry': '2026-11-24', 'doors': 5, 'engineSize': 1598, 'bodyType': 'Hatchback', 'images': None, 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'VOSA STATES 34K, 51K, 56K, 67K, 81K, 92K', 'virtual': False, 'seller': 'UKCGR - Premium', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': False, 'v5details': None, 'co2': 105, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:01:42 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120870841, 'registration': 'FP18MDE', 'account': 'WBA002', 'make': 'VAUXHALL', 'model': 'INSIGNIA DIESEL GRAND SPORT', 'derivative': '1.6 Turbo D ecoTec Tech Line Nav 5dr', 'mileage': 94323, 'mileageWarranty': True, 'type': 'car', 'saleId': 18909, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 438}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2018-07-10', 'fuel': 'Diesel', 'motExpiry': '2026-11-24', 'doors': 5, 'engineSize': 1598, 'bodyType': 'Hatchback', 'images': None, 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'VOSA STATES 34K, 51K, 56K, 67K, 81K, 92K', 'virtual': False, 'seller': 'UKCGR - Premium', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': False, 'v5details': None, 'co2': 105, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:01:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 214672c5-00d2-566f-af86-2eb0854963a3 with identifier: 120870841
2026-03-30 10:01:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 214672c5-00d2-566f-af86-2eb0854963a3 with scrape type 1
2026-03-30 10:01:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 0 photos for item 214672c5-00d2-566f-af86-2eb0854963a3
2026-03-30 10:01:42 [crawlers.middlewares.photo_download_middleware] INFO: No photos to download for item 214672c5-00d2-566f-af86-2eb0854963a3
2026-03-30 10:01:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 214672c5-00d2-566f-af86-2eb0854963a3, identifier: 120870841
2026-03-30 10:01:43 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120870355, 'registration': 'KX10XKW', 'account': 'WBA001', 'make': 'AUDI', 'model': 'TT COUPE', 'derivative': '2.0T FSI Quattro TTS 2dr', 'mileage': 47616, 'mileageWarranty': True, 'type': 'car', 'saleId': 18909, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 438}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2010-04-26', 'fuel': 'Petrol', 'motExpiry': '2026-04-26', 'doors': 2, 'engineSize': 1984, 'bodyType': 'Coupe', 'images': ['https://abimg003.imgix.net/KX10XKW/2026-03-30/image/2529d4f4-95bb-4b2e-95b1-b00cc6a4169f_removebg.jpg?w=600', 'https://abimg003.imgix.net/KX10XKW/2026-03-30/image/be3d5b04-339a-49d4-8529-805f009ab4f6_removebg.jpg?w=600', 'https://abimg003.imgix.net/KX10XKW/2026-03-30/image/251882c6-d916-43da-9843-02a2f4930f1a_removebg.jpg?w=600', 'https://abimg003.imgix.net/KX10XKW/2026-03-30/image/dd042166-baea-4e35-acb1-c56734d6d71b_removebg.jpg?w=600', 'https://abimg003.imgix.net/KX10XKW/2026-03-30/image/dd29a4a2-5738-4ec2-a1ba-36a07961f3f4_removebg.jpg?w=600', 'https://abimg003.imgix.net/KX10XKW/2026-03-30/image/c8d5267d-0c68-4bb4-a7f2-e722e93e9166_removebg.jpg?w=600', 'https://abimg003.imgix.net/KX10XKW/2026-03-30/image/fca34987-f426-482e-bd6a-7a5603e62ecf_removebg.jpg?w=600', 'https://abimg003.imgix.net/KX10XKW/2026-03-30/image/0d527121-183c-42c2-8b5f-2b76d02f9747_removebg.jpg?w=600', 'https://abimg003.imgix.net/KX10XKW/2026-03-30/image/58d2ed0a-8bf5-4d35-9727-d02393646734_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'VOSA STATES 19K, 26K, 31K, 32K, 33K, 35K, 37K, 38K, 39K, 40K, 41K, 42K, 45K', 'virtual': False, 'seller': 'UKCGR', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': False, 'v5details': None, 'co2': 184, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:01:43 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120870355, 'registration': 'KX10XKW', 'account': 'WBA001', 'make': 'AUDI', 'model': 'TT COUPE', 'derivative': '2.0T FSI Quattro TTS 2dr', 'mileage': 47616, 'mileageWarranty': True, 'type': 'car', 'saleId': 18909, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 438}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2010-04-26', 'fuel': 'Petrol', 'motExpiry': '2026-04-26', 'doors': 2, 'engineSize': 1984, 'bodyType': 'Coupe', 'images': ['https://abimg003.imgix.net/KX10XKW/2026-03-30/image/2529d4f4-95bb-4b2e-95b1-b00cc6a4169f_removebg.jpg?w=600', 'https://abimg003.imgix.net/KX10XKW/2026-03-30/image/be3d5b04-339a-49d4-8529-805f009ab4f6_removebg.jpg?w=600', 'https://abimg003.imgix.net/KX10XKW/2026-03-30/image/251882c6-d916-43da-9843-02a2f4930f1a_removebg.jpg?w=600', 'https://abimg003.imgix.net/KX10XKW/2026-03-30/image/dd042166-baea-4e35-acb1-c56734d6d71b_removebg.jpg?w=600', 'https://abimg003.imgix.net/KX10XKW/2026-03-30/image/dd29a4a2-5738-4ec2-a1ba-36a07961f3f4_removebg.jpg?w=600', 'https://abimg003.imgix.net/KX10XKW/2026-03-30/image/c8d5267d-0c68-4bb4-a7f2-e722e93e9166_removebg.jpg?w=600', 'https://abimg003.imgix.net/KX10XKW/2026-03-30/image/fca34987-f426-482e-bd6a-7a5603e62ecf_removebg.jpg?w=600', 'https://abimg003.imgix.net/KX10XKW/2026-03-30/image/0d527121-183c-42c2-8b5f-2b76d02f9747_removebg.jpg?w=600', 'https://abimg003.imgix.net/KX10XKW/2026-03-30/image/58d2ed0a-8bf5-4d35-9727-d02393646734_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'VOSA STATES 19K, 26K, 31K, 32K, 33K, 35K, 37K, 38K, 39K, 40K, 41K, 42K, 45K', 'virtual': False, 'seller': 'UKCGR', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': False, 'v5details': None, 'co2': 184, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:01:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1a3a4e60-2669-53bb-aacb-0888203bea59 with identifier: 120870355
2026-03-30 10:01:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1a3a4e60-2669-53bb-aacb-0888203bea59 with scrape type 1
2026-03-30 10:01:43 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 9 photos for item 1a3a4e60-2669-53bb-aacb-0888203bea59
2026-03-30 10:01:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FKX10XKW%252F2026-03-30%252Fimage%252F2529d4f4-95bb-4b2e-95b1-b00cc6a4169f_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:01:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/KX10XKW/2026-03-30/image/2529d4f4-95bb-4b2e-95b1-b00cc6a4169f_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:01:43 [astonbarclay.gb] INFO: Found listing with ID: 120676801
2026-03-30 10:01:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120676801%27 HTTP/1.1" 200 None
2026-03-30 10:01:43 [astonbarclay.gb] INFO: Scrape type for 120676801: 0
2026-03-30 10:01:43 [astonbarclay.gb] INFO: Found listing with ID: 120838973
2026-03-30 10:01:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120838973%27 HTTP/1.1" 200 None
2026-03-30 10:01:43 [astonbarclay.gb] INFO: Scrape type for 120838973: 1
2026-03-30 10:01:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: b3888907-09ca-5d58-b2fd-4c82d71aa90f with identifier: 120870701
2026-03-30 10:01:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: b3888907-09ca-5d58-b2fd-4c82d71aa90f with identifier: 120870701
2026-03-30 10:01:43 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: b3888907-09ca-5d58-b2fd-4c82d71aa90f with identifier: 120870701 to the API
2026-03-30 10:01:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 10:01:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120870701?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 137,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.5L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'Diesel',
'id': 'b3888907-09ca-5d58-b2fd-4c82d71aa90f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'BF12CEN',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120870701',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'NISSAN',
'model': 'QASHQAI HATCHBACK SPECIAL EDITIONS',
'odometer': 91564,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2012-03-29',
'seller_name': 'UKCGR - Trade',
'title': 'NISSAN QASHQAI HATCHBACK SPECIAL EDITIONS 1.5 dCi [110] N-Tec 5dr',
'transmission': 'manual',
'trim': '1.5 dCi [110] N-Tec 5dr',
'vin': None,
'year': 2012}
2026-03-30 10:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120870701%27 HTTP/1.1" 200 None
2026-03-30 10:01:44 [astonbarclay.gb] INFO: Saving data for 120870701: {'created_time': 1774864904.126097, 'last_price_update_time': 1774864904.126111, 'auction_closing_time': 1774958400.0}
2026-03-30 10:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120870701') HTTP/1.1" 204 0
2026-03-30 10:01:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 214672c5-00d2-566f-af86-2eb0854963a3 with identifier: 120870841
2026-03-30 10:01:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 214672c5-00d2-566f-af86-2eb0854963a3 with identifier: 120870841
2026-03-30 10:01:44 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 214672c5-00d2-566f-af86-2eb0854963a3 with identifier: 120870841 to the API
2026-03-30 10:01:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 10:01:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120870841?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 105,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'Diesel',
'id': '214672c5-00d2-566f-af86-2eb0854963a3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'FP18MDE',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120870841',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'VAUXHALL',
'model': 'INSIGNIA DIESEL GRAND SPORT',
'odometer': 94323,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-07-10',
'seller_name': 'UKCGR - Premium',
'title': 'VAUXHALL INSIGNIA DIESEL GRAND SPORT 1.6 Turbo D ecoTec Tech Line '
'Nav 5dr',
'transmission': 'manual',
'trim': '1.6 Turbo D ecoTec Tech Line Nav 5dr',
'vin': None,
'year': 2018}
2026-03-30 10:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120870841%27 HTTP/1.1" 200 None
2026-03-30 10:01:45 [astonbarclay.gb] INFO: Saving data for 120870841: {'created_time': 1774864905.453484, 'last_price_update_time': 1774864905.453498, 'auction_closing_time': 1774958400.0}
2026-03-30 10:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120870841') HTTP/1.1" 204 0
2026-03-30 10:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg002.imgix.net%252Fa47eb3df-99a7-4c5b-a100-81531636250e.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:01:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg002.imgix.net/a47eb3df-99a7-4c5b-a100-81531636250e.jpg?w=600 not downloaded yet
2026-03-30 10:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FRY19VXD%252F2026-03-30%252Fimage%252Fc2d882ce-aef9-4ad2-80f0-eef0f94aa924_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:01:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/RY19VXD/2026-03-30/image/c2d882ce-aef9-4ad2-80f0-eef0f94aa924_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FKX10XKW%252F2026-03-30%252Fimage%252Fbe3d5b04-339a-49d4-8529-805f009ab4f6_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:01:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/KX10XKW/2026-03-30/image/be3d5b04-339a-49d4-8529-805f009ab4f6_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:01:45 [astonbarclay.gb] INFO: Found listing with ID: 120430055
2026-03-30 10:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120430055%27 HTTP/1.1" 200 None
2026-03-30 10:01:45 [astonbarclay.gb] INFO: Scrape type for 120430055: 0
2026-03-30 10:01:45 [astonbarclay.gb] INFO: Found listing with ID: 120839097
2026-03-30 10:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120839097%27 HTTP/1.1" 200 None
2026-03-30 10:01:45 [astonbarclay.gb] INFO: Scrape type for 120839097: 1
2026-03-30 10:01:45 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120869621, 'registration': 'GL15CXZ', 'account': 'WBA003', 'make': 'SKODA', 'model': 'YETI OUTDOOR DIESEL ESTATE', 'derivative': '2.0 TDI CR SE 4x4 5dr', 'mileage': 103271, 'mileageWarranty': True, 'type': 'car', 'saleId': 18909, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 438}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2015-05-01', 'fuel': 'Diesel', 'motExpiry': '2026-12-12', 'doors': 5, 'engineSize': 1968, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/GL15CXZ/2026-03-30/image/96190e88-995b-40b8-a7c5-ff35b6d38da0_removebg.jpg?w=600', 'https://abimg003.imgix.net/GL15CXZ/2026-03-30/image/32d20c7e-af34-4ebb-b747-bc96507600b2_removebg.jpg?w=600', 'https://abimg003.imgix.net/GL15CXZ/2026-03-30/image/d2c1788d-9d68-4721-ab70-dd1f9fb88cae_removebg.jpg?w=600', 'https://abimg003.imgix.net/GL15CXZ/2026-03-30/image/ae9dc177-3b2c-4376-821a-a8298039faea_removebg.jpg?w=600', 'https://abimg003.imgix.net/GL15CXZ/2026-03-30/image/cfe6915e-9944-42a3-a87a-8b906791215f_removebg.jpg?w=600', 'https://abimg003.imgix.net/GL15CXZ/2026-03-30/image/70c6380c-626c-4e12-acd7-3c97707793eb_removebg.jpg?w=600', 'https://abimg003.imgix.net/GL15CXZ/2026-03-30/image/d2269cfd-0131-4a16-8d75-1bedae173cb1_removebg.jpg?w=600', 'https://abimg003.imgix.net/GL15CXZ/2026-03-30/image/417eea1d-c0a2-4fb7-9e11-57fb1e9dceb5_removebg.jpg?w=600', 'https://abimg003.imgix.net/GL15CXZ/2026-03-30/image/935d154c-a4d4-4b60-bfcf-01c52a6b55c9_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'VOSA STATES 34K, 47K, 60K, 69K, 77K, 83K, 92K, 100K', 'virtual': False, 'seller': 'UKCGR - Select', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': False, 'v5details': None, 'co2': 154, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:01:45 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120869621, 'registration': 'GL15CXZ', 'account': 'WBA003', 'make': 'SKODA', 'model': 'YETI OUTDOOR DIESEL ESTATE', 'derivative': '2.0 TDI CR SE 4x4 5dr', 'mileage': 103271, 'mileageWarranty': True, 'type': 'car', 'saleId': 18909, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 438}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2015-05-01', 'fuel': 'Diesel', 'motExpiry': '2026-12-12', 'doors': 5, 'engineSize': 1968, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/GL15CXZ/2026-03-30/image/96190e88-995b-40b8-a7c5-ff35b6d38da0_removebg.jpg?w=600', 'https://abimg003.imgix.net/GL15CXZ/2026-03-30/image/32d20c7e-af34-4ebb-b747-bc96507600b2_removebg.jpg?w=600', 'https://abimg003.imgix.net/GL15CXZ/2026-03-30/image/d2c1788d-9d68-4721-ab70-dd1f9fb88cae_removebg.jpg?w=600', 'https://abimg003.imgix.net/GL15CXZ/2026-03-30/image/ae9dc177-3b2c-4376-821a-a8298039faea_removebg.jpg?w=600', 'https://abimg003.imgix.net/GL15CXZ/2026-03-30/image/cfe6915e-9944-42a3-a87a-8b906791215f_removebg.jpg?w=600', 'https://abimg003.imgix.net/GL15CXZ/2026-03-30/image/70c6380c-626c-4e12-acd7-3c97707793eb_removebg.jpg?w=600', 'https://abimg003.imgix.net/GL15CXZ/2026-03-30/image/d2269cfd-0131-4a16-8d75-1bedae173cb1_removebg.jpg?w=600', 'https://abimg003.imgix.net/GL15CXZ/2026-03-30/image/417eea1d-c0a2-4fb7-9e11-57fb1e9dceb5_removebg.jpg?w=600', 'https://abimg003.imgix.net/GL15CXZ/2026-03-30/image/935d154c-a4d4-4b60-bfcf-01c52a6b55c9_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'VOSA STATES 34K, 47K, 60K, 69K, 77K, 83K, 92K, 100K', 'virtual': False, 'seller': 'UKCGR - Select', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': False, 'v5details': None, 'co2': 154, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:01:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e8556002-5680-58be-a571-01e165d8d050 with identifier: 120869621
2026-03-30 10:01:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e8556002-5680-58be-a571-01e165d8d050 with scrape type 1
2026-03-30 10:01:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 9 photos for item e8556002-5680-58be-a571-01e165d8d050
2026-03-30 10:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FGL15CXZ%252F2026-03-30%252Fimage%252F96190e88-995b-40b8-a7c5-ff35b6d38da0_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:01:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/GL15CXZ/2026-03-30/image/96190e88-995b-40b8-a7c5-ff35b6d38da0_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:01:45 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120880218, 'registration': 'BU13MLE', 'account': 'WBA004', 'make': 'VAUXHALL', 'model': 'ASTRA DIESEL HATCHBACK', 'derivative': '2.0 CDTi 16V ecoFLEX Elite 5dr', 'mileage': 112403, 'mileageWarranty': True, 'type': 'car', 'saleId': 18909, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 438}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2013-03-12', 'fuel': 'Diesel', 'motExpiry': '2026-10-09', 'doors': 5, 'engineSize': 1956, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/BU13MLE/2026-03-30/image/e4645e28-6f14-48df-8e1e-b501b56b702e_removebg.jpg?w=600', 'https://abimg003.imgix.net/BU13MLE/2026-03-30/image/a9e497a2-77f8-44ea-90c4-6f53369a3180_removebg.jpg?w=600', 'https://abimg003.imgix.net/BU13MLE/2026-03-30/image/5cf2a2d3-82e3-4718-b1f5-a36a9626ea94_removebg.jpg?w=600', 'https://abimg003.imgix.net/BU13MLE/2026-03-30/image/6602d95c-8a27-41e1-8d10-3c503bfc199e_removebg.jpg?w=600', 'https://abimg003.imgix.net/BU13MLE/2026-03-30/image/41ab38ae-cb76-4ab7-bc2d-be1d264da4bf_removebg.jpg?w=600', 'https://abimg003.imgix.net/BU13MLE/2026-03-30/image/68052333-6a8d-407f-819a-f74ff5b8b894_removebg.jpg?w=600', 'https://abimg003.imgix.net/BU13MLE/2026-03-30/image/6bc82b69-9d5a-4631-ab4f-4d519c00df8d_removebg.jpg?w=600', 'https://abimg003.imgix.net/BU13MLE/2026-03-30/image/f322100e-737c-4b86-a17b-bd8f7a7723ae_removebg.jpg?w=600', 'https://abimg003.imgix.net/BU13MLE/2026-03-30/image/f6a1da31-644b-4c1a-99db-954264967aa2_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'VOSA STATES 21K, 31K, 49K, 53K, 65K, 71K, 78K, 88K, 97K, 103K, 109K,', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': False, 'v5details': None, 'co2': 119, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:01:45 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120880218, 'registration': 'BU13MLE', 'account': 'WBA004', 'make': 'VAUXHALL', 'model': 'ASTRA DIESEL HATCHBACK', 'derivative': '2.0 CDTi 16V ecoFLEX Elite 5dr', 'mileage': 112403, 'mileageWarranty': True, 'type': 'car', 'saleId': 18909, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 438}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2013-03-12', 'fuel': 'Diesel', 'motExpiry': '2026-10-09', 'doors': 5, 'engineSize': 1956, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/BU13MLE/2026-03-30/image/e4645e28-6f14-48df-8e1e-b501b56b702e_removebg.jpg?w=600', 'https://abimg003.imgix.net/BU13MLE/2026-03-30/image/a9e497a2-77f8-44ea-90c4-6f53369a3180_removebg.jpg?w=600', 'https://abimg003.imgix.net/BU13MLE/2026-03-30/image/5cf2a2d3-82e3-4718-b1f5-a36a9626ea94_removebg.jpg?w=600', 'https://abimg003.imgix.net/BU13MLE/2026-03-30/image/6602d95c-8a27-41e1-8d10-3c503bfc199e_removebg.jpg?w=600', 'https://abimg003.imgix.net/BU13MLE/2026-03-30/image/41ab38ae-cb76-4ab7-bc2d-be1d264da4bf_removebg.jpg?w=600', 'https://abimg003.imgix.net/BU13MLE/2026-03-30/image/68052333-6a8d-407f-819a-f74ff5b8b894_removebg.jpg?w=600', 'https://abimg003.imgix.net/BU13MLE/2026-03-30/image/6bc82b69-9d5a-4631-ab4f-4d519c00df8d_removebg.jpg?w=600', 'https://abimg003.imgix.net/BU13MLE/2026-03-30/image/f322100e-737c-4b86-a17b-bd8f7a7723ae_removebg.jpg?w=600', 'https://abimg003.imgix.net/BU13MLE/2026-03-30/image/f6a1da31-644b-4c1a-99db-954264967aa2_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'VOSA STATES 21K, 31K, 49K, 53K, 65K, 71K, 78K, 88K, 97K, 103K, 109K,', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': False, 'v5details': None, 'co2': 119, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:01:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ca5a411f-d803-534f-82d4-02d558bac7c2 with identifier: 120880218
2026-03-30 10:01:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ca5a411f-d803-534f-82d4-02d558bac7c2 with scrape type 1
2026-03-30 10:01:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 9 photos for item ca5a411f-d803-534f-82d4-02d558bac7c2
2026-03-30 10:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FBU13MLE%252F2026-03-30%252Fimage%252Fe4645e28-6f14-48df-8e1e-b501b56b702e_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:01:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/BU13MLE/2026-03-30/image/e4645e28-6f14-48df-8e1e-b501b56b702e_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg002.imgix.net%252F4e8bef3a-86b0-42cb-8a7f-c9eafcccee6f.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:01:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg002.imgix.net/4e8bef3a-86b0-42cb-8a7f-c9eafcccee6f.jpg?w=600 not downloaded yet
2026-03-30 10:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FRY19VXD%252F2026-03-30%252Fimage%252Fe44685c9-467f-4c74-a4f7-009463fdb92e_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:01:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/RY19VXD/2026-03-30/image/e44685c9-467f-4c74-a4f7-009463fdb92e_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FKX10XKW%252F2026-03-30%252Fimage%252F251882c6-d916-43da-9843-02a2f4930f1a_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:01:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/KX10XKW/2026-03-30/image/251882c6-d916-43da-9843-02a2f4930f1a_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:01:45 [astonbarclay.gb] INFO: Found listing with ID: 120867115
2026-03-30 10:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120867115%27 HTTP/1.1" 200 None
2026-03-30 10:01:45 [astonbarclay.gb] INFO: Scrape type for 120867115: 0
2026-03-30 10:01:45 [astonbarclay.gb] INFO: Found listing with ID: 120716273
2026-03-30 10:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120716273%27 HTTP/1.1" 200 None
2026-03-30 10:01:45 [astonbarclay.gb] INFO: Scrape type for 120716273: 0
2026-03-30 10:01:45 [astonbarclay.gb] INFO: Found listing with ID: 120866391
2026-03-30 10:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120866391%27 HTTP/1.1" 200 None
2026-03-30 10:01:45 [astonbarclay.gb] INFO: Scrape type for 120866391: 0
2026-03-30 10:01:45 [astonbarclay.gb] INFO: Found listing with ID: 120221428
2026-03-30 10:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120221428%27 HTTP/1.1" 200 None
2026-03-30 10:01:45 [astonbarclay.gb] INFO: Scrape type for 120221428: 0
2026-03-30 10:01:45 [astonbarclay.gb] INFO: Found listing with ID: 120695315
2026-03-30 10:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120695315%27 HTTP/1.1" 200 None
2026-03-30 10:01:45 [astonbarclay.gb] INFO: Scrape type for 120695315: 0
2026-03-30 10:01:45 [astonbarclay.gb] INFO: Found listing with ID: 120748122
2026-03-30 10:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120748122%27 HTTP/1.1" 200 None
2026-03-30 10:01:45 [astonbarclay.gb] INFO: Scrape type for 120748122: 0
2026-03-30 10:01:45 [astonbarclay.gb] INFO: Found listing with ID: 120461368
2026-03-30 10:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120461368%27 HTTP/1.1" 200 None
2026-03-30 10:01:46 [astonbarclay.gb] INFO: Scrape type for 120461368: 0
2026-03-30 10:01:46 [astonbarclay.gb] INFO: Found listing with ID: 120686475
2026-03-30 10:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120686475%27 HTTP/1.1" 200 None
2026-03-30 10:01:46 [astonbarclay.gb] INFO: Scrape type for 120686475: 0
2026-03-30 10:01:46 [astonbarclay.gb] INFO: Found listing with ID: 120747504
2026-03-30 10:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120747504%27 HTTP/1.1" 200 None
2026-03-30 10:01:46 [astonbarclay.gb] INFO: Scrape type for 120747504: 0
2026-03-30 10:01:46 [astonbarclay.gb] INFO: Found listing with ID: 120585528
2026-03-30 10:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120585528%27 HTTP/1.1" 200 None
2026-03-30 10:01:46 [astonbarclay.gb] INFO: Scrape type for 120585528: 0
2026-03-30 10:01:46 [astonbarclay.gb] INFO: Found listing with ID: 120661959
2026-03-30 10:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120661959%27 HTTP/1.1" 200 None
2026-03-30 10:01:46 [astonbarclay.gb] INFO: Scrape type for 120661959: 0
2026-03-30 10:01:46 [astonbarclay.gb] INFO: Found listing with ID: 120686558
2026-03-30 10:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120686558%27 HTTP/1.1" 200 None
2026-03-30 10:01:46 [astonbarclay.gb] INFO: Scrape type for 120686558: 0
2026-03-30 10:01:46 [astonbarclay.gb] INFO: Found listing with ID: 120631237
2026-03-30 10:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120631237%27 HTTP/1.1" 200 None
2026-03-30 10:01:46 [astonbarclay.gb] INFO: Scrape type for 120631237: 0
2026-03-30 10:01:46 [astonbarclay.gb] INFO: Found listing with ID: 120729927
2026-03-30 10:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120729927%27 HTTP/1.1" 200 None
2026-03-30 10:01:46 [astonbarclay.gb] INFO: Scrape type for 120729927: 2
2026-03-30 10:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FGL15CXZ%252F2026-03-30%252Fimage%252F32d20c7e-af34-4ebb-b747-bc96507600b2_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:01:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/GL15CXZ/2026-03-30/image/32d20c7e-af34-4ebb-b747-bc96507600b2_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FBU13MLE%252F2026-03-30%252Fimage%252Fa9e497a2-77f8-44ea-90c4-6f53369a3180_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:01:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/BU13MLE/2026-03-30/image/a9e497a2-77f8-44ea-90c4-6f53369a3180_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg002.imgix.net%252Fc3ddcb4e-8e16-4c5f-b1b7-e8dd8370f7f0.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:01:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg002.imgix.net/c3ddcb4e-8e16-4c5f-b1b7-e8dd8370f7f0.jpg?w=600 not downloaded yet
2026-03-30 10:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FRY19VXD%252F2026-03-30%252Fimage%252Faea8c34f-80a0-4f95-80a0-39a69b858cc7_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:01:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/RY19VXD/2026-03-30/image/aea8c34f-80a0-4f95-80a0-39a69b858cc7_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FKX10XKW%252F2026-03-30%252Fimage%252Fdd042166-baea-4e35-acb1-c56734d6d71b_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:01:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/KX10XKW/2026-03-30/image/dd042166-baea-4e35-acb1-c56734d6d71b_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:01:46 [astonbarclay.gb] INFO: Found listing with ID: 120695918
2026-03-30 10:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120695918%27 HTTP/1.1" 200 None
2026-03-30 10:01:46 [astonbarclay.gb] INFO: Scrape type for 120695918: 0
2026-03-30 10:01:46 [astonbarclay.gb] INFO: Found listing with ID: 120590755
2026-03-30 10:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120590755%27 HTTP/1.1" 200 None
2026-03-30 10:01:46 [astonbarclay.gb] INFO: Scrape type for 120590755: 0
2026-03-30 10:01:46 [astonbarclay.gb] INFO: Found listing with ID: 120594710
2026-03-30 10:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120594710%27 HTTP/1.1" 200 None
2026-03-30 10:01:46 [astonbarclay.gb] INFO: Scrape type for 120594710: 0
2026-03-30 10:01:46 [astonbarclay.gb] INFO: Found listing with ID: 120591357
2026-03-30 10:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120591357%27 HTTP/1.1" 200 None
2026-03-30 10:01:46 [astonbarclay.gb] INFO: Scrape type for 120591357: 0
2026-03-30 10:01:46 [astonbarclay.gb] INFO: Found listing with ID: 120484612
2026-03-30 10:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120484612%27 HTTP/1.1" 200 None
2026-03-30 10:01:46 [astonbarclay.gb] INFO: Scrape type for 120484612: 0
2026-03-30 10:01:46 [astonbarclay.gb] INFO: Found listing with ID: 120439240
2026-03-30 10:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120439240%27 HTTP/1.1" 200 None
2026-03-30 10:01:46 [astonbarclay.gb] INFO: Scrape type for 120439240: 0
2026-03-30 10:01:46 [astonbarclay.gb] INFO: Found listing with ID: 120201662
2026-03-30 10:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120201662%27 HTTP/1.1" 200 None
2026-03-30 10:01:46 [astonbarclay.gb] INFO: Scrape type for 120201662: 0
2026-03-30 10:01:46 [astonbarclay.gb] INFO: Found listing with ID: 120761746
2026-03-30 10:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120761746%27 HTTP/1.1" 200 None
2026-03-30 10:01:46 [astonbarclay.gb] INFO: Scrape type for 120761746: 2
2026-03-30 10:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FGL15CXZ%252F2026-03-30%252Fimage%252Fd2c1788d-9d68-4721-ab70-dd1f9fb88cae_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:01:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/GL15CXZ/2026-03-30/image/d2c1788d-9d68-4721-ab70-dd1f9fb88cae_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FBU13MLE%252F2026-03-30%252Fimage%252F5cf2a2d3-82e3-4718-b1f5-a36a9626ea94_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:01:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/BU13MLE/2026-03-30/image/5cf2a2d3-82e3-4718-b1f5-a36a9626ea94_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FRY19VXD%252F2026-03-30%252Fimage%252Fe85346a3-3105-4e8b-8066-5c93db17206f_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:01:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/RY19VXD/2026-03-30/image/e85346a3-3105-4e8b-8066-5c93db17206f_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FKX10XKW%252F2026-03-30%252Fimage%252Fdd29a4a2-5738-4ec2-a1ba-36a07961f3f4_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:01:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/KX10XKW/2026-03-30/image/dd29a4a2-5738-4ec2-a1ba-36a07961f3f4_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:01:46 [astonbarclay.gb] INFO: Found listing with ID: 120614132
2026-03-30 10:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120614132%27 HTTP/1.1" 200 None
2026-03-30 10:01:46 [astonbarclay.gb] INFO: Scrape type for 120614132: 0
2026-03-30 10:01:46 [astonbarclay.gb] INFO: Found listing with ID: 120644493
2026-03-30 10:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120644493%27 HTTP/1.1" 200 None
2026-03-30 10:01:46 [astonbarclay.gb] INFO: Scrape type for 120644493: 0
2026-03-30 10:01:46 [astonbarclay.gb] INFO: Found listing with ID: 120627849
2026-03-30 10:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120627849%27 HTTP/1.1" 200 None
2026-03-30 10:01:46 [astonbarclay.gb] INFO: Scrape type for 120627849: 2
2026-03-30 10:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FGL15CXZ%252F2026-03-30%252Fimage%252Fae9dc177-3b2c-4376-821a-a8298039faea_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:01:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/GL15CXZ/2026-03-30/image/ae9dc177-3b2c-4376-821a-a8298039faea_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FBU13MLE%252F2026-03-30%252Fimage%252F6602d95c-8a27-41e1-8d10-3c503bfc199e_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:01:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/BU13MLE/2026-03-30/image/6602d95c-8a27-41e1-8d10-3c503bfc199e_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FRY19VXD%252F2026-03-30%252Fimage%252Fdd028181-e0c3-4593-98b4-436263c7db7c_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:01:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/RY19VXD/2026-03-30/image/dd028181-e0c3-4593-98b4-436263c7db7c_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FKX10XKW%252F2026-03-30%252Fimage%252Fc8d5267d-0c68-4bb4-a7f2-e722e93e9166_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:01:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/KX10XKW/2026-03-30/image/c8d5267d-0c68-4bb4-a7f2-e722e93e9166_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:01:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120839064?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:01:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120870326?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:01:46 [astonbarclay.gb] INFO: Found listing with ID: 120694672
2026-03-30 10:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120694672%27 HTTP/1.1" 200 None
2026-03-30 10:01:46 [astonbarclay.gb] INFO: Scrape type for 120694672: 0
2026-03-30 10:01:46 [astonbarclay.gb] INFO: Found listing with ID: 120471398
2026-03-30 10:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120471398%27 HTTP/1.1" 200 None
2026-03-30 10:01:46 [astonbarclay.gb] INFO: Scrape type for 120471398: 0
2026-03-30 10:01:46 [astonbarclay.gb] INFO: Found listing with ID: 120225028
2026-03-30 10:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120225028%27 HTTP/1.1" 200 None
2026-03-30 10:01:46 [astonbarclay.gb] INFO: Scrape type for 120225028: 0
2026-03-30 10:01:46 [astonbarclay.gb] INFO: Found listing with ID: 120471388
2026-03-30 10:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120471388%27 HTTP/1.1" 200 None
2026-03-30 10:01:46 [astonbarclay.gb] INFO: Scrape type for 120471388: 0
2026-03-30 10:01:46 [astonbarclay.gb] INFO: Found listing with ID: 120471377
2026-03-30 10:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120471377%27 HTTP/1.1" 200 None
2026-03-30 10:01:46 [astonbarclay.gb] INFO: Scrape type for 120471377: 0
2026-03-30 10:01:46 [astonbarclay.gb] INFO: Found listing with ID: 120479474
2026-03-30 10:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120479474%27 HTTP/1.1" 200 None
2026-03-30 10:01:46 [astonbarclay.gb] INFO: Scrape type for 120479474: 2
2026-03-30 10:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FGL15CXZ%252F2026-03-30%252Fimage%252Fcfe6915e-9944-42a3-a87a-8b906791215f_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:01:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/GL15CXZ/2026-03-30/image/cfe6915e-9944-42a3-a87a-8b906791215f_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FBU13MLE%252F2026-03-30%252Fimage%252F41ab38ae-cb76-4ab7-bc2d-be1d264da4bf_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:01:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/BU13MLE/2026-03-30/image/41ab38ae-cb76-4ab7-bc2d-be1d264da4bf_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:01:46 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:01:46 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:01:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120870815?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:01:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120870561?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:01:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120870746?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FRY19VXD%252F2026-03-30%252Fimage%252F635fa423-a425-4a55-a029-8f40e848b860_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:01:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/RY19VXD/2026-03-30/image/635fa423-a425-4a55-a029-8f40e848b860_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FKX10XKW%252F2026-03-30%252Fimage%252Ffca34987-f426-482e-bd6a-7a5603e62ecf_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:01:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/KX10XKW/2026-03-30/image/fca34987-f426-482e-bd6a-7a5603e62ecf_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:01:46 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:01:46 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:01:46 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:01:46 [astonbarclay.gb] INFO: Found listing with ID: 120765869
2026-03-30 10:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120765869%27 HTTP/1.1" 200 None
2026-03-30 10:01:46 [astonbarclay.gb] INFO: Scrape type for 120765869: 0
2026-03-30 10:01:46 [astonbarclay.gb] INFO: Found listing with ID: 120786591
2026-03-30 10:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120786591%27 HTTP/1.1" 200 None
2026-03-30 10:01:46 [astonbarclay.gb] INFO: Scrape type for 120786591: 0
2026-03-30 10:01:46 [astonbarclay.gb] INFO: Found listing with ID: 120765790
2026-03-30 10:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120765790%27 HTTP/1.1" 200 None
2026-03-30 10:01:46 [astonbarclay.gb] INFO: Scrape type for 120765790: 0
2026-03-30 10:01:46 [astonbarclay.gb] INFO: Found listing with ID: 120765878
2026-03-30 10:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120765878%27 HTTP/1.1" 200 None
2026-03-30 10:01:46 [astonbarclay.gb] INFO: Scrape type for 120765878: 0
2026-03-30 10:01:46 [astonbarclay.gb] INFO: Found listing with ID: 120765859
2026-03-30 10:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120765859%27 HTTP/1.1" 200 None
2026-03-30 10:01:46 [astonbarclay.gb] INFO: Scrape type for 120765859: 0
2026-03-30 10:01:46 [astonbarclay.gb] INFO: Found listing with ID: 120765820
2026-03-30 10:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120765820%27 HTTP/1.1" 200 None
2026-03-30 10:01:46 [astonbarclay.gb] INFO: Scrape type for 120765820: 0
2026-03-30 10:01:46 [astonbarclay.gb] INFO: Found listing with ID: 120765848
2026-03-30 10:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120765848%27 HTTP/1.1" 200 None
2026-03-30 10:01:46 [astonbarclay.gb] INFO: Scrape type for 120765848: 0
2026-03-30 10:01:46 [astonbarclay.gb] INFO: Found listing with ID: 120826147
2026-03-30 10:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120826147%27 HTTP/1.1" 200 None
2026-03-30 10:01:46 [astonbarclay.gb] INFO: Scrape type for 120826147: 2
2026-03-30 10:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FGL15CXZ%252F2026-03-30%252Fimage%252F70c6380c-626c-4e12-acd7-3c97707793eb_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:01:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/GL15CXZ/2026-03-30/image/70c6380c-626c-4e12-acd7-3c97707793eb_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FBU13MLE%252F2026-03-30%252Fimage%252F68052333-6a8d-407f-819a-f74ff5b8b894_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:01:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/BU13MLE/2026-03-30/image/68052333-6a8d-407f-819a-f74ff5b8b894_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:01:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FRY19VXD%252F2026-03-30%252Fimage%252F45a4ed88-4f97-45f7-9a79-91d35c16f8b8_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:01:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/RY19VXD/2026-03-30/image/45a4ed88-4f97-45f7-9a79-91d35c16f8b8_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:01:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FKX10XKW%252F2026-03-30%252Fimage%252F0d527121-183c-42c2-8b5f-2b76d02f9747_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:01:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/KX10XKW/2026-03-30/image/0d527121-183c-42c2-8b5f-2b76d02f9747_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:01:47 [astonbarclay.gb] INFO: Found listing with ID: 120134147
2026-03-30 10:01:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120134147%27 HTTP/1.1" 200 None
2026-03-30 10:01:47 [astonbarclay.gb] INFO: Scrape type for 120134147: 0
2026-03-30 10:01:47 [astonbarclay.gb] INFO: Found listing with ID: 120826421
2026-03-30 10:01:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120826421%27 HTTP/1.1" 200 None
2026-03-30 10:01:47 [astonbarclay.gb] INFO: Scrape type for 120826421: 2
2026-03-30 10:01:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FGL15CXZ%252F2026-03-30%252Fimage%252Fd2269cfd-0131-4a16-8d75-1bedae173cb1_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:01:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/GL15CXZ/2026-03-30/image/d2269cfd-0131-4a16-8d75-1bedae173cb1_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:01:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FBU13MLE%252F2026-03-30%252Fimage%252F6bc82b69-9d5a-4631-ab4f-4d519c00df8d_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:01:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/BU13MLE/2026-03-30/image/6bc82b69-9d5a-4631-ab4f-4d519c00df8d_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:01:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120870434?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:01:47 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120839064, 'registration': 'YT69GSZ', 'account': 'VAN044', 'make': 'HYUNDAI', 'model': 'KONA HATCHBACK', 'derivative': '1.0T GDi Blue Drive S 5dr', 'mileage': 33290, 'mileageWarranty': True, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 438}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2019-09-17', 'fuel': 'Petrol', 'motExpiry': '2026-09-16', 'doors': 5, 'engineSize': 998, 'bodyType': 'Hatchback', 'images': ['https://abimg002.imgix.net/eeeabca5-cf41-464b-8628-a08d6d3de860.jpg?w=600', 'https://abimg002.imgix.net/0e5329fb-cfc8-45f3-9cf0-64492bb38f91.jpg?w=600', 'https://abimg002.imgix.net/0c1929f8-9387-4a0c-82ab-8c22eba9c053.jpg?w=600', 'https://abimg002.imgix.net/146d04b6-b65a-4720-a52e-022289ba4d33.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'EVALUATE', 'serviceHistory': '', 'remarks': 'VOSA STATES 15K, 21K, 26K, 31K', 'virtual': False, 'seller': 'Vantage Motor Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', '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-30 10:01:47 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120839064, 'registration': 'YT69GSZ', 'account': 'VAN044', 'make': 'HYUNDAI', 'model': 'KONA HATCHBACK', 'derivative': '1.0T GDi Blue Drive S 5dr', 'mileage': 33290, 'mileageWarranty': True, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 438}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2019-09-17', 'fuel': 'Petrol', 'motExpiry': '2026-09-16', 'doors': 5, 'engineSize': 998, 'bodyType': 'Hatchback', 'images': ['https://abimg002.imgix.net/eeeabca5-cf41-464b-8628-a08d6d3de860.jpg?w=600', 'https://abimg002.imgix.net/0e5329fb-cfc8-45f3-9cf0-64492bb38f91.jpg?w=600', 'https://abimg002.imgix.net/0c1929f8-9387-4a0c-82ab-8c22eba9c053.jpg?w=600', 'https://abimg002.imgix.net/146d04b6-b65a-4720-a52e-022289ba4d33.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'EVALUATE', 'serviceHistory': '', 'remarks': 'VOSA STATES 15K, 21K, 26K, 31K', 'virtual': False, 'seller': 'Vantage Motor Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', '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-30 10:01:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0dece135-f1ce-5d91-8279-f68c562a6083 with identifier: 120839064
2026-03-30 10:01:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0dece135-f1ce-5d91-8279-f68c562a6083 with scrape type 1
2026-03-30 10:01:47 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 4 photos for item 0dece135-f1ce-5d91-8279-f68c562a6083
2026-03-30 10:01:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg002.imgix.net%252Feeeabca5-cf41-464b-8628-a08d6d3de860.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:01:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg002.imgix.net/eeeabca5-cf41-464b-8628-a08d6d3de860.jpg?w=600 not downloaded yet
2026-03-30 10:01:47 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120870326, 'registration': 'YE72DKA', 'account': 'WBA001', 'make': 'FORD', 'model': 'TRANSIT CONNECT 250 L2 DIESEL', 'derivative': '1.5 EcoBlue 120ps Limited Van Powershift', 'mileage': 30046, 'mileageWarranty': True, 'type': 'commercial', 'saleId': 18909, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 438}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2022-11-10', 'fuel': 'Diesel', 'motExpiry': '2026-11-09', 'doors': None, 'engineSize': 1499, 'bodyType': 'Van', 'images': ['https://abimg003.imgix.net/YE72DKA/2026-03-30/image/2da4b848-3136-44f7-90ce-cb29a47cc3ad_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE72DKA/2026-03-30/image/b12be804-1c12-4cbc-97cf-c3f7714460bd_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE72DKA/2026-03-30/image/5e1d0824-a77a-42bc-aaa6-63fdc2aac44f_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE72DKA/2026-03-30/image/bc32c0c1-8a67-4ceb-9619-d3bbd3af87dc_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE72DKA/2026-03-30/image/a8a3ef7d-27dd-4c38-a477-11fc5f8e6533_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE72DKA/2026-03-30/image/b7fe9219-abe6-469f-a05b-7688112a5613_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE72DKA/2026-03-30/image/aeefcd88-901f-4898-9ff7-70914fa51789_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE72DKA/2026-03-30/image/b05ca687-afb0-4c1c-a1e9-dd5236431b08_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE72DKA/2026-03-30/image/fa55c9d3-0e83-42e4-bff2-d157511f3973_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith - LCV', 'serviceHistory': '', 'remarks': 'VOSA STATES 24K', 'virtual': False, 'seller': 'UKCGR', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': False, 'v5details': None, 'co2': 158, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/370fcef9-d2b3-47dd-a34b-a8752e2bd339.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:01:47 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120870326, 'registration': 'YE72DKA', 'account': 'WBA001', 'make': 'FORD', 'model': 'TRANSIT CONNECT 250 L2 DIESEL', 'derivative': '1.5 EcoBlue 120ps Limited Van Powershift', 'mileage': 30046, 'mileageWarranty': True, 'type': 'commercial', 'saleId': 18909, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 438}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2022-11-10', 'fuel': 'Diesel', 'motExpiry': '2026-11-09', 'doors': None, 'engineSize': 1499, 'bodyType': 'Van', 'images': ['https://abimg003.imgix.net/YE72DKA/2026-03-30/image/2da4b848-3136-44f7-90ce-cb29a47cc3ad_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE72DKA/2026-03-30/image/b12be804-1c12-4cbc-97cf-c3f7714460bd_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE72DKA/2026-03-30/image/5e1d0824-a77a-42bc-aaa6-63fdc2aac44f_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE72DKA/2026-03-30/image/bc32c0c1-8a67-4ceb-9619-d3bbd3af87dc_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE72DKA/2026-03-30/image/a8a3ef7d-27dd-4c38-a477-11fc5f8e6533_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE72DKA/2026-03-30/image/b7fe9219-abe6-469f-a05b-7688112a5613_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE72DKA/2026-03-30/image/aeefcd88-901f-4898-9ff7-70914fa51789_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE72DKA/2026-03-30/image/b05ca687-afb0-4c1c-a1e9-dd5236431b08_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE72DKA/2026-03-30/image/fa55c9d3-0e83-42e4-bff2-d157511f3973_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith - LCV', 'serviceHistory': '', 'remarks': 'VOSA STATES 24K', 'virtual': False, 'seller': 'UKCGR', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': False, 'v5details': None, 'co2': 158, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/370fcef9-d2b3-47dd-a34b-a8752e2bd339.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:01:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 45c40dc9-2f53-597c-8f0b-83e9c2c85412 with identifier: 120870326
2026-03-30 10:01:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 45c40dc9-2f53-597c-8f0b-83e9c2c85412 with scrape type 1
2026-03-30 10:01:47 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 9 photos for item 45c40dc9-2f53-597c-8f0b-83e9c2c85412
2026-03-30 10:01:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FYE72DKA%252F2026-03-30%252Fimage%252F2da4b848-3136-44f7-90ce-cb29a47cc3ad_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:01:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YE72DKA/2026-03-30/image/2da4b848-3136-44f7-90ce-cb29a47cc3ad_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:01:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/GL15CXZ/2026-03-30/image/ae9dc177-3b2c-4376-821a-a8298039faea_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120869621?view=catalogue)
2026-03-30 10:01:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FRY19VXD%252F2026-03-30%252Fimage%252F064d4cef-4190-40aa-ba8c-649ff134e138_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:01:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/RY19VXD/2026-03-30/image/064d4cef-4190-40aa-ba8c-649ff134e138_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:01:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FKX10XKW%252F2026-03-30%252Fimage%252F58d2ed0a-8bf5-4d35-9727-d02393646734_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:01:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/KX10XKW/2026-03-30/image/58d2ed0a-8bf5-4d35-9727-d02393646734_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:01:47 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:01:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/BU13MLE/2026-03-30/image/6602d95c-8a27-41e1-8d10-3c503bfc199e_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120880218?view=catalogue)
2026-03-30 10:01:47 [astonbarclay.gb] INFO: Found listing with ID: 120760408
2026-03-30 10:01:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120760408%27 HTTP/1.1" 200 None
2026-03-30 10:01:47 [astonbarclay.gb] INFO: Scrape type for 120760408: 0
2026-03-30 10:01:47 [astonbarclay.gb] INFO: Found listing with ID: 120664195
2026-03-30 10:01:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120664195%27 HTTP/1.1" 200 None
2026-03-30 10:01:47 [astonbarclay.gb] INFO: Scrape type for 120664195: 0
2026-03-30 10:01:47 [astonbarclay.gb] INFO: Found listing with ID: 120830600
2026-03-30 10:01:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120830600%27 HTTP/1.1" 200 None
2026-03-30 10:01:47 [astonbarclay.gb] INFO: Scrape type for 120830600: 0
2026-03-30 10:01:47 [astonbarclay.gb] INFO: Found listing with ID: 120756423
2026-03-30 10:01:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120756423%27 HTTP/1.1" 200 None
2026-03-30 10:01:47 [astonbarclay.gb] INFO: Scrape type for 120756423: 0
2026-03-30 10:01:47 [astonbarclay.gb] INFO: Found listing with ID: 120652259
2026-03-30 10:01:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120652259%27 HTTP/1.1" 200 None
2026-03-30 10:01:47 [astonbarclay.gb] INFO: Scrape type for 120652259: 0
2026-03-30 10:01:47 [astonbarclay.gb] INFO: Found listing with ID: 120761139
2026-03-30 10:01:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120761139%27 HTTP/1.1" 200 None
2026-03-30 10:01:47 [astonbarclay.gb] INFO: Scrape type for 120761139: 0
2026-03-30 10:01:47 [astonbarclay.gb] INFO: Found listing with ID: 120758464
2026-03-30 10:01:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120758464%27 HTTP/1.1" 200 None
2026-03-30 10:01:47 [astonbarclay.gb] INFO: Scrape type for 120758464: 0
2026-03-30 10:01:47 [astonbarclay.gb] INFO: Found listing with ID: 120664142
2026-03-30 10:01:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120664142%27 HTTP/1.1" 200 None
2026-03-30 10:01:47 [astonbarclay.gb] INFO: Scrape type for 120664142: 0
2026-03-30 10:01:47 [astonbarclay.gb] INFO: Found listing with ID: 120664186
2026-03-30 10:01:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120664186%27 HTTP/1.1" 200 None
2026-03-30 10:01:47 [astonbarclay.gb] INFO: Scrape type for 120664186: 0
2026-03-30 10:01:47 [astonbarclay.gb] INFO: Found listing with ID: 120760352
2026-03-30 10:01:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120760352%27 HTTP/1.1" 200 None
2026-03-30 10:01:47 [astonbarclay.gb] INFO: Scrape type for 120760352: 0
2026-03-30 10:01:47 [astonbarclay.gb] INFO: Found listing with ID: 120760340
2026-03-30 10:01:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120760340%27 HTTP/1.1" 200 None
2026-03-30 10:01:47 [astonbarclay.gb] INFO: Scrape type for 120760340: 0
2026-03-30 10:01:47 [astonbarclay.gb] INFO: Found listing with ID: 120760432
2026-03-30 10:01:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120760432%27 HTTP/1.1" 200 None
2026-03-30 10:01:47 [astonbarclay.gb] INFO: Scrape type for 120760432: 0
2026-03-30 10:01:47 [astonbarclay.gb] INFO: Found listing with ID: 119709244
2026-03-30 10:01:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27119709244%27 HTTP/1.1" 200 None
2026-03-30 10:01:47 [astonbarclay.gb] INFO: Scrape type for 119709244: 0
2026-03-30 10:01:47 [astonbarclay.gb] INFO: Found listing with ID: 120650274
2026-03-30 10:01:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120650274%27 HTTP/1.1" 200 None
2026-03-30 10:01:47 [astonbarclay.gb] INFO: Scrape type for 120650274: 0
2026-03-30 10:01:47 [astonbarclay.gb] INFO: Found listing with ID: 120664152
2026-03-30 10:01:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120664152%27 HTTP/1.1" 200 None
2026-03-30 10:01:47 [astonbarclay.gb] INFO: Scrape type for 120664152: 0
2026-03-30 10:01:47 [astonbarclay.gb] INFO: Found listing with ID: 120760388
2026-03-30 10:01:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120760388%27 HTTP/1.1" 200 None
2026-03-30 10:01:47 [astonbarclay.gb] INFO: Scrape type for 120760388: 0
2026-03-30 10:01:47 [astonbarclay.gb] INFO: Found listing with ID: 120664114
2026-03-30 10:01:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120664114%27 HTTP/1.1" 200 None
2026-03-30 10:01:47 [astonbarclay.gb] INFO: Scrape type for 120664114: 0
2026-03-30 10:01:47 [astonbarclay.gb] INFO: Found listing with ID: 120677476
2026-03-30 10:01:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120677476%27 HTTP/1.1" 200 None
2026-03-30 10:01:47 [astonbarclay.gb] INFO: Scrape type for 120677476: 0
2026-03-30 10:01:47 [astonbarclay.gb] INFO: Found listing with ID: 120664161
2026-03-30 10:01:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120664161%27 HTTP/1.1" 200 None
2026-03-30 10:01:47 [astonbarclay.gb] INFO: Scrape type for 120664161: 0
2026-03-30 10:01:47 [astonbarclay.gb] INFO: Found listing with ID: 120760365
2026-03-30 10:01:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120760365%27 HTTP/1.1" 200 None
2026-03-30 10:01:47 [astonbarclay.gb] INFO: Scrape type for 120760365: 0
2026-03-30 10:01:47 [astonbarclay.gb] INFO: Found listing with ID: 120652590
2026-03-30 10:01:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120652590%27 HTTP/1.1" 200 None
2026-03-30 10:01:47 [astonbarclay.gb] INFO: Scrape type for 120652590: 0
2026-03-30 10:01:47 [astonbarclay.gb] INFO: Found listing with ID: 120760398
2026-03-30 10:01:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120760398%27 HTTP/1.1" 200 None
2026-03-30 10:01:47 [astonbarclay.gb] INFO: Scrape type for 120760398: 0
2026-03-30 10:01:47 [astonbarclay.gb] INFO: Found listing with ID: 120719051
2026-03-30 10:01:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120719051%27 HTTP/1.1" 200 None
2026-03-30 10:01:47 [astonbarclay.gb] INFO: Scrape type for 120719051: 0
2026-03-30 10:01:47 [astonbarclay.gb] INFO: Found listing with ID: 120664104
2026-03-30 10:01:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120664104%27 HTTP/1.1" 200 None
2026-03-30 10:01:47 [astonbarclay.gb] INFO: Scrape type for 120664104: 0
2026-03-30 10:01:47 [astonbarclay.gb] INFO: Found listing with ID: 120443912
2026-03-30 10:01:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120443912%27 HTTP/1.1" 200 None
2026-03-30 10:01:47 [astonbarclay.gb] INFO: Scrape type for 120443912: 2
2026-03-30 10:01:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FGL15CXZ%252F2026-03-30%252Fimage%252F417eea1d-c0a2-4fb7-9e11-57fb1e9dceb5_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:01:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/GL15CXZ/2026-03-30/image/417eea1d-c0a2-4fb7-9e11-57fb1e9dceb5_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:01:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FBU13MLE%252F2026-03-30%252Fimage%252Ff322100e-737c-4b86-a17b-bd8f7a7723ae_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:01:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/BU13MLE/2026-03-30/image/f322100e-737c-4b86-a17b-bd8f7a7723ae_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:01:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg002.imgix.net%252F0e5329fb-cfc8-45f3-9cf0-64492bb38f91.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:01:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg002.imgix.net/0e5329fb-cfc8-45f3-9cf0-64492bb38f91.jpg?w=600 not downloaded yet
2026-03-30 10:01:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FYE72DKA%252F2026-03-30%252Fimage%252Fb12be804-1c12-4cbc-97cf-c3f7714460bd_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:01:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YE72DKA/2026-03-30/image/b12be804-1c12-4cbc-97cf-c3f7714460bd_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:01:47 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120870815, 'registration': 'YB64XDR', 'account': 'WBA004', 'make': 'FORD', 'model': 'FIESTA HATCHBACK', 'derivative': '1.0 EcoBoost Zetec 5dr', 'mileage': 33308, 'mileageWarranty': True, 'type': 'car', 'saleId': 18909, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 438}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2014-12-30', 'fuel': 'Petrol', 'motExpiry': '2026-10-04', 'doors': 5, 'engineSize': 998, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YB64XDR/2026-03-30/image/d8e5d15a-36cd-4917-8ffe-4511cc4ca3c1_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB64XDR/2026-03-30/image/fb785cea-9229-4b0c-bf54-87946d7e2a18_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB64XDR/2026-03-30/image/d1fce2bd-6d49-4f65-b43e-eba986ba1f13_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB64XDR/2026-03-30/image/49aa675d-2c2d-4768-80d0-ed140237cf07_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB64XDR/2026-03-30/image/51e09d90-59fe-4ff4-aea5-871168c083d6_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB64XDR/2026-03-30/image/bd75f420-b89b-4301-9525-325034fbce82_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB64XDR/2026-03-30/image/8fd59caa-05f3-4ee0-ae10-59cdabdac5d0_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB64XDR/2026-03-30/image/4ea18543-ea7c-48e2-b6f9-9bfc5e9fcb06_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB64XDR/2026-03-30/image/94a10816-b1f5-4041-bb2a-b876b8dac68b_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'VOSA STATES 12K, 16K, 20K, 22K, 25K, 29K, 32K, 32K, 33K', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': False, 'v5details': None, 'co2': 99, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:01:47 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120870815, 'registration': 'YB64XDR', 'account': 'WBA004', 'make': 'FORD', 'model': 'FIESTA HATCHBACK', 'derivative': '1.0 EcoBoost Zetec 5dr', 'mileage': 33308, 'mileageWarranty': True, 'type': 'car', 'saleId': 18909, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 438}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2014-12-30', 'fuel': 'Petrol', 'motExpiry': '2026-10-04', 'doors': 5, 'engineSize': 998, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YB64XDR/2026-03-30/image/d8e5d15a-36cd-4917-8ffe-4511cc4ca3c1_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB64XDR/2026-03-30/image/fb785cea-9229-4b0c-bf54-87946d7e2a18_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB64XDR/2026-03-30/image/d1fce2bd-6d49-4f65-b43e-eba986ba1f13_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB64XDR/2026-03-30/image/49aa675d-2c2d-4768-80d0-ed140237cf07_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB64XDR/2026-03-30/image/51e09d90-59fe-4ff4-aea5-871168c083d6_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB64XDR/2026-03-30/image/bd75f420-b89b-4301-9525-325034fbce82_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB64XDR/2026-03-30/image/8fd59caa-05f3-4ee0-ae10-59cdabdac5d0_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB64XDR/2026-03-30/image/4ea18543-ea7c-48e2-b6f9-9bfc5e9fcb06_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB64XDR/2026-03-30/image/94a10816-b1f5-4041-bb2a-b876b8dac68b_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'VOSA STATES 12K, 16K, 20K, 22K, 25K, 29K, 32K, 32K, 33K', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': False, 'v5details': None, 'co2': 99, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:01:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 09500a2b-d937-5cbe-a49e-54245c356512 with identifier: 120870815
2026-03-30 10:01:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 09500a2b-d937-5cbe-a49e-54245c356512 with scrape type 1
2026-03-30 10:01:47 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 9 photos for item 09500a2b-d937-5cbe-a49e-54245c356512
2026-03-30 10:01:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FYB64XDR%252F2026-03-30%252Fimage%252Fd8e5d15a-36cd-4917-8ffe-4511cc4ca3c1_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:01:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YB64XDR/2026-03-30/image/d8e5d15a-36cd-4917-8ffe-4511cc4ca3c1_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:01:47 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120870561, 'registration': 'SW59GNK', 'account': 'WBA001', 'make': 'PEUGEOT', 'model': '107 HATCHBACK SPECIAL EDITIONS', 'derivative': '1.0 Verve 3dr', 'mileage': 101391, 'mileageWarranty': True, 'type': 'car', 'saleId': 18909, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 438}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2009-12-22', 'fuel': 'Petrol', 'motExpiry': '2026-05-26', 'doors': 3, 'engineSize': 998, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/SW59GNK/2026-03-30/image/98faf659-542d-4f93-bf89-2427edb3b224_removebg.jpg?w=600', 'https://abimg003.imgix.net/SW59GNK/2026-03-30/image/331f7e92-e793-4e8f-9233-580217be6e50_removebg.jpg?w=600', 'https://abimg003.imgix.net/SW59GNK/2026-03-30/image/1b4e4d6a-faa5-45ff-8ed7-ab61a3eb6fb1_removebg.jpg?w=600', 'https://abimg003.imgix.net/SW59GNK/2026-03-30/image/d4256c50-5062-48ba-ada4-929b03e6b819_removebg.jpg?w=600', 'https://abimg003.imgix.net/SW59GNK/2026-03-30/image/48097308-aa52-4a76-b179-482aaa7db54a_removebg.jpg?w=600', 'https://abimg003.imgix.net/SW59GNK/2026-03-30/image/6ba83abc-1410-4ce4-820e-760e5ce6b07f_removebg.jpg?w=600', 'https://abimg003.imgix.net/SW59GNK/2026-03-30/image/c0f5b101-047b-4ac4-b6cc-2e4bca020299_removebg.jpg?w=600', 'https://abimg003.imgix.net/SW59GNK/2026-03-30/image/eec525a2-2ef1-429b-87b1-8d0ff9fef973_removebg.jpg?w=600', 'https://abimg003.imgix.net/SW59GNK/2026-03-30/image/14473c8d-1562-4f94-aae1-0041851e2106_removebg.jpg?w=600', 'https://abimg003.imgix.net/SW59GNK/2026-03-30/image/afa3bdf6-5677-4c8c-bcd0-eea7a5e83109_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'VOSA STATES 20K, 26K, 34K, 42K, 53K, 62K, 70K, 82K, 83K, 86K, 89K, 93K, 97K', 'virtual': False, 'seller': 'UKCGR', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '5', 'v5': False, 'v5details': None, 'co2': 106, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/b39a41a7-e2db-4ebc-ae8a-e694acfbb9c0.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:01:47 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120870561, 'registration': 'SW59GNK', 'account': 'WBA001', 'make': 'PEUGEOT', 'model': '107 HATCHBACK SPECIAL EDITIONS', 'derivative': '1.0 Verve 3dr', 'mileage': 101391, 'mileageWarranty': True, 'type': 'car', 'saleId': 18909, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 438}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2009-12-22', 'fuel': 'Petrol', 'motExpiry': '2026-05-26', 'doors': 3, 'engineSize': 998, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/SW59GNK/2026-03-30/image/98faf659-542d-4f93-bf89-2427edb3b224_removebg.jpg?w=600', 'https://abimg003.imgix.net/SW59GNK/2026-03-30/image/331f7e92-e793-4e8f-9233-580217be6e50_removebg.jpg?w=600', 'https://abimg003.imgix.net/SW59GNK/2026-03-30/image/1b4e4d6a-faa5-45ff-8ed7-ab61a3eb6fb1_removebg.jpg?w=600', 'https://abimg003.imgix.net/SW59GNK/2026-03-30/image/d4256c50-5062-48ba-ada4-929b03e6b819_removebg.jpg?w=600', 'https://abimg003.imgix.net/SW59GNK/2026-03-30/image/48097308-aa52-4a76-b179-482aaa7db54a_removebg.jpg?w=600', 'https://abimg003.imgix.net/SW59GNK/2026-03-30/image/6ba83abc-1410-4ce4-820e-760e5ce6b07f_removebg.jpg?w=600', 'https://abimg003.imgix.net/SW59GNK/2026-03-30/image/c0f5b101-047b-4ac4-b6cc-2e4bca020299_removebg.jpg?w=600', 'https://abimg003.imgix.net/SW59GNK/2026-03-30/image/eec525a2-2ef1-429b-87b1-8d0ff9fef973_removebg.jpg?w=600', 'https://abimg003.imgix.net/SW59GNK/2026-03-30/image/14473c8d-1562-4f94-aae1-0041851e2106_removebg.jpg?w=600', 'https://abimg003.imgix.net/SW59GNK/2026-03-30/image/afa3bdf6-5677-4c8c-bcd0-eea7a5e83109_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'VOSA STATES 20K, 26K, 34K, 42K, 53K, 62K, 70K, 82K, 83K, 86K, 89K, 93K, 97K', 'virtual': False, 'seller': 'UKCGR', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '5', 'v5': False, 'v5details': None, 'co2': 106, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/b39a41a7-e2db-4ebc-ae8a-e694acfbb9c0.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:01:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fabcea3b-c6d8-58ab-a765-c1582a39a22f with identifier: 120870561
2026-03-30 10:01:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fabcea3b-c6d8-58ab-a765-c1582a39a22f with scrape type 1
2026-03-30 10:01:47 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item fabcea3b-c6d8-58ab-a765-c1582a39a22f
2026-03-30 10:01:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FSW59GNK%252F2026-03-30%252Fimage%252F98faf659-542d-4f93-bf89-2427edb3b224_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:01:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/SW59GNK/2026-03-30/image/98faf659-542d-4f93-bf89-2427edb3b224_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:01:47 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120870746, 'registration': 'YP06LVN', 'account': 'WBA001', 'make': 'VOLKSWAGEN', 'model': 'POLO HATCHBACK', 'derivative': '1.4 S 75 3dr', 'mileage': 73694, 'mileageWarranty': True, 'type': 'car', 'saleId': 18909, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 438}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2006-05-18', 'fuel': 'Petrol', 'motExpiry': '2026-03-31', 'doors': 3, 'engineSize': 1400, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YP06LVN/2026-03-30/image/c776806f-c19a-4d78-baa3-128532e8d0aa_removebg.jpg?w=600', 'https://abimg003.imgix.net/YP06LVN/2026-03-30/image/f49bb5e1-91cc-4066-9852-4e7052620930_removebg.jpg?w=600', 'https://abimg003.imgix.net/YP06LVN/2026-03-30/image/cc75a218-678e-4084-853e-0e95821b528e_removebg.jpg?w=600', 'https://abimg003.imgix.net/YP06LVN/2026-03-30/image/f767b1c3-9078-436a-ba73-5cea85d1e181_removebg.jpg?w=600', 'https://abimg003.imgix.net/YP06LVN/2026-03-30/image/1d8b7f7d-0dcb-499e-9b6d-dab27eafd4a2_removebg.jpg?w=600', 'https://abimg003.imgix.net/YP06LVN/2026-03-30/image/afa063c9-cb44-4f77-8974-f2cf9aae7329_removebg.jpg?w=600', 'https://abimg003.imgix.net/YP06LVN/2026-03-30/image/d4b48721-1a87-4e84-9aec-fab132180d6a_removebg.jpg?w=600', 'https://abimg003.imgix.net/YP06LVN/2026-03-30/image/93bcf0c4-fe9e-4244-b0c5-1f3827afd860_removebg.jpg?w=600', 'https://abimg003.imgix.net/YP06LVN/2026-03-30/image/525a933f-a0c6-4992-a769-c6b7cf37a140_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'VOSA STATES 24K, 28K, 32K, 36K, 41K, 48K, 52K, 56K, 59K, 62K, 66K, 68K, 69K, 70K, 72K, 73K', 'virtual': False, 'seller': 'UKCGR', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': False, 'v5details': None, 'co2': 156, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:01:47 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120870746, 'registration': 'YP06LVN', 'account': 'WBA001', 'make': 'VOLKSWAGEN', 'model': 'POLO HATCHBACK', 'derivative': '1.4 S 75 3dr', 'mileage': 73694, 'mileageWarranty': True, 'type': 'car', 'saleId': 18909, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 438}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2006-05-18', 'fuel': 'Petrol', 'motExpiry': '2026-03-31', 'doors': 3, 'engineSize': 1400, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YP06LVN/2026-03-30/image/c776806f-c19a-4d78-baa3-128532e8d0aa_removebg.jpg?w=600', 'https://abimg003.imgix.net/YP06LVN/2026-03-30/image/f49bb5e1-91cc-4066-9852-4e7052620930_removebg.jpg?w=600', 'https://abimg003.imgix.net/YP06LVN/2026-03-30/image/cc75a218-678e-4084-853e-0e95821b528e_removebg.jpg?w=600', 'https://abimg003.imgix.net/YP06LVN/2026-03-30/image/f767b1c3-9078-436a-ba73-5cea85d1e181_removebg.jpg?w=600', 'https://abimg003.imgix.net/YP06LVN/2026-03-30/image/1d8b7f7d-0dcb-499e-9b6d-dab27eafd4a2_removebg.jpg?w=600', 'https://abimg003.imgix.net/YP06LVN/2026-03-30/image/afa063c9-cb44-4f77-8974-f2cf9aae7329_removebg.jpg?w=600', 'https://abimg003.imgix.net/YP06LVN/2026-03-30/image/d4b48721-1a87-4e84-9aec-fab132180d6a_removebg.jpg?w=600', 'https://abimg003.imgix.net/YP06LVN/2026-03-30/image/93bcf0c4-fe9e-4244-b0c5-1f3827afd860_removebg.jpg?w=600', 'https://abimg003.imgix.net/YP06LVN/2026-03-30/image/525a933f-a0c6-4992-a769-c6b7cf37a140_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'VOSA STATES 24K, 28K, 32K, 36K, 41K, 48K, 52K, 56K, 59K, 62K, 66K, 68K, 69K, 70K, 72K, 73K', 'virtual': False, 'seller': 'UKCGR', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': False, 'v5details': None, 'co2': 156, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:01:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0c155670-2d2e-58a1-baaf-f20b5f8e5904 with identifier: 120870746
2026-03-30 10:01:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0c155670-2d2e-58a1-baaf-f20b5f8e5904 with scrape type 1
2026-03-30 10:01:47 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 9 photos for item 0c155670-2d2e-58a1-baaf-f20b5f8e5904
2026-03-30 10:01:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FYP06LVN%252F2026-03-30%252Fimage%252Fc776806f-c19a-4d78-baa3-128532e8d0aa_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:01:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YP06LVN/2026-03-30/image/c776806f-c19a-4d78-baa3-128532e8d0aa_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:01:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FRY19VXD%252F2026-03-30%252Fimage%252F0d6e7b77-fe0d-4320-8bf7-da6a0dbd2264_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:01:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/RY19VXD/2026-03-30/image/0d6e7b77-fe0d-4320-8bf7-da6a0dbd2264_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:01:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120416058?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:01:48 [astonbarclay.gb] INFO: Found listing with ID: 120758234
2026-03-30 10:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120758234%27 HTTP/1.1" 200 None
2026-03-30 10:01:48 [astonbarclay.gb] INFO: Scrape type for 120758234: 2
2026-03-30 10:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FGL15CXZ%252F2026-03-30%252Fimage%252F935d154c-a4d4-4b60-bfcf-01c52a6b55c9_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:01:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/GL15CXZ/2026-03-30/image/935d154c-a4d4-4b60-bfcf-01c52a6b55c9_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FBU13MLE%252F2026-03-30%252Fimage%252Ff6a1da31-644b-4c1a-99db-954264967aa2_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:01:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/BU13MLE/2026-03-30/image/f6a1da31-644b-4c1a-99db-954264967aa2_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg002.imgix.net%252F0c1929f8-9387-4a0c-82ab-8c22eba9c053.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:01:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg002.imgix.net/0c1929f8-9387-4a0c-82ab-8c22eba9c053.jpg?w=600 not downloaded yet
2026-03-30 10:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FYE72DKA%252F2026-03-30%252Fimage%252F5e1d0824-a77a-42bc-aaa6-63fdc2aac44f_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:01:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YE72DKA/2026-03-30/image/5e1d0824-a77a-42bc-aaa6-63fdc2aac44f_removebg.jpg?w=600 not downloaded yet
2026-03-30 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-30 10:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FYB64XDR%252F2026-03-30%252Fimage%252Ffb785cea-9229-4b0c-bf54-87946d7e2a18_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:01:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YB64XDR/2026-03-30/image/fb785cea-9229-4b0c-bf54-87946d7e2a18_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FSW59GNK%252F2026-03-30%252Fimage%252F331f7e92-e793-4e8f-9233-580217be6e50_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:01:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/SW59GNK/2026-03-30/image/331f7e92-e793-4e8f-9233-580217be6e50_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FYP06LVN%252F2026-03-30%252Fimage%252Ff49bb5e1-91cc-4066-9852-4e7052620930_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:01:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YP06LVN/2026-03-30/image/f49bb5e1-91cc-4066-9852-4e7052620930_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:01:48 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120870434, 'registration': 'FE67ERJ', 'account': 'WBA001', 'make': 'SEAT', 'model': 'LEON HATCHBACK', 'derivative': '1.2 TSI SE Dynamic Technology 5dr', 'mileage': 37993, 'mileageWarranty': True, 'type': 'car', 'saleId': 18909, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 438}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2017-09-04', 'fuel': 'Petrol', 'motExpiry': '2026-09-03', 'doors': 5, 'engineSize': 1197, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/FE67ERJ/2026-03-30/image/57b9206b-e6f1-446b-a3d5-c266b8bf5d95_removebg.jpg?w=600', 'https://abimg003.imgix.net/FE67ERJ/2026-03-30/image/1d27d77b-0916-4d29-b382-209278f86f9f_removebg.jpg?w=600', 'https://abimg003.imgix.net/FE67ERJ/2026-03-30/image/9b0645b0-a8ad-45d1-871a-97168bc7f245_removebg.jpg?w=600', 'https://abimg003.imgix.net/FE67ERJ/2026-03-30/image/b422b10d-e49b-4993-b7f9-2249b1578abf_removebg.jpg?w=600', 'https://abimg003.imgix.net/FE67ERJ/2026-03-30/image/e49af249-da4b-4c21-8362-063070dfa805_removebg.jpg?w=600', 'https://abimg003.imgix.net/FE67ERJ/2026-03-30/image/3d4a4625-6fc3-4d3e-b62a-4c6d34f40066_removebg.jpg?w=600', 'https://abimg003.imgix.net/FE67ERJ/2026-03-30/image/592931c6-516c-46b6-b343-4feeedb0386b_removebg.jpg?w=600', 'https://abimg003.imgix.net/FE67ERJ/2026-03-30/image/c2694151-9025-4560-b78d-8e24f5d555bd_removebg.jpg?w=600', 'https://abimg003.imgix.net/FE67ERJ/2026-03-30/image/dbe3611e-1c58-4b66-b3d8-3a1522c9167b_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'VOSA STATES 10K, 14K, 21K, 28K, 33K, 36K', 'virtual': False, 'seller': 'UKCGR', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': False, 'v5details': None, 'co2': 116, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:01:48 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120870434, 'registration': 'FE67ERJ', 'account': 'WBA001', 'make': 'SEAT', 'model': 'LEON HATCHBACK', 'derivative': '1.2 TSI SE Dynamic Technology 5dr', 'mileage': 37993, 'mileageWarranty': True, 'type': 'car', 'saleId': 18909, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 438}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2017-09-04', 'fuel': 'Petrol', 'motExpiry': '2026-09-03', 'doors': 5, 'engineSize': 1197, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/FE67ERJ/2026-03-30/image/57b9206b-e6f1-446b-a3d5-c266b8bf5d95_removebg.jpg?w=600', 'https://abimg003.imgix.net/FE67ERJ/2026-03-30/image/1d27d77b-0916-4d29-b382-209278f86f9f_removebg.jpg?w=600', 'https://abimg003.imgix.net/FE67ERJ/2026-03-30/image/9b0645b0-a8ad-45d1-871a-97168bc7f245_removebg.jpg?w=600', 'https://abimg003.imgix.net/FE67ERJ/2026-03-30/image/b422b10d-e49b-4993-b7f9-2249b1578abf_removebg.jpg?w=600', 'https://abimg003.imgix.net/FE67ERJ/2026-03-30/image/e49af249-da4b-4c21-8362-063070dfa805_removebg.jpg?w=600', 'https://abimg003.imgix.net/FE67ERJ/2026-03-30/image/3d4a4625-6fc3-4d3e-b62a-4c6d34f40066_removebg.jpg?w=600', 'https://abimg003.imgix.net/FE67ERJ/2026-03-30/image/592931c6-516c-46b6-b343-4feeedb0386b_removebg.jpg?w=600', 'https://abimg003.imgix.net/FE67ERJ/2026-03-30/image/c2694151-9025-4560-b78d-8e24f5d555bd_removebg.jpg?w=600', 'https://abimg003.imgix.net/FE67ERJ/2026-03-30/image/dbe3611e-1c58-4b66-b3d8-3a1522c9167b_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'VOSA STATES 10K, 14K, 21K, 28K, 33K, 36K', 'virtual': False, 'seller': 'UKCGR', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': False, 'v5details': None, 'co2': 116, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:01:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7fbb4b89-b908-57d4-a8f7-8cd9453bce4a with identifier: 120870434
2026-03-30 10:01:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7fbb4b89-b908-57d4-a8f7-8cd9453bce4a with scrape type 1
2026-03-30 10:01:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 9 photos for item 7fbb4b89-b908-57d4-a8f7-8cd9453bce4a
2026-03-30 10:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FFE67ERJ%252F2026-03-30%252Fimage%252F57b9206b-e6f1-446b-a3d5-c266b8bf5d95_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:01:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/FE67ERJ/2026-03-30/image/57b9206b-e6f1-446b-a3d5-c266b8bf5d95_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:01:48 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:01:48 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f4367b53c10>
2026-03-30 10:01:48 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:01:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:01:48 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:01:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e8556002-5680-58be-a571-01e165d8d050/e8556002-5680-58be-a571-01e165d8d050_image_3.jpg HTTP/1.1" 201 0
2026-03-30 10:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FGL15CXZ%252F2026-03-30%252Fimage%252Fae9dc177-3b2c-4376-821a-a8298039faea_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:01:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/GL15CXZ/2026-03-30/image/ae9dc177-3b2c-4376-821a-a8298039faea_removebg.jpg?w=600 saved to cache
2026-03-30 10:01:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item e8556002-5680-58be-a571-01e165d8d050
2026-03-30 10:01:48 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:01:48 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f4366637b10>
2026-03-30 10:01:48 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:01:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:01:48 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:01:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ca5a411f-d803-534f-82d4-02d558bac7c2/ca5a411f-d803-534f-82d4-02d558bac7c2_image_3.jpg HTTP/1.1" 201 0
2026-03-30 10:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FBU13MLE%252F2026-03-30%252Fimage%252F6602d95c-8a27-41e1-8d10-3c503bfc199e_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:01:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/BU13MLE/2026-03-30/image/6602d95c-8a27-41e1-8d10-3c503bfc199e_removebg.jpg?w=600 saved to cache
2026-03-30 10:01:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item ca5a411f-d803-534f-82d4-02d558bac7c2
2026-03-30 10:01:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/YE72DKA/2026-03-30/image/2da4b848-3136-44f7-90ce-cb29a47cc3ad_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120870326?view=catalogue)
2026-03-30 10:01:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/BU13MLE/2026-03-30/image/6bc82b69-9d5a-4631-ab4f-4d519c00df8d_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120880218?view=catalogue)
2026-03-30 10:01:48 [astonbarclay.gb] INFO: Found listing with ID: 117988283
2026-03-30 10:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27117988283%27 HTTP/1.1" 200 None
2026-03-30 10:01:48 [astonbarclay.gb] INFO: Scrape type for 117988283: 0
2026-03-30 10:01:48 [astonbarclay.gb] INFO: Found listing with ID: 120478111
2026-03-30 10:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120478111%27 HTTP/1.1" 200 None
2026-03-30 10:01:48 [astonbarclay.gb] INFO: Scrape type for 120478111: 0
2026-03-30 10:01:48 [astonbarclay.gb] INFO: Found listing with ID: 120825637
2026-03-30 10:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120825637%27 HTTP/1.1" 200 None
2026-03-30 10:01:48 [astonbarclay.gb] INFO: Scrape type for 120825637: 2
2026-03-30 10:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg002.imgix.net%252F146d04b6-b65a-4720-a52e-022289ba4d33.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:01:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg002.imgix.net/146d04b6-b65a-4720-a52e-022289ba4d33.jpg?w=600 not downloaded yet
2026-03-30 10:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FYE72DKA%252F2026-03-30%252Fimage%252Fbc32c0c1-8a67-4ceb-9619-d3bbd3af87dc_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:01:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YE72DKA/2026-03-30/image/bc32c0c1-8a67-4ceb-9619-d3bbd3af87dc_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FYB64XDR%252F2026-03-30%252Fimage%252Fd1fce2bd-6d49-4f65-b43e-eba986ba1f13_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:01:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YB64XDR/2026-03-30/image/d1fce2bd-6d49-4f65-b43e-eba986ba1f13_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FSW59GNK%252F2026-03-30%252Fimage%252F1b4e4d6a-faa5-45ff-8ed7-ab61a3eb6fb1_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:01:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/SW59GNK/2026-03-30/image/1b4e4d6a-faa5-45ff-8ed7-ab61a3eb6fb1_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FYP06LVN%252F2026-03-30%252Fimage%252Fcc75a218-678e-4084-853e-0e95821b528e_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:01:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YP06LVN/2026-03-30/image/cc75a218-678e-4084-853e-0e95821b528e_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FFE67ERJ%252F2026-03-30%252Fimage%252F1d27d77b-0916-4d29-b382-209278f86f9f_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:01:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/FE67ERJ/2026-03-30/image/1d27d77b-0916-4d29-b382-209278f86f9f_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:01:48 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120416058, 'registration': 'PN15XAW', 'account': 'LAN037', 'make': 'VOLKSWAGEN', 'model': 'TIGUAN DIESEL ESTATE', 'derivative': '2.0 TDi BlueMotion Tech Match 5dr', 'mileage': 104764, 'mileageWarranty': True, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 438}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2015-03-14', 'fuel': 'Diesel', 'motExpiry': '2026-03-13', 'doors': 5, 'engineSize': 1968, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/PN15XAW/2026-03-19/image/e2adf609-5192-4d77-ac27-a8abc5e498ca_removebg.jpg?w=600', 'https://abimg003.imgix.net/PN15XAW/2026-03-19/image/43dec6b6-b1c7-42be-9922-d742afe7635a_removebg.jpg?w=600', 'https://abimg003.imgix.net/PN15XAW/2026-03-19/image/bc495e5c-d169-4aad-b584-a612b533397e_removebg.jpg?w=600', 'https://abimg003.imgix.net/PN15XAW/2026-03-19/image/728fdac2-a795-4b45-9304-c6d3c3d70adf_removebg.jpg?w=600', 'https://abimg003.imgix.net/PN15XAW/2026-03-19/image/08174fb7-e00d-477c-acae-f5c75a576016_removebg.jpg?w=600', 'https://abimg003.imgix.net/PN15XAW/2026-03-19/image/86205f23-87ae-492c-81af-796d8360382a_removebg.jpg?w=600', 'https://abimg003.imgix.net/PN15XAW/2026-03-19/image/b1d25f30-1dbb-4644-9381-76788aaef11f_removebg.jpg?w=600', 'https://abimg003.imgix.net/PN15XAW/2026-03-19/image/83f947bb-a967-49b9-98ee-545953d88906_removebg.jpg?w=600', 'https://abimg003.imgix.net/PN15XAW/2026-03-19/image/8c64d1f3-2ffe-4968-b5b6-08163a8ee6e0_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '**1769** VOSA STATES 34K, 47K, 57K, 61K, 69K, 78K, 88K, 96K', 'virtual': False, 'seller': 'Cox Motor Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 150, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/0f53bb9d-9d35-44b7-90a5-72dd4a61ce6b.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:01:48 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120416058, 'registration': 'PN15XAW', 'account': 'LAN037', 'make': 'VOLKSWAGEN', 'model': 'TIGUAN DIESEL ESTATE', 'derivative': '2.0 TDi BlueMotion Tech Match 5dr', 'mileage': 104764, 'mileageWarranty': True, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 438}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2015-03-14', 'fuel': 'Diesel', 'motExpiry': '2026-03-13', 'doors': 5, 'engineSize': 1968, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/PN15XAW/2026-03-19/image/e2adf609-5192-4d77-ac27-a8abc5e498ca_removebg.jpg?w=600', 'https://abimg003.imgix.net/PN15XAW/2026-03-19/image/43dec6b6-b1c7-42be-9922-d742afe7635a_removebg.jpg?w=600', 'https://abimg003.imgix.net/PN15XAW/2026-03-19/image/bc495e5c-d169-4aad-b584-a612b533397e_removebg.jpg?w=600', 'https://abimg003.imgix.net/PN15XAW/2026-03-19/image/728fdac2-a795-4b45-9304-c6d3c3d70adf_removebg.jpg?w=600', 'https://abimg003.imgix.net/PN15XAW/2026-03-19/image/08174fb7-e00d-477c-acae-f5c75a576016_removebg.jpg?w=600', 'https://abimg003.imgix.net/PN15XAW/2026-03-19/image/86205f23-87ae-492c-81af-796d8360382a_removebg.jpg?w=600', 'https://abimg003.imgix.net/PN15XAW/2026-03-19/image/b1d25f30-1dbb-4644-9381-76788aaef11f_removebg.jpg?w=600', 'https://abimg003.imgix.net/PN15XAW/2026-03-19/image/83f947bb-a967-49b9-98ee-545953d88906_removebg.jpg?w=600', 'https://abimg003.imgix.net/PN15XAW/2026-03-19/image/8c64d1f3-2ffe-4968-b5b6-08163a8ee6e0_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '**1769** VOSA STATES 34K, 47K, 57K, 61K, 69K, 78K, 88K, 96K', 'virtual': False, 'seller': 'Cox Motor Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 150, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/0f53bb9d-9d35-44b7-90a5-72dd4a61ce6b.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:01:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 509f9bf5-9860-5768-b651-6b2770276fd1 with identifier: 120416058
2026-03-30 10:01:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 509f9bf5-9860-5768-b651-6b2770276fd1 with scrape type 2
2026-03-30 10:01:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 509f9bf5-9860-5768-b651-6b2770276fd1 with scrape type 2
2026-03-30 10:01:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 509f9bf5-9860-5768-b651-6b2770276fd1, identifier: 120416058
2026-03-30 10:01:48 [astonbarclay.gb] INFO: Found listing with ID: 119878423
2026-03-30 10:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27119878423%27 HTTP/1.1" 200 None
2026-03-30 10:01:48 [astonbarclay.gb] INFO: Scrape type for 119878423: 2
2026-03-30 10:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FYE72DKA%252F2026-03-30%252Fimage%252Fa8a3ef7d-27dd-4c38-a477-11fc5f8e6533_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:01:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YE72DKA/2026-03-30/image/a8a3ef7d-27dd-4c38-a477-11fc5f8e6533_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FYB64XDR%252F2026-03-30%252Fimage%252F49aa675d-2c2d-4768-80d0-ed140237cf07_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:01:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YB64XDR/2026-03-30/image/49aa675d-2c2d-4768-80d0-ed140237cf07_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FSW59GNK%252F2026-03-30%252Fimage%252Fd4256c50-5062-48ba-ada4-929b03e6b819_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:01:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/SW59GNK/2026-03-30/image/d4256c50-5062-48ba-ada4-929b03e6b819_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FYP06LVN%252F2026-03-30%252Fimage%252Ff767b1c3-9078-436a-ba73-5cea85d1e181_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:01:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YP06LVN/2026-03-30/image/f767b1c3-9078-436a-ba73-5cea85d1e181_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:01:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 509f9bf5-9860-5768-b651-6b2770276fd1 with identifier: 120416058
2026-03-30 10:01:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 509f9bf5-9860-5768-b651-6b2770276fd1 with identifier: 120416058
2026-03-30 10:01:49 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 509f9bf5-9860-5768-b651-6b2770276fd1 with identifier: 120416058 to the API
2026-03-30 10:01:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 10:01:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120416058?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 150,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '2.0L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'Diesel',
'id': '509f9bf5-9860-5768-b651-6b2770276fd1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'PN15XAW',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120416058',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'VOLKSWAGEN',
'model': 'TIGUAN DIESEL ESTATE',
'odometer': 104764,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-03-14',
'seller_name': 'Cox Motor Group',
'title': 'VOLKSWAGEN TIGUAN DIESEL ESTATE 2.0 TDi BlueMotion Tech Match 5dr',
'transmission': 'manual',
'trim': '2.0 TDi BlueMotion Tech Match 5dr',
'vin': None,
'year': 2015}
2026-03-30 10:01:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120416058%27 HTTP/1.1" 200 None
2026-03-30 10:01:49 [astonbarclay.gb] INFO: Saving data for 120416058: {'auction_closing_time': 1774958400.0, 'created_time': 1773860517.36677, 'last_price_update_time': 1774864909.481457}
2026-03-30 10:01:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120416058') HTTP/1.1" 204 0
2026-03-30 10:01:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/RY19VXD/2026-03-30/image/dd028181-e0c3-4593-98b4-436263c7db7c_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120870639?view=catalogue)
2026-03-30 10:01:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FFE67ERJ%252F2026-03-30%252Fimage%252F9b0645b0-a8ad-45d1-871a-97168bc7f245_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:01:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/FE67ERJ/2026-03-30/image/9b0645b0-a8ad-45d1-871a-97168bc7f245_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:01:49 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:01:49 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f4367fd6d10>
2026-03-30 10:01:49 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:01:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:01:49 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:01:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_45c40dc9-2f53-597c-8f0b-83e9c2c85412/45c40dc9-2f53-597c-8f0b-83e9c2c85412_image_0.jpg HTTP/1.1" 201 0
2026-03-30 10:01:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FYE72DKA%252F2026-03-30%252Fimage%252F2da4b848-3136-44f7-90ce-cb29a47cc3ad_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:01:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YE72DKA/2026-03-30/image/2da4b848-3136-44f7-90ce-cb29a47cc3ad_removebg.jpg?w=600 saved to cache
2026-03-30 10:01:49 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 45c40dc9-2f53-597c-8f0b-83e9c2c85412
2026-03-30 10:01:49 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:01:49 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f43651ede10>
2026-03-30 10:01:49 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:01:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:01:49 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:01:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ca5a411f-d803-534f-82d4-02d558bac7c2/ca5a411f-d803-534f-82d4-02d558bac7c2_image_6.jpg HTTP/1.1" 201 0
2026-03-30 10:01:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FBU13MLE%252F2026-03-30%252Fimage%252F6bc82b69-9d5a-4631-ab4f-4d519c00df8d_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:01:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/BU13MLE/2026-03-30/image/6bc82b69-9d5a-4631-ab4f-4d519c00df8d_removebg.jpg?w=600 saved to cache
2026-03-30 10:01:49 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item ca5a411f-d803-534f-82d4-02d558bac7c2
2026-03-30 10:01:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/KX10XKW/2026-03-30/image/c8d5267d-0c68-4bb4-a7f2-e722e93e9166_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120870355?view=catalogue)
2026-03-30 10:01:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/SW59GNK/2026-03-30/image/331f7e92-e793-4e8f-9233-580217be6e50_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120870561?view=catalogue)
2026-03-30 10:01:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/YP06LVN/2026-03-30/image/f49bb5e1-91cc-4066-9852-4e7052620930_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120870746?view=catalogue)
2026-03-30 10:01:49 [astonbarclay.gb] INFO: Found listing with ID: 120748860
2026-03-30 10:01:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120748860%27 HTTP/1.1" 200 None
2026-03-30 10:01:49 [astonbarclay.gb] INFO: Scrape type for 120748860: 0
2026-03-30 10:01:49 [astonbarclay.gb] INFO: Found listing with ID: 120211201
2026-03-30 10:01:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120211201%27 HTTP/1.1" 200 None
2026-03-30 10:01:49 [astonbarclay.gb] INFO: Scrape type for 120211201: 0
2026-03-30 10:01:49 [astonbarclay.gb] INFO: Found listing with ID: 120825737
2026-03-30 10:01:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120825737%27 HTTP/1.1" 200 None
2026-03-30 10:01:49 [astonbarclay.gb] INFO: Scrape type for 120825737: 2
2026-03-30 10:01:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FYE72DKA%252F2026-03-30%252Fimage%252Fb7fe9219-abe6-469f-a05b-7688112a5613_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:01:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YE72DKA/2026-03-30/image/b7fe9219-abe6-469f-a05b-7688112a5613_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:01:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FYB64XDR%252F2026-03-30%252Fimage%252F51e09d90-59fe-4ff4-aea5-871168c083d6_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:01:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YB64XDR/2026-03-30/image/51e09d90-59fe-4ff4-aea5-871168c083d6_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:01:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FSW59GNK%252F2026-03-30%252Fimage%252F48097308-aa52-4a76-b179-482aaa7db54a_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:01:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/SW59GNK/2026-03-30/image/48097308-aa52-4a76-b179-482aaa7db54a_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:01:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FYP06LVN%252F2026-03-30%252Fimage%252F1d8b7f7d-0dcb-499e-9b6d-dab27eafd4a2_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:01:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YP06LVN/2026-03-30/image/1d8b7f7d-0dcb-499e-9b6d-dab27eafd4a2_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:01:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120863153?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:01:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FFE67ERJ%252F2026-03-30%252Fimage%252Fb422b10d-e49b-4993-b7f9-2249b1578abf_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:01:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/FE67ERJ/2026-03-30/image/b422b10d-e49b-4993-b7f9-2249b1578abf_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:01:49 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:01:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120865604?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:01:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120865644?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:01:49 [astonbarclay.gb] INFO: Found listing with ID: 120478150
2026-03-30 10:01:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120478150%27 HTTP/1.1" 200 None
2026-03-30 10:01:49 [astonbarclay.gb] INFO: Scrape type for 120478150: 0
2026-03-30 10:01:49 [astonbarclay.gb] INFO: Found listing with ID: 120484239
2026-03-30 10:01:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120484239%27 HTTP/1.1" 200 None
2026-03-30 10:01:49 [astonbarclay.gb] INFO: Scrape type for 120484239: 0
2026-03-30 10:01:49 [astonbarclay.gb] INFO: Found listing with ID: 120771175
2026-03-30 10:01:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120771175%27 HTTP/1.1" 200 None
2026-03-30 10:01:50 [astonbarclay.gb] INFO: Scrape type for 120771175: 0
2026-03-30 10:01:50 [astonbarclay.gb] INFO: Found listing with ID: 120515057
2026-03-30 10:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120515057%27 HTTP/1.1" 200 None
2026-03-30 10:01:50 [astonbarclay.gb] INFO: Scrape type for 120515057: 2
2026-03-30 10:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01: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%252FYE72DKA%252F2026-03-30%252Fimage%252Faeefcd88-901f-4898-9ff7-70914fa51789_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:01:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YE72DKA/2026-03-30/image/aeefcd88-901f-4898-9ff7-70914fa51789_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01: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%252FYB64XDR%252F2026-03-30%252Fimage%252Fbd75f420-b89b-4301-9525-325034fbce82_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:01:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YB64XDR/2026-03-30/image/bd75f420-b89b-4301-9525-325034fbce82_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01: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%252FSW59GNK%252F2026-03-30%252Fimage%252F6ba83abc-1410-4ce4-820e-760e5ce6b07f_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:01:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/SW59GNK/2026-03-30/image/6ba83abc-1410-4ce4-820e-760e5ce6b07f_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01: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%252FYP06LVN%252F2026-03-30%252Fimage%252Fafa063c9-cb44-4f77-8974-f2cf9aae7329_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:01:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YP06LVN/2026-03-30/image/afa063c9-cb44-4f77-8974-f2cf9aae7329_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:01:50 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:01:50 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:01:50 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f43664eb9d0>
2026-03-30 10:01:50 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:01:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:01:50 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:01:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9a1c61ab-e017-54ea-88b2-82e3e53071a9/9a1c61ab-e017-54ea-88b2-82e3e53071a9_image_5.jpg HTTP/1.1" 201 0
2026-03-30 10:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FRY19VXD%252F2026-03-30%252Fimage%252Fdd028181-e0c3-4593-98b4-436263c7db7c_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:01:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/RY19VXD/2026-03-30/image/dd028181-e0c3-4593-98b4-436263c7db7c_removebg.jpg?w=600 saved to cache
2026-03-30 10:01:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 9a1c61ab-e017-54ea-88b2-82e3e53071a9
2026-03-30 10:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01: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%252FFE67ERJ%252F2026-03-30%252Fimage%252Fe49af249-da4b-4c21-8362-063070dfa805_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:01:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/FE67ERJ/2026-03-30/image/e49af249-da4b-4c21-8362-063070dfa805_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:01:50 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:01:50 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f436668c990>
2026-03-30 10:01:50 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:01:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:01:50 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:01:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1a3a4e60-2669-53bb-aacb-0888203bea59/1a3a4e60-2669-53bb-aacb-0888203bea59_image_5.jpg HTTP/1.1" 201 0
2026-03-30 10:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FKX10XKW%252F2026-03-30%252Fimage%252Fc8d5267d-0c68-4bb4-a7f2-e722e93e9166_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:01:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/KX10XKW/2026-03-30/image/c8d5267d-0c68-4bb4-a7f2-e722e93e9166_removebg.jpg?w=600 saved to cache
2026-03-30 10:01:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 1a3a4e60-2669-53bb-aacb-0888203bea59
2026-03-30 10:01:50 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:01:50 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f4366695110>
2026-03-30 10:01:50 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:01:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:01:50 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:01:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_fabcea3b-c6d8-58ab-a765-c1582a39a22f/fabcea3b-c6d8-58ab-a765-c1582a39a22f_image_1.jpg HTTP/1.1" 201 0
2026-03-30 10:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FSW59GNK%252F2026-03-30%252Fimage%252F331f7e92-e793-4e8f-9233-580217be6e50_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:01:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/SW59GNK/2026-03-30/image/331f7e92-e793-4e8f-9233-580217be6e50_removebg.jpg?w=600 saved to cache
2026-03-30 10:01:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item fabcea3b-c6d8-58ab-a765-c1582a39a22f
2026-03-30 10:01:50 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:01:50 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f436669cad0>
2026-03-30 10:01:50 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:01:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:01:50 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:01:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0c155670-2d2e-58a1-baaf-f20b5f8e5904/0c155670-2d2e-58a1-baaf-f20b5f8e5904_image_1.jpg HTTP/1.1" 201 0
2026-03-30 10:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FYP06LVN%252F2026-03-30%252Fimage%252Ff49bb5e1-91cc-4066-9852-4e7052620930_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:01:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YP06LVN/2026-03-30/image/f49bb5e1-91cc-4066-9852-4e7052620930_removebg.jpg?w=600 saved to cache
2026-03-30 10:01:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 0c155670-2d2e-58a1-baaf-f20b5f8e5904
2026-03-30 10:01:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/YP06LVN/2026-03-30/image/f767b1c3-9078-436a-ba73-5cea85d1e181_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120870746?view=catalogue)
2026-03-30 10:01:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/FE67ERJ/2026-03-30/image/1d27d77b-0916-4d29-b382-209278f86f9f_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120870434?view=catalogue)
2026-03-30 10:01:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/SW59GNK/2026-03-30/image/d4256c50-5062-48ba-ada4-929b03e6b819_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120870561?view=catalogue)
2026-03-30 10:01:50 [astonbarclay.gb] INFO: Found listing with ID: 120515135
2026-03-30 10:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120515135%27 HTTP/1.1" 200 None
2026-03-30 10:01:50 [astonbarclay.gb] INFO: Scrape type for 120515135: 0
2026-03-30 10:01:50 [astonbarclay.gb] INFO: Found listing with ID: 120825800
2026-03-30 10:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120825800%27 HTTP/1.1" 200 None
2026-03-30 10:01:50 [astonbarclay.gb] INFO: Scrape type for 120825800: 0
2026-03-30 10:01:50 [astonbarclay.gb] INFO: Found listing with ID: 120826040
2026-03-30 10:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120826040%27 HTTP/1.1" 200 None
2026-03-30 10:01:50 [astonbarclay.gb] INFO: Scrape type for 120826040: 2
2026-03-30 10:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01: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%252FYE72DKA%252F2026-03-30%252Fimage%252Fb05ca687-afb0-4c1c-a1e9-dd5236431b08_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:01:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YE72DKA/2026-03-30/image/b05ca687-afb0-4c1c-a1e9-dd5236431b08_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01: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%252FYB64XDR%252F2026-03-30%252Fimage%252F8fd59caa-05f3-4ee0-ae10-59cdabdac5d0_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:01:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YB64XDR/2026-03-30/image/8fd59caa-05f3-4ee0-ae10-59cdabdac5d0_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01: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%252FSW59GNK%252F2026-03-30%252Fimage%252Fc0f5b101-047b-4ac4-b6cc-2e4bca020299_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:01:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/SW59GNK/2026-03-30/image/c0f5b101-047b-4ac4-b6cc-2e4bca020299_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01: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%252FYP06LVN%252F2026-03-30%252Fimage%252Fd4b48721-1a87-4e84-9aec-fab132180d6a_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:01:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YP06LVN/2026-03-30/image/d4b48721-1a87-4e84-9aec-fab132180d6a_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:01:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/YB64XDR/2026-03-30/image/49aa675d-2c2d-4768-80d0-ed140237cf07_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120870815?view=catalogue)
2026-03-30 10:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01: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%252FFE67ERJ%252F2026-03-30%252Fimage%252F3d4a4625-6fc3-4d3e-b62a-4c6d34f40066_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:01:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/FE67ERJ/2026-03-30/image/3d4a4625-6fc3-4d3e-b62a-4c6d34f40066_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:01:50 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120863153, 'registration': 'FV66FUO', 'account': 'WBA004', 'make': 'HONDA', 'model': 'CR-V DIESEL ESTATE', 'derivative': '1.6 i-DTEC 160 SE Plus 5dr Auto', 'mileage': 132802, 'mileageWarranty': True, 'type': 'car', 'saleId': 18909, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 438}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2016-12-30', 'fuel': 'Diesel', 'motExpiry': '2026-12-18', 'doors': 5, 'engineSize': 1597, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/FV66FUO/2026-03-30/image/20209037-259e-4343-b000-aa8d438afbaa_removebg.jpg?w=600', 'https://abimg003.imgix.net/FV66FUO/2026-03-30/image/ee0de9ef-1f51-4b01-8317-e008cf815023_removebg.jpg?w=600', 'https://abimg003.imgix.net/FV66FUO/2026-03-30/image/ef00d3ce-6e25-44ed-b92c-2788703fe2f1_removebg.jpg?w=600', 'https://abimg003.imgix.net/FV66FUO/2026-03-30/image/9b7558e1-a427-4b4e-8b5d-62e1865c1515_removebg.jpg?w=600', 'https://abimg003.imgix.net/FV66FUO/2026-03-30/image/b5812cc7-ac62-4ea9-928a-1edd8c6327cf_removebg.jpg?w=600', 'https://abimg003.imgix.net/FV66FUO/2026-03-30/image/43984b47-044d-4158-8fe0-a6d0806924d4_removebg.jpg?w=600', 'https://abimg003.imgix.net/FV66FUO/2026-03-30/image/a291ac8b-7759-4fc1-9a0e-7f75f9e26d63_removebg.jpg?w=600', 'https://abimg003.imgix.net/FV66FUO/2026-03-30/image/3666d67c-6ac3-41e7-b473-4140acf73ae7_removebg.jpg?w=600', 'https://abimg003.imgix.net/FV66FUO/2026-03-30/image/fb20efff-a1f1-4de8-bff4-5b1d72ccf55f_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'VPSA STATES 36K, 46K, 59K, 77K, 95K, 114K, 132K,', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': False, 'v5details': None, 'co2': 134, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/0066c4b2-55ba-4c65-b4da-ba8f2d4aedaa.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:01:50 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120863153, 'registration': 'FV66FUO', 'account': 'WBA004', 'make': 'HONDA', 'model': 'CR-V DIESEL ESTATE', 'derivative': '1.6 i-DTEC 160 SE Plus 5dr Auto', 'mileage': 132802, 'mileageWarranty': True, 'type': 'car', 'saleId': 18909, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 438}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2016-12-30', 'fuel': 'Diesel', 'motExpiry': '2026-12-18', 'doors': 5, 'engineSize': 1597, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/FV66FUO/2026-03-30/image/20209037-259e-4343-b000-aa8d438afbaa_removebg.jpg?w=600', 'https://abimg003.imgix.net/FV66FUO/2026-03-30/image/ee0de9ef-1f51-4b01-8317-e008cf815023_removebg.jpg?w=600', 'https://abimg003.imgix.net/FV66FUO/2026-03-30/image/ef00d3ce-6e25-44ed-b92c-2788703fe2f1_removebg.jpg?w=600', 'https://abimg003.imgix.net/FV66FUO/2026-03-30/image/9b7558e1-a427-4b4e-8b5d-62e1865c1515_removebg.jpg?w=600', 'https://abimg003.imgix.net/FV66FUO/2026-03-30/image/b5812cc7-ac62-4ea9-928a-1edd8c6327cf_removebg.jpg?w=600', 'https://abimg003.imgix.net/FV66FUO/2026-03-30/image/43984b47-044d-4158-8fe0-a6d0806924d4_removebg.jpg?w=600', 'https://abimg003.imgix.net/FV66FUO/2026-03-30/image/a291ac8b-7759-4fc1-9a0e-7f75f9e26d63_removebg.jpg?w=600', 'https://abimg003.imgix.net/FV66FUO/2026-03-30/image/3666d67c-6ac3-41e7-b473-4140acf73ae7_removebg.jpg?w=600', 'https://abimg003.imgix.net/FV66FUO/2026-03-30/image/fb20efff-a1f1-4de8-bff4-5b1d72ccf55f_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'VPSA STATES 36K, 46K, 59K, 77K, 95K, 114K, 132K,', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': False, 'v5details': None, 'co2': 134, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/0066c4b2-55ba-4c65-b4da-ba8f2d4aedaa.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:01:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c80c666e-ce19-5584-b2df-19e53e308442 with identifier: 120863153
2026-03-30 10:01:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c80c666e-ce19-5584-b2df-19e53e308442 with scrape type 2
2026-03-30 10:01:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c80c666e-ce19-5584-b2df-19e53e308442 with scrape type 2
2026-03-30 10:01:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: c80c666e-ce19-5584-b2df-19e53e308442, identifier: 120863153
2026-03-30 10:01:50 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120865604, 'registration': 'LB06OBU', 'account': 'WBA004', 'make': 'MERCEDES-BENZ', 'model': 'C CLASS SALOON', 'derivative': 'C180K Elegance SE 4dr Auto', 'mileage': 112148, 'mileageWarranty': True, 'type': 'car', 'saleId': 18909, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 438}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2006-06-27', 'fuel': 'Petrol', 'motExpiry': '2026-04-18', 'doors': 4, 'engineSize': 1796, 'bodyType': 'Saloon', 'images': None, 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'VOSA STATES 17K, 23K, 29K, 33K, 37K, 41K, 45K, 48K, 53K, 55K, 58K, 61K, 63K, 68K, 70K, 83K, 95K,', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': False, 'v5details': None, 'co2': 193, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:01:50 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120865604, 'registration': 'LB06OBU', 'account': 'WBA004', 'make': 'MERCEDES-BENZ', 'model': 'C CLASS SALOON', 'derivative': 'C180K Elegance SE 4dr Auto', 'mileage': 112148, 'mileageWarranty': True, 'type': 'car', 'saleId': 18909, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 438}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2006-06-27', 'fuel': 'Petrol', 'motExpiry': '2026-04-18', 'doors': 4, 'engineSize': 1796, 'bodyType': 'Saloon', 'images': None, 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'VOSA STATES 17K, 23K, 29K, 33K, 37K, 41K, 45K, 48K, 53K, 55K, 58K, 61K, 63K, 68K, 70K, 83K, 95K,', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': False, 'v5details': None, 'co2': 193, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:01:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d97d209c-6351-508c-9c2a-fa6eea5a300a with identifier: 120865604
2026-03-30 10:01:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d97d209c-6351-508c-9c2a-fa6eea5a300a with scrape type 2
2026-03-30 10:01:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d97d209c-6351-508c-9c2a-fa6eea5a300a with scrape type 2
2026-03-30 10:01:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: d97d209c-6351-508c-9c2a-fa6eea5a300a, identifier: 120865604
2026-03-30 10:01:50 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120865644, 'registration': 'C23JRP', 'account': 'WBA004', 'make': 'FORD', 'model': 'FOCUS DIESEL ESTATE', 'derivative': '1.6 TDCi 115 Zetec 5dr', 'mileage': 45252, 'mileageWarranty': True, 'type': 'car', 'saleId': 18909, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 438}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2013-10-30', 'fuel': 'Diesel', 'motExpiry': '2026-07-05', 'doors': 5, 'engineSize': 1560, 'bodyType': 'Estate', 'images': None, 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'VOSA STATES 13K, 16K, 17K, 18K, 19K, 19K, 25K, 32K, 38K,', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': False, 'v5details': None, 'co2': 109, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:01:50 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120865644, 'registration': 'C23JRP', 'account': 'WBA004', 'make': 'FORD', 'model': 'FOCUS DIESEL ESTATE', 'derivative': '1.6 TDCi 115 Zetec 5dr', 'mileage': 45252, 'mileageWarranty': True, 'type': 'car', 'saleId': 18909, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 438}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2013-10-30', 'fuel': 'Diesel', 'motExpiry': '2026-07-05', 'doors': 5, 'engineSize': 1560, 'bodyType': 'Estate', 'images': None, 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'VOSA STATES 13K, 16K, 17K, 18K, 19K, 19K, 25K, 32K, 38K,', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': False, 'v5details': None, 'co2': 109, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:01:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8496633d-db0d-5f68-9965-8d200b1b8475 with identifier: 120865644
2026-03-30 10:01:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8496633d-db0d-5f68-9965-8d200b1b8475 with scrape type 2
2026-03-30 10:01:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8496633d-db0d-5f68-9965-8d200b1b8475 with scrape type 2
2026-03-30 10:01:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 8496633d-db0d-5f68-9965-8d200b1b8475, identifier: 120865644
2026-03-30 10:01:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg002.imgix.net/eeeabca5-cf41-464b-8628-a08d6d3de860.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120839064?view=catalogue)
2026-03-30 10:01:50 [astonbarclay.gb] INFO: Found listing with ID: 120311059
2026-03-30 10:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120311059%27 HTTP/1.1" 200 None
2026-03-30 10:01:50 [astonbarclay.gb] INFO: Scrape type for 120311059: 0
2026-03-30 10:01:50 [astonbarclay.gb] INFO: Found listing with ID: 120174959
2026-03-30 10:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120174959%27 HTTP/1.1" 200 None
2026-03-30 10:01:50 [astonbarclay.gb] INFO: Scrape type for 120174959: 0
2026-03-30 10:01:50 [astonbarclay.gb] INFO: Found listing with ID: 120521299
2026-03-30 10:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120521299%27 HTTP/1.1" 200 None
2026-03-30 10:01:50 [astonbarclay.gb] INFO: Scrape type for 120521299: 0
2026-03-30 10:01:50 [astonbarclay.gb] INFO: Found listing with ID: 112893299
2026-03-30 10:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27112893299%27 HTTP/1.1" 200 None
2026-03-30 10:01:51 [astonbarclay.gb] INFO: Scrape type for 112893299: 0
2026-03-30 10:01:51 [astonbarclay.gb] INFO: Found listing with ID: 120478141
2026-03-30 10:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120478141%27 HTTP/1.1" 200 None
2026-03-30 10:01:51 [astonbarclay.gb] INFO: Scrape type for 120478141: 0
2026-03-30 10:01:51 [astonbarclay.gb] INFO: Found listing with ID: 120245728
2026-03-30 10:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120245728%27 HTTP/1.1" 200 None
2026-03-30 10:01:51 [astonbarclay.gb] INFO: Scrape type for 120245728: 0
2026-03-30 10:01:51 [astonbarclay.gb] INFO: Found listing with ID: 120859404
2026-03-30 10:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120859404%27 HTTP/1.1" 200 None
2026-03-30 10:01:51 [astonbarclay.gb] INFO: Scrape type for 120859404: 0
2026-03-30 10:01:51 [astonbarclay.gb] INFO: Found listing with ID: 120444460
2026-03-30 10:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120444460%27 HTTP/1.1" 200 None
2026-03-30 10:01:51 [astonbarclay.gb] INFO: Scrape type for 120444460: 0
2026-03-30 10:01:51 [astonbarclay.gb] INFO: Found listing with ID: 120256211
2026-03-30 10:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120256211%27 HTTP/1.1" 200 None
2026-03-30 10:01:51 [astonbarclay.gb] INFO: Scrape type for 120256211: 0
2026-03-30 10:01:51 [astonbarclay.gb] INFO: Found listing with ID: 120826597
2026-03-30 10:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120826597%27 HTTP/1.1" 200 None
2026-03-30 10:01:51 [astonbarclay.gb] INFO: Scrape type for 120826597: 2
2026-03-30 10:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01: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%252FYE72DKA%252F2026-03-30%252Fimage%252Ffa55c9d3-0e83-42e4-bff2-d157511f3973_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:01:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YE72DKA/2026-03-30/image/fa55c9d3-0e83-42e4-bff2-d157511f3973_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01: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%252FYB64XDR%252F2026-03-30%252Fimage%252F4ea18543-ea7c-48e2-b6f9-9bfc5e9fcb06_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:01:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YB64XDR/2026-03-30/image/4ea18543-ea7c-48e2-b6f9-9bfc5e9fcb06_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01: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%252FSW59GNK%252F2026-03-30%252Fimage%252Feec525a2-2ef1-429b-87b1-8d0ff9fef973_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:01:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/SW59GNK/2026-03-30/image/eec525a2-2ef1-429b-87b1-8d0ff9fef973_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01: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%252FYP06LVN%252F2026-03-30%252Fimage%252F93bcf0c4-fe9e-4244-b0c5-1f3827afd860_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:01:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YP06LVN/2026-03-30/image/93bcf0c4-fe9e-4244-b0c5-1f3827afd860_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:01:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: c80c666e-ce19-5584-b2df-19e53e308442 with identifier: 120863153
2026-03-30 10:01:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: c80c666e-ce19-5584-b2df-19e53e308442 with identifier: 120863153
2026-03-30 10:01:51 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: c80c666e-ce19-5584-b2df-19e53e308442 with identifier: 120863153 to the API
2026-03-30 10:01:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 10:01:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120863153?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 134,
'color': 'SILVER',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'Diesel',
'id': 'c80c666e-ce19-5584-b2df-19e53e308442',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'FV66FUO',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120863153',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'HONDA',
'model': 'CR-V DIESEL ESTATE',
'odometer': 132802,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-12-30',
'seller_name': 'UKCGR - Trade',
'title': 'HONDA CR-V DIESEL ESTATE 1.6 i-DTEC 160 SE Plus 5dr Auto',
'transmission': 'automatic',
'trim': '1.6 i-DTEC 160 SE Plus 5dr Auto',
'vin': None,
'year': 2016}
2026-03-30 10:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120863153%27 HTTP/1.1" 200 None
2026-03-30 10:01:51 [astonbarclay.gb] INFO: Saving data for 120863153: {'auction_closing_time': 1774958400.0, 'created_time': 1774638488.214141, 'last_price_update_time': 1774864911.663064}
2026-03-30 10:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120863153') HTTP/1.1" 204 0
2026-03-30 10:01:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: d97d209c-6351-508c-9c2a-fa6eea5a300a with identifier: 120865604
2026-03-30 10:01:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: d97d209c-6351-508c-9c2a-fa6eea5a300a with identifier: 120865604
2026-03-30 10:01:51 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: d97d209c-6351-508c-9c2a-fa6eea5a300a with identifier: 120865604 to the API
2026-03-30 10:01:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 10:01:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120865604?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 193,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 4,
'emission_standard': 'EURO 4',
'engine': '1.8L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'Petrol',
'id': 'd97d209c-6351-508c-9c2a-fa6eea5a300a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'LB06OBU',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120865604',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'MERCEDES-BENZ',
'model': 'C CLASS SALOON',
'odometer': 112148,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2006-06-27',
'seller_name': 'UKCGR - Trade',
'title': 'MERCEDES-BENZ C CLASS SALOON C180K Elegance SE 4dr Auto',
'transmission': 'automatic',
'trim': 'C180K Elegance SE 4dr Auto',
'vin': None,
'year': 2006}
2026-03-30 10:01:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120865604%27 HTTP/1.1" 200 None
2026-03-30 10:01:52 [astonbarclay.gb] INFO: Saving data for 120865604: {'auction_closing_time': 1774958400.0, 'created_time': 1774638486.01255, 'last_price_update_time': 1774864912.161898}
2026-03-30 10:01:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120865604') HTTP/1.1" 204 0
2026-03-30 10:01:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 8496633d-db0d-5f68-9965-8d200b1b8475 with identifier: 120865644
2026-03-30 10:01:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 8496633d-db0d-5f68-9965-8d200b1b8475 with identifier: 120865644
2026-03-30 10:01:52 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 8496633d-db0d-5f68-9965-8d200b1b8475 with identifier: 120865644 to the API
2026-03-30 10:01:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 10:01:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120865644?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 109,
'color': 'RED',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.6L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'Diesel',
'id': '8496633d-db0d-5f68-9965-8d200b1b8475',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'C23JRP',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120865644',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'FORD',
'model': 'FOCUS DIESEL ESTATE',
'odometer': 45252,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2013-10-30',
'seller_name': 'UKCGR - Trade',
'title': 'FORD FOCUS DIESEL ESTATE 1.6 TDCi 115 Zetec 5dr',
'transmission': 'manual',
'trim': '1.6 TDCi 115 Zetec 5dr',
'vin': None,
'year': 2013}
2026-03-30 10:01:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120865644%27 HTTP/1.1" 200 None
2026-03-30 10:01:52 [astonbarclay.gb] INFO: Saving data for 120865644: {'auction_closing_time': 1774958400.0, 'created_time': 1774638484.11385, 'last_price_update_time': 1774864912.729827}
2026-03-30 10:01:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120865644') HTTP/1.1" 204 0
2026-03-30 10:01:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FFE67ERJ%252F2026-03-30%252Fimage%252F592931c6-516c-46b6-b343-4feeedb0386b_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:01:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/FE67ERJ/2026-03-30/image/592931c6-516c-46b6-b343-4feeedb0386b_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:01:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/RY19VXD/2026-03-30/image/0d6e7b77-fe0d-4320-8bf7-da6a0dbd2264_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120870639?view=catalogue)
2026-03-30 10:01:52 [astonbarclay.gb] INFO: Found listing with ID: 120878780
2026-03-30 10:01:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120878780%27 HTTP/1.1" 200 None
2026-03-30 10:01:52 [astonbarclay.gb] INFO: Scrape type for 120878780: 1
2026-03-30 10:01:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FYB64XDR%252F2026-03-30%252Fimage%252F94a10816-b1f5-4041-bb2a-b876b8dac68b_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:01:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YB64XDR/2026-03-30/image/94a10816-b1f5-4041-bb2a-b876b8dac68b_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:01:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FSW59GNK%252F2026-03-30%252Fimage%252F14473c8d-1562-4f94-aae1-0041851e2106_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:01:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/SW59GNK/2026-03-30/image/14473c8d-1562-4f94-aae1-0041851e2106_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:01:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FYP06LVN%252F2026-03-30%252Fimage%252F525a933f-a0c6-4992-a769-c6b7cf37a140_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:01:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YP06LVN/2026-03-30/image/525a933f-a0c6-4992-a769-c6b7cf37a140_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:01:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120716373?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:01:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120762800?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:01:52 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:01:52 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f4366508b50>
2026-03-30 10:01:52 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:01:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:01:52 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:01:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0c155670-2d2e-58a1-baaf-f20b5f8e5904/0c155670-2d2e-58a1-baaf-f20b5f8e5904_image_3.jpg HTTP/1.1" 201 0
2026-03-30 10:01:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FYP06LVN%252F2026-03-30%252Fimage%252Ff767b1c3-9078-436a-ba73-5cea85d1e181_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:01:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YP06LVN/2026-03-30/image/f767b1c3-9078-436a-ba73-5cea85d1e181_removebg.jpg?w=600 saved to cache
2026-03-30 10:01:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 0c155670-2d2e-58a1-baaf-f20b5f8e5904
2026-03-30 10:01:52 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:01:52 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f43651fb550>
2026-03-30 10:01:52 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:01:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:01:52 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:01:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7fbb4b89-b908-57d4-a8f7-8cd9453bce4a/7fbb4b89-b908-57d4-a8f7-8cd9453bce4a_image_1.jpg HTTP/1.1" 201 0
2026-03-30 10:01:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FFE67ERJ%252F2026-03-30%252Fimage%252F1d27d77b-0916-4d29-b382-209278f86f9f_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:01:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/FE67ERJ/2026-03-30/image/1d27d77b-0916-4d29-b382-209278f86f9f_removebg.jpg?w=600 saved to cache
2026-03-30 10:01:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 7fbb4b89-b908-57d4-a8f7-8cd9453bce4a
2026-03-30 10:01:52 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:01:52 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f4366516210>
2026-03-30 10:01:52 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:01:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:01:52 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:01:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_fabcea3b-c6d8-58ab-a765-c1582a39a22f/fabcea3b-c6d8-58ab-a765-c1582a39a22f_image_3.jpg HTTP/1.1" 201 0
2026-03-30 10:01:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FSW59GNK%252F2026-03-30%252Fimage%252Fd4256c50-5062-48ba-ada4-929b03e6b819_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:01:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/SW59GNK/2026-03-30/image/d4256c50-5062-48ba-ada4-929b03e6b819_removebg.jpg?w=600 saved to cache
2026-03-30 10:01:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item fabcea3b-c6d8-58ab-a765-c1582a39a22f
2026-03-30 10:01:52 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:01:52 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f436524a690>
2026-03-30 10:01:52 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:01:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:01:52 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:01:53 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_09500a2b-d937-5cbe-a49e-54245c356512/09500a2b-d937-5cbe-a49e-54245c356512_image_3.jpg HTTP/1.1" 201 0
2026-03-30 10:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FYB64XDR%252F2026-03-30%252Fimage%252F49aa675d-2c2d-4768-80d0-ed140237cf07_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:01:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YB64XDR/2026-03-30/image/49aa675d-2c2d-4768-80d0-ed140237cf07_removebg.jpg?w=600 saved to cache
2026-03-30 10:01:53 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 09500a2b-d937-5cbe-a49e-54245c356512
2026-03-30 10:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01: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%252FFE67ERJ%252F2026-03-30%252Fimage%252Fc2694151-9025-4560-b78d-8e24f5d555bd_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:01:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/FE67ERJ/2026-03-30/image/c2694151-9025-4560-b78d-8e24f5d555bd_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:01:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120863367?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:01:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/FE67ERJ/2026-03-30/image/e49af249-da4b-4c21-8362-063070dfa805_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120870434?view=catalogue)
2026-03-30 10:01:53 [astonbarclay.gb] INFO: Found listing with ID: 120677591
2026-03-30 10:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120677591%27 HTTP/1.1" 200 None
2026-03-30 10:01:53 [astonbarclay.gb] INFO: Scrape type for 120677591: 0
2026-03-30 10:01:53 [astonbarclay.gb] INFO: Found listing with ID: 120826316
2026-03-30 10:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120826316%27 HTTP/1.1" 200 None
2026-03-30 10:01:53 [astonbarclay.gb] INFO: Scrape type for 120826316: 0
2026-03-30 10:01:53 [astonbarclay.gb] INFO: Found listing with ID: 120134274
2026-03-30 10:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120134274%27 HTTP/1.1" 200 None
2026-03-30 10:01:53 [astonbarclay.gb] INFO: Scrape type for 120134274: 0
2026-03-30 10:01:53 [astonbarclay.gb] INFO: Found listing with ID: 120841176
2026-03-30 10:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120841176%27 HTTP/1.1" 200 None
2026-03-30 10:01:53 [astonbarclay.gb] INFO: Scrape type for 120841176: 0
2026-03-30 10:01:53 [astonbarclay.gb] INFO: Found listing with ID: 120878117
2026-03-30 10:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120878117%27 HTTP/1.1" 200 None
2026-03-30 10:01:53 [astonbarclay.gb] INFO: Scrape type for 120878117: 1
2026-03-30 10:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01: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%252FSW59GNK%252F2026-03-30%252Fimage%252Fafa3bdf6-5677-4c8c-bcd0-eea7a5e83109_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:01:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/SW59GNK/2026-03-30/image/afa3bdf6-5677-4c8c-bcd0-eea7a5e83109_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:01:53 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:01:53 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f43653b2490>
2026-03-30 10:01:53 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:01:53 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:01:53 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:01:53 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0dece135-f1ce-5d91-8279-f68c562a6083/0dece135-f1ce-5d91-8279-f68c562a6083_image_0.jpg HTTP/1.1" 201 0
2026-03-30 10:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg002.imgix.net%252Feeeabca5-cf41-464b-8628-a08d6d3de860.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:01:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg002.imgix.net/eeeabca5-cf41-464b-8628-a08d6d3de860.jpg?w=600 saved to cache
2026-03-30 10:01:53 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 0dece135-f1ce-5d91-8279-f68c562a6083
2026-03-30 10:01:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/YB64XDR/2026-03-30/image/bd75f420-b89b-4301-9525-325034fbce82_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120870815?view=catalogue)
2026-03-30 10:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01: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%252FFE67ERJ%252F2026-03-30%252Fimage%252Fdbe3611e-1c58-4b66-b3d8-3a1522c9167b_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:01:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/FE67ERJ/2026-03-30/image/dbe3611e-1c58-4b66-b3d8-3a1522c9167b_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:01:53 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:01:53 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f43651e5ad0>
2026-03-30 10:01:53 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:01:53 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:01:53 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:01:53 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9a1c61ab-e017-54ea-88b2-82e3e53071a9/9a1c61ab-e017-54ea-88b2-82e3e53071a9_image_9.jpg HTTP/1.1" 201 0
2026-03-30 10:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FRY19VXD%252F2026-03-30%252Fimage%252F0d6e7b77-fe0d-4320-8bf7-da6a0dbd2264_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:01:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/RY19VXD/2026-03-30/image/0d6e7b77-fe0d-4320-8bf7-da6a0dbd2264_removebg.jpg?w=600 saved to cache
2026-03-30 10:01:53 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 9a1c61ab-e017-54ea-88b2-82e3e53071a9
2026-03-30 10:01:53 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120716373, 'registration': 'PL69ZHD', 'account': 'HAT006', 'make': 'MERCEDES-BENZ', 'model': 'A 180 SE AUTO', 'derivative': None, 'mileage': 46086, 'mileageWarranty': True, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 438}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2019-09-24', 'fuel': 'Petrol', 'motExpiry': '2026-09-04', 'doors': 5, 'engineSize': 1332, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/PL69ZHD/2026-03-30/image/15761322-3ca1-4f65-9fb4-dc5ff0862808_removebg.jpg?w=600', 'https://abimg003.imgix.net/PL69ZHD/2026-03-30/image/d5e30d48-f525-4c66-9147-61c5dd3057d7_removebg.jpg?w=600', 'https://abimg003.imgix.net/PL69ZHD/2026-03-30/image/af433d66-675a-4526-9bf7-57df6f4b8f4a_removebg.jpg?w=600', 'https://abimg003.imgix.net/PL69ZHD/2026-03-30/image/00bcee91-e785-4168-8bbd-4201b7e64741_removebg.jpg?w=600', 'https://abimg003.imgix.net/PL69ZHD/2026-03-30/image/ef64316c-75f9-4048-b9cd-2994738789f3_removebg.jpg?w=600', 'https://abimg003.imgix.net/PL69ZHD/2026-03-30/image/7985ddd0-948f-46f3-9067-5085ecf169fd_removebg.jpg?w=600', 'https://abimg003.imgix.net/PL69ZHD/2026-03-30/image/8296e943-0f3d-4b9d-abf6-5e36665de2c4_removebg.jpg?w=600', 'https://abimg003.imgix.net/PL69ZHD/2026-03-30/image/5cd26d92-d95e-4b73-9596-ffe025392966_removebg.jpg?w=600', 'https://abimg003.imgix.net/PL69ZHD/2026-03-30/image/76e3f2e1-a976-4b5f-a938-c2b6afda6e36_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'VOSA STATES 16K, 22K, 25K, 39K,', 'virtual': False, 'seller': 'Hatfields Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': False, 'v5details': None, 'co2': 122, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/f5b7cf2d-ec3e-4617-8107-98c72d9e52c1.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:01:53 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120716373, 'registration': 'PL69ZHD', 'account': 'HAT006', 'make': 'MERCEDES-BENZ', 'model': 'A 180 SE AUTO', 'derivative': None, 'mileage': 46086, 'mileageWarranty': True, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 438}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2019-09-24', 'fuel': 'Petrol', 'motExpiry': '2026-09-04', 'doors': 5, 'engineSize': 1332, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/PL69ZHD/2026-03-30/image/15761322-3ca1-4f65-9fb4-dc5ff0862808_removebg.jpg?w=600', 'https://abimg003.imgix.net/PL69ZHD/2026-03-30/image/d5e30d48-f525-4c66-9147-61c5dd3057d7_removebg.jpg?w=600', 'https://abimg003.imgix.net/PL69ZHD/2026-03-30/image/af433d66-675a-4526-9bf7-57df6f4b8f4a_removebg.jpg?w=600', 'https://abimg003.imgix.net/PL69ZHD/2026-03-30/image/00bcee91-e785-4168-8bbd-4201b7e64741_removebg.jpg?w=600', 'https://abimg003.imgix.net/PL69ZHD/2026-03-30/image/ef64316c-75f9-4048-b9cd-2994738789f3_removebg.jpg?w=600', 'https://abimg003.imgix.net/PL69ZHD/2026-03-30/image/7985ddd0-948f-46f3-9067-5085ecf169fd_removebg.jpg?w=600', 'https://abimg003.imgix.net/PL69ZHD/2026-03-30/image/8296e943-0f3d-4b9d-abf6-5e36665de2c4_removebg.jpg?w=600', 'https://abimg003.imgix.net/PL69ZHD/2026-03-30/image/5cd26d92-d95e-4b73-9596-ffe025392966_removebg.jpg?w=600', 'https://abimg003.imgix.net/PL69ZHD/2026-03-30/image/76e3f2e1-a976-4b5f-a938-c2b6afda6e36_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'VOSA STATES 16K, 22K, 25K, 39K,', 'virtual': False, 'seller': 'Hatfields Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': False, 'v5details': None, 'co2': 122, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/f5b7cf2d-ec3e-4617-8107-98c72d9e52c1.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:01:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 826a386d-2c64-5831-ae3a-4335a5a678ad with identifier: 120716373
2026-03-30 10:01:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 826a386d-2c64-5831-ae3a-4335a5a678ad with scrape type 2
2026-03-30 10:01:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 826a386d-2c64-5831-ae3a-4335a5a678ad with scrape type 2
2026-03-30 10:01:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 826a386d-2c64-5831-ae3a-4335a5a678ad, identifier: 120716373
2026-03-30 10:01:53 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120762800, 'registration': 'YS67HFH', 'account': 'WBA002', 'make': 'FORD', 'model': 'FIESTA HATCHBACK', 'derivative': '1.0 EcoBoost Zetec 3dr', 'mileage': 61920, 'mileageWarranty': True, 'type': 'car', 'saleId': 18909, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 438}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2017-11-30', 'fuel': 'Petrol', 'motExpiry': '2026-05-05', 'doors': 3, 'engineSize': 998, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YS67HFH/2026-03-25/image/163bac73-05b6-4732-8730-eeb4cb2a51fa_removebg.jpg?w=600', 'https://abimg003.imgix.net/YS67HFH/2026-03-25/image/3c0ddd68-c35f-4e44-b66e-8dbed9c68de4_removebg.jpg?w=600', 'https://abimg003.imgix.net/YS67HFH/2026-03-25/image/fb829ad5-f7a4-4060-8485-b829ea254066_removebg.jpg?w=600', 'https://abimg003.imgix.net/YS67HFH/2026-03-25/image/b3aab2ee-8d88-4090-8909-0d0562676a30_removebg.jpg?w=600', 'https://abimg003.imgix.net/YS67HFH/2026-03-25/image/b427f32b-9bb0-4449-9216-c7e0603e61c3_removebg.jpg?w=600', 'https://abimg003.imgix.net/YS67HFH/2026-03-25/image/e269eeeb-5e70-487f-9452-73ed523db5da_removebg.jpg?w=600', 'https://abimg003.imgix.net/YS67HFH/2026-03-25/image/8dbcebf8-14a7-43ff-9681-1f785446dc03_removebg.jpg?w=600', 'https://abimg003.imgix.net/YS67HFH/2026-03-25/image/145e9385-6aaf-4f48-97d9-ad040f312df1_removebg.jpg?w=600', 'https://abimg003.imgix.net/YS67HFH/2026-03-25/image/d2dc1d43-ae96-42c3-a593-7494fddb69c0_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '**439** VOSA STATES 24K, 25K, 31K, 36K, 45K, 53K, SPARE KEY', 'virtual': False, 'seller': 'UKCGR - Premium', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 97, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/74e8fbfd-f274-408e-bbbc-0b8acfcb189a.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:01:53 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120762800, 'registration': 'YS67HFH', 'account': 'WBA002', 'make': 'FORD', 'model': 'FIESTA HATCHBACK', 'derivative': '1.0 EcoBoost Zetec 3dr', 'mileage': 61920, 'mileageWarranty': True, 'type': 'car', 'saleId': 18909, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 438}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2017-11-30', 'fuel': 'Petrol', 'motExpiry': '2026-05-05', 'doors': 3, 'engineSize': 998, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YS67HFH/2026-03-25/image/163bac73-05b6-4732-8730-eeb4cb2a51fa_removebg.jpg?w=600', 'https://abimg003.imgix.net/YS67HFH/2026-03-25/image/3c0ddd68-c35f-4e44-b66e-8dbed9c68de4_removebg.jpg?w=600', 'https://abimg003.imgix.net/YS67HFH/2026-03-25/image/fb829ad5-f7a4-4060-8485-b829ea254066_removebg.jpg?w=600', 'https://abimg003.imgix.net/YS67HFH/2026-03-25/image/b3aab2ee-8d88-4090-8909-0d0562676a30_removebg.jpg?w=600', 'https://abimg003.imgix.net/YS67HFH/2026-03-25/image/b427f32b-9bb0-4449-9216-c7e0603e61c3_removebg.jpg?w=600', 'https://abimg003.imgix.net/YS67HFH/2026-03-25/image/e269eeeb-5e70-487f-9452-73ed523db5da_removebg.jpg?w=600', 'https://abimg003.imgix.net/YS67HFH/2026-03-25/image/8dbcebf8-14a7-43ff-9681-1f785446dc03_removebg.jpg?w=600', 'https://abimg003.imgix.net/YS67HFH/2026-03-25/image/145e9385-6aaf-4f48-97d9-ad040f312df1_removebg.jpg?w=600', 'https://abimg003.imgix.net/YS67HFH/2026-03-25/image/d2dc1d43-ae96-42c3-a593-7494fddb69c0_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '**439** VOSA STATES 24K, 25K, 31K, 36K, 45K, 53K, SPARE KEY', 'virtual': False, 'seller': 'UKCGR - Premium', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 97, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/74e8fbfd-f274-408e-bbbc-0b8acfcb189a.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:01:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 23506aa8-36f2-5b7b-9fa1-d58eb54136f0 with identifier: 120762800
2026-03-30 10:01:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 23506aa8-36f2-5b7b-9fa1-d58eb54136f0 with scrape type 2
2026-03-30 10:01:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 23506aa8-36f2-5b7b-9fa1-d58eb54136f0 with scrape type 2
2026-03-30 10:01:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 23506aa8-36f2-5b7b-9fa1-d58eb54136f0, identifier: 120762800
2026-03-30 10:01:53 [astonbarclay.gb] INFO: Found listing with ID: 120515107
2026-03-30 10:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120515107%27 HTTP/1.1" 200 None
2026-03-30 10:01:53 [astonbarclay.gb] INFO: Scrape type for 120515107: 0
2026-03-30 10:01:53 [astonbarclay.gb] INFO: Found listing with ID: 120097975
2026-03-30 10:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120097975%27 HTTP/1.1" 200 None
2026-03-30 10:01:53 [astonbarclay.gb] INFO: Scrape type for 120097975: 0
2026-03-30 10:01:53 [astonbarclay.gb] INFO: Found listing with ID: 119734446
2026-03-30 10:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27119734446%27 HTTP/1.1" 200 None
2026-03-30 10:01:53 [astonbarclay.gb] INFO: Scrape type for 119734446: 0
2026-03-30 10:01:53 [astonbarclay.gb] INFO: Found listing with ID: 120878513
2026-03-30 10:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120878513%27 HTTP/1.1" 200 None
2026-03-30 10:01:53 [astonbarclay.gb] INFO: Scrape type for 120878513: 1
2026-03-30 10:01:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 826a386d-2c64-5831-ae3a-4335a5a678ad with identifier: 120716373
2026-03-30 10:01:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 826a386d-2c64-5831-ae3a-4335a5a678ad with identifier: 120716373
2026-03-30 10:01:53 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 826a386d-2c64-5831-ae3a-4335a5a678ad with identifier: 120716373 to the API
2026-03-30 10:01:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:01:54 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:01:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120716373?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 122,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.3L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'Petrol',
'id': '826a386d-2c64-5831-ae3a-4335a5a678ad',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'PL69ZHD',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120716373',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'MERCEDES-BENZ',
'model': 'A 180 SE AUTO',
'odometer': 46086,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-09-24',
'seller_name': 'Hatfields Group',
'title': 'MERCEDES-BENZ A 180 SE AUTO None',
'transmission': 'automatic',
'trim': None,
'vin': None,
'year': 2019}
2026-03-30 10:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120716373%27 HTTP/1.1" 200 None
2026-03-30 10:01:54 [astonbarclay.gb] INFO: Saving data for 120716373: {'auction_closing_time': 1774958400.0, 'created_time': 1774638495.448797, 'last_price_update_time': 1774864914.191767}
2026-03-30 10:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120716373') HTTP/1.1" 204 0
2026-03-30 10:01:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 23506aa8-36f2-5b7b-9fa1-d58eb54136f0 with identifier: 120762800
2026-03-30 10:01:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 23506aa8-36f2-5b7b-9fa1-d58eb54136f0 with identifier: 120762800
2026-03-30 10:01:54 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 23506aa8-36f2-5b7b-9fa1-d58eb54136f0 with identifier: 120762800 to the API
2026-03-30 10:01:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:01:54 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:01:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120762800?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 97,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 3,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'Petrol',
'id': '23506aa8-36f2-5b7b-9fa1-d58eb54136f0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'YS67HFH',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120762800',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'FORD',
'model': 'FIESTA HATCHBACK',
'odometer': 61920,
'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': 'UKCGR - Premium',
'title': 'FORD FIESTA HATCHBACK 1.0 EcoBoost Zetec 3dr',
'transmission': 'manual',
'trim': '1.0 EcoBoost Zetec 3dr',
'vin': None,
'year': 2017}
2026-03-30 10:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120762800%27 HTTP/1.1" 200 None
2026-03-30 10:01:54 [astonbarclay.gb] INFO: Saving data for 120762800: {'auction_closing_time': 1774958400.0, 'created_time': 1774433088.964991, 'last_price_update_time': 1774864914.586605}
2026-03-30 10:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120762800') HTTP/1.1" 204 0
2026-03-30 10:01:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/SW59GNK/2026-03-30/image/6ba83abc-1410-4ce4-820e-760e5ce6b07f_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120870561?view=catalogue)
2026-03-30 10:01:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/YP06LVN/2026-03-30/image/d4b48721-1a87-4e84-9aec-fab132180d6a_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120870746?view=catalogue)
2026-03-30 10:01:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/FE67ERJ/2026-03-30/image/9b0645b0-a8ad-45d1-871a-97168bc7f245_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120870434?view=catalogue)
2026-03-30 10:01:54 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:01:54 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120863367, 'registration': 'YB08VBD', 'account': 'WBA004', 'make': 'HONDA', 'model': 'CIVIC DIESEL HATCHBACK', 'derivative': '2.2 i-CTDi SE 5dr', 'mileage': 119481, 'mileageWarranty': True, 'type': 'car', 'saleId': 18909, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 438}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2008-06-30', 'fuel': 'Diesel', 'motExpiry': '2026-05-13', 'doors': 5, 'engineSize': 2204, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YB08VBD/2026-03-30/image/75ffcef0-3936-4017-9441-ddb9a0dd1990_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB08VBD/2026-03-30/image/500e268a-2816-472f-b092-19fb4e451c8f_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB08VBD/2026-03-30/image/812de774-204d-4d46-bd0d-326cee95f4f7_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB08VBD/2026-03-30/image/63ccf24d-20e1-41e7-8265-6cb2cfc20cb5_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB08VBD/2026-03-30/image/c18e1229-9da8-47bc-a717-ad68971ed79f_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB08VBD/2026-03-30/image/fdc706cd-77ad-4f96-9378-0c85a0ec394a_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB08VBD/2026-03-30/image/c02d340e-1576-42fe-828e-025c8b42cdca_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB08VBD/2026-03-30/image/d4bdd6ab-8e16-49da-b9d4-89367871f5ce_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB08VBD/2026-03-30/image/80caee44-8558-4bde-8ec0-a645ffee9785_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB08VBD/2026-03-30/image/2ef78d57-e280-4bd5-95fe-9502ce2af546_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'VOSA STATES 43K, 60K, 77K, 97K, 110K, 111K, 111K, 112K, 113K, 115K, 116K, 117K, 117K, 118K,', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': False, 'v5details': None, 'co2': 135, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/14d75a5f-adb0-4e90-98ec-61d323c0baaa.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:01:54 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120863367, 'registration': 'YB08VBD', 'account': 'WBA004', 'make': 'HONDA', 'model': 'CIVIC DIESEL HATCHBACK', 'derivative': '2.2 i-CTDi SE 5dr', 'mileage': 119481, 'mileageWarranty': True, 'type': 'car', 'saleId': 18909, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 438}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2008-06-30', 'fuel': 'Diesel', 'motExpiry': '2026-05-13', 'doors': 5, 'engineSize': 2204, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YB08VBD/2026-03-30/image/75ffcef0-3936-4017-9441-ddb9a0dd1990_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB08VBD/2026-03-30/image/500e268a-2816-472f-b092-19fb4e451c8f_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB08VBD/2026-03-30/image/812de774-204d-4d46-bd0d-326cee95f4f7_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB08VBD/2026-03-30/image/63ccf24d-20e1-41e7-8265-6cb2cfc20cb5_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB08VBD/2026-03-30/image/c18e1229-9da8-47bc-a717-ad68971ed79f_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB08VBD/2026-03-30/image/fdc706cd-77ad-4f96-9378-0c85a0ec394a_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB08VBD/2026-03-30/image/c02d340e-1576-42fe-828e-025c8b42cdca_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB08VBD/2026-03-30/image/d4bdd6ab-8e16-49da-b9d4-89367871f5ce_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB08VBD/2026-03-30/image/80caee44-8558-4bde-8ec0-a645ffee9785_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB08VBD/2026-03-30/image/2ef78d57-e280-4bd5-95fe-9502ce2af546_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'VOSA STATES 43K, 60K, 77K, 97K, 110K, 111K, 111K, 112K, 113K, 115K, 116K, 117K, 117K, 118K,', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': False, 'v5details': None, 'co2': 135, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/14d75a5f-adb0-4e90-98ec-61d323c0baaa.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:01:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0b5ae7f6-78de-5c39-adea-d99cb4fa9940 with identifier: 120863367
2026-03-30 10:01:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0b5ae7f6-78de-5c39-adea-d99cb4fa9940 with scrape type 2
2026-03-30 10:01:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0b5ae7f6-78de-5c39-adea-d99cb4fa9940 with scrape type 2
2026-03-30 10:01:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 0b5ae7f6-78de-5c39-adea-d99cb4fa9940, identifier: 120863367
2026-03-30 10:01:54 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:01:54 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f436535bf50>
2026-03-30 10:01:54 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:01:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:01:54 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:01:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7fbb4b89-b908-57d4-a8f7-8cd9453bce4a/7fbb4b89-b908-57d4-a8f7-8cd9453bce4a_image_4.jpg HTTP/1.1" 201 0
2026-03-30 10:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FFE67ERJ%252F2026-03-30%252Fimage%252Fe49af249-da4b-4c21-8362-063070dfa805_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:01:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/FE67ERJ/2026-03-30/image/e49af249-da4b-4c21-8362-063070dfa805_removebg.jpg?w=600 saved to cache
2026-03-30 10:01:54 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 7fbb4b89-b908-57d4-a8f7-8cd9453bce4a
2026-03-30 10:01:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/YP06LVN/2026-03-30/image/93bcf0c4-fe9e-4244-b0c5-1f3827afd860_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120870746?view=catalogue)
2026-03-30 10:01:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/FE67ERJ/2026-03-30/image/592931c6-516c-46b6-b343-4feeedb0386b_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120870434?view=catalogue)
2026-03-30 10:01:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/YP06LVN/2026-03-30/image/afa063c9-cb44-4f77-8974-f2cf9aae7329_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120870746?view=catalogue)
2026-03-30 10:01:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/SW59GNK/2026-03-30/image/48097308-aa52-4a76-b179-482aaa7db54a_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120870561?view=catalogue)
2026-03-30 10:01:54 [astonbarclay.gb] INFO: Found listing with ID: 120515030
2026-03-30 10:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120515030%27 HTTP/1.1" 200 None
2026-03-30 10:01:54 [astonbarclay.gb] INFO: Scrape type for 120515030: 0
2026-03-30 10:01:54 [astonbarclay.gb] INFO: Found listing with ID: 120877927
2026-03-30 10:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120877927%27 HTTP/1.1" 200 None
2026-03-30 10:01:54 [astonbarclay.gb] INFO: Scrape type for 120877927: 1
2026-03-30 10:01:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 0b5ae7f6-78de-5c39-adea-d99cb4fa9940 with identifier: 120863367
2026-03-30 10:01:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 0b5ae7f6-78de-5c39-adea-d99cb4fa9940 with identifier: 120863367
2026-03-30 10:01:54 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 0b5ae7f6-78de-5c39-adea-d99cb4fa9940 with identifier: 120863367 to the API
2026-03-30 10:01:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:01:55 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:01:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120863367?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 135,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 4',
'engine': '2.2L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'Diesel',
'id': '0b5ae7f6-78de-5c39-adea-d99cb4fa9940',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'YB08VBD',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120863367',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'HONDA',
'model': 'CIVIC DIESEL HATCHBACK',
'odometer': 119481,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2008-06-30',
'seller_name': 'UKCGR - Trade',
'title': 'HONDA CIVIC DIESEL HATCHBACK 2.2 i-CTDi SE 5dr',
'transmission': 'manual',
'trim': '2.2 i-CTDi SE 5dr',
'vin': None,
'year': 2008}
2026-03-30 10:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120863367%27 HTTP/1.1" 200 None
2026-03-30 10:01:55 [astonbarclay.gb] INFO: Saving data for 120863367: {'auction_closing_time': 1774958400.0, 'created_time': 1774638487.672431, 'last_price_update_time': 1774864915.257222}
2026-03-30 10:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120863367') HTTP/1.1" 204 0
2026-03-30 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-30 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-30 10:01:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120865521?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:01:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120627849?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:01:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120797373?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:01:55 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:01:55 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f43651e2290>
2026-03-30 10:01:55 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:01:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:01:55 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:01:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_09500a2b-d937-5cbe-a49e-54245c356512/09500a2b-d937-5cbe-a49e-54245c356512_image_5.jpg HTTP/1.1" 201 0
2026-03-30 10:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FYB64XDR%252F2026-03-30%252Fimage%252Fbd75f420-b89b-4301-9525-325034fbce82_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:01:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YB64XDR/2026-03-30/image/bd75f420-b89b-4301-9525-325034fbce82_removebg.jpg?w=600 saved to cache
2026-03-30 10:01:55 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 09500a2b-d937-5cbe-a49e-54245c356512
2026-03-30 10:01:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/SW59GNK/2026-03-30/image/eec525a2-2ef1-429b-87b1-8d0ff9fef973_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120870561?view=catalogue)
2026-03-30 10:01:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/YP06LVN/2026-03-30/image/525a933f-a0c6-4992-a769-c6b7cf37a140_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120870746?view=catalogue)
2026-03-30 10:01:55 [astonbarclay.gb] INFO: Found listing with ID: 120828510
2026-03-30 10:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120828510%27 HTTP/1.1" 200 None
2026-03-30 10:01:55 [astonbarclay.gb] INFO: Scrape type for 120828510: 0
2026-03-30 10:01:55 [astonbarclay.gb] INFO: Found listing with ID: 120878618
2026-03-30 10:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120878618%27 HTTP/1.1" 200 None
2026-03-30 10:01:55 [astonbarclay.gb] INFO: Scrape type for 120878618: 1
2026-03-30 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-30 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-30 10:01:55 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:01:55 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f4365316fd0>
2026-03-30 10:01:55 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:01:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:01:55 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:01:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_fabcea3b-c6d8-58ab-a765-c1582a39a22f/fabcea3b-c6d8-58ab-a765-c1582a39a22f_image_5.jpg HTTP/1.1" 201 0
2026-03-30 10:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FSW59GNK%252F2026-03-30%252Fimage%252F6ba83abc-1410-4ce4-820e-760e5ce6b07f_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:01:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/SW59GNK/2026-03-30/image/6ba83abc-1410-4ce4-820e-760e5ce6b07f_removebg.jpg?w=600 saved to cache
2026-03-30 10:01:55 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item fabcea3b-c6d8-58ab-a765-c1582a39a22f
2026-03-30 10:01:55 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:01:55 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f43651e5810>
2026-03-30 10:01:55 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:01:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:01:55 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:01:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0c155670-2d2e-58a1-baaf-f20b5f8e5904/0c155670-2d2e-58a1-baaf-f20b5f8e5904_image_6.jpg HTTP/1.1" 201 0
2026-03-30 10:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FYP06LVN%252F2026-03-30%252Fimage%252Fd4b48721-1a87-4e84-9aec-fab132180d6a_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:01:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YP06LVN/2026-03-30/image/d4b48721-1a87-4e84-9aec-fab132180d6a_removebg.jpg?w=600 saved to cache
2026-03-30 10:01:55 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 0c155670-2d2e-58a1-baaf-f20b5f8e5904
2026-03-30 10:01:55 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:01:55 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f436542da10>
2026-03-30 10:01:55 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:01:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:01:55 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:01:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7fbb4b89-b908-57d4-a8f7-8cd9453bce4a/7fbb4b89-b908-57d4-a8f7-8cd9453bce4a_image_2.jpg HTTP/1.1" 201 0
2026-03-30 10:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FFE67ERJ%252F2026-03-30%252Fimage%252F9b0645b0-a8ad-45d1-871a-97168bc7f245_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:01:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/FE67ERJ/2026-03-30/image/9b0645b0-a8ad-45d1-871a-97168bc7f245_removebg.jpg?w=600 saved to cache
2026-03-30 10:01:55 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 7fbb4b89-b908-57d4-a8f7-8cd9453bce4a
2026-03-30 10:01:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/SW59GNK/2026-03-30/image/14473c8d-1562-4f94-aae1-0041851e2106_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120870561?view=catalogue)
2026-03-30 10:01:55 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:01:55 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f436534b990>
2026-03-30 10:01:55 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:01:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:01:55 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:01:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0c155670-2d2e-58a1-baaf-f20b5f8e5904/0c155670-2d2e-58a1-baaf-f20b5f8e5904_image_7.jpg HTTP/1.1" 201 0
2026-03-30 10:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FYP06LVN%252F2026-03-30%252Fimage%252F93bcf0c4-fe9e-4244-b0c5-1f3827afd860_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:01:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YP06LVN/2026-03-30/image/93bcf0c4-fe9e-4244-b0c5-1f3827afd860_removebg.jpg?w=600 saved to cache
2026-03-30 10:01:55 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 0c155670-2d2e-58a1-baaf-f20b5f8e5904
2026-03-30 10:01:55 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:01:55 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f436533aa10>
2026-03-30 10:01:55 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:01:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:01:55 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:01:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7fbb4b89-b908-57d4-a8f7-8cd9453bce4a/7fbb4b89-b908-57d4-a8f7-8cd9453bce4a_image_6.jpg HTTP/1.1" 201 0
2026-03-30 10:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FFE67ERJ%252F2026-03-30%252Fimage%252F592931c6-516c-46b6-b343-4feeedb0386b_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:01:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/FE67ERJ/2026-03-30/image/592931c6-516c-46b6-b343-4feeedb0386b_removebg.jpg?w=600 saved to cache
2026-03-30 10:01:55 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 7fbb4b89-b908-57d4-a8f7-8cd9453bce4a
2026-03-30 10:01:55 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:01:55 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f43652db150>
2026-03-30 10:01:55 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:01:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:01:55 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:01:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0c155670-2d2e-58a1-baaf-f20b5f8e5904/0c155670-2d2e-58a1-baaf-f20b5f8e5904_image_5.jpg HTTP/1.1" 201 0
2026-03-30 10:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FYP06LVN%252F2026-03-30%252Fimage%252Fafa063c9-cb44-4f77-8974-f2cf9aae7329_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:01:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YP06LVN/2026-03-30/image/afa063c9-cb44-4f77-8974-f2cf9aae7329_removebg.jpg?w=600 saved to cache
2026-03-30 10:01:55 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 0c155670-2d2e-58a1-baaf-f20b5f8e5904
2026-03-30 10:01:55 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:01:55 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f4367c74c50>
2026-03-30 10:01:55 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:01:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:01:55 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:01:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_fabcea3b-c6d8-58ab-a765-c1582a39a22f/fabcea3b-c6d8-58ab-a765-c1582a39a22f_image_4.jpg HTTP/1.1" 201 0
2026-03-30 10:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FSW59GNK%252F2026-03-30%252Fimage%252F48097308-aa52-4a76-b179-482aaa7db54a_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:01:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/SW59GNK/2026-03-30/image/48097308-aa52-4a76-b179-482aaa7db54a_removebg.jpg?w=600 saved to cache
2026-03-30 10:01:55 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item fabcea3b-c6d8-58ab-a765-c1582a39a22f
2026-03-30 10:01:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/FE67ERJ/2026-03-30/image/c2694151-9025-4560-b78d-8e24f5d555bd_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120870434?view=catalogue)
2026-03-30 10:01:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/SW59GNK/2026-03-30/image/afa3bdf6-5677-4c8c-bcd0-eea7a5e83109_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120870561?view=catalogue)
2026-03-30 10:01:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/YP06LVN/2026-03-30/image/1d8b7f7d-0dcb-499e-9b6d-dab27eafd4a2_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120870746?view=catalogue)
2026-03-30 10:01:55 [astonbarclay.gb] INFO: Found listing with ID: 120877843
2026-03-30 10:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120877843%27 HTTP/1.1" 200 None
2026-03-30 10:01:55 [astonbarclay.gb] INFO: Scrape type for 120877843: 1
2026-03-30 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-30 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-30 10:01:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/FE67ERJ/2026-03-30/image/dbe3611e-1c58-4b66-b3d8-3a1522c9167b_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120870434?view=catalogue)
2026-03-30 10:01:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/YB64XDR/2026-03-30/image/94a10816-b1f5-4041-bb2a-b876b8dac68b_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120870815?view=catalogue)
2026-03-30 10:01:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/YB64XDR/2026-03-30/image/4ea18543-ea7c-48e2-b6f9-9bfc5e9fcb06_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120870815?view=catalogue)
2026-03-30 10:01:56 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120865521, 'registration': 'SC53JZP', 'account': 'WBA004', 'make': 'VAUXHALL', 'model': 'ASTRA HATCHBACK', 'derivative': '1.6i Envoy 5dr Auto', 'mileage': 86458, 'mileageWarranty': True, 'type': 'car', 'saleId': 18909, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 439}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2004-02-13', 'fuel': 'Petrol', 'motExpiry': '2026-06-23', 'doors': 5, 'engineSize': 1598, 'bodyType': 'Hatchback', 'images': None, 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'VOSA STATES 13K, 13K, 17K, 21K, 25K, 27K, 31K, 36K, 39K, 44K, 49K, 55K, 59K, 62K, 66K, 68K, 72K, 76K, 81K, 84K,', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': False, 'v5details': None, 'co2': 189, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': None, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:01:56 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120865521, 'registration': 'SC53JZP', 'account': 'WBA004', 'make': 'VAUXHALL', 'model': 'ASTRA HATCHBACK', 'derivative': '1.6i Envoy 5dr Auto', 'mileage': 86458, 'mileageWarranty': True, 'type': 'car', 'saleId': 18909, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 439}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2004-02-13', 'fuel': 'Petrol', 'motExpiry': '2026-06-23', 'doors': 5, 'engineSize': 1598, 'bodyType': 'Hatchback', 'images': None, 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'VOSA STATES 13K, 13K, 17K, 21K, 25K, 27K, 31K, 36K, 39K, 44K, 49K, 55K, 59K, 62K, 66K, 68K, 72K, 76K, 81K, 84K,', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': False, 'v5details': None, 'co2': 189, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': None, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:01:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 05694bc8-e746-51a0-9ffe-e8adfa32cc6c with identifier: 120865521
2026-03-30 10:01:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 05694bc8-e746-51a0-9ffe-e8adfa32cc6c with scrape type 2
2026-03-30 10:01:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 05694bc8-e746-51a0-9ffe-e8adfa32cc6c with scrape type 2
2026-03-30 10:01:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 05694bc8-e746-51a0-9ffe-e8adfa32cc6c, identifier: 120865521
2026-03-30 10:01:56 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120627849, 'registration': 'LP15UEG', 'account': 'VAN038', 'make': 'FORD', 'model': 'MONDEO DIESEL ESTATE', 'derivative': '2.0 TDCi ECOnetic Titanium 5dr', 'mileage': 87966, 'mileageWarranty': True, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 439}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2015-07-07', 'fuel': 'Diesel', 'motExpiry': '2026-11-29', 'doors': 5, 'engineSize': 1997, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/LP15UEG/2026-03-24/image/25aadf8b-add8-425e-86e2-df6a8cb23468_removebg.jpg?w=600', 'https://abimg003.imgix.net/LP15UEG/2026-03-24/image/a0af1911-2e38-476b-8d31-8fc0f70e1238_removebg.jpg?w=600', 'https://abimg003.imgix.net/LP15UEG/2026-03-24/image/a068d721-87de-40f8-add5-17dbf03a66f5_removebg.jpg?w=600', 'https://abimg003.imgix.net/LP15UEG/2026-03-24/image/3c362d07-a715-422d-a8bf-a5284e15f60c_removebg.jpg?w=600', 'https://abimg003.imgix.net/LP15UEG/2026-03-24/image/98e4a5ef-7a1d-47af-801f-b6ab54a42dc3_removebg.jpg?w=600', 'https://abimg003.imgix.net/LP15UEG/2026-03-24/image/034b647a-6ce0-4e0d-8884-780b013bb025_removebg.jpg?w=600', 'https://abimg003.imgix.net/LP15UEG/2026-03-24/image/b1e2097c-40e9-4efa-8d9d-d3c8f001649a_removebg.jpg?w=600', 'https://abimg003.imgix.net/LP15UEG/2026-03-24/image/eae7f176-91da-45a4-bea7-a295cbff877e_removebg.jpg?w=600', 'https://abimg003.imgix.net/LP15UEG/2026-03-24/image/3fdb7023-b5ad-458b-8733-5f0a0958c321_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 06/16 - 19K, 09/17 - 39K, 09/21 - 69K, 06/23 - 75K, 11/24 - 80K, BOTH INVOICES AND BOOK', 'remarks': '**1247** VOSA STATES 46K, 55K, 65K, 69K, 73K, 75K, 80K, 86K, SD CARD', 'virtual': False, 'seller': 'Vantage Motor Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 109, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/13cc8dcc-4bd3-48ec-85cd-2ce30089f4fd.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:01:56 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120627849, 'registration': 'LP15UEG', 'account': 'VAN038', 'make': 'FORD', 'model': 'MONDEO DIESEL ESTATE', 'derivative': '2.0 TDCi ECOnetic Titanium 5dr', 'mileage': 87966, 'mileageWarranty': True, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 439}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2015-07-07', 'fuel': 'Diesel', 'motExpiry': '2026-11-29', 'doors': 5, 'engineSize': 1997, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/LP15UEG/2026-03-24/image/25aadf8b-add8-425e-86e2-df6a8cb23468_removebg.jpg?w=600', 'https://abimg003.imgix.net/LP15UEG/2026-03-24/image/a0af1911-2e38-476b-8d31-8fc0f70e1238_removebg.jpg?w=600', 'https://abimg003.imgix.net/LP15UEG/2026-03-24/image/a068d721-87de-40f8-add5-17dbf03a66f5_removebg.jpg?w=600', 'https://abimg003.imgix.net/LP15UEG/2026-03-24/image/3c362d07-a715-422d-a8bf-a5284e15f60c_removebg.jpg?w=600', 'https://abimg003.imgix.net/LP15UEG/2026-03-24/image/98e4a5ef-7a1d-47af-801f-b6ab54a42dc3_removebg.jpg?w=600', 'https://abimg003.imgix.net/LP15UEG/2026-03-24/image/034b647a-6ce0-4e0d-8884-780b013bb025_removebg.jpg?w=600', 'https://abimg003.imgix.net/LP15UEG/2026-03-24/image/b1e2097c-40e9-4efa-8d9d-d3c8f001649a_removebg.jpg?w=600', 'https://abimg003.imgix.net/LP15UEG/2026-03-24/image/eae7f176-91da-45a4-bea7-a295cbff877e_removebg.jpg?w=600', 'https://abimg003.imgix.net/LP15UEG/2026-03-24/image/3fdb7023-b5ad-458b-8733-5f0a0958c321_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 06/16 - 19K, 09/17 - 39K, 09/21 - 69K, 06/23 - 75K, 11/24 - 80K, BOTH INVOICES AND BOOK', 'remarks': '**1247** VOSA STATES 46K, 55K, 65K, 69K, 73K, 75K, 80K, 86K, SD CARD', 'virtual': False, 'seller': 'Vantage Motor Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 109, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/13cc8dcc-4bd3-48ec-85cd-2ce30089f4fd.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:01:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 75a95712-f540-56fb-aa8f-82f8b272129e with identifier: 120627849
2026-03-30 10:01:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 75a95712-f540-56fb-aa8f-82f8b272129e with scrape type 2
2026-03-30 10:01:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 75a95712-f540-56fb-aa8f-82f8b272129e with scrape type 2
2026-03-30 10:01:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 75a95712-f540-56fb-aa8f-82f8b272129e, identifier: 120627849
2026-03-30 10:01:56 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120797373, 'registration': 'YH16WVF', 'account': 'VAN044', 'make': 'FORD', 'model': 'FOCUS HATCHBACK', 'derivative': '1.5 EcoBoost 182 Titanium X 5dr', 'mileage': 80338, 'mileageWarranty': True, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 439}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2016-03-31', 'fuel': 'Petrol', 'motExpiry': '2027-03-30', 'doors': 5, 'engineSize': 1498, 'bodyType': 'Hatchback', 'images': ['https://abimg002.imgix.net/45fb89af-ae1b-43b4-a1a0-c189e25ab92a.jpg?w=600', 'https://abimg002.imgix.net/2bf1084a-c2d8-40a4-9040-edb0ba258539.jpg?w=600', 'https://abimg002.imgix.net/4f7a8556-fd44-4225-8271-681a94a1f58f.jpg?w=600', 'https://abimg002.imgix.net/65227be4-2f2b-445c-a550-dabc17d951ca.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'EVALUATE', 'serviceHistory': '', 'remarks': 'VOSA STATES 35K, 46K, 48K, 55K, 61K, 63K, 69K, 79K', 'virtual': False, 'seller': 'Vantage Motor Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': None, 'v5': False, 'v5details': None, 'co2': 127, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:01:56 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120797373, 'registration': 'YH16WVF', 'account': 'VAN044', 'make': 'FORD', 'model': 'FOCUS HATCHBACK', 'derivative': '1.5 EcoBoost 182 Titanium X 5dr', 'mileage': 80338, 'mileageWarranty': True, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 439}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2016-03-31', 'fuel': 'Petrol', 'motExpiry': '2027-03-30', 'doors': 5, 'engineSize': 1498, 'bodyType': 'Hatchback', 'images': ['https://abimg002.imgix.net/45fb89af-ae1b-43b4-a1a0-c189e25ab92a.jpg?w=600', 'https://abimg002.imgix.net/2bf1084a-c2d8-40a4-9040-edb0ba258539.jpg?w=600', 'https://abimg002.imgix.net/4f7a8556-fd44-4225-8271-681a94a1f58f.jpg?w=600', 'https://abimg002.imgix.net/65227be4-2f2b-445c-a550-dabc17d951ca.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'EVALUATE', 'serviceHistory': '', 'remarks': 'VOSA STATES 35K, 46K, 48K, 55K, 61K, 63K, 69K, 79K', 'virtual': False, 'seller': 'Vantage Motor Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': None, 'v5': False, 'v5details': None, 'co2': 127, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:01:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fcfc57a4-ded4-55eb-bbc4-02f31b2da52d with identifier: 120797373
2026-03-30 10:01:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fcfc57a4-ded4-55eb-bbc4-02f31b2da52d with scrape type 1
2026-03-30 10:01:56 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 4 photos for item fcfc57a4-ded4-55eb-bbc4-02f31b2da52d
2026-03-30 10:01:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg002.imgix.net%252F45fb89af-ae1b-43b4-a1a0-c189e25ab92a.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:01:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg002.imgix.net/45fb89af-ae1b-43b4-a1a0-c189e25ab92a.jpg?w=600 not downloaded yet
2026-03-30 10:01:56 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:01:56 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f43651e1650>
2026-03-30 10:01:56 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:01:56 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:01:56 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:01:56 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_fabcea3b-c6d8-58ab-a765-c1582a39a22f/fabcea3b-c6d8-58ab-a765-c1582a39a22f_image_7.jpg HTTP/1.1" 201 0
2026-03-30 10:01:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FSW59GNK%252F2026-03-30%252Fimage%252Feec525a2-2ef1-429b-87b1-8d0ff9fef973_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:01:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/SW59GNK/2026-03-30/image/eec525a2-2ef1-429b-87b1-8d0ff9fef973_removebg.jpg?w=600 saved to cache
2026-03-30 10:01:56 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item fabcea3b-c6d8-58ab-a765-c1582a39a22f
2026-03-30 10:01:56 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:01:56 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f43654cebd0>
2026-03-30 10:01:56 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:01:56 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:01:56 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:01:56 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0c155670-2d2e-58a1-baaf-f20b5f8e5904/0c155670-2d2e-58a1-baaf-f20b5f8e5904_image_8.jpg HTTP/1.1" 201 0
2026-03-30 10:01:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FYP06LVN%252F2026-03-30%252Fimage%252F525a933f-a0c6-4992-a769-c6b7cf37a140_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:01:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YP06LVN/2026-03-30/image/525a933f-a0c6-4992-a769-c6b7cf37a140_removebg.jpg?w=600 saved to cache
2026-03-30 10:01:56 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 0c155670-2d2e-58a1-baaf-f20b5f8e5904
2026-03-30 10:01:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/YE72DKA/2026-03-30/image/fa55c9d3-0e83-42e4-bff2-d157511f3973_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120870326?view=catalogue)
2026-03-30 10:01:56 [astonbarclay.gb] INFO: Found listing with ID: 120878859
2026-03-30 10:01:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120878859%27 HTTP/1.1" 200 None
2026-03-30 10:01:56 [astonbarclay.gb] INFO: Scrape type for 120878859: 1
2026-03-30 10:01:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 05694bc8-e746-51a0-9ffe-e8adfa32cc6c with identifier: 120865521
2026-03-30 10:01:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 05694bc8-e746-51a0-9ffe-e8adfa32cc6c with identifier: 120865521
2026-03-30 10:01:56 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 05694bc8-e746-51a0-9ffe-e8adfa32cc6c with identifier: 120865521 to the API
2026-03-30 10:01:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 10:01:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120865521?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 189,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '1.6L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'Petrol',
'id': '05694bc8-e746-51a0-9ffe-e8adfa32cc6c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'SC53JZP',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120865521',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'VAUXHALL',
'model': 'ASTRA HATCHBACK',
'odometer': 86458,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2004-02-13',
'seller_name': 'UKCGR - Trade',
'title': 'VAUXHALL ASTRA HATCHBACK 1.6i Envoy 5dr Auto',
'transmission': 'automatic',
'trim': '1.6i Envoy 5dr Auto',
'vin': None,
'year': 2004}
2026-03-30 10:01:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120865521%27 HTTP/1.1" 200 None
2026-03-30 10:01:56 [astonbarclay.gb] INFO: Saving data for 120865521: {'auction_closing_time': 1774958400.0, 'created_time': 1774638486.45533, 'last_price_update_time': 1774864916.982472}
2026-03-30 10:01:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120865521') HTTP/1.1" 204 0
2026-03-30 10:01:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 75a95712-f540-56fb-aa8f-82f8b272129e with identifier: 120627849
2026-03-30 10:01:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 75a95712-f540-56fb-aa8f-82f8b272129e with identifier: 120627849
2026-03-30 10:01:57 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 75a95712-f540-56fb-aa8f-82f8b272129e with identifier: 120627849 to the API
2026-03-30 10:01:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 10:01:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120627849?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 109,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'Diesel',
'id': '75a95712-f540-56fb-aa8f-82f8b272129e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'LP15UEG',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120627849',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'FORD',
'model': 'MONDEO DIESEL ESTATE',
'odometer': 87966,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-07-07',
'seller_name': 'Vantage Motor Group',
'title': 'FORD MONDEO DIESEL ESTATE 2.0 TDCi ECOnetic Titanium 5dr',
'transmission': 'manual',
'trim': '2.0 TDCi ECOnetic Titanium 5dr',
'vin': None,
'year': 2015}
2026-03-30 10:01:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120627849%27 HTTP/1.1" 200 None
2026-03-30 10:01:57 [astonbarclay.gb] INFO: Saving data for 120627849: {'auction_closing_time': 1774958400.0, 'created_time': 1774328521.188585, 'last_price_update_time': 1774864917.406473}
2026-03-30 10:01:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120627849') HTTP/1.1" 204 0
2026-03-30 10:01:57 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:01:57 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f4365399ad0>
2026-03-30 10:01:57 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:01:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:01:57 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:01:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_fabcea3b-c6d8-58ab-a765-c1582a39a22f/fabcea3b-c6d8-58ab-a765-c1582a39a22f_image_8.jpg HTTP/1.1" 201 0
2026-03-30 10:01:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FSW59GNK%252F2026-03-30%252Fimage%252F14473c8d-1562-4f94-aae1-0041851e2106_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:01:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/SW59GNK/2026-03-30/image/14473c8d-1562-4f94-aae1-0041851e2106_removebg.jpg?w=600 saved to cache
2026-03-30 10:01:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item fabcea3b-c6d8-58ab-a765-c1582a39a22f
2026-03-30 10:01:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/FE67ERJ/2026-03-30/image/3d4a4625-6fc3-4d3e-b62a-4c6d34f40066_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120870434?view=catalogue)
2026-03-30 10:01:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/SW59GNK/2026-03-30/image/c0f5b101-047b-4ac4-b6cc-2e4bca020299_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120870561?view=catalogue)
2026-03-30 10:01:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/YB64XDR/2026-03-30/image/8fd59caa-05f3-4ee0-ae10-59cdabdac5d0_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120870815?view=catalogue)
2026-03-30 10:01:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01: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%252Fabimg002.imgix.net%252F2bf1084a-c2d8-40a4-9040-edb0ba258539.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:01:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg002.imgix.net/2bf1084a-c2d8-40a4-9040-edb0ba258539.jpg?w=600 not downloaded yet
2026-03-30 10:01:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/YE72DKA/2026-03-30/image/b05ca687-afb0-4c1c-a1e9-dd5236431b08_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120870326?view=catalogue)
2026-03-30 10:01:57 [astonbarclay.gb] INFO: Found listing with ID: 120521279
2026-03-30 10:01:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120521279%27 HTTP/1.1" 200 None
2026-03-30 10:01:57 [astonbarclay.gb] INFO: Scrape type for 120521279: 0
2026-03-30 10:01:57 [astonbarclay.gb] INFO: Found listing with ID: 120029775
2026-03-30 10:01:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120029775%27 HTTP/1.1" 200 None
2026-03-30 10:01:57 [astonbarclay.gb] INFO: Scrape type for 120029775: 0
2026-03-30 10:01:57 [astonbarclay.gb] INFO: Found listing with ID: 119212621
2026-03-30 10:01:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27119212621%27 HTTP/1.1" 200 None
2026-03-30 10:01:57 [astonbarclay.gb] INFO: Scrape type for 119212621: 0
2026-03-30 10:01:57 [astonbarclay.gb] INFO: Found listing with ID: 120651971
2026-03-30 10:01:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120651971%27 HTTP/1.1" 200 None
2026-03-30 10:01:57 [astonbarclay.gb] INFO: Scrape type for 120651971: 2
2026-03-30 10:01:57 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:01:57 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f4365456710>
2026-03-30 10:01:57 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:01:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:01:57 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:01:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7fbb4b89-b908-57d4-a8f7-8cd9453bce4a/7fbb4b89-b908-57d4-a8f7-8cd9453bce4a_image_7.jpg HTTP/1.1" 201 0
2026-03-30 10:01:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FFE67ERJ%252F2026-03-30%252Fimage%252Fc2694151-9025-4560-b78d-8e24f5d555bd_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:01:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/FE67ERJ/2026-03-30/image/c2694151-9025-4560-b78d-8e24f5d555bd_removebg.jpg?w=600 saved to cache
2026-03-30 10:01:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 7fbb4b89-b908-57d4-a8f7-8cd9453bce4a
2026-03-30 10:01:57 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:01:57 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f4365315150>
2026-03-30 10:01:57 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:01:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:01:57 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:01:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_fabcea3b-c6d8-58ab-a765-c1582a39a22f/fabcea3b-c6d8-58ab-a765-c1582a39a22f_image_9.jpg HTTP/1.1" 201 0
2026-03-30 10:01:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FSW59GNK%252F2026-03-30%252Fimage%252Fafa3bdf6-5677-4c8c-bcd0-eea7a5e83109_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:01:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/SW59GNK/2026-03-30/image/afa3bdf6-5677-4c8c-bcd0-eea7a5e83109_removebg.jpg?w=600 saved to cache
2026-03-30 10:01:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item fabcea3b-c6d8-58ab-a765-c1582a39a22f
2026-03-30 10:01:57 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:01:57 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f43653fe390>
2026-03-30 10:01:57 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:01:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:01:57 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:01:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0c155670-2d2e-58a1-baaf-f20b5f8e5904/0c155670-2d2e-58a1-baaf-f20b5f8e5904_image_4.jpg HTTP/1.1" 201 0
2026-03-30 10:01:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FYP06LVN%252F2026-03-30%252Fimage%252F1d8b7f7d-0dcb-499e-9b6d-dab27eafd4a2_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:01:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YP06LVN/2026-03-30/image/1d8b7f7d-0dcb-499e-9b6d-dab27eafd4a2_removebg.jpg?w=600 saved to cache
2026-03-30 10:01:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 0c155670-2d2e-58a1-baaf-f20b5f8e5904
2026-03-30 10:01:57 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:01:57 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f4366510fd0>
2026-03-30 10:01:57 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:01:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:01:57 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:01:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7fbb4b89-b908-57d4-a8f7-8cd9453bce4a/7fbb4b89-b908-57d4-a8f7-8cd9453bce4a_image_8.jpg HTTP/1.1" 201 0
2026-03-30 10:01:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FFE67ERJ%252F2026-03-30%252Fimage%252Fdbe3611e-1c58-4b66-b3d8-3a1522c9167b_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:01:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/FE67ERJ/2026-03-30/image/dbe3611e-1c58-4b66-b3d8-3a1522c9167b_removebg.jpg?w=600 saved to cache
2026-03-30 10:01:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 7fbb4b89-b908-57d4-a8f7-8cd9453bce4a
2026-03-30 10:01:57 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:01:57 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f43653a03d0>
2026-03-30 10:01:57 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:01:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:01:57 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:01:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_09500a2b-d937-5cbe-a49e-54245c356512/09500a2b-d937-5cbe-a49e-54245c356512_image_8.jpg HTTP/1.1" 201 0
2026-03-30 10:01:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FYB64XDR%252F2026-03-30%252Fimage%252F94a10816-b1f5-4041-bb2a-b876b8dac68b_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:01:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YB64XDR/2026-03-30/image/94a10816-b1f5-4041-bb2a-b876b8dac68b_removebg.jpg?w=600 saved to cache
2026-03-30 10:01:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 09500a2b-d937-5cbe-a49e-54245c356512
2026-03-30 10:01:57 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:01:57 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f4365315150>
2026-03-30 10:01:57 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:01:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:01:57 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:01:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_09500a2b-d937-5cbe-a49e-54245c356512/09500a2b-d937-5cbe-a49e-54245c356512_image_7.jpg HTTP/1.1" 201 0
2026-03-30 10:01:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FYB64XDR%252F2026-03-30%252Fimage%252F4ea18543-ea7c-48e2-b6f9-9bfc5e9fcb06_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:01:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YB64XDR/2026-03-30/image/4ea18543-ea7c-48e2-b6f9-9bfc5e9fcb06_removebg.jpg?w=600 saved to cache
2026-03-30 10:01:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 09500a2b-d937-5cbe-a49e-54245c356512
2026-03-30 10:01:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01: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%252Fabimg002.imgix.net%252F4f7a8556-fd44-4225-8271-681a94a1f58f.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:01:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg002.imgix.net/4f7a8556-fd44-4225-8271-681a94a1f58f.jpg?w=600 not downloaded yet
2026-03-30 10:01:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/YE72DKA/2026-03-30/image/aeefcd88-901f-4898-9ff7-70914fa51789_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120870326?view=catalogue)
2026-03-30 10:01:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/FE67ERJ/2026-03-30/image/b422b10d-e49b-4993-b7f9-2249b1578abf_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120870434?view=catalogue)
2026-03-30 10:01:57 [astonbarclay.gb] INFO: Found listing with ID: 120664123
2026-03-30 10:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120664123%27 HTTP/1.1" 200 None
2026-03-30 10:01:58 [astonbarclay.gb] INFO: Scrape type for 120664123: 0
2026-03-30 10:01:58 [astonbarclay.gb] INFO: Found listing with ID: 120824041
2026-03-30 10:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120824041%27 HTTP/1.1" 200 None
2026-03-30 10:01:58 [astonbarclay.gb] INFO: Scrape type for 120824041: 0
2026-03-30 10:01:58 [astonbarclay.gb] INFO: Found listing with ID: 120658115
2026-03-30 10:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120658115%27 HTTP/1.1" 200 None
2026-03-30 10:01:58 [astonbarclay.gb] INFO: Scrape type for 120658115: 0
2026-03-30 10:01:58 [astonbarclay.gb] INFO: Found listing with ID: 120757365
2026-03-30 10:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120757365%27 HTTP/1.1" 200 None
2026-03-30 10:01:58 [astonbarclay.gb] INFO: Scrape type for 120757365: 0
2026-03-30 10:01:58 [astonbarclay.gb] INFO: Found listing with ID: 120555519
2026-03-30 10:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120555519%27 HTTP/1.1" 200 None
2026-03-30 10:01:58 [astonbarclay.gb] INFO: Scrape type for 120555519: 0
2026-03-30 10:01:58 [astonbarclay.gb] INFO: Found listing with ID: 120828661
2026-03-30 10:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120828661%27 HTTP/1.1" 200 None
2026-03-30 10:01:58 [astonbarclay.gb] INFO: Scrape type for 120828661: 0
2026-03-30 10:01:58 [astonbarclay.gb] INFO: Found listing with ID: 120312968
2026-03-30 10:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120312968%27 HTTP/1.1" 200 None
2026-03-30 10:01:58 [astonbarclay.gb] INFO: Scrape type for 120312968: 0
2026-03-30 10:01:58 [astonbarclay.gb] INFO: Found listing with ID: 120877646
2026-03-30 10:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120877646%27 HTTP/1.1" 200 None
2026-03-30 10:01:58 [astonbarclay.gb] INFO: Scrape type for 120877646: 1
2026-03-30 10:01:58 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:01:58 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f436530ed10>
2026-03-30 10:01:58 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:01:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:01:58 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:01:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_45c40dc9-2f53-597c-8f0b-83e9c2c85412/45c40dc9-2f53-597c-8f0b-83e9c2c85412_image_8.jpg HTTP/1.1" 201 0
2026-03-30 10:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FYE72DKA%252F2026-03-30%252Fimage%252Ffa55c9d3-0e83-42e4-bff2-d157511f3973_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:01:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YE72DKA/2026-03-30/image/fa55c9d3-0e83-42e4-bff2-d157511f3973_removebg.jpg?w=600 saved to cache
2026-03-30 10:01:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 45c40dc9-2f53-597c-8f0b-83e9c2c85412
2026-03-30 10:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01: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%252Fabimg002.imgix.net%252F65227be4-2f2b-445c-a550-dabc17d951ca.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:01:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg002.imgix.net/65227be4-2f2b-445c-a550-dabc17d951ca.jpg?w=600 not downloaded yet
2026-03-30 10:01:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120861920?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:01:58 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:01:58 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f43664dc510>
2026-03-30 10:01:58 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:01:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:01:58 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:01:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7fbb4b89-b908-57d4-a8f7-8cd9453bce4a/7fbb4b89-b908-57d4-a8f7-8cd9453bce4a_image_5.jpg HTTP/1.1" 201 0
2026-03-30 10:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FFE67ERJ%252F2026-03-30%252Fimage%252F3d4a4625-6fc3-4d3e-b62a-4c6d34f40066_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:01:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/FE67ERJ/2026-03-30/image/3d4a4625-6fc3-4d3e-b62a-4c6d34f40066_removebg.jpg?w=600 saved to cache
2026-03-30 10:01:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 7fbb4b89-b908-57d4-a8f7-8cd9453bce4a
2026-03-30 10:01:58 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:01:58 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f43653a9210>
2026-03-30 10:01:58 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:01:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:01:58 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:01:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_fabcea3b-c6d8-58ab-a765-c1582a39a22f/fabcea3b-c6d8-58ab-a765-c1582a39a22f_image_6.jpg HTTP/1.1" 201 0
2026-03-30 10:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FSW59GNK%252F2026-03-30%252Fimage%252Fc0f5b101-047b-4ac4-b6cc-2e4bca020299_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:01:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/SW59GNK/2026-03-30/image/c0f5b101-047b-4ac4-b6cc-2e4bca020299_removebg.jpg?w=600 saved to cache
2026-03-30 10:01:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item fabcea3b-c6d8-58ab-a765-c1582a39a22f
2026-03-30 10:01:58 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:01:58 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f4366e36d90>
2026-03-30 10:01:58 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:01:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:01:58 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:01:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_09500a2b-d937-5cbe-a49e-54245c356512/09500a2b-d937-5cbe-a49e-54245c356512_image_6.jpg HTTP/1.1" 201 0
2026-03-30 10:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FYB64XDR%252F2026-03-30%252Fimage%252F8fd59caa-05f3-4ee0-ae10-59cdabdac5d0_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:01:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YB64XDR/2026-03-30/image/8fd59caa-05f3-4ee0-ae10-59cdabdac5d0_removebg.jpg?w=600 saved to cache
2026-03-30 10:01:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 09500a2b-d937-5cbe-a49e-54245c356512
2026-03-30 10:01:58 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:01:58 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f43652f0550>
2026-03-30 10:01:58 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:01:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:01:58 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:01:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_45c40dc9-2f53-597c-8f0b-83e9c2c85412/45c40dc9-2f53-597c-8f0b-83e9c2c85412_image_7.jpg HTTP/1.1" 201 0
2026-03-30 10:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FYE72DKA%252F2026-03-30%252Fimage%252Fb05ca687-afb0-4c1c-a1e9-dd5236431b08_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:01:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YE72DKA/2026-03-30/image/b05ca687-afb0-4c1c-a1e9-dd5236431b08_removebg.jpg?w=600 saved to cache
2026-03-30 10:01:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 45c40dc9-2f53-597c-8f0b-83e9c2c85412
2026-03-30 10:01:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/YE72DKA/2026-03-30/image/b7fe9219-abe6-469f-a05b-7688112a5613_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120870326?view=catalogue)
2026-03-30 10:01:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg002.imgix.net/45fb89af-ae1b-43b4-a1a0-c189e25ab92a.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120797373?view=catalogue)
2026-03-30 10:01:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/YB64XDR/2026-03-30/image/51e09d90-59fe-4ff4-aea5-871168c083d6_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120870815?view=catalogue)
2026-03-30 10:01:58 [astonbarclay.gb] INFO: Found listing with ID: 120444510
2026-03-30 10:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120444510%27 HTTP/1.1" 200 None
2026-03-30 10:01:58 [astonbarclay.gb] INFO: Scrape type for 120444510: 0
2026-03-30 10:01:58 [astonbarclay.gb] INFO: Found listing with ID: 120515008
2026-03-30 10:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120515008%27 HTTP/1.1" 200 None
2026-03-30 10:01:58 [astonbarclay.gb] INFO: Scrape type for 120515008: 0
2026-03-30 10:01:58 [astonbarclay.gb] INFO: Found listing with ID: 120882520
2026-03-30 10:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120882520%27 HTTP/1.1" 200 None
2026-03-30 10:01:58 [astonbarclay.gb] INFO: Scrape type for 120882520: 1
2026-03-30 10:01:58 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:01:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120877927?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:01:58 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:01:58 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f43667aee10>
2026-03-30 10:01:58 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:01:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:01:58 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:01:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_45c40dc9-2f53-597c-8f0b-83e9c2c85412/45c40dc9-2f53-597c-8f0b-83e9c2c85412_image_6.jpg HTTP/1.1" 201 0
2026-03-30 10:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FYE72DKA%252F2026-03-30%252Fimage%252Faeefcd88-901f-4898-9ff7-70914fa51789_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:01:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YE72DKA/2026-03-30/image/aeefcd88-901f-4898-9ff7-70914fa51789_removebg.jpg?w=600 saved to cache
2026-03-30 10:01:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 45c40dc9-2f53-597c-8f0b-83e9c2c85412
2026-03-30 10:01:58 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:01:58 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f43654d2b90>
2026-03-30 10:01:58 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:01:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:01:58 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:01:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7fbb4b89-b908-57d4-a8f7-8cd9453bce4a/7fbb4b89-b908-57d4-a8f7-8cd9453bce4a_image_3.jpg HTTP/1.1" 201 0
2026-03-30 10:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FFE67ERJ%252F2026-03-30%252Fimage%252Fb422b10d-e49b-4993-b7f9-2249b1578abf_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:01:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/FE67ERJ/2026-03-30/image/b422b10d-e49b-4993-b7f9-2249b1578abf_removebg.jpg?w=600 saved to cache
2026-03-30 10:01:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 7fbb4b89-b908-57d4-a8f7-8cd9453bce4a
2026-03-30 10:01:58 [astonbarclay.gb] INFO: Found listing with ID: 120555568
2026-03-30 10:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120555568%27 HTTP/1.1" 200 None
2026-03-30 10:01:58 [astonbarclay.gb] INFO: Scrape type for 120555568: 0
2026-03-30 10:01:58 [astonbarclay.gb] INFO: Found listing with ID: 120241494
2026-03-30 10:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120241494%27 HTTP/1.1" 200 None
2026-03-30 10:01:58 [astonbarclay.gb] INFO: Scrape type for 120241494: 0
2026-03-30 10:01:58 [astonbarclay.gb] INFO: Found listing with ID: 119628212
2026-03-30 10:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27119628212%27 HTTP/1.1" 200 None
2026-03-30 10:01:58 [astonbarclay.gb] INFO: Scrape type for 119628212: 0
2026-03-30 10:01:58 [astonbarclay.gb] INFO: Found listing with ID: 120759795
2026-03-30 10:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120759795%27 HTTP/1.1" 200 None
2026-03-30 10:01:58 [astonbarclay.gb] INFO: Scrape type for 120759795: 0
2026-03-30 10:01:58 [astonbarclay.gb] INFO: Found listing with ID: 120256176
2026-03-30 10:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120256176%27 HTTP/1.1" 200 None
2026-03-30 10:01:58 [astonbarclay.gb] INFO: Scrape type for 120256176: 0
2026-03-30 10:01:58 [astonbarclay.gb] INFO: Found listing with ID: 120605418
2026-03-30 10:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120605418%27 HTTP/1.1" 200 None
2026-03-30 10:01:58 [astonbarclay.gb] INFO: Scrape type for 120605418: 0
2026-03-30 10:01:58 [astonbarclay.gb] INFO: Found listing with ID: 120098855
2026-03-30 10:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120098855%27 HTTP/1.1" 200 None
2026-03-30 10:01:58 [astonbarclay.gb] INFO: Scrape type for 120098855: 0
2026-03-30 10:01:58 [astonbarclay.gb] INFO: Found listing with ID: 120664177
2026-03-30 10:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120664177%27 HTTP/1.1" 200 None
2026-03-30 10:01:58 [astonbarclay.gb] INFO: Scrape type for 120664177: 0
2026-03-30 10:01:58 [astonbarclay.gb] INFO: Found listing with ID: 120664095
2026-03-30 10:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120664095%27 HTTP/1.1" 200 None
2026-03-30 10:01:58 [astonbarclay.gb] INFO: Scrape type for 120664095: 0
2026-03-30 10:01:58 [astonbarclay.gb] INFO: Found listing with ID: 120775671
2026-03-30 10:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120775671%27 HTTP/1.1" 200 None
2026-03-30 10:01:58 [astonbarclay.gb] INFO: Scrape type for 120775671: 0
2026-03-30 10:01:58 [astonbarclay.gb] INFO: Found listing with ID: 120401488
2026-03-30 10:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120401488%27 HTTP/1.1" 200 None
2026-03-30 10:01:59 [astonbarclay.gb] INFO: Scrape type for 120401488: 0
2026-03-30 10:01:59 [astonbarclay.gb] INFO: Found listing with ID: 120735356
2026-03-30 10:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120735356%27 HTTP/1.1" 200 None
2026-03-30 10:01:59 [astonbarclay.gb] INFO: Scrape type for 120735356: 0
2026-03-30 10:01:59 [astonbarclay.gb] INFO: Found listing with ID: 120727640
2026-03-30 10:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120727640%27 HTTP/1.1" 200 None
2026-03-30 10:01:59 [astonbarclay.gb] INFO: Scrape type for 120727640: 0
2026-03-30 10:01:59 [astonbarclay.gb] INFO: Found listing with ID: 120727623
2026-03-30 10:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120727623%27 HTTP/1.1" 200 None
2026-03-30 10:01:59 [astonbarclay.gb] INFO: Scrape type for 120727623: 0
2026-03-30 10:01:59 [astonbarclay.gb] INFO: Found listing with ID: 120796415
2026-03-30 10:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120796415%27 HTTP/1.1" 200 None
2026-03-30 10:01:59 [astonbarclay.gb] INFO: Scrape type for 120796415: 0
2026-03-30 10:01:59 [astonbarclay.gb] INFO: Found listing with ID: 120740459
2026-03-30 10:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120740459%27 HTTP/1.1" 200 None
2026-03-30 10:01:59 [astonbarclay.gb] INFO: Scrape type for 120740459: 0
2026-03-30 10:01:59 [astonbarclay.gb] INFO: Found listing with ID: 120506327
2026-03-30 10:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120506327%27 HTTP/1.1" 200 None
2026-03-30 10:01:59 [astonbarclay.gb] INFO: Scrape type for 120506327: 0
2026-03-30 10:01:59 [astonbarclay.gb] INFO: Found listing with ID: 120826103
2026-03-30 10:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120826103%27 HTTP/1.1" 200 None
2026-03-30 10:01:59 [astonbarclay.gb] INFO: Scrape type for 120826103: 0
2026-03-30 10:01:59 [astonbarclay.gb] INFO: Found listing with ID: 120765504
2026-03-30 10:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120765504%27 HTTP/1.1" 200 None
2026-03-30 10:01:59 [astonbarclay.gb] INFO: Scrape type for 120765504: 0
2026-03-30 10:01:59 [astonbarclay.gb] INFO: Found listing with ID: 120869555
2026-03-30 10:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120869555%27 HTTP/1.1" 200 None
2026-03-30 10:01:59 [astonbarclay.gb] INFO: Scrape type for 120869555: 1
2026-03-30 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-30 10:01:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120826597?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 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-30 10:01:59 [astonbarclay.gb] INFO: Found listing with ID: 120842093
2026-03-30 10:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120842093%27 HTTP/1.1" 200 None
2026-03-30 10:01:59 [astonbarclay.gb] INFO: Scrape type for 120842093: 1
2026-03-30 10:01:59 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120861920, 'registration': 'MD63CNN', 'account': 'AST058', 'make': 'VAUXHALL', 'model': 'ADAM HATCHBACK', 'derivative': '1.2i Jam 3dr', 'mileage': 68659, 'mileageWarranty': True, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 439}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2014-01-31', 'fuel': 'Petrol', 'motExpiry': '2027-02-14', 'doors': 3, 'engineSize': 1229, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/MD63CNN/2026-03-27/image/0da27e90-7503-4414-8b98-bdef0ac5db3b_removebg.jpg?w=600', 'https://abimg003.imgix.net/MD63CNN/2026-03-27/image/c8eaee0f-9ff7-4abb-a685-6ed5632f5509_removebg.jpg?w=600', 'https://abimg003.imgix.net/MD63CNN/2026-03-27/image/4a0ca7d3-fe73-4df3-ba8a-02ec0dc9c7c2_removebg.jpg?w=600', 'https://abimg003.imgix.net/MD63CNN/2026-03-27/image/1fb7c2ee-f0eb-457c-b5a6-9797bdb53a40_removebg.jpg?w=600', 'https://abimg003.imgix.net/MD63CNN/2026-03-27/image/e2dfb39d-0c63-4c62-aeff-453c369ef725_removebg.jpg?w=600', 'https://abimg003.imgix.net/MD63CNN/2026-03-27/image/93aa4196-f415-427c-8d26-5c9b760ca618_removebg.jpg?w=600', 'https://abimg003.imgix.net/MD63CNN/2026-03-27/image/dc16bedb-6037-4fbe-acf7-5f8e4d04b849_removebg.jpg?w=600', 'https://abimg003.imgix.net/MD63CNN/2026-03-27/image/2b8789e8-1b57-48e4-97e1-d2c594fa35a4_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': 'Cat N Insurance Loss', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': '', 'remarks': 'Category N Insurance Loss. No Structural Damage and Repairable - Insurer Decided Not to Repair CAT N - NON-STRUCTURAL - Damage is front end and all over VOSA STATES 20K, 26K, 31K, 38K, 43K, 46K, 49K, 53K, 65K, 68K', 'virtual': False, 'seller': 'LDG', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '5', 'v5': False, 'v5details': None, 'co2': 124, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/40fb7a5b-2348-4a81-b319-42672024fc7d.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:01:59 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120861920, 'registration': 'MD63CNN', 'account': 'AST058', 'make': 'VAUXHALL', 'model': 'ADAM HATCHBACK', 'derivative': '1.2i Jam 3dr', 'mileage': 68659, 'mileageWarranty': True, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 439}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2014-01-31', 'fuel': 'Petrol', 'motExpiry': '2027-02-14', 'doors': 3, 'engineSize': 1229, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/MD63CNN/2026-03-27/image/0da27e90-7503-4414-8b98-bdef0ac5db3b_removebg.jpg?w=600', 'https://abimg003.imgix.net/MD63CNN/2026-03-27/image/c8eaee0f-9ff7-4abb-a685-6ed5632f5509_removebg.jpg?w=600', 'https://abimg003.imgix.net/MD63CNN/2026-03-27/image/4a0ca7d3-fe73-4df3-ba8a-02ec0dc9c7c2_removebg.jpg?w=600', 'https://abimg003.imgix.net/MD63CNN/2026-03-27/image/1fb7c2ee-f0eb-457c-b5a6-9797bdb53a40_removebg.jpg?w=600', 'https://abimg003.imgix.net/MD63CNN/2026-03-27/image/e2dfb39d-0c63-4c62-aeff-453c369ef725_removebg.jpg?w=600', 'https://abimg003.imgix.net/MD63CNN/2026-03-27/image/93aa4196-f415-427c-8d26-5c9b760ca618_removebg.jpg?w=600', 'https://abimg003.imgix.net/MD63CNN/2026-03-27/image/dc16bedb-6037-4fbe-acf7-5f8e4d04b849_removebg.jpg?w=600', 'https://abimg003.imgix.net/MD63CNN/2026-03-27/image/2b8789e8-1b57-48e4-97e1-d2c594fa35a4_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': 'Cat N Insurance Loss', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': '', 'remarks': 'Category N Insurance Loss. No Structural Damage and Repairable - Insurer Decided Not to Repair CAT N - NON-STRUCTURAL - Damage is front end and all over VOSA STATES 20K, 26K, 31K, 38K, 43K, 46K, 49K, 53K, 65K, 68K', 'virtual': False, 'seller': 'LDG', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '5', 'v5': False, 'v5details': None, 'co2': 124, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/40fb7a5b-2348-4a81-b319-42672024fc7d.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:01:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f798682f-e8b9-5586-89a4-1c5877c8a7c8 with identifier: 120861920
2026-03-30 10:01:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f798682f-e8b9-5586-89a4-1c5877c8a7c8 with scrape type 1
2026-03-30 10:01:59 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 8 photos for item f798682f-e8b9-5586-89a4-1c5877c8a7c8
2026-03-30 10:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01: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%252FMD63CNN%252F2026-03-27%252Fimage%252F0da27e90-7503-4414-8b98-bdef0ac5db3b_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:01:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/MD63CNN/2026-03-27/image/0da27e90-7503-4414-8b98-bdef0ac5db3b_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:01:59 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:01:59 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f43665fca50>
2026-03-30 10:01:59 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:01:59 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:01:59 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:01:59 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_45c40dc9-2f53-597c-8f0b-83e9c2c85412/45c40dc9-2f53-597c-8f0b-83e9c2c85412_image_5.jpg HTTP/1.1" 201 0
2026-03-30 10:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FYE72DKA%252F2026-03-30%252Fimage%252Fb7fe9219-abe6-469f-a05b-7688112a5613_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:01:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YE72DKA/2026-03-30/image/b7fe9219-abe6-469f-a05b-7688112a5613_removebg.jpg?w=600 saved to cache
2026-03-30 10:01:59 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 45c40dc9-2f53-597c-8f0b-83e9c2c85412
2026-03-30 10:01:59 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:01:59 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f43653cf8d0>
2026-03-30 10:01:59 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:01:59 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:01:59 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:01:59 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_fcfc57a4-ded4-55eb-bbc4-02f31b2da52d/fcfc57a4-ded4-55eb-bbc4-02f31b2da52d_image_0.jpg HTTP/1.1" 201 0
2026-03-30 10:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg002.imgix.net%252F45fb89af-ae1b-43b4-a1a0-c189e25ab92a.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:01:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg002.imgix.net/45fb89af-ae1b-43b4-a1a0-c189e25ab92a.jpg?w=600 saved to cache
2026-03-30 10:01:59 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item fcfc57a4-ded4-55eb-bbc4-02f31b2da52d
2026-03-30 10:01:59 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:01:59 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f4365414d50>
2026-03-30 10:01:59 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:01:59 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:01:59 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:01:59 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_09500a2b-d937-5cbe-a49e-54245c356512/09500a2b-d937-5cbe-a49e-54245c356512_image_4.jpg HTTP/1.1" 201 0
2026-03-30 10:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FYB64XDR%252F2026-03-30%252Fimage%252F51e09d90-59fe-4ff4-aea5-871168c083d6_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:01:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YB64XDR/2026-03-30/image/51e09d90-59fe-4ff4-aea5-871168c083d6_removebg.jpg?w=600 saved to cache
2026-03-30 10:01:59 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 09500a2b-d937-5cbe-a49e-54245c356512
2026-03-30 10:01:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120878513?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:01:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120878780?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:01:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120878618?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:01:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120878117?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:01:59 [astonbarclay.gb] INFO: Found listing with ID: 120870412
2026-03-30 10:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120870412%27 HTTP/1.1" 200 None
2026-03-30 10:01:59 [astonbarclay.gb] INFO: Scrape type for 120870412: 1
2026-03-30 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-30 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-30 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-30 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-30 10:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01: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%252FMD63CNN%252F2026-03-27%252Fimage%252Fc8eaee0f-9ff7-4abb-a685-6ed5632f5509_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:01:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/MD63CNN/2026-03-27/image/c8eaee0f-9ff7-4abb-a685-6ed5632f5509_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:01:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120826040?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 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-30 10:01:59 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120877927, 'registration': 'LD19DVL', 'account': 'KCS002', 'make': 'FORD', 'model': 'FIESTA HATCHBACK', 'derivative': '1.0 EcoBoost Titanium 5dr', 'mileage': 100296, 'mileageWarranty': True, 'type': 'car', 'saleId': 19229, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 117}, 'saleStart': '2026-04-01T08:45Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2019-03-25', 'fuel': 'Petrol', 'motExpiry': '2026-07-08', 'doors': 5, 'engineSize': 998, 'bodyType': 'Hatchback', 'images': None, 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': 'Service book 10/23 41K', 'remarks': 'SKEY', 'virtual': False, 'seller': 'CarBuy Limited', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 110, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/146bd971-7f69-4074-9bca-017c7040df88.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:01:59 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120877927, 'registration': 'LD19DVL', 'account': 'KCS002', 'make': 'FORD', 'model': 'FIESTA HATCHBACK', 'derivative': '1.0 EcoBoost Titanium 5dr', 'mileage': 100296, 'mileageWarranty': True, 'type': 'car', 'saleId': 19229, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 117}, 'saleStart': '2026-04-01T08:45Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2019-03-25', 'fuel': 'Petrol', 'motExpiry': '2026-07-08', 'doors': 5, 'engineSize': 998, 'bodyType': 'Hatchback', 'images': None, 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': 'Service book 10/23 41K', 'remarks': 'SKEY', 'virtual': False, 'seller': 'CarBuy Limited', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 110, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/146bd971-7f69-4074-9bca-017c7040df88.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:01:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: df17ea01-2291-517e-bfe6-96eed3a2c3fe with identifier: 120877927
2026-03-30 10:01:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item df17ea01-2291-517e-bfe6-96eed3a2c3fe with scrape type 1
2026-03-30 10:01:59 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 0 photos for item df17ea01-2291-517e-bfe6-96eed3a2c3fe
2026-03-30 10:01:59 [crawlers.middlewares.photo_download_middleware] INFO: No photos to download for item df17ea01-2291-517e-bfe6-96eed3a2c3fe
2026-03-30 10:01:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: df17ea01-2291-517e-bfe6-96eed3a2c3fe, identifier: 120877927
2026-03-30 10:01:59 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120826597, 'registration': 'NV65FUP', 'account': 'KCS002', 'make': 'PEUGEOT', 'model': '208 HATCHBACK', 'derivative': '1.2 PureTech 110 GT Line 3dr', 'mileage': 90562, 'mileageWarranty': True, 'type': 'car', 'saleId': 19229, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 117}, 'saleStart': '2026-04-01T08:45Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2015-12-23', 'fuel': 'Petrol', 'motExpiry': '2026-04-24', 'doors': 3, 'engineSize': 1200, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/NV65FUP/2026-03-26/image/a8bc9ae4-63b2-4ccb-811c-7d575303e12f_removebg.jpg?w=600', 'https://abimg003.imgix.net/NV65FUP/2026-03-26/image/4a38439a-89ca-4ca0-ab20-6789b501106f_removebg.jpg?w=600', 'https://abimg003.imgix.net/NV65FUP/2026-03-26/image/3e7dc6b4-f842-40c1-9858-1ffbdbee8ee0_removebg.jpg?w=600', 'https://abimg003.imgix.net/NV65FUP/2026-03-26/image/e5ae35cf-a4af-4082-a3ee-41e2b50d2e5d_removebg.jpg?w=600', 'https://abimg003.imgix.net/NV65FUP/2026-03-26/image/0a0deacf-a112-442d-80ad-52f293827a8b_removebg.jpg?w=600', 'https://abimg003.imgix.net/NV65FUP/2026-03-26/image/f6dadee3-ef83-4f03-ae29-77b4564d1c1a_removebg.jpg?w=600', 'https://abimg003.imgix.net/NV65FUP/2026-03-26/image/3fab433a-ff81-4cf3-8732-4e1a226c1034_removebg.jpg?w=600', 'https://abimg003.imgix.net/NV65FUP/2026-03-26/image/6699a95f-d7c7-49ce-9ffd-5a25e65e1a5a_removebg.jpg?w=600', 'https://abimg003.imgix.net/NV65FUP/2026-03-26/image/0c061420-09bd-4e91-b5b8-0ad4680fde26_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Fleet', 'serviceHistory': '', 'remarks': 'NO SPARE KEY', 'virtual': False, 'seller': 'CarBuy Limited', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '4', 'v5': True, 'v5details': 'Here', 'co2': 99, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/a8a21039-398b-47d4-ae0e-1fc00466a40a.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:01:59 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120826597, 'registration': 'NV65FUP', 'account': 'KCS002', 'make': 'PEUGEOT', 'model': '208 HATCHBACK', 'derivative': '1.2 PureTech 110 GT Line 3dr', 'mileage': 90562, 'mileageWarranty': True, 'type': 'car', 'saleId': 19229, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 117}, 'saleStart': '2026-04-01T08:45Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2015-12-23', 'fuel': 'Petrol', 'motExpiry': '2026-04-24', 'doors': 3, 'engineSize': 1200, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/NV65FUP/2026-03-26/image/a8bc9ae4-63b2-4ccb-811c-7d575303e12f_removebg.jpg?w=600', 'https://abimg003.imgix.net/NV65FUP/2026-03-26/image/4a38439a-89ca-4ca0-ab20-6789b501106f_removebg.jpg?w=600', 'https://abimg003.imgix.net/NV65FUP/2026-03-26/image/3e7dc6b4-f842-40c1-9858-1ffbdbee8ee0_removebg.jpg?w=600', 'https://abimg003.imgix.net/NV65FUP/2026-03-26/image/e5ae35cf-a4af-4082-a3ee-41e2b50d2e5d_removebg.jpg?w=600', 'https://abimg003.imgix.net/NV65FUP/2026-03-26/image/0a0deacf-a112-442d-80ad-52f293827a8b_removebg.jpg?w=600', 'https://abimg003.imgix.net/NV65FUP/2026-03-26/image/f6dadee3-ef83-4f03-ae29-77b4564d1c1a_removebg.jpg?w=600', 'https://abimg003.imgix.net/NV65FUP/2026-03-26/image/3fab433a-ff81-4cf3-8732-4e1a226c1034_removebg.jpg?w=600', 'https://abimg003.imgix.net/NV65FUP/2026-03-26/image/6699a95f-d7c7-49ce-9ffd-5a25e65e1a5a_removebg.jpg?w=600', 'https://abimg003.imgix.net/NV65FUP/2026-03-26/image/0c061420-09bd-4e91-b5b8-0ad4680fde26_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Fleet', 'serviceHistory': '', 'remarks': 'NO SPARE KEY', 'virtual': False, 'seller': 'CarBuy Limited', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '4', 'v5': True, 'v5details': 'Here', 'co2': 99, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/a8a21039-398b-47d4-ae0e-1fc00466a40a.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:01:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a625caab-2056-584b-93ab-b1c0234c1e85 with identifier: 120826597
2026-03-30 10:01:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a625caab-2056-584b-93ab-b1c0234c1e85 with scrape type 2
2026-03-30 10:01:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a625caab-2056-584b-93ab-b1c0234c1e85 with scrape type 2
2026-03-30 10:01:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: a625caab-2056-584b-93ab-b1c0234c1e85, identifier: 120826597
2026-03-30 10:01:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg002.imgix.net/65227be4-2f2b-445c-a550-dabc17d951ca.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120797373?view=catalogue)
2026-03-30 10:01:59 [astonbarclay.gb] INFO: Found listing with ID: 120870156
2026-03-30 10:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120870156%27 HTTP/1.1" 200 None
2026-03-30 10:01:59 [astonbarclay.gb] INFO: Scrape type for 120870156: 1
2026-03-30 10:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:01: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%252FMD63CNN%252F2026-03-27%252Fimage%252F4a0ca7d3-fe73-4df3-ba8a-02ec0dc9c7c2_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:01:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/MD63CNN/2026-03-27/image/4a0ca7d3-fe73-4df3-ba8a-02ec0dc9c7c2_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:01:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: df17ea01-2291-517e-bfe6-96eed3a2c3fe with identifier: 120877927
2026-03-30 10:01:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: df17ea01-2291-517e-bfe6-96eed3a2c3fe with identifier: 120877927
2026-03-30 10:01:59 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: df17ea01-2291-517e-bfe6-96eed3a2c3fe with identifier: 120877927 to the API
2026-03-30 10:01:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 10:02:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120877927?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 110,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-04-01T08:45:00Z',
'fuel_type': 'Petrol',
'id': 'df17ea01-2291-517e-bfe6-96eed3a2c3fe',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'LD19DVL',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120877927',
'listing': 'auction',
'location': 'Aston Barclay Westbury',
'make': 'FORD',
'model': 'FIESTA HATCHBACK',
'odometer': 100296,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-03-25',
'seller_name': 'CarBuy Limited',
'title': 'FORD FIESTA HATCHBACK 1.0 EcoBoost Titanium 5dr',
'transmission': 'manual',
'trim': '1.0 EcoBoost Titanium 5dr',
'vin': None,
'year': 2019}
2026-03-30 10:02:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120877927%27 HTTP/1.1" 200 None
2026-03-30 10:02:00 [astonbarclay.gb] INFO: Saving data for 120877927: {'created_time': 1774864920.658916, 'last_price_update_time': 1774864920.658931, 'auction_closing_time': 1775033100.0}
2026-03-30 10:02:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120877927') HTTP/1.1" 204 0
2026-03-30 10:02:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: a625caab-2056-584b-93ab-b1c0234c1e85 with identifier: 120826597
2026-03-30 10:02:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: a625caab-2056-584b-93ab-b1c0234c1e85 with identifier: 120826597
2026-03-30 10:02:00 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: a625caab-2056-584b-93ab-b1c0234c1e85 with identifier: 120826597 to the API
2026-03-30 10:02:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 10:02:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120826597?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 99,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 3,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-04-01T08:45:00Z',
'fuel_type': 'Petrol',
'id': 'a625caab-2056-584b-93ab-b1c0234c1e85',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'NV65FUP',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120826597',
'listing': 'auction',
'location': 'Aston Barclay Westbury',
'make': 'PEUGEOT',
'model': '208 HATCHBACK',
'odometer': 90562,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-12-23',
'seller_name': 'CarBuy Limited',
'title': 'PEUGEOT 208 HATCHBACK 1.2 PureTech 110 GT Line 3dr',
'transmission': 'manual',
'trim': '1.2 PureTech 110 GT Line 3dr',
'vin': None,
'year': 2015}
2026-03-30 10:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120826597%27 HTTP/1.1" 200 None
2026-03-30 10:02:01 [astonbarclay.gb] INFO: Saving data for 120826597: {'auction_closing_time': 1775033100.0, 'created_time': 1774530170.278002, 'last_price_update_time': 1774864921.202654}
2026-03-30 10:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120826597') HTTP/1.1" 204 0
2026-03-30 10:02:01 [astonbarclay.gb] INFO: Found listing with ID: 120870228
2026-03-30 10:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120870228%27 HTTP/1.1" 200 None
2026-03-30 10:02:01 [astonbarclay.gb] INFO: Scrape type for 120870228: 1
2026-03-30 10:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FMD63CNN%252F2026-03-27%252Fimage%252F1fb7c2ee-f0eb-457c-b5a6-9797bdb53a40_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:02:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/MD63CNN/2026-03-27/image/1fb7c2ee-f0eb-457c-b5a6-9797bdb53a40_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:02:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120515057?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 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-30 10:02:01 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120878513, 'registration': 'FY61PXK', 'account': 'KCS002', 'make': 'AUDI', 'model': 'A4 SALOON SPECIAL EDITIONS', 'derivative': '2.0 TDI 136 Technik 4dr [Start Stop]', 'mileage': 69683, 'mileageWarranty': True, 'type': 'car', 'saleId': 19229, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 117}, 'saleStart': '2026-04-01T08:45Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2011-09-14', 'fuel': 'Diesel', 'motExpiry': '2026-07-20', 'doors': 4, 'engineSize': 1968, 'bodyType': 'Saloon', 'images': ['https://abimg003.imgix.net/FY61PXK/2026-03-30/image/e74864ad-3fbf-46e1-b6ee-1aaddc2ac3c0_removebg.jpg?w=600', 'https://abimg003.imgix.net/FY61PXK/2026-03-30/image/457e5d9c-942d-4df6-9750-664391da6ffd_removebg.jpg?w=600', 'https://abimg003.imgix.net/FY61PXK/2026-03-30/image/ab46c634-0557-4d4d-b6b0-4e2de0fb13f6_removebg.jpg?w=600', 'https://abimg003.imgix.net/FY61PXK/2026-03-30/image/0c52e937-a77c-47cc-ada6-171683d5e632_removebg.jpg?w=600', 'https://abimg003.imgix.net/FY61PXK/2026-03-30/image/9b5f1ba3-a264-4bef-8a23-def6159507cb_removebg.jpg?w=600', 'https://abimg003.imgix.net/FY61PXK/2026-03-30/image/b65763a0-1a61-4b59-aac9-5333118f82fc_removebg.jpg?w=600', 'https://abimg003.imgix.net/FY61PXK/2026-03-30/image/dccd5ec6-4d18-4cae-b1e1-fba7499daf7c_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service book 20K (No Date), 58K (No Date)', 'remarks': 'SPARE KEY', 'virtual': False, 'seller': 'CarBuy Limited', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 120, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/b120c98e-8cc5-47b1-9777-65debe949322.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:02:01 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120878513, 'registration': 'FY61PXK', 'account': 'KCS002', 'make': 'AUDI', 'model': 'A4 SALOON SPECIAL EDITIONS', 'derivative': '2.0 TDI 136 Technik 4dr [Start Stop]', 'mileage': 69683, 'mileageWarranty': True, 'type': 'car', 'saleId': 19229, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 117}, 'saleStart': '2026-04-01T08:45Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2011-09-14', 'fuel': 'Diesel', 'motExpiry': '2026-07-20', 'doors': 4, 'engineSize': 1968, 'bodyType': 'Saloon', 'images': ['https://abimg003.imgix.net/FY61PXK/2026-03-30/image/e74864ad-3fbf-46e1-b6ee-1aaddc2ac3c0_removebg.jpg?w=600', 'https://abimg003.imgix.net/FY61PXK/2026-03-30/image/457e5d9c-942d-4df6-9750-664391da6ffd_removebg.jpg?w=600', 'https://abimg003.imgix.net/FY61PXK/2026-03-30/image/ab46c634-0557-4d4d-b6b0-4e2de0fb13f6_removebg.jpg?w=600', 'https://abimg003.imgix.net/FY61PXK/2026-03-30/image/0c52e937-a77c-47cc-ada6-171683d5e632_removebg.jpg?w=600', 'https://abimg003.imgix.net/FY61PXK/2026-03-30/image/9b5f1ba3-a264-4bef-8a23-def6159507cb_removebg.jpg?w=600', 'https://abimg003.imgix.net/FY61PXK/2026-03-30/image/b65763a0-1a61-4b59-aac9-5333118f82fc_removebg.jpg?w=600', 'https://abimg003.imgix.net/FY61PXK/2026-03-30/image/dccd5ec6-4d18-4cae-b1e1-fba7499daf7c_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service book 20K (No Date), 58K (No Date)', 'remarks': 'SPARE KEY', 'virtual': False, 'seller': 'CarBuy Limited', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 120, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/b120c98e-8cc5-47b1-9777-65debe949322.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:02:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 64a5208d-e0bd-5b9f-b7e3-2cee79fbd464 with identifier: 120878513
2026-03-30 10:02:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 64a5208d-e0bd-5b9f-b7e3-2cee79fbd464 with scrape type 1
2026-03-30 10:02:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 7 photos for item 64a5208d-e0bd-5b9f-b7e3-2cee79fbd464
2026-03-30 10:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FFY61PXK%252F2026-03-30%252Fimage%252Fe74864ad-3fbf-46e1-b6ee-1aaddc2ac3c0_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:02:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/FY61PXK/2026-03-30/image/e74864ad-3fbf-46e1-b6ee-1aaddc2ac3c0_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:02:01 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120878780, 'registration': 'WV18EWK', 'account': 'KCS002', 'make': 'AUDI', 'model': 'Q3 ESTATE SPECIAL EDITIONS', 'derivative': '2.0 TDI [184] Quattro S Line Edition 5dr S Tronic', 'mileage': 88332, 'mileageWarranty': True, 'type': 'car', 'saleId': 19229, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 117}, 'saleStart': '2026-04-01T08:45Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2018-03-16', 'fuel': 'Diesel', 'motExpiry': '2027-02-01', 'doors': 5, 'engineSize': 1968, 'bodyType': 'Estate', 'images': None, 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': 'Service invoice 07/24 80K', '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': 139, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/d59e8df4-f8f3-4b6d-9fcb-7f17679c810a.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:02:01 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120878780, 'registration': 'WV18EWK', 'account': 'KCS002', 'make': 'AUDI', 'model': 'Q3 ESTATE SPECIAL EDITIONS', 'derivative': '2.0 TDI [184] Quattro S Line Edition 5dr S Tronic', 'mileage': 88332, 'mileageWarranty': True, 'type': 'car', 'saleId': 19229, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 117}, 'saleStart': '2026-04-01T08:45Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2018-03-16', 'fuel': 'Diesel', 'motExpiry': '2027-02-01', 'doors': 5, 'engineSize': 1968, 'bodyType': 'Estate', 'images': None, 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': 'Service invoice 07/24 80K', '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': 139, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/d59e8df4-f8f3-4b6d-9fcb-7f17679c810a.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:02:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d81a83a7-823c-5381-92db-85a5a0105a02 with identifier: 120878780
2026-03-30 10:02:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d81a83a7-823c-5381-92db-85a5a0105a02 with scrape type 1
2026-03-30 10:02:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 0 photos for item d81a83a7-823c-5381-92db-85a5a0105a02
2026-03-30 10:02:01 [crawlers.middlewares.photo_download_middleware] INFO: No photos to download for item d81a83a7-823c-5381-92db-85a5a0105a02
2026-03-30 10:02:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: d81a83a7-823c-5381-92db-85a5a0105a02, identifier: 120878780
2026-03-30 10:02:01 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120878618, 'registration': 'YP07GVL', 'account': 'KCS002', 'make': 'MERCEDES-BENZ', 'model': 'S CLASS DIESEL SALOON', 'derivative': 'S320 CDi 4dr Auto', 'mileage': 44163, 'mileageWarranty': True, 'type': 'car', 'saleId': 19229, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 117}, 'saleStart': '2026-04-01T08:45Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2007-05-10', 'fuel': 'Diesel', 'motExpiry': '2026-11-14', 'doors': 4, 'engineSize': 2987, 'bodyType': 'Saloon', 'images': None, 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': 'Service book BOOK @ 8/08 6K, 6/10 12K, 1/13 21K, 10/14 27K INVOICE @ 6/10 12K, 1/13 (No Mileage), 10/14 (No Mileage), 9/17 (No Mileage), 10/18 (No Mileage), 9/19 36K, 9/21 (No Mileage), 7/22 (No Mileage), 8/23 41K', 'remarks': 'SPARE KEY', 'virtual': False, 'seller': 'CarBuy Limited', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 220, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/5fd1b8f4-2d92-4b02-8b2a-2f654d22021c.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:02:01 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120878618, 'registration': 'YP07GVL', 'account': 'KCS002', 'make': 'MERCEDES-BENZ', 'model': 'S CLASS DIESEL SALOON', 'derivative': 'S320 CDi 4dr Auto', 'mileage': 44163, 'mileageWarranty': True, 'type': 'car', 'saleId': 19229, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 117}, 'saleStart': '2026-04-01T08:45Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2007-05-10', 'fuel': 'Diesel', 'motExpiry': '2026-11-14', 'doors': 4, 'engineSize': 2987, 'bodyType': 'Saloon', 'images': None, 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': 'Service book BOOK @ 8/08 6K, 6/10 12K, 1/13 21K, 10/14 27K INVOICE @ 6/10 12K, 1/13 (No Mileage), 10/14 (No Mileage), 9/17 (No Mileage), 10/18 (No Mileage), 9/19 36K, 9/21 (No Mileage), 7/22 (No Mileage), 8/23 41K', 'remarks': 'SPARE KEY', 'virtual': False, 'seller': 'CarBuy Limited', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 220, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/5fd1b8f4-2d92-4b02-8b2a-2f654d22021c.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:02:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2b35bb9d-8f03-5110-b597-a4027ec83cf6 with identifier: 120878618
2026-03-30 10:02:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2b35bb9d-8f03-5110-b597-a4027ec83cf6 with scrape type 1
2026-03-30 10:02:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 0 photos for item 2b35bb9d-8f03-5110-b597-a4027ec83cf6
2026-03-30 10:02:01 [crawlers.middlewares.photo_download_middleware] INFO: No photos to download for item 2b35bb9d-8f03-5110-b597-a4027ec83cf6
2026-03-30 10:02:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 2b35bb9d-8f03-5110-b597-a4027ec83cf6, identifier: 120878618
2026-03-30 10:02:01 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120878117, 'registration': 'RY19YTC', 'account': 'KCS002', 'make': 'RENAULT', 'model': 'KADJAR DIESEL HATCHBACK', 'derivative': '1.5 Blue dCi GT Line 5dr', 'mileage': 72603, 'mileageWarranty': True, 'type': 'car', 'saleId': 19229, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 117}, 'saleStart': '2026-04-01T08:45Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2019-06-30', 'fuel': 'Diesel', 'motExpiry': '2026-12-19', 'doors': 5, 'engineSize': 1461, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/RY19YTC/2026-03-30/image/0dd94aee-a856-4a13-a26c-94e8da34d23b_removebg.jpg?w=600', 'https://abimg003.imgix.net/RY19YTC/2026-03-30/image/c0279fc2-96c5-45d6-956a-5a001455b178_removebg.jpg?w=600', 'https://abimg003.imgix.net/RY19YTC/2026-03-30/image/54085a7f-e769-453d-a4fb-7f1fa716670b_removebg.jpg?w=600', 'https://abimg003.imgix.net/RY19YTC/2026-03-30/image/6d74fea4-1d5c-44a1-b160-cddb80ff0220_removebg.jpg?w=600', 'https://abimg003.imgix.net/RY19YTC/2026-03-30/image/005c4cbb-e35b-424c-8c5e-8bf349c159e0_removebg.jpg?w=600', 'https://abimg003.imgix.net/RY19YTC/2026-03-30/image/ff8bc730-57b2-4915-8822-082b5809c49d_removebg.jpg?w=600', 'https://abimg003.imgix.net/RY19YTC/2026-03-30/image/0ddafb51-4864-4ed1-b67e-702fc6e5b52d_removebg.jpg?w=600', 'https://abimg003.imgix.net/RY19YTC/2026-03-30/image/c31eb79e-37c0-4447-9615-2f5600460e63_removebg.jpg?w=600', 'https://abimg003.imgix.net/RY19YTC/2026-03-30/image/f0e2f1fb-1168-4fc4-9baa-776020c2f504_removebg.jpg?w=600', 'https://abimg003.imgix.net/RY19YTC/2026-03-30/image/f7f66f54-ef98-496d-8884-45a74e619a50_removebg.jpg?w=600', 'https://abimg003.imgix.net/RY19YTC/2026-03-30/image/0fc6126f-bdf9-4884-ae43-0dc8cb79503d_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Fleet', 'serviceHistory': 'Service book 06/20 18K 08/21 33K 12/22 47K 12/23 55K 12/24 64K 12/25 71K', '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': 117, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/f658198d-d7af-4ad3-ae09-606d6df7f343.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:02:01 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120878117, 'registration': 'RY19YTC', 'account': 'KCS002', 'make': 'RENAULT', 'model': 'KADJAR DIESEL HATCHBACK', 'derivative': '1.5 Blue dCi GT Line 5dr', 'mileage': 72603, 'mileageWarranty': True, 'type': 'car', 'saleId': 19229, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 117}, 'saleStart': '2026-04-01T08:45Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2019-06-30', 'fuel': 'Diesel', 'motExpiry': '2026-12-19', 'doors': 5, 'engineSize': 1461, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/RY19YTC/2026-03-30/image/0dd94aee-a856-4a13-a26c-94e8da34d23b_removebg.jpg?w=600', 'https://abimg003.imgix.net/RY19YTC/2026-03-30/image/c0279fc2-96c5-45d6-956a-5a001455b178_removebg.jpg?w=600', 'https://abimg003.imgix.net/RY19YTC/2026-03-30/image/54085a7f-e769-453d-a4fb-7f1fa716670b_removebg.jpg?w=600', 'https://abimg003.imgix.net/RY19YTC/2026-03-30/image/6d74fea4-1d5c-44a1-b160-cddb80ff0220_removebg.jpg?w=600', 'https://abimg003.imgix.net/RY19YTC/2026-03-30/image/005c4cbb-e35b-424c-8c5e-8bf349c159e0_removebg.jpg?w=600', 'https://abimg003.imgix.net/RY19YTC/2026-03-30/image/ff8bc730-57b2-4915-8822-082b5809c49d_removebg.jpg?w=600', 'https://abimg003.imgix.net/RY19YTC/2026-03-30/image/0ddafb51-4864-4ed1-b67e-702fc6e5b52d_removebg.jpg?w=600', 'https://abimg003.imgix.net/RY19YTC/2026-03-30/image/c31eb79e-37c0-4447-9615-2f5600460e63_removebg.jpg?w=600', 'https://abimg003.imgix.net/RY19YTC/2026-03-30/image/f0e2f1fb-1168-4fc4-9baa-776020c2f504_removebg.jpg?w=600', 'https://abimg003.imgix.net/RY19YTC/2026-03-30/image/f7f66f54-ef98-496d-8884-45a74e619a50_removebg.jpg?w=600', 'https://abimg003.imgix.net/RY19YTC/2026-03-30/image/0fc6126f-bdf9-4884-ae43-0dc8cb79503d_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Fleet', 'serviceHistory': 'Service book 06/20 18K 08/21 33K 12/22 47K 12/23 55K 12/24 64K 12/25 71K', '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': 117, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/f658198d-d7af-4ad3-ae09-606d6df7f343.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:02:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: af306d48-b99b-52f1-9d4a-859fbf54b222 with identifier: 120878117
2026-03-30 10:02:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item af306d48-b99b-52f1-9d4a-859fbf54b222 with scrape type 1
2026-03-30 10:02:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item af306d48-b99b-52f1-9d4a-859fbf54b222
2026-03-30 10:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FRY19YTC%252F2026-03-30%252Fimage%252F0dd94aee-a856-4a13-a26c-94e8da34d23b_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:02:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/RY19YTC/2026-03-30/image/0dd94aee-a856-4a13-a26c-94e8da34d23b_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:02:01 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120826040, 'registration': 'YR68PSU', 'account': 'KCS002', 'make': 'AUDI', 'model': 'Q3 ESTATE SPECIAL EDITIONS', 'derivative': '1.4T FSI Black Edition 5dr', 'mileage': 75827, 'mileageWarranty': True, 'type': 'car', 'saleId': 19229, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 117}, 'saleStart': '2026-04-01T08:45Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2018-09-28', 'fuel': 'Petrol', 'motExpiry': '2026-09-27', 'doors': 5, 'engineSize': 1395, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/YR68PSU/2026-03-26/image/c828b091-de43-4706-becc-e16b73bb40b1_removebg.jpg?w=600', 'https://abimg003.imgix.net/YR68PSU/2026-03-26/image/268f7583-d2ea-4489-8d33-a22ff1a13e7d_removebg.jpg?w=600', 'https://abimg003.imgix.net/YR68PSU/2026-03-26/image/a55922a8-4181-4055-aa37-658d8cd7bfa6_removebg.jpg?w=600', 'https://abimg003.imgix.net/YR68PSU/2026-03-26/image/912230cb-7ebf-47c2-bb56-0b50768b67aa_removebg.jpg?w=600', 'https://abimg003.imgix.net/YR68PSU/2026-03-26/image/f4cd38cb-1bbb-4be3-aeb8-63948b7d5c1a_removebg.jpg?w=600', 'https://abimg003.imgix.net/YR68PSU/2026-03-26/image/c521e457-0902-483c-a8e6-1ea64fb7164d_removebg.jpg?w=600', 'https://abimg003.imgix.net/YR68PSU/2026-03-26/image/1c0b18fc-2c9d-4433-afd4-4e11d2fd56e7_removebg.jpg?w=600', 'https://abimg003.imgix.net/YR68PSU/2026-03-26/image/9a61029f-3f3a-48d5-82dd-cb4c2815c589_removebg.jpg?w=600', 'https://abimg003.imgix.net/YR68PSU/2026-03-26/image/819bbf69-de46-4494-977c-62b4adf31731_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Fleet', 'serviceHistory': 'Service invoice PRINT @ 3/20 19K, INVOICES @ 12/22 42K, 10/23 52K, 9/24 62K, 10/25 72K,', 'remarks': 'S/KEY, SD Card', 'virtual': False, 'seller': 'CarBuy Limited', '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/c9596d73-316b-4eca-abf7-12224adfa50c.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:02:01 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120826040, 'registration': 'YR68PSU', 'account': 'KCS002', 'make': 'AUDI', 'model': 'Q3 ESTATE SPECIAL EDITIONS', 'derivative': '1.4T FSI Black Edition 5dr', 'mileage': 75827, 'mileageWarranty': True, 'type': 'car', 'saleId': 19229, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 117}, 'saleStart': '2026-04-01T08:45Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2018-09-28', 'fuel': 'Petrol', 'motExpiry': '2026-09-27', 'doors': 5, 'engineSize': 1395, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/YR68PSU/2026-03-26/image/c828b091-de43-4706-becc-e16b73bb40b1_removebg.jpg?w=600', 'https://abimg003.imgix.net/YR68PSU/2026-03-26/image/268f7583-d2ea-4489-8d33-a22ff1a13e7d_removebg.jpg?w=600', 'https://abimg003.imgix.net/YR68PSU/2026-03-26/image/a55922a8-4181-4055-aa37-658d8cd7bfa6_removebg.jpg?w=600', 'https://abimg003.imgix.net/YR68PSU/2026-03-26/image/912230cb-7ebf-47c2-bb56-0b50768b67aa_removebg.jpg?w=600', 'https://abimg003.imgix.net/YR68PSU/2026-03-26/image/f4cd38cb-1bbb-4be3-aeb8-63948b7d5c1a_removebg.jpg?w=600', 'https://abimg003.imgix.net/YR68PSU/2026-03-26/image/c521e457-0902-483c-a8e6-1ea64fb7164d_removebg.jpg?w=600', 'https://abimg003.imgix.net/YR68PSU/2026-03-26/image/1c0b18fc-2c9d-4433-afd4-4e11d2fd56e7_removebg.jpg?w=600', 'https://abimg003.imgix.net/YR68PSU/2026-03-26/image/9a61029f-3f3a-48d5-82dd-cb4c2815c589_removebg.jpg?w=600', 'https://abimg003.imgix.net/YR68PSU/2026-03-26/image/819bbf69-de46-4494-977c-62b4adf31731_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Fleet', 'serviceHistory': 'Service invoice PRINT @ 3/20 19K, INVOICES @ 12/22 42K, 10/23 52K, 9/24 62K, 10/25 72K,', 'remarks': 'S/KEY, SD Card', 'virtual': False, 'seller': 'CarBuy Limited', '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/c9596d73-316b-4eca-abf7-12224adfa50c.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:02:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 54597921-d408-50fd-bf64-57cc08fb8104 with identifier: 120826040
2026-03-30 10:02:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 54597921-d408-50fd-bf64-57cc08fb8104 with scrape type 2
2026-03-30 10:02:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 54597921-d408-50fd-bf64-57cc08fb8104 with scrape type 2
2026-03-30 10:02:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 54597921-d408-50fd-bf64-57cc08fb8104, identifier: 120826040
2026-03-30 10:02:01 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:02:01 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f4365427b50>
2026-03-30 10:02:01 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:02:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:02:01 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:02:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_fcfc57a4-ded4-55eb-bbc4-02f31b2da52d/fcfc57a4-ded4-55eb-bbc4-02f31b2da52d_image_3.jpg HTTP/1.1" 201 0
2026-03-30 10:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg002.imgix.net%252F65227be4-2f2b-445c-a550-dabc17d951ca.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:02:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg002.imgix.net/65227be4-2f2b-445c-a550-dabc17d951ca.jpg?w=600 saved to cache
2026-03-30 10:02:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item fcfc57a4-ded4-55eb-bbc4-02f31b2da52d
2026-03-30 10:02:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/MD63CNN/2026-03-27/image/0da27e90-7503-4414-8b98-bdef0ac5db3b_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120861920?view=catalogue)
2026-03-30 10:02:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/YE72DKA/2026-03-30/image/a8a3ef7d-27dd-4c38-a477-11fc5f8e6533_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120870326?view=catalogue)
2026-03-30 10:02:01 [astonbarclay.gb] INFO: Found listing with ID: 120862650
2026-03-30 10:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120862650%27 HTTP/1.1" 200 None
2026-03-30 10:02:01 [astonbarclay.gb] INFO: Scrape type for 120862650: 1
2026-03-30 10:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FMD63CNN%252F2026-03-27%252Fimage%252Fe2dfb39d-0c63-4c62-aeff-453c369ef725_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:02:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/MD63CNN/2026-03-27/image/e2dfb39d-0c63-4c62-aeff-453c369ef725_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:02:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: d81a83a7-823c-5381-92db-85a5a0105a02 with identifier: 120878780
2026-03-30 10:02:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: d81a83a7-823c-5381-92db-85a5a0105a02 with identifier: 120878780
2026-03-30 10:02:01 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: d81a83a7-823c-5381-92db-85a5a0105a02 with identifier: 120878780 to the API
2026-03-30 10:02:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 10:02:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120878780?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 139,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-04-01T08:45:00Z',
'fuel_type': 'Diesel',
'id': 'd81a83a7-823c-5381-92db-85a5a0105a02',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'WV18EWK',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120878780',
'listing': 'auction',
'location': 'Aston Barclay Westbury',
'make': 'AUDI',
'model': 'Q3 ESTATE SPECIAL EDITIONS',
'odometer': 88332,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-03-16',
'seller_name': 'CarBuy Limited',
'title': 'AUDI Q3 ESTATE SPECIAL EDITIONS 2.0 TDI [184] Quattro S Line '
'Edition 5dr S Tronic',
'transmission': 'automatic',
'trim': '2.0 TDI [184] Quattro S Line Edition 5dr S Tronic',
'vin': None,
'year': 2018}
2026-03-30 10:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120878780%27 HTTP/1.1" 200 None
2026-03-30 10:02:02 [astonbarclay.gb] INFO: Saving data for 120878780: {'created_time': 1774864922.461022, 'last_price_update_time': 1774864922.461034, 'auction_closing_time': 1775033100.0}
2026-03-30 10:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120878780') HTTP/1.1" 204 0
2026-03-30 10:02:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 2b35bb9d-8f03-5110-b597-a4027ec83cf6 with identifier: 120878618
2026-03-30 10:02:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 2b35bb9d-8f03-5110-b597-a4027ec83cf6 with identifier: 120878618
2026-03-30 10:02:02 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 2b35bb9d-8f03-5110-b597-a4027ec83cf6 with identifier: 120878618 to the API
2026-03-30 10:02:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 10:02:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120878618?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 220,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 4,
'emission_standard': 'EURO 4',
'engine': '3.0L',
'expiration_date': '2026-04-01T08:45:00Z',
'fuel_type': 'Diesel',
'id': '2b35bb9d-8f03-5110-b597-a4027ec83cf6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'YP07GVL',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120878618',
'listing': 'auction',
'location': 'Aston Barclay Westbury',
'make': 'MERCEDES-BENZ',
'model': 'S CLASS DIESEL SALOON',
'odometer': 44163,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2007-05-10',
'seller_name': 'CarBuy Limited',
'title': 'MERCEDES-BENZ S CLASS DIESEL SALOON S320 CDi 4dr Auto',
'transmission': 'automatic',
'trim': 'S320 CDi 4dr Auto',
'vin': None,
'year': 2007}
2026-03-30 10:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120878618%27 HTTP/1.1" 200 None
2026-03-30 10:02:02 [astonbarclay.gb] INFO: Saving data for 120878618: {'created_time': 1774864922.999611, 'last_price_update_time': 1774864922.999626, 'auction_closing_time': 1775033100.0}
2026-03-30 10:02:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120878618') HTTP/1.1" 204 0
2026-03-30 10:02:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 54597921-d408-50fd-bf64-57cc08fb8104 with identifier: 120826040
2026-03-30 10:02:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 54597921-d408-50fd-bf64-57cc08fb8104 with identifier: 120826040
2026-03-30 10:02:03 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 54597921-d408-50fd-bf64-57cc08fb8104 with identifier: 120826040 to the API
2026-03-30 10:02:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 10:02:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120826040?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 134,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.4L',
'expiration_date': '2026-04-01T08:45:00Z',
'fuel_type': 'Petrol',
'id': '54597921-d408-50fd-bf64-57cc08fb8104',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'YR68PSU',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120826040',
'listing': 'auction',
'location': 'Aston Barclay Westbury',
'make': 'AUDI',
'model': 'Q3 ESTATE SPECIAL EDITIONS',
'odometer': 75827,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-09-28',
'seller_name': 'CarBuy Limited',
'title': 'AUDI Q3 ESTATE SPECIAL EDITIONS 1.4T FSI Black Edition 5dr',
'transmission': 'manual',
'trim': '1.4T FSI Black Edition 5dr',
'vin': None,
'year': 2018}
2026-03-30 10:02:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120826040%27 HTTP/1.1" 200 None
2026-03-30 10:02:03 [astonbarclay.gb] INFO: Saving data for 120826040: {'auction_closing_time': 1775033100.0, 'created_time': 1774530253.268217, 'last_price_update_time': 1774864923.341099}
2026-03-30 10:02:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120826040') HTTP/1.1" 204 0
2026-03-30 10:02:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/MD63CNN/2026-03-27/image/c8eaee0f-9ff7-4abb-a685-6ed5632f5509_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120861920?view=catalogue)
2026-03-30 10:02:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FFY61PXK%252F2026-03-30%252Fimage%252F457e5d9c-942d-4df6-9750-664391da6ffd_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:02:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/FY61PXK/2026-03-30/image/457e5d9c-942d-4df6-9750-664391da6ffd_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:02:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FRY19YTC%252F2026-03-30%252Fimage%252Fc0279fc2-96c5-45d6-956a-5a001455b178_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:02:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/RY19YTC/2026-03-30/image/c0279fc2-96c5-45d6-956a-5a001455b178_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:02:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/YP06LVN/2026-03-30/image/cc75a218-678e-4084-853e-0e95821b528e_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120870746?view=catalogue)
2026-03-30 10:02:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg002.imgix.net/2bf1084a-c2d8-40a4-9040-edb0ba258539.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120797373?view=catalogue)
2026-03-30 10:02:03 [astonbarclay.gb] INFO: Found listing with ID: 120829636
2026-03-30 10:02:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120829636%27 HTTP/1.1" 200 None
2026-03-30 10:02:03 [astonbarclay.gb] INFO: Scrape type for 120829636: 0
2026-03-30 10:02:03 [astonbarclay.gb] INFO: Found listing with ID: 120773780
2026-03-30 10:02:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120773780%27 HTTP/1.1" 200 None
2026-03-30 10:02:03 [astonbarclay.gb] INFO: Scrape type for 120773780: 0
2026-03-30 10:02:03 [astonbarclay.gb] INFO: Found listing with ID: 120870098
2026-03-30 10:02:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120870098%27 HTTP/1.1" 200 None
2026-03-30 10:02:03 [astonbarclay.gb] INFO: Scrape type for 120870098: 1
2026-03-30 10:02:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FMD63CNN%252F2026-03-27%252Fimage%252F93aa4196-f415-427c-8d26-5c9b760ca618_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:02:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/MD63CNN/2026-03-27/image/93aa4196-f415-427c-8d26-5c9b760ca618_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:02:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120877843?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:02:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120878859?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:02:03 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120515057, 'registration': 'CK23OZE', 'account': 'GRS002', 'make': 'RENAULT', 'model': 'TRAFIC SWB DIESEL', 'derivative': 'SL28 Blue dCi 130 Business+ Van', 'mileage': 54349, 'mileageWarranty': True, 'type': 'commercial', 'saleId': 19229, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 117}, 'saleStart': '2026-04-01T08:45Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2023-06-27', 'fuel': 'Diesel', 'motExpiry': None, 'doors': None, 'engineSize': 1997, 'bodyType': 'Van', 'images': ['https://abimg003.imgix.net/CK23OZE/2026-03-26/image/9690eb34-f527-4656-bee4-9e7c46ca343a_removebg.jpg?w=600', 'https://abimg003.imgix.net/CK23OZE/2026-03-26/image/20c78048-fc06-48b4-af6d-e5cf4842621d_removebg.jpg?w=600', 'https://abimg003.imgix.net/CK23OZE/2026-03-26/image/511efc59-ed96-4fcb-802b-de9bff5a0801_removebg.jpg?w=600', 'https://abimg003.imgix.net/CK23OZE/2026-03-26/image/7412befd-1c19-4200-a6b8-354002aae602_removebg.jpg?w=600', 'https://abimg003.imgix.net/CK23OZE/2026-03-26/image/e01aedf1-57bf-49f8-aaa2-d5a880937570_removebg.jpg?w=600', 'https://abimg003.imgix.net/CK23OZE/2026-03-26/image/2d007bb1-197f-4870-a7f6-7af507371b0f_removebg.jpg?w=600', 'https://abimg003.imgix.net/CK23OZE/2026-03-26/image/7e88fc41-21ed-40bb-818a-487b4a790a42_removebg.jpg?w=600', 'https://abimg003.imgix.net/CK23OZE/2026-03-26/image/18ef2861-d5b6-47f1-8bda-4c7c986b7730_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Fleet - LCV', 'serviceHistory': 'Service invoice 02/25 28K 09/25 42K', 'remarks': '1 OWNER FROM NEW / MOT EXP 06/26 / SKEY', 'virtual': False, 'seller': 'GRS Motor Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 183, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/4c707e98-f749-4959-a811-6d493339dea8.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': '+VAT', 'value': '+VAT'}}
2026-03-30 10:02:03 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120515057, 'registration': 'CK23OZE', 'account': 'GRS002', 'make': 'RENAULT', 'model': 'TRAFIC SWB DIESEL', 'derivative': 'SL28 Blue dCi 130 Business+ Van', 'mileage': 54349, 'mileageWarranty': True, 'type': 'commercial', 'saleId': 19229, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 117}, 'saleStart': '2026-04-01T08:45Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2023-06-27', 'fuel': 'Diesel', 'motExpiry': None, 'doors': None, 'engineSize': 1997, 'bodyType': 'Van', 'images': ['https://abimg003.imgix.net/CK23OZE/2026-03-26/image/9690eb34-f527-4656-bee4-9e7c46ca343a_removebg.jpg?w=600', 'https://abimg003.imgix.net/CK23OZE/2026-03-26/image/20c78048-fc06-48b4-af6d-e5cf4842621d_removebg.jpg?w=600', 'https://abimg003.imgix.net/CK23OZE/2026-03-26/image/511efc59-ed96-4fcb-802b-de9bff5a0801_removebg.jpg?w=600', 'https://abimg003.imgix.net/CK23OZE/2026-03-26/image/7412befd-1c19-4200-a6b8-354002aae602_removebg.jpg?w=600', 'https://abimg003.imgix.net/CK23OZE/2026-03-26/image/e01aedf1-57bf-49f8-aaa2-d5a880937570_removebg.jpg?w=600', 'https://abimg003.imgix.net/CK23OZE/2026-03-26/image/2d007bb1-197f-4870-a7f6-7af507371b0f_removebg.jpg?w=600', 'https://abimg003.imgix.net/CK23OZE/2026-03-26/image/7e88fc41-21ed-40bb-818a-487b4a790a42_removebg.jpg?w=600', 'https://abimg003.imgix.net/CK23OZE/2026-03-26/image/18ef2861-d5b6-47f1-8bda-4c7c986b7730_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Fleet - LCV', 'serviceHistory': 'Service invoice 02/25 28K 09/25 42K', 'remarks': '1 OWNER FROM NEW / MOT EXP 06/26 / SKEY', 'virtual': False, 'seller': 'GRS Motor Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 183, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/4c707e98-f749-4959-a811-6d493339dea8.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': '+VAT', 'value': '+VAT'}}
2026-03-30 10:02:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: abd1ba00-d803-5f49-98fa-79f0d3fedd1d with identifier: 120515057
2026-03-30 10:02:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item abd1ba00-d803-5f49-98fa-79f0d3fedd1d with scrape type 2
2026-03-30 10:02:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item abd1ba00-d803-5f49-98fa-79f0d3fedd1d with scrape type 2
2026-03-30 10:02:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: abd1ba00-d803-5f49-98fa-79f0d3fedd1d, identifier: 120515057
2026-03-30 10:02:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FFY61PXK%252F2026-03-30%252Fimage%252Fab46c634-0557-4d4d-b6b0-4e2de0fb13f6_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:02:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/FY61PXK/2026-03-30/image/ab46c634-0557-4d4d-b6b0-4e2de0fb13f6_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:02:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FRY19YTC%252F2026-03-30%252Fimage%252F54085a7f-e769-453d-a4fb-7f1fa716670b_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:02:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/RY19YTC/2026-03-30/image/54085a7f-e769-453d-a4fb-7f1fa716670b_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:02:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:02:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:02:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: abd1ba00-d803-5f49-98fa-79f0d3fedd1d with identifier: 120515057
2026-03-30 10:02:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: abd1ba00-d803-5f49-98fa-79f0d3fedd1d with identifier: 120515057
2026-03-30 10:02:03 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: abd1ba00-d803-5f49-98fa-79f0d3fedd1d with identifier: 120515057 to the API
2026-03-30 10:02:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 10:02:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120515057?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 183,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': None,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-04-01T08:45:00Z',
'fuel_type': 'Diesel',
'id': 'abd1ba00-d803-5f49-98fa-79f0d3fedd1d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'CK23OZE',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120515057',
'listing': 'auction',
'location': 'Aston Barclay Westbury',
'make': 'RENAULT',
'model': 'TRAFIC SWB DIESEL',
'odometer': 54349,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-06-27',
'seller_name': 'GRS Motor Group',
'title': 'RENAULT TRAFIC SWB DIESEL SL28 Blue dCi 130 Business+ Van',
'transmission': 'manual',
'trim': 'SL28 Blue dCi 130 Business+ Van',
'vin': None,
'year': 2023}
2026-03-30 10:02:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120515057%27 HTTP/1.1" 200 None
2026-03-30 10:02:04 [astonbarclay.gb] INFO: Saving data for 120515057: {'auction_closing_time': 1775033100.0, 'created_time': 1774530191.589028, 'last_price_update_time': 1774864924.026184}
2026-03-30 10:02:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120515057') HTTP/1.1" 204 0
2026-03-30 10:02:04 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:02:04 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f43652de450>
2026-03-30 10:02:04 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:02:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:02:04 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:02:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f798682f-e8b9-5586-89a4-1c5877c8a7c8/f798682f-e8b9-5586-89a4-1c5877c8a7c8_image_0.jpg HTTP/1.1" 201 0
2026-03-30 10:02:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FMD63CNN%252F2026-03-27%252Fimage%252F0da27e90-7503-4414-8b98-bdef0ac5db3b_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:02:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/MD63CNN/2026-03-27/image/0da27e90-7503-4414-8b98-bdef0ac5db3b_removebg.jpg?w=600 saved to cache
2026-03-30 10:02:04 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item f798682f-e8b9-5586-89a4-1c5877c8a7c8
2026-03-30 10:02:04 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:02:04 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f4366684c10>
2026-03-30 10:02:04 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:02:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:02:04 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:02:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_45c40dc9-2f53-597c-8f0b-83e9c2c85412/45c40dc9-2f53-597c-8f0b-83e9c2c85412_image_4.jpg HTTP/1.1" 201 0
2026-03-30 10:02:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FYE72DKA%252F2026-03-30%252Fimage%252Fa8a3ef7d-27dd-4c38-a477-11fc5f8e6533_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:02:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YE72DKA/2026-03-30/image/a8a3ef7d-27dd-4c38-a477-11fc5f8e6533_removebg.jpg?w=600 saved to cache
2026-03-30 10:02:04 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 45c40dc9-2f53-597c-8f0b-83e9c2c85412
2026-03-30 10:02:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg002.imgix.net/4f7a8556-fd44-4225-8271-681a94a1f58f.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120797373?view=catalogue)
2026-03-30 10:02:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/MD63CNN/2026-03-27/image/4a0ca7d3-fe73-4df3-ba8a-02ec0dc9c7c2_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120861920?view=catalogue)
2026-03-30 10:02:04 [astonbarclay.gb] INFO: Found listing with ID: 120657451
2026-03-30 10:02:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120657451%27 HTTP/1.1" 200 None
2026-03-30 10:02:04 [astonbarclay.gb] INFO: Scrape type for 120657451: 0
2026-03-30 10:02:04 [astonbarclay.gb] INFO: Found listing with ID: 119484668
2026-03-30 10:02:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27119484668%27 HTTP/1.1" 200 None
2026-03-30 10:02:04 [astonbarclay.gb] INFO: Scrape type for 119484668: 0
2026-03-30 10:02:04 [astonbarclay.gb] INFO: Found listing with ID: 120484235
2026-03-30 10:02:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120484235%27 HTTP/1.1" 200 None
2026-03-30 10:02:04 [astonbarclay.gb] INFO: Scrape type for 120484235: 0
2026-03-30 10:02:04 [astonbarclay.gb] INFO: Found listing with ID: 120858968
2026-03-30 10:02:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120858968%27 HTTP/1.1" 200 None
2026-03-30 10:02:04 [astonbarclay.gb] INFO: Scrape type for 120858968: 1
2026-03-30 10:02:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FMD63CNN%252F2026-03-27%252Fimage%252Fdc16bedb-6037-4fbe-acf7-5f8e4d04b849_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:02:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/MD63CNN/2026-03-27/image/dc16bedb-6037-4fbe-acf7-5f8e4d04b849_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:02:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/MD63CNN/2026-03-27/image/1fb7c2ee-f0eb-457c-b5a6-9797bdb53a40_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120861920?view=catalogue)
2026-03-30 10:02:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/RY19YTC/2026-03-30/image/0dd94aee-a856-4a13-a26c-94e8da34d23b_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120878117?view=catalogue)
2026-03-30 10:02:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FFY61PXK%252F2026-03-30%252Fimage%252F0c52e937-a77c-47cc-ada6-171683d5e632_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:02:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/FY61PXK/2026-03-30/image/0c52e937-a77c-47cc-ada6-171683d5e632_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:02:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FRY19YTC%252F2026-03-30%252Fimage%252F6d74fea4-1d5c-44a1-b160-cddb80ff0220_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:02:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/RY19YTC/2026-03-30/image/6d74fea4-1d5c-44a1-b160-cddb80ff0220_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:02:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120877646?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:02:04 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:02:04 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f43654d2d90>
2026-03-30 10:02:04 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:02:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:02:04 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:02:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f798682f-e8b9-5586-89a4-1c5877c8a7c8/f798682f-e8b9-5586-89a4-1c5877c8a7c8_image_1.jpg HTTP/1.1" 201 0
2026-03-30 10:02:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FMD63CNN%252F2026-03-27%252Fimage%252Fc8eaee0f-9ff7-4abb-a685-6ed5632f5509_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:02:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/MD63CNN/2026-03-27/image/c8eaee0f-9ff7-4abb-a685-6ed5632f5509_removebg.jpg?w=600 saved to cache
2026-03-30 10:02:04 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item f798682f-e8b9-5586-89a4-1c5877c8a7c8
2026-03-30 10:02:04 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:02:04 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f43653b2fd0>
2026-03-30 10:02:04 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:02:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:02:04 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:02:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0c155670-2d2e-58a1-baaf-f20b5f8e5904/0c155670-2d2e-58a1-baaf-f20b5f8e5904_image_2.jpg HTTP/1.1" 201 0
2026-03-30 10:02:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FYP06LVN%252F2026-03-30%252Fimage%252Fcc75a218-678e-4084-853e-0e95821b528e_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:02:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YP06LVN/2026-03-30/image/cc75a218-678e-4084-853e-0e95821b528e_removebg.jpg?w=600 saved to cache
2026-03-30 10:02:04 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 0c155670-2d2e-58a1-baaf-f20b5f8e5904
2026-03-30 10:02:04 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:02:04 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f43666384d0>
2026-03-30 10:02:04 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:02:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:02:04 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:02:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_fcfc57a4-ded4-55eb-bbc4-02f31b2da52d/fcfc57a4-ded4-55eb-bbc4-02f31b2da52d_image_1.jpg HTTP/1.1" 201 0
2026-03-30 10:02:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg002.imgix.net%252F2bf1084a-c2d8-40a4-9040-edb0ba258539.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:02:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg002.imgix.net/2bf1084a-c2d8-40a4-9040-edb0ba258539.jpg?w=600 saved to cache
2026-03-30 10:02:04 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item fcfc57a4-ded4-55eb-bbc4-02f31b2da52d
2026-03-30 10:02:04 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120877843, 'registration': 'R8AHD', 'account': 'KCS002', 'make': 'FORD', 'model': 'FIESTA HATCHBACK SPECIAL EDITIONS', 'derivative': '1.0 EcoBoost 140 Zetec S Red 3dr', 'mileage': 86388, 'mileageWarranty': True, 'type': 'car', 'saleId': 19229, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 117}, 'saleStart': '2026-04-01T08:45Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2015-03-06', 'fuel': 'Petrol', 'motExpiry': '2026-12-02', 'doors': 3, 'engineSize': 998, 'bodyType': 'Hatchback', 'images': None, 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': 'Service invoice 05/21 56K 03/22 64K', 'remarks': 'SKEY / V5 IS PRIVATE REG', 'virtual': False, 'seller': 'CarBuy Limited', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 104, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/748bc293-0b08-4b5a-a4a8-b09270a32565.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:02:04 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120877843, 'registration': 'R8AHD', 'account': 'KCS002', 'make': 'FORD', 'model': 'FIESTA HATCHBACK SPECIAL EDITIONS', 'derivative': '1.0 EcoBoost 140 Zetec S Red 3dr', 'mileage': 86388, 'mileageWarranty': True, 'type': 'car', 'saleId': 19229, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 117}, 'saleStart': '2026-04-01T08:45Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2015-03-06', 'fuel': 'Petrol', 'motExpiry': '2026-12-02', 'doors': 3, 'engineSize': 998, 'bodyType': 'Hatchback', 'images': None, 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': 'Service invoice 05/21 56K 03/22 64K', 'remarks': 'SKEY / V5 IS PRIVATE REG', 'virtual': False, 'seller': 'CarBuy Limited', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 104, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/748bc293-0b08-4b5a-a4a8-b09270a32565.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:02:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6785603f-7c13-5d39-9001-d4ff4b7af1cf with identifier: 120877843
2026-03-30 10:02:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6785603f-7c13-5d39-9001-d4ff4b7af1cf with scrape type 1
2026-03-30 10:02:04 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 0 photos for item 6785603f-7c13-5d39-9001-d4ff4b7af1cf
2026-03-30 10:02:04 [crawlers.middlewares.photo_download_middleware] INFO: No photos to download for item 6785603f-7c13-5d39-9001-d4ff4b7af1cf
2026-03-30 10:02:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 6785603f-7c13-5d39-9001-d4ff4b7af1cf, identifier: 120877843
2026-03-30 10:02:04 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120878859, 'registration': 'AO15JFG', 'account': 'KCS002', 'make': 'MERCEDES-BENZ', 'model': 'C CLASS SALOON', 'derivative': 'C200 Sport 4dr Auto', 'mileage': 90157, 'mileageWarranty': True, 'type': 'car', 'saleId': 19229, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 117}, 'saleStart': '2026-04-01T08:45Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2015-04-09', 'fuel': 'Petrol', 'motExpiry': '2026-04-14', 'doors': 4, 'engineSize': 1991, 'bodyType': 'Saloon', 'images': None, 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': 'Service print 03/16 6K 04/17 13K 04/18 19K 03/19 24K 07/20 36K', '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': 124, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/0cc41e0d-83d2-4227-8c02-c9af161d21aa.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:02:04 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120878859, 'registration': 'AO15JFG', 'account': 'KCS002', 'make': 'MERCEDES-BENZ', 'model': 'C CLASS SALOON', 'derivative': 'C200 Sport 4dr Auto', 'mileage': 90157, 'mileageWarranty': True, 'type': 'car', 'saleId': 19229, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 117}, 'saleStart': '2026-04-01T08:45Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2015-04-09', 'fuel': 'Petrol', 'motExpiry': '2026-04-14', 'doors': 4, 'engineSize': 1991, 'bodyType': 'Saloon', 'images': None, 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': 'Service print 03/16 6K 04/17 13K 04/18 19K 03/19 24K 07/20 36K', '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': 124, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/0cc41e0d-83d2-4227-8c02-c9af161d21aa.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:02:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8ea478c5-35ef-5cfa-b459-073421fe35b6 with identifier: 120878859
2026-03-30 10:02:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8ea478c5-35ef-5cfa-b459-073421fe35b6 with scrape type 1
2026-03-30 10:02:04 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 0 photos for item 8ea478c5-35ef-5cfa-b459-073421fe35b6
2026-03-30 10:02:04 [crawlers.middlewares.photo_download_middleware] INFO: No photos to download for item 8ea478c5-35ef-5cfa-b459-073421fe35b6
2026-03-30 10:02:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 8ea478c5-35ef-5cfa-b459-073421fe35b6, identifier: 120878859
2026-03-30 10:02:04 [astonbarclay.gb] INFO: Found listing with ID: 120724222
2026-03-30 10:02:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120724222%27 HTTP/1.1" 200 None
2026-03-30 10:02:04 [astonbarclay.gb] INFO: Scrape type for 120724222: 0
2026-03-30 10:02:04 [astonbarclay.gb] INFO: Found listing with ID: 120869943
2026-03-30 10:02:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120869943%27 HTTP/1.1" 200 None
2026-03-30 10:02:04 [astonbarclay.gb] INFO: Scrape type for 120869943: 1
2026-03-30 10:02:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FMD63CNN%252F2026-03-27%252Fimage%252F2b8789e8-1b57-48e4-97e1-d2c594fa35a4_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:02:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/MD63CNN/2026-03-27/image/2b8789e8-1b57-48e4-97e1-d2c594fa35a4_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:02:04 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:02:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 6785603f-7c13-5d39-9001-d4ff4b7af1cf with identifier: 120877843
2026-03-30 10:02:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 6785603f-7c13-5d39-9001-d4ff4b7af1cf with identifier: 120877843
2026-03-30 10:02:04 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 6785603f-7c13-5d39-9001-d4ff4b7af1cf with identifier: 120877843 to the API
2026-03-30 10:02:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 10:02:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120877843?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 104,
'color': 'RED',
'currency': 'GBP',
'doors_number': 3,
'emission_standard': 'EURO 5',
'engine': '1.0L',
'expiration_date': '2026-04-01T08:45:00Z',
'fuel_type': 'Petrol',
'id': '6785603f-7c13-5d39-9001-d4ff4b7af1cf',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'R8AHD',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120877843',
'listing': 'auction',
'location': 'Aston Barclay Westbury',
'make': 'FORD',
'model': 'FIESTA HATCHBACK SPECIAL EDITIONS',
'odometer': 86388,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-03-06',
'seller_name': 'CarBuy Limited',
'title': 'FORD FIESTA HATCHBACK SPECIAL EDITIONS 1.0 EcoBoost 140 Zetec S Red '
'3dr',
'transmission': 'manual',
'trim': '1.0 EcoBoost 140 Zetec S Red 3dr',
'vin': None,
'year': 2015}
2026-03-30 10:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120877843%27 HTTP/1.1" 200 None
2026-03-30 10:02:05 [astonbarclay.gb] INFO: Saving data for 120877843: {'created_time': 1774864925.422152, 'last_price_update_time': 1774864925.422167, 'auction_closing_time': 1775033100.0}
2026-03-30 10:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120877843') HTTP/1.1" 204 0
2026-03-30 10:02:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 8ea478c5-35ef-5cfa-b459-073421fe35b6 with identifier: 120878859
2026-03-30 10:02:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 8ea478c5-35ef-5cfa-b459-073421fe35b6 with identifier: 120878859
2026-03-30 10:02:05 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 8ea478c5-35ef-5cfa-b459-073421fe35b6 with identifier: 120878859 to the API
2026-03-30 10:02:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 10:02:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120878859?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 124,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-04-01T08:45:00Z',
'fuel_type': 'Petrol',
'id': '8ea478c5-35ef-5cfa-b459-073421fe35b6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'AO15JFG',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120878859',
'listing': 'auction',
'location': 'Aston Barclay Westbury',
'make': 'MERCEDES-BENZ',
'model': 'C CLASS SALOON',
'odometer': 90157,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-04-09',
'seller_name': 'CarBuy Limited',
'title': 'MERCEDES-BENZ C CLASS SALOON C200 Sport 4dr Auto',
'transmission': 'automatic',
'trim': 'C200 Sport 4dr Auto',
'vin': None,
'year': 2015}
2026-03-30 10:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120878859%27 HTTP/1.1" 200 None
2026-03-30 10:02:06 [astonbarclay.gb] INFO: Saving data for 120878859: {'created_time': 1774864926.046637, 'last_price_update_time': 1774864926.046653, 'auction_closing_time': 1775033100.0}
2026-03-30 10:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120878859') HTTP/1.1" 204 0
2026-03-30 10:02:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/MD63CNN/2026-03-27/image/e2dfb39d-0c63-4c62-aeff-453c369ef725_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120861920?view=catalogue)
2026-03-30 10:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FFY61PXK%252F2026-03-30%252Fimage%252F9b5f1ba3-a264-4bef-8a23-def6159507cb_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:02:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/FY61PXK/2026-03-30/image/9b5f1ba3-a264-4bef-8a23-def6159507cb_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FRY19YTC%252F2026-03-30%252Fimage%252F005c4cbb-e35b-424c-8c5e-8bf349c159e0_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:02:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/RY19YTC/2026-03-30/image/005c4cbb-e35b-424c-8c5e-8bf349c159e0_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:02:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120825737?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:02:06 [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-30 10:02:06 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:02:06 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f4365203890>
2026-03-30 10:02:06 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:02:06 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:02:06 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:02:06 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_fcfc57a4-ded4-55eb-bbc4-02f31b2da52d/fcfc57a4-ded4-55eb-bbc4-02f31b2da52d_image_2.jpg HTTP/1.1" 201 0
2026-03-30 10:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg002.imgix.net%252F4f7a8556-fd44-4225-8271-681a94a1f58f.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:02:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg002.imgix.net/4f7a8556-fd44-4225-8271-681a94a1f58f.jpg?w=600 saved to cache
2026-03-30 10:02:06 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item fcfc57a4-ded4-55eb-bbc4-02f31b2da52d
2026-03-30 10:02:06 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: fcfc57a4-ded4-55eb-bbc4-02f31b2da52d, skipping ID generation
2026-03-30 10:02:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fcfc57a4-ded4-55eb-bbc4-02f31b2da52d with scrape type 1
2026-03-30 10:02:06 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item fcfc57a4-ded4-55eb-bbc4-02f31b2da52d sending to next pipeline
2026-03-30 10:02:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: fcfc57a4-ded4-55eb-bbc4-02f31b2da52d, identifier: 120797373
2026-03-30 10:02:06 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:02:06 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f4365400250>
2026-03-30 10:02:06 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:02:06 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:02:06 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:02:06 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f798682f-e8b9-5586-89a4-1c5877c8a7c8/f798682f-e8b9-5586-89a4-1c5877c8a7c8_image_2.jpg HTTP/1.1" 201 0
2026-03-30 10:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FMD63CNN%252F2026-03-27%252Fimage%252F4a0ca7d3-fe73-4df3-ba8a-02ec0dc9c7c2_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:02:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/MD63CNN/2026-03-27/image/4a0ca7d3-fe73-4df3-ba8a-02ec0dc9c7c2_removebg.jpg?w=600 saved to cache
2026-03-30 10:02:06 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item f798682f-e8b9-5586-89a4-1c5877c8a7c8
2026-03-30 10:02:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/MD63CNN/2026-03-27/image/93aa4196-f415-427c-8d26-5c9b760ca618_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120861920?view=catalogue)
2026-03-30 10:02:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/RY19YTC/2026-03-30/image/c0279fc2-96c5-45d6-956a-5a001455b178_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120878117?view=catalogue)
2026-03-30 10:02:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/FY61PXK/2026-03-30/image/457e5d9c-942d-4df6-9750-664391da6ffd_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120878513?view=catalogue)
2026-03-30 10:02:06 [astonbarclay.gb] INFO: Found listing with ID: 120689852
2026-03-30 10:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120689852%27 HTTP/1.1" 200 None
2026-03-30 10:02:06 [astonbarclay.gb] INFO: Scrape type for 120689852: 0
2026-03-30 10:02:06 [astonbarclay.gb] INFO: Found listing with ID: 120870219
2026-03-30 10:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120870219%27 HTTP/1.1" 200 None
2026-03-30 10:02:06 [astonbarclay.gb] INFO: Scrape type for 120870219: 1
2026-03-30 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-30 10:02:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120869555?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:02:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120882520?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:02:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: fcfc57a4-ded4-55eb-bbc4-02f31b2da52d with identifier: 120797373
2026-03-30 10:02:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: fcfc57a4-ded4-55eb-bbc4-02f31b2da52d with identifier: 120797373
2026-03-30 10:02:06 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: fcfc57a4-ded4-55eb-bbc4-02f31b2da52d with identifier: 120797373 to the API
2026-03-30 10:02:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 10:02:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://abimg002.imgix.net/4f7a8556-fd44-4225-8271-681a94a1f58f.jpg?w=600>
{'auction_title': '',
'c_o_2_emission_value': 127,
'color': 'RED',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'Petrol',
'id': 'fcfc57a4-ded4-55eb-bbc4-02f31b2da52d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'YH16WVF',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120797373',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'FORD',
'model': 'FOCUS HATCHBACK',
'odometer': 80338,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 4,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fcfc57a4-ded4-55eb-bbc4-02f31b2da52d/fcfc57a4-ded4-55eb-bbc4-02f31b2da52d_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 60576,
'Height': 301,
'OriginUrl': 'https://abimg002.imgix.net/45fb89af-ae1b-43b4-a1a0-c189e25ab92a.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fcfc57a4-ded4-55eb-bbc4-02f31b2da52d/fcfc57a4-ded4-55eb-bbc4-02f31b2da52d_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 64811,
'Height': 301,
'OriginUrl': 'https://abimg002.imgix.net/2bf1084a-c2d8-40a4-9040-edb0ba258539.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fcfc57a4-ded4-55eb-bbc4-02f31b2da52d/fcfc57a4-ded4-55eb-bbc4-02f31b2da52d_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 48771,
'Height': 301,
'OriginUrl': 'https://abimg002.imgix.net/4f7a8556-fd44-4225-8271-681a94a1f58f.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fcfc57a4-ded4-55eb-bbc4-02f31b2da52d/fcfc57a4-ded4-55eb-bbc4-02f31b2da52d_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 44450,
'Height': 301,
'OriginUrl': 'https://abimg002.imgix.net/65227be4-2f2b-445c-a550-dabc17d951ca.jpg?w=600',
'Width': 600}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-03-31',
'seller_name': 'Vantage Motor Group',
'title': 'FORD FOCUS HATCHBACK 1.5 EcoBoost 182 Titanium X 5dr',
'transmission': 'manual',
'trim': '1.5 EcoBoost 182 Titanium X 5dr',
'vin': None,
'year': 2016}
2026-03-30 10:02:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120797373%27 HTTP/1.1" 200 None
2026-03-30 10:02:07 [astonbarclay.gb] INFO: Saving data for 120797373: {'created_time': 1774864927.277938, 'last_price_update_time': 1774864927.277952, 'auction_closing_time': 1774958400.0}
2026-03-30 10:02:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120797373') HTTP/1.1" 204 0
2026-03-30 10:02:07 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:02:07 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:02:07 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f4365314610>
2026-03-30 10:02:07 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:02:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:02:07 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:02:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f798682f-e8b9-5586-89a4-1c5877c8a7c8/f798682f-e8b9-5586-89a4-1c5877c8a7c8_image_3.jpg HTTP/1.1" 201 0
2026-03-30 10:02:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FMD63CNN%252F2026-03-27%252Fimage%252F1fb7c2ee-f0eb-457c-b5a6-9797bdb53a40_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:02:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/MD63CNN/2026-03-27/image/1fb7c2ee-f0eb-457c-b5a6-9797bdb53a40_removebg.jpg?w=600 saved to cache
2026-03-30 10:02:07 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item f798682f-e8b9-5586-89a4-1c5877c8a7c8
2026-03-30 10:02:07 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:02:07 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f43653fb250>
2026-03-30 10:02:07 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:02:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:02:07 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:02:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_af306d48-b99b-52f1-9d4a-859fbf54b222/af306d48-b99b-52f1-9d4a-859fbf54b222_image_0.jpg HTTP/1.1" 201 0
2026-03-30 10:02:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FRY19YTC%252F2026-03-30%252Fimage%252F0dd94aee-a856-4a13-a26c-94e8da34d23b_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:02:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/RY19YTC/2026-03-30/image/0dd94aee-a856-4a13-a26c-94e8da34d23b_removebg.jpg?w=600 saved to cache
2026-03-30 10:02:07 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item af306d48-b99b-52f1-9d4a-859fbf54b222
2026-03-30 10:02:07 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120877646, 'registration': 'KW70VCK', 'account': 'KCS002', 'make': 'PEUGEOT', 'model': '208 HATCHBACK', 'derivative': '1.2 PureTech 100 Allure Premium 5dr', 'mileage': 29032, 'mileageWarranty': True, 'type': 'car', 'saleId': 19229, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 117}, 'saleStart': '2026-04-01T08:45Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2020-12-29', 'fuel': 'Petrol', 'motExpiry': '2026-12-28', 'doors': 5, 'engineSize': 1200, 'bodyType': 'Hatchback', 'images': None, 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': 'Service print and book SP 02/22 15K / INV 06/23 (NO MILEAGE)', 'remarks': 'SKEY', 'virtual': False, 'seller': 'CarBuy Limited', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 125, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/3b0a622a-e389-4b9b-9621-af57b18b5776.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:02:07 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120877646, 'registration': 'KW70VCK', 'account': 'KCS002', 'make': 'PEUGEOT', 'model': '208 HATCHBACK', 'derivative': '1.2 PureTech 100 Allure Premium 5dr', 'mileage': 29032, 'mileageWarranty': True, 'type': 'car', 'saleId': 19229, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 117}, 'saleStart': '2026-04-01T08:45Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2020-12-29', 'fuel': 'Petrol', 'motExpiry': '2026-12-28', 'doors': 5, 'engineSize': 1200, 'bodyType': 'Hatchback', 'images': None, 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': 'Service print and book SP 02/22 15K / INV 06/23 (NO MILEAGE)', 'remarks': 'SKEY', 'virtual': False, 'seller': 'CarBuy Limited', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 125, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/3b0a622a-e389-4b9b-9621-af57b18b5776.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:02:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4ab42be5-9a11-50c4-9ed1-1a57ad66202a with identifier: 120877646
2026-03-30 10:02:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4ab42be5-9a11-50c4-9ed1-1a57ad66202a with scrape type 1
2026-03-30 10:02:07 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 0 photos for item 4ab42be5-9a11-50c4-9ed1-1a57ad66202a
2026-03-30 10:02:07 [crawlers.middlewares.photo_download_middleware] INFO: No photos to download for item 4ab42be5-9a11-50c4-9ed1-1a57ad66202a
2026-03-30 10:02:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 4ab42be5-9a11-50c4-9ed1-1a57ad66202a, identifier: 120877646
2026-03-30 10:02:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FFY61PXK%252F2026-03-30%252Fimage%252Fb65763a0-1a61-4b59-aac9-5333118f82fc_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:02:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/FY61PXK/2026-03-30/image/b65763a0-1a61-4b59-aac9-5333118f82fc_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:02:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FRY19YTC%252F2026-03-30%252Fimage%252Fff8bc730-57b2-4915-8822-082b5809c49d_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:02:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/RY19YTC/2026-03-30/image/ff8bc730-57b2-4915-8822-082b5809c49d_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:02:07 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:02:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120842093?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:02:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 4ab42be5-9a11-50c4-9ed1-1a57ad66202a with identifier: 120877646
2026-03-30 10:02:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 4ab42be5-9a11-50c4-9ed1-1a57ad66202a with identifier: 120877646
2026-03-30 10:02:07 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 4ab42be5-9a11-50c4-9ed1-1a57ad66202a with identifier: 120877646 to the API
2026-03-30 10:02:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 10:02:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120877646?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 125,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-04-01T08:45:00Z',
'fuel_type': 'Petrol',
'id': '4ab42be5-9a11-50c4-9ed1-1a57ad66202a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'KW70VCK',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120877646',
'listing': 'auction',
'location': 'Aston Barclay Westbury',
'make': 'PEUGEOT',
'model': '208 HATCHBACK',
'odometer': 29032,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-12-29',
'seller_name': 'CarBuy Limited',
'title': 'PEUGEOT 208 HATCHBACK 1.2 PureTech 100 Allure Premium 5dr',
'transmission': 'manual',
'trim': '1.2 PureTech 100 Allure Premium 5dr',
'vin': None,
'year': 2020}
2026-03-30 10:02:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120877646%27 HTTP/1.1" 200 None
2026-03-30 10:02:08 [astonbarclay.gb] INFO: Saving data for 120877646: {'created_time': 1774864928.445212, 'last_price_update_time': 1774864928.445228, 'auction_closing_time': 1775033100.0}
2026-03-30 10:02:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120877646') HTTP/1.1" 204 0
2026-03-30 10:02:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/MD63CNN/2026-03-27/image/dc16bedb-6037-4fbe-acf7-5f8e4d04b849_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120861920?view=catalogue)
2026-03-30 10:02:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/RY19YTC/2026-03-30/image/54085a7f-e769-453d-a4fb-7f1fa716670b_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120878117?view=catalogue)
2026-03-30 10:02:08 [scrapy.extensions.logstats] INFO: Crawled 114 pages (at 82 pages/min), scraped 83 items (at 60 items/min)
2026-03-30 10:02:08 [scrapy.extensions.memusage] INFO: Peak memory usage is 187MiB
2026-03-30 10:02:08 [astonbarclay.gb] INFO: Found listing with ID: 120689713
2026-03-30 10:02:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120689713%27 HTTP/1.1" 200 None
2026-03-30 10:02:08 [astonbarclay.gb] INFO: Scrape type for 120689713: 0
2026-03-30 10:02:08 [astonbarclay.gb] INFO: Found listing with ID: 119026534
2026-03-30 10:02:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27119026534%27 HTTP/1.1" 200 None
2026-03-30 10:02:08 [astonbarclay.gb] INFO: Scrape type for 119026534: 0
2026-03-30 10:02:08 [astonbarclay.gb] INFO: Found listing with ID: 120463208
2026-03-30 10:02:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120463208%27 HTTP/1.1" 200 None
2026-03-30 10:02:08 [astonbarclay.gb] INFO: Scrape type for 120463208: 0
2026-03-30 10:02:08 [astonbarclay.gb] INFO: Found listing with ID: 120582231
2026-03-30 10:02:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120582231%27 HTTP/1.1" 200 None
2026-03-30 10:02:08 [astonbarclay.gb] INFO: Scrape type for 120582231: 0
2026-03-30 10:02:08 [astonbarclay.gb] INFO: Found listing with ID: 120834941
2026-03-30 10:02:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120834941%27 HTTP/1.1" 200 None
2026-03-30 10:02:08 [astonbarclay.gb] INFO: Scrape type for 120834941: 0
2026-03-30 10:02:08 [astonbarclay.gb] INFO: Found listing with ID: 120735547
2026-03-30 10:02:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120735547%27 HTTP/1.1" 200 None
2026-03-30 10:02:08 [astonbarclay.gb] INFO: Scrape type for 120735547: 0
2026-03-30 10:02:08 [astonbarclay.gb] INFO: Found listing with ID: 120827590
2026-03-30 10:02:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120827590%27 HTTP/1.1" 200 None
2026-03-30 10:02:08 [astonbarclay.gb] INFO: Scrape type for 120827590: 0
2026-03-30 10:02:08 [astonbarclay.gb] INFO: Found listing with ID: 120773907
2026-03-30 10:02:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120773907%27 HTTP/1.1" 200 None
2026-03-30 10:02:08 [astonbarclay.gb] INFO: Scrape type for 120773907: 0
2026-03-30 10:02:08 [astonbarclay.gb] INFO: Found listing with ID: 120833890
2026-03-30 10:02:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120833890%27 HTTP/1.1" 200 None
2026-03-30 10:02:08 [astonbarclay.gb] INFO: Scrape type for 120833890: 0
2026-03-30 10:02:08 [astonbarclay.gb] INFO: Found listing with ID: 112746460
2026-03-30 10:02:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27112746460%27 HTTP/1.1" 200 None
2026-03-30 10:02:08 [astonbarclay.gb] INFO: Scrape type for 112746460: 0
2026-03-30 10:02:08 [astonbarclay.gb] INFO: Found listing with ID: 120772791
2026-03-30 10:02:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120772791%27 HTTP/1.1" 200 None
2026-03-30 10:02:08 [astonbarclay.gb] INFO: Scrape type for 120772791: 0
2026-03-30 10:02:08 [astonbarclay.gb] INFO: Found listing with ID: 120828655
2026-03-30 10:02:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120828655%27 HTTP/1.1" 200 None
2026-03-30 10:02:08 [astonbarclay.gb] INFO: Scrape type for 120828655: 0
2026-03-30 10:02:08 [astonbarclay.gb] INFO: Found listing with ID: 120828777
2026-03-30 10:02:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120828777%27 HTTP/1.1" 200 None
2026-03-30 10:02:08 [astonbarclay.gb] INFO: Scrape type for 120828777: 0
2026-03-30 10:02:08 [astonbarclay.gb] INFO: Found listing with ID: 120174059
2026-03-30 10:02:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120174059%27 HTTP/1.1" 200 None
2026-03-30 10:02:08 [astonbarclay.gb] INFO: Scrape type for 120174059: 0
2026-03-30 10:02:08 [astonbarclay.gb] INFO: Found listing with ID: 120371964
2026-03-30 10:02:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120371964%27 HTTP/1.1" 200 None
2026-03-30 10:02:08 [astonbarclay.gb] INFO: Scrape type for 120371964: 0
2026-03-30 10:02:08 [astonbarclay.gb] INFO: Found listing with ID: 119816143
2026-03-30 10:02:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27119816143%27 HTTP/1.1" 200 None
2026-03-30 10:02:08 [astonbarclay.gb] INFO: Scrape type for 119816143: 0
2026-03-30 10:02:08 [astonbarclay.gb] INFO: Found listing with ID: 120830231
2026-03-30 10:02:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120830231%27 HTTP/1.1" 200 None
2026-03-30 10:02:08 [astonbarclay.gb] INFO: Scrape type for 120830231: 0
2026-03-30 10:02:08 [astonbarclay.gb] INFO: Found listing with ID: 120656433
2026-03-30 10:02:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120656433%27 HTTP/1.1" 200 None
2026-03-30 10:02:08 [astonbarclay.gb] INFO: Scrape type for 120656433: 0
2026-03-30 10:02:08 [astonbarclay.gb] INFO: Found listing with ID: 120631689
2026-03-30 10:02:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120631689%27 HTTP/1.1" 200 None
2026-03-30 10:02:08 [astonbarclay.gb] INFO: Scrape type for 120631689: 0
2026-03-30 10:02:08 [astonbarclay.gb] INFO: Found listing with ID: 120830682
2026-03-30 10:02:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120830682%27 HTTP/1.1" 200 None
2026-03-30 10:02:08 [astonbarclay.gb] INFO: Scrape type for 120830682: 1
2026-03-30 10:02:08 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:02:08 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:02:08 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:02:08 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f43653e4910>
2026-03-30 10:02:08 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:02:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:02:08 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:02:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f798682f-e8b9-5586-89a4-1c5877c8a7c8/f798682f-e8b9-5586-89a4-1c5877c8a7c8_image_4.jpg HTTP/1.1" 201 0
2026-03-30 10:02:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FMD63CNN%252F2026-03-27%252Fimage%252Fe2dfb39d-0c63-4c62-aeff-453c369ef725_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:02:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/MD63CNN/2026-03-27/image/e2dfb39d-0c63-4c62-aeff-453c369ef725_removebg.jpg?w=600 saved to cache
2026-03-30 10:02:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item f798682f-e8b9-5586-89a4-1c5877c8a7c8
2026-03-30 10:02:08 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120825737, 'registration': 'HN15OVR', 'account': 'KCS002', 'make': 'SKODA', 'model': 'CITIGO HATCHBACK', 'derivative': '1.0 MPI Monte Carlo 5dr', 'mileage': 102726, 'mileageWarranty': True, 'type': 'car', 'saleId': 19229, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 117}, 'saleStart': '2026-04-01T08:45Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2015-04-30', 'fuel': 'Petrol', 'motExpiry': '2026-08-31', 'doors': 5, 'engineSize': 999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/HN15OVR/2026-03-27/image/bad2cc87-5f76-4931-ab55-49a28d4d87cb_removebg.jpg?w=600', 'https://abimg003.imgix.net/HN15OVR/2026-03-27/image/d8e3a1ff-7f61-44be-ab2c-137884de673b_removebg.jpg?w=600', 'https://abimg003.imgix.net/HN15OVR/2026-03-27/image/9887d22b-2402-4601-8723-73427432d1ce_removebg.jpg?w=600', 'https://abimg003.imgix.net/HN15OVR/2026-03-27/image/92a7384d-5951-40e2-b21d-e05667a57eca_removebg.jpg?w=600', 'https://abimg003.imgix.net/HN15OVR/2026-03-27/image/7073c5f7-10e4-483b-b5c6-ab395d3220be_removebg.jpg?w=600', 'https://abimg003.imgix.net/HN15OVR/2026-03-27/image/1e909db8-59e4-4cd2-b29e-c49a7aa023d3_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': '', 'remarks': 'SPARE KEY', 'virtual': False, 'seller': 'CarBuy Limited', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 105, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/ae61b250-0351-415b-b619-27e67eb69dba.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:02:08 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120825737, 'registration': 'HN15OVR', 'account': 'KCS002', 'make': 'SKODA', 'model': 'CITIGO HATCHBACK', 'derivative': '1.0 MPI Monte Carlo 5dr', 'mileage': 102726, 'mileageWarranty': True, 'type': 'car', 'saleId': 19229, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 117}, 'saleStart': '2026-04-01T08:45Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2015-04-30', 'fuel': 'Petrol', 'motExpiry': '2026-08-31', 'doors': 5, 'engineSize': 999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/HN15OVR/2026-03-27/image/bad2cc87-5f76-4931-ab55-49a28d4d87cb_removebg.jpg?w=600', 'https://abimg003.imgix.net/HN15OVR/2026-03-27/image/d8e3a1ff-7f61-44be-ab2c-137884de673b_removebg.jpg?w=600', 'https://abimg003.imgix.net/HN15OVR/2026-03-27/image/9887d22b-2402-4601-8723-73427432d1ce_removebg.jpg?w=600', 'https://abimg003.imgix.net/HN15OVR/2026-03-27/image/92a7384d-5951-40e2-b21d-e05667a57eca_removebg.jpg?w=600', 'https://abimg003.imgix.net/HN15OVR/2026-03-27/image/7073c5f7-10e4-483b-b5c6-ab395d3220be_removebg.jpg?w=600', 'https://abimg003.imgix.net/HN15OVR/2026-03-27/image/1e909db8-59e4-4cd2-b29e-c49a7aa023d3_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': '', 'remarks': 'SPARE KEY', 'virtual': False, 'seller': 'CarBuy Limited', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 105, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/ae61b250-0351-415b-b619-27e67eb69dba.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:02:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d1dfbe04-cf2e-5774-bb2c-1e06e72c5ae7 with identifier: 120825737
2026-03-30 10:02:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d1dfbe04-cf2e-5774-bb2c-1e06e72c5ae7 with scrape type 2
2026-03-30 10:02:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d1dfbe04-cf2e-5774-bb2c-1e06e72c5ae7 with scrape type 2
2026-03-30 10:02:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: d1dfbe04-cf2e-5774-bb2c-1e06e72c5ae7, identifier: 120825737
2026-03-30 10:02:09 [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': 19229, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 117}, 'saleStart': '2026-04-01T08:45Z', 'lot': None, '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': 'Service digital idrive 06/20 12k 03/21 16k', '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-30 10:02:09 [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': 19229, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 117}, 'saleStart': '2026-04-01T08:45Z', 'lot': None, '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': 'Service digital idrive 06/20 12k 03/21 16k', '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-30 10:02:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2cf0e082-7ffe-5d41-a026-7143d43f99f7 with identifier: 120651971
2026-03-30 10:02:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2cf0e082-7ffe-5d41-a026-7143d43f99f7 with scrape type 2
2026-03-30 10:02:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2cf0e082-7ffe-5d41-a026-7143d43f99f7 with scrape type 2
2026-03-30 10:02:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 2cf0e082-7ffe-5d41-a026-7143d43f99f7, identifier: 120651971
2026-03-30 10:02:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/RY19YTC/2026-03-30/image/6d74fea4-1d5c-44a1-b160-cddb80ff0220_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120878117?view=catalogue)
2026-03-30 10:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02: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%252FFY61PXK%252F2026-03-30%252Fimage%252Fdccd5ec6-4d18-4cae-b1e1-fba7499daf7c_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:02:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/FY61PXK/2026-03-30/image/dccd5ec6-4d18-4cae-b1e1-fba7499daf7c_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02: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%252FRY19YTC%252F2026-03-30%252Fimage%252F0ddafb51-4864-4ed1-b67e-702fc6e5b52d_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:02:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/RY19YTC/2026-03-30/image/0ddafb51-4864-4ed1-b67e-702fc6e5b52d_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:02:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/119878423?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:02:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120870228?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:02:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: d1dfbe04-cf2e-5774-bb2c-1e06e72c5ae7 with identifier: 120825737
2026-03-30 10:02:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: d1dfbe04-cf2e-5774-bb2c-1e06e72c5ae7 with identifier: 120825737
2026-03-30 10:02:09 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: d1dfbe04-cf2e-5774-bb2c-1e06e72c5ae7 with identifier: 120825737 to the API
2026-03-30 10:02:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 10:02:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120825737?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 105,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.0L',
'expiration_date': '2026-04-01T08:45:00Z',
'fuel_type': 'Petrol',
'id': 'd1dfbe04-cf2e-5774-bb2c-1e06e72c5ae7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'HN15OVR',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120825737',
'listing': 'auction',
'location': 'Aston Barclay Westbury',
'make': 'SKODA',
'model': 'CITIGO HATCHBACK',
'odometer': 102726,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-04-30',
'seller_name': 'CarBuy Limited',
'title': 'SKODA CITIGO HATCHBACK 1.0 MPI Monte Carlo 5dr',
'transmission': 'manual',
'trim': '1.0 MPI Monte Carlo 5dr',
'vin': None,
'year': 2015}
2026-03-30 10:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120825737%27 HTTP/1.1" 200 None
2026-03-30 10:02:09 [astonbarclay.gb] INFO: Saving data for 120825737: {'auction_closing_time': 1775033100.0, 'created_time': 1774530248.980439, 'last_price_update_time': 1774864929.683461}
2026-03-30 10:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120825737') HTTP/1.1" 204 0
2026-03-30 10:02:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 2cf0e082-7ffe-5d41-a026-7143d43f99f7 with identifier: 120651971
2026-03-30 10:02:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 2cf0e082-7ffe-5d41-a026-7143d43f99f7 with identifier: 120651971
2026-03-30 10:02:10 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 2cf0e082-7ffe-5d41-a026-7143d43f99f7 with identifier: 120651971 to the API
2026-03-30 10:02:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 10:02:10 [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-04-01T08: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-30 10:02:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120651971%27 HTTP/1.1" 200 None
2026-03-30 10:02:10 [astonbarclay.gb] INFO: Saving data for 120651971: {'auction_closing_time': 1775033100.0, 'created_time': 1774011682.684767, 'last_price_update_time': 1774864930.491474}
2026-03-30 10:02:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120651971') HTTP/1.1" 204 0
2026-03-30 10:02:10 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:02:10 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f4365208110>
2026-03-30 10:02:10 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:02:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:02:10 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:02:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f798682f-e8b9-5586-89a4-1c5877c8a7c8/f798682f-e8b9-5586-89a4-1c5877c8a7c8_image_5.jpg HTTP/1.1" 201 0
2026-03-30 10:02:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FMD63CNN%252F2026-03-27%252Fimage%252F93aa4196-f415-427c-8d26-5c9b760ca618_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:02:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/MD63CNN/2026-03-27/image/93aa4196-f415-427c-8d26-5c9b760ca618_removebg.jpg?w=600 saved to cache
2026-03-30 10:02:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item f798682f-e8b9-5586-89a4-1c5877c8a7c8
2026-03-30 10:02:10 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:02:10 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f43665312d0>
2026-03-30 10:02:10 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:02:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:02:10 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:02:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_af306d48-b99b-52f1-9d4a-859fbf54b222/af306d48-b99b-52f1-9d4a-859fbf54b222_image_1.jpg HTTP/1.1" 201 0
2026-03-30 10:02:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FRY19YTC%252F2026-03-30%252Fimage%252Fc0279fc2-96c5-45d6-956a-5a001455b178_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:02:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/RY19YTC/2026-03-30/image/c0279fc2-96c5-45d6-956a-5a001455b178_removebg.jpg?w=600 saved to cache
2026-03-30 10:02:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item af306d48-b99b-52f1-9d4a-859fbf54b222
2026-03-30 10:02:10 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:02:10 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f43666c1850>
2026-03-30 10:02:10 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:02:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:02:10 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:02:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_64a5208d-e0bd-5b9f-b7e3-2cee79fbd464/64a5208d-e0bd-5b9f-b7e3-2cee79fbd464_image_1.jpg HTTP/1.1" 201 0
2026-03-30 10:02:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FFY61PXK%252F2026-03-30%252Fimage%252F457e5d9c-942d-4df6-9750-664391da6ffd_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:02:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/FY61PXK/2026-03-30/image/457e5d9c-942d-4df6-9750-664391da6ffd_removebg.jpg?w=600 saved to cache
2026-03-30 10:02:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 64a5208d-e0bd-5b9f-b7e3-2cee79fbd464
2026-03-30 10:02:10 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120869555, 'registration': 'LW19UZR', 'account': 'MOT075', 'make': 'VAUXHALL', 'model': 'INSIGNIA GRAND SPORT', 'derivative': '1.5T SRi 5dr', 'mileage': 37314, 'mileageWarranty': True, 'type': 'car', 'saleId': 19233, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 726}, 'saleStart': '2026-04-01T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2019-07-02', 'fuel': 'Petrol', 'motExpiry': '2026-05-15', 'doors': 5, 'engineSize': 1490, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/LW19UZR/2026-03-30/image/6d872eb5-fee0-4863-89f7-5e6275dd93b9_removebg.jpg?w=600', 'https://abimg003.imgix.net/LW19UZR/2026-03-30/image/011f97af-ae53-4afc-9cbb-84e25db23033_removebg.jpg?w=600', 'https://abimg003.imgix.net/LW19UZR/2026-03-30/image/e376e8fc-a02c-4fc9-b258-ede3f217745e_removebg.jpg?w=600', 'https://abimg003.imgix.net/LW19UZR/2026-03-30/image/2573ddca-bf95-4df6-a884-ef70e7ba4bea_removebg.jpg?w=600', 'https://abimg003.imgix.net/LW19UZR/2026-03-30/image/1ca77894-b298-4a9d-ac48-dc1a5571a88a_removebg.jpg?w=600', 'https://abimg003.imgix.net/LW19UZR/2026-03-30/image/2bbb5c12-634c-49f2-ba84-778127a6f721_removebg.jpg?w=600', 'https://abimg003.imgix.net/LW19UZR/2026-03-30/image/aa68cd19-dfa2-42b3-b3af-2db56a0e1abf_removebg.jpg?w=600', 'https://abimg003.imgix.net/LW19UZR/2026-03-30/image/e7e40a4d-a391-49b6-b843-39fc97f37098_removebg.jpg?w=600', 'https://abimg003.imgix.net/LW19UZR/2026-03-30/image/691556a7-7e30-46ba-8729-ebd03b25a75d_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '****NEW KEEPER SLIP OF V5 ONLY**** VOSA STATES 9K, 16K, 23K, 28K, 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': 129, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/c53759e7-a6da-435e-a089-c937be8a0159.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:02:10 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120869555, 'registration': 'LW19UZR', 'account': 'MOT075', 'make': 'VAUXHALL', 'model': 'INSIGNIA GRAND SPORT', 'derivative': '1.5T SRi 5dr', 'mileage': 37314, 'mileageWarranty': True, 'type': 'car', 'saleId': 19233, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 726}, 'saleStart': '2026-04-01T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2019-07-02', 'fuel': 'Petrol', 'motExpiry': '2026-05-15', 'doors': 5, 'engineSize': 1490, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/LW19UZR/2026-03-30/image/6d872eb5-fee0-4863-89f7-5e6275dd93b9_removebg.jpg?w=600', 'https://abimg003.imgix.net/LW19UZR/2026-03-30/image/011f97af-ae53-4afc-9cbb-84e25db23033_removebg.jpg?w=600', 'https://abimg003.imgix.net/LW19UZR/2026-03-30/image/e376e8fc-a02c-4fc9-b258-ede3f217745e_removebg.jpg?w=600', 'https://abimg003.imgix.net/LW19UZR/2026-03-30/image/2573ddca-bf95-4df6-a884-ef70e7ba4bea_removebg.jpg?w=600', 'https://abimg003.imgix.net/LW19UZR/2026-03-30/image/1ca77894-b298-4a9d-ac48-dc1a5571a88a_removebg.jpg?w=600', 'https://abimg003.imgix.net/LW19UZR/2026-03-30/image/2bbb5c12-634c-49f2-ba84-778127a6f721_removebg.jpg?w=600', 'https://abimg003.imgix.net/LW19UZR/2026-03-30/image/aa68cd19-dfa2-42b3-b3af-2db56a0e1abf_removebg.jpg?w=600', 'https://abimg003.imgix.net/LW19UZR/2026-03-30/image/e7e40a4d-a391-49b6-b843-39fc97f37098_removebg.jpg?w=600', 'https://abimg003.imgix.net/LW19UZR/2026-03-30/image/691556a7-7e30-46ba-8729-ebd03b25a75d_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '****NEW KEEPER SLIP OF V5 ONLY**** VOSA STATES 9K, 16K, 23K, 28K, 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': 129, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/c53759e7-a6da-435e-a089-c937be8a0159.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:02:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 12e48026-9566-521a-b99e-5fe15389b8a7 with identifier: 120869555
2026-03-30 10:02:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 12e48026-9566-521a-b99e-5fe15389b8a7 with scrape type 1
2026-03-30 10:02:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 9 photos for item 12e48026-9566-521a-b99e-5fe15389b8a7
2026-03-30 10:02:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02: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%252FLW19UZR%252F2026-03-30%252Fimage%252F6d872eb5-fee0-4863-89f7-5e6275dd93b9_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:02:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/LW19UZR/2026-03-30/image/6d872eb5-fee0-4863-89f7-5e6275dd93b9_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:02:10 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120882520, 'registration': 'EP19JBZ', 'account': 'MOT129', 'make': 'FORD', 'model': 'FIESTA HATCHBACK', 'derivative': '1.0 EcoBoost ST-Line 5dr', 'mileage': 130795, 'mileageWarranty': True, 'type': 'car', 'saleId': 19229, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 117}, 'saleStart': '2026-04-01T08:45Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2019-06-14', 'fuel': 'Petrol', 'motExpiry': '2026-06-13', 'doors': 5, 'engineSize': 998, 'bodyType': 'Hatchback', 'images': None, 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'MotoNovo Finance', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': False, 'v5details': None, 'co2': 109, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/6e864673-5867-41da-a153-88dd5ce0ae71.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:02:10 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120882520, 'registration': 'EP19JBZ', 'account': 'MOT129', 'make': 'FORD', 'model': 'FIESTA HATCHBACK', 'derivative': '1.0 EcoBoost ST-Line 5dr', 'mileage': 130795, 'mileageWarranty': True, 'type': 'car', 'saleId': 19229, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 117}, 'saleStart': '2026-04-01T08:45Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2019-06-14', 'fuel': 'Petrol', 'motExpiry': '2026-06-13', 'doors': 5, 'engineSize': 998, 'bodyType': 'Hatchback', 'images': None, 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'MotoNovo Finance', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': False, 'v5details': None, 'co2': 109, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/6e864673-5867-41da-a153-88dd5ce0ae71.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:02:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3a3bd9e5-457e-5843-9858-ffc20491b328 with identifier: 120882520
2026-03-30 10:02:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3a3bd9e5-457e-5843-9858-ffc20491b328 with scrape type 1
2026-03-30 10:02:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 0 photos for item 3a3bd9e5-457e-5843-9858-ffc20491b328
2026-03-30 10:02:10 [crawlers.middlewares.photo_download_middleware] INFO: No photos to download for item 3a3bd9e5-457e-5843-9858-ffc20491b328
2026-03-30 10:02:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 3a3bd9e5-457e-5843-9858-ffc20491b328, identifier: 120882520
2026-03-30 10:02:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/FY61PXK/2026-03-30/image/e74864ad-3fbf-46e1-b6ee-1aaddc2ac3c0_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120878513?view=catalogue)
2026-03-30 10:02:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/FY61PXK/2026-03-30/image/ab46c634-0557-4d4d-b6b0-4e2de0fb13f6_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120878513?view=catalogue)
2026-03-30 10:02:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/MD63CNN/2026-03-27/image/2b8789e8-1b57-48e4-97e1-d2c594fa35a4_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120861920?view=catalogue)
2026-03-30 10:02:10 [astonbarclay.gb] INFO: Found listing with ID: 120830731
2026-03-30 10:02:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120830731%27 HTTP/1.1" 200 None
2026-03-30 10:02:10 [astonbarclay.gb] INFO: Scrape type for 120830731: 1
2026-03-30 10:02:10 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:02:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 3a3bd9e5-457e-5843-9858-ffc20491b328 with identifier: 120882520
2026-03-30 10:02:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 3a3bd9e5-457e-5843-9858-ffc20491b328 with identifier: 120882520
2026-03-30 10:02:10 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 3a3bd9e5-457e-5843-9858-ffc20491b328 with identifier: 120882520 to the API
2026-03-30 10:02:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 10:02:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120882520?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 109,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-04-01T08:45:00Z',
'fuel_type': 'Petrol',
'id': '3a3bd9e5-457e-5843-9858-ffc20491b328',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'EP19JBZ',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120882520',
'listing': 'auction',
'location': 'Aston Barclay Westbury',
'make': 'FORD',
'model': 'FIESTA HATCHBACK',
'odometer': 130795,
'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': 'MotoNovo Finance',
'title': 'FORD FIESTA HATCHBACK 1.0 EcoBoost ST-Line 5dr',
'transmission': 'manual',
'trim': '1.0 EcoBoost ST-Line 5dr',
'vin': None,
'year': 2019}
2026-03-30 10:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120882520%27 HTTP/1.1" 200 None
2026-03-30 10:02:11 [astonbarclay.gb] INFO: Saving data for 120882520: {'created_time': 1774864931.464317, 'last_price_update_time': 1774864931.464331, 'auction_closing_time': 1775033100.0}
2026-03-30 10:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120882520') HTTP/1.1" 204 0
2026-03-30 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-30 10:02:11 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120842093, 'registration': 'BC17AXS', 'account': 'MOT075', 'make': 'FIAT', 'model': 'FULLBACK DIESEL', 'derivative': '2.4 180hp LX Double Cab Pick Up Auto', 'mileage': 164490, 'mileageWarranty': True, 'type': 'commercial', 'saleId': 19233, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 726}, 'saleStart': '2026-04-01T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2017-07-25', 'fuel': 'Diesel', 'motExpiry': None, 'doors': None, 'engineSize': 2442, 'bodyType': 'Double Cab Pick-up', 'images': ['https://abimg003.imgix.net/BC17AXS/2026-03-28/image/fe1cc576-0152-4191-9af0-28ce0d419d30_removebg.jpg?w=600', 'https://abimg003.imgix.net/BC17AXS/2026-03-28/image/408e47f1-9bb0-4e09-9464-0e35c6c0cad9_removebg.jpg?w=600', 'https://abimg003.imgix.net/BC17AXS/2026-03-28/image/e184cbd2-6a77-45e6-8a04-567e5c7acc98_removebg.jpg?w=600', 'https://abimg003.imgix.net/BC17AXS/2026-03-28/image/108c3d0e-f217-4722-9883-da40b7c8c3f7_removebg.jpg?w=600', 'https://abimg003.imgix.net/BC17AXS/2026-03-28/image/38d70891-cf48-4fd0-9540-b32091522ae7_removebg.jpg?w=600', 'https://abimg003.imgix.net/BC17AXS/2026-03-28/image/e0fe12cc-6add-4797-bf58-de0369237152_removebg.jpg?w=600', 'https://abimg003.imgix.net/BC17AXS/2026-03-28/image/86e9aa3f-7113-4c96-9c7a-2c49a5caba2b_removebg.jpg?w=600', 'https://abimg003.imgix.net/BC17AXS/2026-03-28/image/9f5fa3b7-e775-4c06-a6d2-a4b8c2dc3c21_removebg.jpg?w=600', 'https://abimg003.imgix.net/BC17AXS/2026-03-28/image/d2f239a7-5a80-4716-852a-e9bd9e30265e_removebg.jpg?w=600', 'https://abimg003.imgix.net/BC17AXS/2026-03-28/image/56cb8e40-48ff-42a9-97a1-04f8684f9cf2_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith - LCV', 'serviceHistory': 'Service book 03/18-13K, 05/19-41K, 11/20-54K, 04/22-74K, ??-127K, 09/25-160K', 'remarks': 'VOSA STATES 54K, 64K, 98K, 120K, SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'MotoNovo Finance', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 196, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/c62412d2-1a64-4c24-9532-12f2789a5735.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:02:11 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120842093, 'registration': 'BC17AXS', 'account': 'MOT075', 'make': 'FIAT', 'model': 'FULLBACK DIESEL', 'derivative': '2.4 180hp LX Double Cab Pick Up Auto', 'mileage': 164490, 'mileageWarranty': True, 'type': 'commercial', 'saleId': 19233, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 726}, 'saleStart': '2026-04-01T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2017-07-25', 'fuel': 'Diesel', 'motExpiry': None, 'doors': None, 'engineSize': 2442, 'bodyType': 'Double Cab Pick-up', 'images': ['https://abimg003.imgix.net/BC17AXS/2026-03-28/image/fe1cc576-0152-4191-9af0-28ce0d419d30_removebg.jpg?w=600', 'https://abimg003.imgix.net/BC17AXS/2026-03-28/image/408e47f1-9bb0-4e09-9464-0e35c6c0cad9_removebg.jpg?w=600', 'https://abimg003.imgix.net/BC17AXS/2026-03-28/image/e184cbd2-6a77-45e6-8a04-567e5c7acc98_removebg.jpg?w=600', 'https://abimg003.imgix.net/BC17AXS/2026-03-28/image/108c3d0e-f217-4722-9883-da40b7c8c3f7_removebg.jpg?w=600', 'https://abimg003.imgix.net/BC17AXS/2026-03-28/image/38d70891-cf48-4fd0-9540-b32091522ae7_removebg.jpg?w=600', 'https://abimg003.imgix.net/BC17AXS/2026-03-28/image/e0fe12cc-6add-4797-bf58-de0369237152_removebg.jpg?w=600', 'https://abimg003.imgix.net/BC17AXS/2026-03-28/image/86e9aa3f-7113-4c96-9c7a-2c49a5caba2b_removebg.jpg?w=600', 'https://abimg003.imgix.net/BC17AXS/2026-03-28/image/9f5fa3b7-e775-4c06-a6d2-a4b8c2dc3c21_removebg.jpg?w=600', 'https://abimg003.imgix.net/BC17AXS/2026-03-28/image/d2f239a7-5a80-4716-852a-e9bd9e30265e_removebg.jpg?w=600', 'https://abimg003.imgix.net/BC17AXS/2026-03-28/image/56cb8e40-48ff-42a9-97a1-04f8684f9cf2_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith - LCV', 'serviceHistory': 'Service book 03/18-13K, 05/19-41K, 11/20-54K, 04/22-74K, ??-127K, 09/25-160K', 'remarks': 'VOSA STATES 54K, 64K, 98K, 120K, SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'MotoNovo Finance', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 196, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/c62412d2-1a64-4c24-9532-12f2789a5735.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:02:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 218f1ee0-9c00-5fe9-8e36-70b3d8efd0e9 with identifier: 120842093
2026-03-30 10:02:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 218f1ee0-9c00-5fe9-8e36-70b3d8efd0e9 with scrape type 1
2026-03-30 10:02:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 218f1ee0-9c00-5fe9-8e36-70b3d8efd0e9
2026-03-30 10:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02: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%252FBC17AXS%252F2026-03-28%252Fimage%252Ffe1cc576-0152-4191-9af0-28ce0d419d30_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:02:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/BC17AXS/2026-03-28/image/fe1cc576-0152-4191-9af0-28ce0d419d30_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:02:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/RY19YTC/2026-03-30/image/005c4cbb-e35b-424c-8c5e-8bf349c159e0_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120878117?view=catalogue)
2026-03-30 10:02:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/FY61PXK/2026-03-30/image/0c52e937-a77c-47cc-ada6-171683d5e632_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120878513?view=catalogue)
2026-03-30 10:02:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/FY61PXK/2026-03-30/image/9b5f1ba3-a264-4bef-8a23-def6159507cb_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120878513?view=catalogue)
2026-03-30 10:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02: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%252FRY19YTC%252F2026-03-30%252Fimage%252Fc31eb79e-37c0-4447-9615-2f5600460e63_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:02:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/RY19YTC/2026-03-30/image/c31eb79e-37c0-4447-9615-2f5600460e63_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02: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%252FLW19UZR%252F2026-03-30%252Fimage%252F011f97af-ae53-4afc-9cbb-84e25db23033_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:02:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/LW19UZR/2026-03-30/image/011f97af-ae53-4afc-9cbb-84e25db23033_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:02:11 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:02:11 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f436668e7d0>
2026-03-30 10:02:11 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:02:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:02:11 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:02:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f798682f-e8b9-5586-89a4-1c5877c8a7c8/f798682f-e8b9-5586-89a4-1c5877c8a7c8_image_6.jpg HTTP/1.1" 201 0
2026-03-30 10:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FMD63CNN%252F2026-03-27%252Fimage%252Fdc16bedb-6037-4fbe-acf7-5f8e4d04b849_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:02:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/MD63CNN/2026-03-27/image/dc16bedb-6037-4fbe-acf7-5f8e4d04b849_removebg.jpg?w=600 saved to cache
2026-03-30 10:02:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item f798682f-e8b9-5586-89a4-1c5877c8a7c8
2026-03-30 10:02:11 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:02:11 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f43653efe50>
2026-03-30 10:02:11 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:02:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:02:11 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:02:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_af306d48-b99b-52f1-9d4a-859fbf54b222/af306d48-b99b-52f1-9d4a-859fbf54b222_image_2.jpg HTTP/1.1" 201 0
2026-03-30 10:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FRY19YTC%252F2026-03-30%252Fimage%252F54085a7f-e769-453d-a4fb-7f1fa716670b_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:02:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/RY19YTC/2026-03-30/image/54085a7f-e769-453d-a4fb-7f1fa716670b_removebg.jpg?w=600 saved to cache
2026-03-30 10:02:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item af306d48-b99b-52f1-9d4a-859fbf54b222
2026-03-30 10:02:11 [astonbarclay.gb] INFO: Found listing with ID: 120831472
2026-03-30 10:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120831472%27 HTTP/1.1" 200 None
2026-03-30 10:02:11 [astonbarclay.gb] INFO: Scrape type for 120831472: 0
2026-03-30 10:02:11 [astonbarclay.gb] INFO: Found listing with ID: 120830692
2026-03-30 10:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120830692%27 HTTP/1.1" 200 None
2026-03-30 10:02:11 [astonbarclay.gb] INFO: Scrape type for 120830692: 1
2026-03-30 10:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02: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%252FBC17AXS%252F2026-03-28%252Fimage%252F408e47f1-9bb0-4e09-9464-0e35c6c0cad9_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:02:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/BC17AXS/2026-03-28/image/408e47f1-9bb0-4e09-9464-0e35c6c0cad9_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:02:11 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:02:11 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f4365464d50>
2026-03-30 10:02:11 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:02:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:02:11 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:02:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_af306d48-b99b-52f1-9d4a-859fbf54b222/af306d48-b99b-52f1-9d4a-859fbf54b222_image_3.jpg HTTP/1.1" 201 0
2026-03-30 10:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FRY19YTC%252F2026-03-30%252Fimage%252F6d74fea4-1d5c-44a1-b160-cddb80ff0220_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:02:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/RY19YTC/2026-03-30/image/6d74fea4-1d5c-44a1-b160-cddb80ff0220_removebg.jpg?w=600 saved to cache
2026-03-30 10:02:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item af306d48-b99b-52f1-9d4a-859fbf54b222
2026-03-30 10:02:11 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 119878423, 'registration': 'CU68ZWG', 'account': 'STE131', 'make': 'PEUGEOT', 'model': '208 HATCHBACK', 'derivative': '1.2 PureTech 82 Signature 5dr [Start Stop]', 'mileage': 36485, 'mileageWarranty': False, 'type': 'car', 'saleId': 19229, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 117}, 'saleStart': '2026-04-01T08:45Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2018-09-14', 'fuel': 'Petrol', 'motExpiry': '2026-07-16', 'doors': 5, 'engineSize': 1199, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/CU68ZWG/2026-03-26/image/4e400e19-20c8-483d-a8b9-32d023f878fe_removebg.jpg?w=600', 'https://abimg003.imgix.net/CU68ZWG/2026-03-26/image/62727be5-c816-469d-b4a5-79e322e90eb0_removebg.jpg?w=600', 'https://abimg003.imgix.net/CU68ZWG/2026-03-26/image/02364143-e46b-4068-ba42-04b5b7cb8228_removebg.jpg?w=600', 'https://abimg003.imgix.net/CU68ZWG/2026-03-26/image/043cc9df-6905-4bac-bf49-fe98e87301ed_removebg.jpg?w=600', 'https://abimg003.imgix.net/CU68ZWG/2026-03-26/image/5e5d9c15-d956-4f31-b5a2-443db6cc4e11_removebg.jpg?w=600', 'https://abimg003.imgix.net/CU68ZWG/2026-03-26/image/d3039288-45bc-4f07-9660-0f0c2d8ef543_removebg.jpg?w=600', 'https://abimg003.imgix.net/CU68ZWG/2026-03-26/image/a02f0167-1ee3-46c5-95a6-3f3eb3324839_removebg.jpg?w=600', 'https://abimg003.imgix.net/CU68ZWG/2026-03-26/image/2af112db-137a-445b-aee6-095be6d3d08c_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Fleet', 'serviceHistory': '', 'remarks': 'SKEY', 'virtual': False, 'seller': 'Stellantis Financial Services UK', '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/537a5918-1898-4098-ae5e-d1e94f70f1ed.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:02:11 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 119878423, 'registration': 'CU68ZWG', 'account': 'STE131', 'make': 'PEUGEOT', 'model': '208 HATCHBACK', 'derivative': '1.2 PureTech 82 Signature 5dr [Start Stop]', 'mileage': 36485, 'mileageWarranty': False, 'type': 'car', 'saleId': 19229, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 117}, 'saleStart': '2026-04-01T08:45Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2018-09-14', 'fuel': 'Petrol', 'motExpiry': '2026-07-16', 'doors': 5, 'engineSize': 1199, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/CU68ZWG/2026-03-26/image/4e400e19-20c8-483d-a8b9-32d023f878fe_removebg.jpg?w=600', 'https://abimg003.imgix.net/CU68ZWG/2026-03-26/image/62727be5-c816-469d-b4a5-79e322e90eb0_removebg.jpg?w=600', 'https://abimg003.imgix.net/CU68ZWG/2026-03-26/image/02364143-e46b-4068-ba42-04b5b7cb8228_removebg.jpg?w=600', 'https://abimg003.imgix.net/CU68ZWG/2026-03-26/image/043cc9df-6905-4bac-bf49-fe98e87301ed_removebg.jpg?w=600', 'https://abimg003.imgix.net/CU68ZWG/2026-03-26/image/5e5d9c15-d956-4f31-b5a2-443db6cc4e11_removebg.jpg?w=600', 'https://abimg003.imgix.net/CU68ZWG/2026-03-26/image/d3039288-45bc-4f07-9660-0f0c2d8ef543_removebg.jpg?w=600', 'https://abimg003.imgix.net/CU68ZWG/2026-03-26/image/a02f0167-1ee3-46c5-95a6-3f3eb3324839_removebg.jpg?w=600', 'https://abimg003.imgix.net/CU68ZWG/2026-03-26/image/2af112db-137a-445b-aee6-095be6d3d08c_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Fleet', 'serviceHistory': '', 'remarks': 'SKEY', 'virtual': False, 'seller': 'Stellantis Financial Services UK', '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/537a5918-1898-4098-ae5e-d1e94f70f1ed.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:02:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7e80acf0-794b-536b-b2eb-b37162366d9d with identifier: 119878423
2026-03-30 10:02:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7e80acf0-794b-536b-b2eb-b37162366d9d with scrape type 2
2026-03-30 10:02:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7e80acf0-794b-536b-b2eb-b37162366d9d with scrape type 2
2026-03-30 10:02:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 7e80acf0-794b-536b-b2eb-b37162366d9d, identifier: 119878423
2026-03-30 10:02:11 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120870228, 'registration': 'KU17FVE', 'account': 'WBA002', 'make': 'KIA', 'model': 'SPORTAGE ESTATE', 'derivative': '1.6 GDi ISG 2 5dr', 'mileage': 90626, 'mileageWarranty': True, 'type': 'car', 'saleId': 19233, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 726}, 'saleStart': '2026-04-01T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2017-04-05', 'fuel': 'Petrol', 'motExpiry': '2026-12-07', 'doors': 5, 'engineSize': 1591, 'bodyType': 'Estate', 'images': None, 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'UKCGR - Premium', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': False, 'v5details': None, 'co2': 147, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:02:11 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120870228, 'registration': 'KU17FVE', 'account': 'WBA002', 'make': 'KIA', 'model': 'SPORTAGE ESTATE', 'derivative': '1.6 GDi ISG 2 5dr', 'mileage': 90626, 'mileageWarranty': True, 'type': 'car', 'saleId': 19233, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 726}, 'saleStart': '2026-04-01T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2017-04-05', 'fuel': 'Petrol', 'motExpiry': '2026-12-07', 'doors': 5, 'engineSize': 1591, 'bodyType': 'Estate', 'images': None, 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'UKCGR - Premium', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': False, 'v5details': None, 'co2': 147, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:02:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 615a0d9b-40f1-585b-b402-8c1ffafb7b5d with identifier: 120870228
2026-03-30 10:02:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 615a0d9b-40f1-585b-b402-8c1ffafb7b5d with scrape type 1
2026-03-30 10:02:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 0 photos for item 615a0d9b-40f1-585b-b402-8c1ffafb7b5d
2026-03-30 10:02:11 [crawlers.middlewares.photo_download_middleware] INFO: No photos to download for item 615a0d9b-40f1-585b-b402-8c1ffafb7b5d
2026-03-30 10:02:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 615a0d9b-40f1-585b-b402-8c1ffafb7b5d, identifier: 120870228
2026-03-30 10:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02: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%252FRY19YTC%252F2026-03-30%252Fimage%252Ff0e2f1fb-1168-4fc4-9baa-776020c2f504_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:02:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/RY19YTC/2026-03-30/image/f0e2f1fb-1168-4fc4-9baa-776020c2f504_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02: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%252FLW19UZR%252F2026-03-30%252Fimage%252Fe376e8fc-a02c-4fc9-b258-ede3f217745e_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:02:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/LW19UZR/2026-03-30/image/e376e8fc-a02c-4fc9-b258-ede3f217745e_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:02:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 7e80acf0-794b-536b-b2eb-b37162366d9d with identifier: 119878423
2026-03-30 10:02:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 7e80acf0-794b-536b-b2eb-b37162366d9d with identifier: 119878423
2026-03-30 10:02:12 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 7e80acf0-794b-536b-b2eb-b37162366d9d with identifier: 119878423 to the API
2026-03-30 10:02:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:02:12 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:02:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/119878423?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 109,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-04-01T08:45:00Z',
'fuel_type': 'Petrol',
'id': '7e80acf0-794b-536b-b2eb-b37162366d9d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'CU68ZWG',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/119878423',
'listing': 'auction',
'location': 'Aston Barclay Westbury',
'make': 'PEUGEOT',
'model': '208 HATCHBACK',
'odometer': 36485,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-09-14',
'seller_name': 'Stellantis Financial Services UK',
'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-30 10:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27119878423%27 HTTP/1.1" 200 None
2026-03-30 10:02:12 [astonbarclay.gb] INFO: Saving data for 119878423: {'auction_closing_time': 1775033100.0, 'created_time': 1774638432.863478, 'last_price_update_time': 1774864932.304123}
2026-03-30 10:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='119878423') HTTP/1.1" 204 0
2026-03-30 10:02:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 615a0d9b-40f1-585b-b402-8c1ffafb7b5d with identifier: 120870228
2026-03-30 10:02:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 615a0d9b-40f1-585b-b402-8c1ffafb7b5d with identifier: 120870228
2026-03-30 10:02:12 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 615a0d9b-40f1-585b-b402-8c1ffafb7b5d with identifier: 120870228 to the API
2026-03-30 10:02:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:02:12 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:02:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120870228?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 147,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-04-01T09:00:00Z',
'fuel_type': 'Petrol',
'id': '615a0d9b-40f1-585b-b402-8c1ffafb7b5d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'KU17FVE',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120870228',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'KIA',
'model': 'SPORTAGE ESTATE',
'odometer': 90626,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-04-05',
'seller_name': 'UKCGR - Premium',
'title': 'KIA SPORTAGE ESTATE 1.6 GDi ISG 2 5dr',
'transmission': 'manual',
'trim': '1.6 GDi ISG 2 5dr',
'vin': None,
'year': 2017}
2026-03-30 10:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120870228%27 HTTP/1.1" 200 None
2026-03-30 10:02:13 [astonbarclay.gb] INFO: Saving data for 120870228: {'created_time': 1774864933.086251, 'last_price_update_time': 1774864933.086264, 'auction_closing_time': 1775034000.0}
2026-03-30 10:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120870228') HTTP/1.1" 204 0
2026-03-30 10:02:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:02:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f43653af150>
2026-03-30 10:02:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:02:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:02:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:02:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_64a5208d-e0bd-5b9f-b7e3-2cee79fbd464/64a5208d-e0bd-5b9f-b7e3-2cee79fbd464_image_0.jpg HTTP/1.1" 201 0
2026-03-30 10:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FFY61PXK%252F2026-03-30%252Fimage%252Fe74864ad-3fbf-46e1-b6ee-1aaddc2ac3c0_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:02:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/FY61PXK/2026-03-30/image/e74864ad-3fbf-46e1-b6ee-1aaddc2ac3c0_removebg.jpg?w=600 saved to cache
2026-03-30 10:02:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 64a5208d-e0bd-5b9f-b7e3-2cee79fbd464
2026-03-30 10:02:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:02:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f4366533690>
2026-03-30 10:02:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:02:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:02:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:02:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_64a5208d-e0bd-5b9f-b7e3-2cee79fbd464/64a5208d-e0bd-5b9f-b7e3-2cee79fbd464_image_2.jpg HTTP/1.1" 201 0
2026-03-30 10:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FFY61PXK%252F2026-03-30%252Fimage%252Fab46c634-0557-4d4d-b6b0-4e2de0fb13f6_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:02:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/FY61PXK/2026-03-30/image/ab46c634-0557-4d4d-b6b0-4e2de0fb13f6_removebg.jpg?w=600 saved to cache
2026-03-30 10:02:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 64a5208d-e0bd-5b9f-b7e3-2cee79fbd464
2026-03-30 10:02:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:02:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f43665b4550>
2026-03-30 10:02:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:02:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:02:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:02:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f798682f-e8b9-5586-89a4-1c5877c8a7c8/f798682f-e8b9-5586-89a4-1c5877c8a7c8_image_7.jpg HTTP/1.1" 201 0
2026-03-30 10:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FMD63CNN%252F2026-03-27%252Fimage%252F2b8789e8-1b57-48e4-97e1-d2c594fa35a4_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:02:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/MD63CNN/2026-03-27/image/2b8789e8-1b57-48e4-97e1-d2c594fa35a4_removebg.jpg?w=600 saved to cache
2026-03-30 10:02:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item f798682f-e8b9-5586-89a4-1c5877c8a7c8
2026-03-30 10:02:13 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: f798682f-e8b9-5586-89a4-1c5877c8a7c8, skipping ID generation
2026-03-30 10:02:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f798682f-e8b9-5586-89a4-1c5877c8a7c8 with scrape type 1
2026-03-30 10:02:13 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item f798682f-e8b9-5586-89a4-1c5877c8a7c8 sending to next pipeline
2026-03-30 10:02:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: f798682f-e8b9-5586-89a4-1c5877c8a7c8, identifier: 120861920
2026-03-30 10:02:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/YE72DKA/2026-03-30/image/bc32c0c1-8a67-4ceb-9619-d3bbd3af87dc_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120870326?view=catalogue)
2026-03-30 10:02:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/SW59GNK/2026-03-30/image/1b4e4d6a-faa5-45ff-8ed7-ab61a3eb6fb1_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120870561?view=catalogue)
2026-03-30 10:02:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/YB64XDR/2026-03-30/image/d1fce2bd-6d49-4f65-b43e-eba986ba1f13_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120870815?view=catalogue)
2026-03-30 10:02:13 [astonbarclay.gb] INFO: Found listing with ID: 120830712
2026-03-30 10:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120830712%27 HTTP/1.1" 200 None
2026-03-30 10:02:13 [astonbarclay.gb] INFO: Scrape type for 120830712: 1
2026-03-30 10:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02: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%252FBC17AXS%252F2026-03-28%252Fimage%252Fe184cbd2-6a77-45e6-8a04-567e5c7acc98_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:02:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/BC17AXS/2026-03-28/image/e184cbd2-6a77-45e6-8a04-567e5c7acc98_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:02:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: f798682f-e8b9-5586-89a4-1c5877c8a7c8 with identifier: 120861920
2026-03-30 10:02:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: f798682f-e8b9-5586-89a4-1c5877c8a7c8 with identifier: 120861920
2026-03-30 10:02:13 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: f798682f-e8b9-5586-89a4-1c5877c8a7c8 with identifier: 120861920 to the API
2026-03-30 10:02:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 10:02:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://abimg003.imgix.net/MD63CNN/2026-03-27/image/2b8789e8-1b57-48e4-97e1-d2c594fa35a4_removebg.jpg?w=600>
{'auction_title': '',
'c_o_2_emission_value': 124,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 3,
'emission_standard': 'EURO 5',
'engine': '1.2L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'Petrol',
'id': 'f798682f-e8b9-5586-89a4-1c5877c8a7c8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'MD63CNN',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120861920',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'VAUXHALL',
'model': 'ADAM HATCHBACK',
'odometer': 68659,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 8,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f798682f-e8b9-5586-89a4-1c5877c8a7c8/f798682f-e8b9-5586-89a4-1c5877c8a7c8_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 36340,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/MD63CNN/2026-03-27/image/0da27e90-7503-4414-8b98-bdef0ac5db3b_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f798682f-e8b9-5586-89a4-1c5877c8a7c8/f798682f-e8b9-5586-89a4-1c5877c8a7c8_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 34936,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/MD63CNN/2026-03-27/image/c8eaee0f-9ff7-4abb-a685-6ed5632f5509_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f798682f-e8b9-5586-89a4-1c5877c8a7c8/f798682f-e8b9-5586-89a4-1c5877c8a7c8_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 29389,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/MD63CNN/2026-03-27/image/4a0ca7d3-fe73-4df3-ba8a-02ec0dc9c7c2_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f798682f-e8b9-5586-89a4-1c5877c8a7c8/f798682f-e8b9-5586-89a4-1c5877c8a7c8_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 30375,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/MD63CNN/2026-03-27/image/1fb7c2ee-f0eb-457c-b5a6-9797bdb53a40_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f798682f-e8b9-5586-89a4-1c5877c8a7c8/f798682f-e8b9-5586-89a4-1c5877c8a7c8_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 55146,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/MD63CNN/2026-03-27/image/e2dfb39d-0c63-4c62-aeff-453c369ef725_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f798682f-e8b9-5586-89a4-1c5877c8a7c8/f798682f-e8b9-5586-89a4-1c5877c8a7c8_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 40585,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/MD63CNN/2026-03-27/image/93aa4196-f415-427c-8d26-5c9b760ca618_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f798682f-e8b9-5586-89a4-1c5877c8a7c8/f798682f-e8b9-5586-89a4-1c5877c8a7c8_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 30325,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/MD63CNN/2026-03-27/image/dc16bedb-6037-4fbe-acf7-5f8e4d04b849_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f798682f-e8b9-5586-89a4-1c5877c8a7c8/f798682f-e8b9-5586-89a4-1c5877c8a7c8_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 28191,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/MD63CNN/2026-03-27/image/2b8789e8-1b57-48e4-97e1-d2c594fa35a4_removebg.jpg?w=600',
'Width': 600}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2014-01-31',
'seller_name': 'LDG',
'title': 'VAUXHALL ADAM HATCHBACK 1.2i Jam 3dr',
'transmission': 'manual',
'trim': '1.2i Jam 3dr',
'vin': None,
'year': 2014}
2026-03-30 10:02:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120861920%27 HTTP/1.1" 200 None
2026-03-30 10:02:14 [astonbarclay.gb] INFO: Saving data for 120861920: {'created_time': 1774864934.267435, 'last_price_update_time': 1774864934.267451, 'auction_closing_time': 1774958400.0}
2026-03-30 10:02:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120861920') HTTP/1.1" 204 0
2026-03-30 10:02:14 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:02:14 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f43665ea790>
2026-03-30 10:02:14 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:02:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:02:14 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:02:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_af306d48-b99b-52f1-9d4a-859fbf54b222/af306d48-b99b-52f1-9d4a-859fbf54b222_image_4.jpg HTTP/1.1" 201 0
2026-03-30 10:02:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FRY19YTC%252F2026-03-30%252Fimage%252F005c4cbb-e35b-424c-8c5e-8bf349c159e0_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:02:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/RY19YTC/2026-03-30/image/005c4cbb-e35b-424c-8c5e-8bf349c159e0_removebg.jpg?w=600 saved to cache
2026-03-30 10:02:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item af306d48-b99b-52f1-9d4a-859fbf54b222
2026-03-30 10:02:14 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:02:14 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f43667d19d0>
2026-03-30 10:02:14 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:02:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:02:14 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:02:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_64a5208d-e0bd-5b9f-b7e3-2cee79fbd464/64a5208d-e0bd-5b9f-b7e3-2cee79fbd464_image_3.jpg HTTP/1.1" 201 0
2026-03-30 10:02:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FFY61PXK%252F2026-03-30%252Fimage%252F0c52e937-a77c-47cc-ada6-171683d5e632_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:02:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/FY61PXK/2026-03-30/image/0c52e937-a77c-47cc-ada6-171683d5e632_removebg.jpg?w=600 saved to cache
2026-03-30 10:02:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 64a5208d-e0bd-5b9f-b7e3-2cee79fbd464
2026-03-30 10:02:14 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:02:14 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f43666630d0>
2026-03-30 10:02:14 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:02:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:02:14 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:02:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_64a5208d-e0bd-5b9f-b7e3-2cee79fbd464/64a5208d-e0bd-5b9f-b7e3-2cee79fbd464_image_4.jpg HTTP/1.1" 201 0
2026-03-30 10:02:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FFY61PXK%252F2026-03-30%252Fimage%252F9b5f1ba3-a264-4bef-8a23-def6159507cb_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:02:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/FY61PXK/2026-03-30/image/9b5f1ba3-a264-4bef-8a23-def6159507cb_removebg.jpg?w=600 saved to cache
2026-03-30 10:02:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 64a5208d-e0bd-5b9f-b7e3-2cee79fbd464
2026-03-30 10:02:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/FY61PXK/2026-03-30/image/b65763a0-1a61-4b59-aac9-5333118f82fc_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120878513?view=catalogue)
2026-03-30 10:02:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/RY19YTC/2026-03-30/image/ff8bc730-57b2-4915-8822-082b5809c49d_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120878117?view=catalogue)
2026-03-30 10:02:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02: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%252FRY19YTC%252F2026-03-30%252Fimage%252Ff7f66f54-ef98-496d-8884-45a74e619a50_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:02:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/RY19YTC/2026-03-30/image/f7f66f54-ef98-496d-8884-45a74e619a50_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:02:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02: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%252FLW19UZR%252F2026-03-30%252Fimage%252F2573ddca-bf95-4df6-a884-ef70e7ba4bea_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:02:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/LW19UZR/2026-03-30/image/2573ddca-bf95-4df6-a884-ef70e7ba4bea_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:02:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120862650?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:02:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/FY61PXK/2026-03-30/image/dccd5ec6-4d18-4cae-b1e1-fba7499daf7c_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120878513?view=catalogue)
2026-03-30 10:02:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/RY19YTC/2026-03-30/image/0ddafb51-4864-4ed1-b67e-702fc6e5b52d_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120878117?view=catalogue)
2026-03-30 10:02:14 [astonbarclay.gb] INFO: Found listing with ID: 120830703
2026-03-30 10:02:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120830703%27 HTTP/1.1" 200 None
2026-03-30 10:02:14 [astonbarclay.gb] INFO: Scrape type for 120830703: 1
2026-03-30 10:02:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02: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%252FBC17AXS%252F2026-03-28%252Fimage%252F108c3d0e-f217-4722-9883-da40b7c8c3f7_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:02:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/BC17AXS/2026-03-28/image/108c3d0e-f217-4722-9883-da40b7c8c3f7_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:02:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:02:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02: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%252FLW19UZR%252F2026-03-30%252Fimage%252F1ca77894-b298-4a9d-ac48-dc1a5571a88a_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:02:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/LW19UZR/2026-03-30/image/1ca77894-b298-4a9d-ac48-dc1a5571a88a_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:02:14 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:02:14 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f436548dd90>
2026-03-30 10:02:14 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:02:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:02:14 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:02:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_45c40dc9-2f53-597c-8f0b-83e9c2c85412/45c40dc9-2f53-597c-8f0b-83e9c2c85412_image_3.jpg HTTP/1.1" 201 0
2026-03-30 10:02:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FYE72DKA%252F2026-03-30%252Fimage%252Fbc32c0c1-8a67-4ceb-9619-d3bbd3af87dc_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:02:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YE72DKA/2026-03-30/image/bc32c0c1-8a67-4ceb-9619-d3bbd3af87dc_removebg.jpg?w=600 saved to cache
2026-03-30 10:02:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 45c40dc9-2f53-597c-8f0b-83e9c2c85412
2026-03-30 10:02:14 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:02:14 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f43651e6710>
2026-03-30 10:02:14 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:02:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:02:14 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:02:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_fabcea3b-c6d8-58ab-a765-c1582a39a22f/fabcea3b-c6d8-58ab-a765-c1582a39a22f_image_2.jpg HTTP/1.1" 201 0
2026-03-30 10:02:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FSW59GNK%252F2026-03-30%252Fimage%252F1b4e4d6a-faa5-45ff-8ed7-ab61a3eb6fb1_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:02:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/SW59GNK/2026-03-30/image/1b4e4d6a-faa5-45ff-8ed7-ab61a3eb6fb1_removebg.jpg?w=600 saved to cache
2026-03-30 10:02:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item fabcea3b-c6d8-58ab-a765-c1582a39a22f
2026-03-30 10:02:14 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:02:14 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f4366637950>
2026-03-30 10:02:14 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:02:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:02:14 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:02:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_09500a2b-d937-5cbe-a49e-54245c356512/09500a2b-d937-5cbe-a49e-54245c356512_image_2.jpg HTTP/1.1" 201 0
2026-03-30 10:02:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FYB64XDR%252F2026-03-30%252Fimage%252Fd1fce2bd-6d49-4f65-b43e-eba986ba1f13_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:02:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YB64XDR/2026-03-30/image/d1fce2bd-6d49-4f65-b43e-eba986ba1f13_removebg.jpg?w=600 saved to cache
2026-03-30 10:02:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 09500a2b-d937-5cbe-a49e-54245c356512
2026-03-30 10:02:14 [astonbarclay.gb] INFO: Found listing with ID: 120830721
2026-03-30 10:02:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120830721%27 HTTP/1.1" 200 None
2026-03-30 10:02:14 [astonbarclay.gb] INFO: Scrape type for 120830721: 1
2026-03-30 10:02:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02: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%252FBC17AXS%252F2026-03-28%252Fimage%252F38d70891-cf48-4fd0-9540-b32091522ae7_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:02:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/BC17AXS/2026-03-28/image/38d70891-cf48-4fd0-9540-b32091522ae7_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:02:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02: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%252FLW19UZR%252F2026-03-30%252Fimage%252F2bbb5c12-634c-49f2-ba84-778127a6f721_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:02:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/LW19UZR/2026-03-30/image/2bbb5c12-634c-49f2-ba84-778127a6f721_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:02:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/LW19UZR/2026-03-30/image/011f97af-ae53-4afc-9cbb-84e25db23033_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120869555?view=catalogue)
2026-03-30 10:02:14 [astonbarclay.gb] INFO: Found listing with ID: 120830740
2026-03-30 10:02:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120830740%27 HTTP/1.1" 200 None
2026-03-30 10:02:14 [astonbarclay.gb] INFO: Scrape type for 120830740: 1
2026-03-30 10:02:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02: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%252FBC17AXS%252F2026-03-28%252Fimage%252Fe0fe12cc-6add-4797-bf58-de0369237152_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:02:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/BC17AXS/2026-03-28/image/e0fe12cc-6add-4797-bf58-de0369237152_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:02:14 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:02:14 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f43666b56d0>
2026-03-30 10:02:14 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:02:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:02:14 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:02:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_64a5208d-e0bd-5b9f-b7e3-2cee79fbd464/64a5208d-e0bd-5b9f-b7e3-2cee79fbd464_image_5.jpg HTTP/1.1" 201 0
2026-03-30 10:02:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FFY61PXK%252F2026-03-30%252Fimage%252Fb65763a0-1a61-4b59-aac9-5333118f82fc_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:02:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/FY61PXK/2026-03-30/image/b65763a0-1a61-4b59-aac9-5333118f82fc_removebg.jpg?w=600 saved to cache
2026-03-30 10:02:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 64a5208d-e0bd-5b9f-b7e3-2cee79fbd464
2026-03-30 10:02:14 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:02:14 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f43665139d0>
2026-03-30 10:02:14 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:02:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:02:14 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:02:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_af306d48-b99b-52f1-9d4a-859fbf54b222/af306d48-b99b-52f1-9d4a-859fbf54b222_image_5.jpg HTTP/1.1" 201 0
2026-03-30 10:02:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FRY19YTC%252F2026-03-30%252Fimage%252Fff8bc730-57b2-4915-8822-082b5809c49d_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:02:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/RY19YTC/2026-03-30/image/ff8bc730-57b2-4915-8822-082b5809c49d_removebg.jpg?w=600 saved to cache
2026-03-30 10:02:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item af306d48-b99b-52f1-9d4a-859fbf54b222
2026-03-30 10:02:14 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120862650, 'registration': 'LO14NWC', 'account': 'MOT075', 'make': 'BMW', 'model': '4 SERIES DIESEL COUPE', 'derivative': '420d xDrive M Sport 2dr Auto', 'mileage': 133066, 'mileageWarranty': True, 'type': 'car', 'saleId': 19233, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 726}, 'saleStart': '2026-04-01T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2014-08-11', 'fuel': 'Diesel', 'motExpiry': '2027-01-06', 'doors': 2, 'engineSize': 1995, 'bodyType': 'Coupe', 'images': ['https://abimg003.imgix.net/LO14NWC/2026-03-27/image/4909ff45-bd61-470d-8287-f2da67b054d5_removebg.jpg?w=600', 'https://abimg003.imgix.net/LO14NWC/2026-03-27/image/65ca1190-816e-402f-9284-25a7e2866305_removebg.jpg?w=600', 'https://abimg003.imgix.net/LO14NWC/2026-03-27/image/41bd28e3-eaeb-4a70-9fdc-31af5a5f0afa_removebg.jpg?w=600', 'https://abimg003.imgix.net/LO14NWC/2026-03-27/image/356e5c75-e0cb-4244-909c-f7c3ead28a69_removebg.jpg?w=600', 'https://abimg003.imgix.net/LO14NWC/2026-03-27/image/0c19b1c6-7245-4cfc-b21a-795a5b5a51eb_removebg.jpg?w=600', 'https://abimg003.imgix.net/LO14NWC/2026-03-27/image/856dc735-a2d2-4ed4-aa74-da2539e219a1_removebg.jpg?w=600', 'https://abimg003.imgix.net/LO14NWC/2026-03-27/image/ed4c2156-6091-464e-a34d-0175870b5a54_removebg.jpg?w=600', 'https://abimg003.imgix.net/LO14NWC/2026-03-27/image/750cbf0f-d569-47a2-8d3d-8953a226ec95_removebg.jpg?w=600', 'https://abimg003.imgix.net/LO14NWC/2026-03-27/image/75e2f8ad-ab3e-49aa-95d6-e03fac74ac5f_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 05/16 - 19K', 'remarks': 'VOSA STATES 86K, 91K, 122K, 131K SPARE KEY WITH PAPERWORK', 'virtual': False, 'seller': 'MotoNovo Finance', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 128, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/05fbe713-5185-4e4f-a5cc-4ad7380f4a33.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:02:14 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120862650, 'registration': 'LO14NWC', 'account': 'MOT075', 'make': 'BMW', 'model': '4 SERIES DIESEL COUPE', 'derivative': '420d xDrive M Sport 2dr Auto', 'mileage': 133066, 'mileageWarranty': True, 'type': 'car', 'saleId': 19233, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 726}, 'saleStart': '2026-04-01T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2014-08-11', 'fuel': 'Diesel', 'motExpiry': '2027-01-06', 'doors': 2, 'engineSize': 1995, 'bodyType': 'Coupe', 'images': ['https://abimg003.imgix.net/LO14NWC/2026-03-27/image/4909ff45-bd61-470d-8287-f2da67b054d5_removebg.jpg?w=600', 'https://abimg003.imgix.net/LO14NWC/2026-03-27/image/65ca1190-816e-402f-9284-25a7e2866305_removebg.jpg?w=600', 'https://abimg003.imgix.net/LO14NWC/2026-03-27/image/41bd28e3-eaeb-4a70-9fdc-31af5a5f0afa_removebg.jpg?w=600', 'https://abimg003.imgix.net/LO14NWC/2026-03-27/image/356e5c75-e0cb-4244-909c-f7c3ead28a69_removebg.jpg?w=600', 'https://abimg003.imgix.net/LO14NWC/2026-03-27/image/0c19b1c6-7245-4cfc-b21a-795a5b5a51eb_removebg.jpg?w=600', 'https://abimg003.imgix.net/LO14NWC/2026-03-27/image/856dc735-a2d2-4ed4-aa74-da2539e219a1_removebg.jpg?w=600', 'https://abimg003.imgix.net/LO14NWC/2026-03-27/image/ed4c2156-6091-464e-a34d-0175870b5a54_removebg.jpg?w=600', 'https://abimg003.imgix.net/LO14NWC/2026-03-27/image/750cbf0f-d569-47a2-8d3d-8953a226ec95_removebg.jpg?w=600', 'https://abimg003.imgix.net/LO14NWC/2026-03-27/image/75e2f8ad-ab3e-49aa-95d6-e03fac74ac5f_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 05/16 - 19K', 'remarks': 'VOSA STATES 86K, 91K, 122K, 131K SPARE KEY WITH PAPERWORK', 'virtual': False, 'seller': 'MotoNovo Finance', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 128, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/05fbe713-5185-4e4f-a5cc-4ad7380f4a33.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:02:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ed852258-c756-57ea-85af-7fcc09ddfb32 with identifier: 120862650
2026-03-30 10:02:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ed852258-c756-57ea-85af-7fcc09ddfb32 with scrape type 1
2026-03-30 10:02:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 9 photos for item ed852258-c756-57ea-85af-7fcc09ddfb32
2026-03-30 10:02:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02: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%252FLO14NWC%252F2026-03-27%252Fimage%252F4909ff45-bd61-470d-8287-f2da67b054d5_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:02:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/LO14NWC/2026-03-27/image/4909ff45-bd61-470d-8287-f2da67b054d5_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:02:15 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:02:15 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f436650e850>
2026-03-30 10:02:15 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:02:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:02:15 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:02:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_64a5208d-e0bd-5b9f-b7e3-2cee79fbd464/64a5208d-e0bd-5b9f-b7e3-2cee79fbd464_image_6.jpg HTTP/1.1" 201 0
2026-03-30 10:02:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FFY61PXK%252F2026-03-30%252Fimage%252Fdccd5ec6-4d18-4cae-b1e1-fba7499daf7c_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:02:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/FY61PXK/2026-03-30/image/dccd5ec6-4d18-4cae-b1e1-fba7499daf7c_removebg.jpg?w=600 saved to cache
2026-03-30 10:02:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 64a5208d-e0bd-5b9f-b7e3-2cee79fbd464
2026-03-30 10:02:15 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 64a5208d-e0bd-5b9f-b7e3-2cee79fbd464, skipping ID generation
2026-03-30 10:02:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 64a5208d-e0bd-5b9f-b7e3-2cee79fbd464 with scrape type 1
2026-03-30 10:02:15 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 64a5208d-e0bd-5b9f-b7e3-2cee79fbd464 sending to next pipeline
2026-03-30 10:02:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 64a5208d-e0bd-5b9f-b7e3-2cee79fbd464, identifier: 120878513
2026-03-30 10:02:15 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:02:15 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f43651f2090>
2026-03-30 10:02:15 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:02:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:02:15 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:02:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_af306d48-b99b-52f1-9d4a-859fbf54b222/af306d48-b99b-52f1-9d4a-859fbf54b222_image_6.jpg HTTP/1.1" 201 0
2026-03-30 10:02:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FRY19YTC%252F2026-03-30%252Fimage%252F0ddafb51-4864-4ed1-b67e-702fc6e5b52d_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:02:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/RY19YTC/2026-03-30/image/0ddafb51-4864-4ed1-b67e-702fc6e5b52d_removebg.jpg?w=600 saved to cache
2026-03-30 10:02:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item af306d48-b99b-52f1-9d4a-859fbf54b222
2026-03-30 10:02:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/BC17AXS/2026-03-28/image/408e47f1-9bb0-4e09-9464-0e35c6c0cad9_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120842093?view=catalogue)
2026-03-30 10:02:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02: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%252FLW19UZR%252F2026-03-30%252Fimage%252Faa68cd19-dfa2-42b3-b3af-2db56a0e1abf_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:02:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/LW19UZR/2026-03-30/image/aa68cd19-dfa2-42b3-b3af-2db56a0e1abf_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:02:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 64a5208d-e0bd-5b9f-b7e3-2cee79fbd464 with identifier: 120878513
2026-03-30 10:02:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 64a5208d-e0bd-5b9f-b7e3-2cee79fbd464 with identifier: 120878513
2026-03-30 10:02:15 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 64a5208d-e0bd-5b9f-b7e3-2cee79fbd464 with identifier: 120878513 to the API
2026-03-30 10:02:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 10:02:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://abimg003.imgix.net/FY61PXK/2026-03-30/image/dccd5ec6-4d18-4cae-b1e1-fba7499daf7c_removebg.jpg?w=600>
{'auction_title': '',
'c_o_2_emission_value': 120,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 4,
'emission_standard': 'EURO 5',
'engine': '2.0L',
'expiration_date': '2026-04-01T08:45:00Z',
'fuel_type': 'Diesel',
'id': '64a5208d-e0bd-5b9f-b7e3-2cee79fbd464',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'FY61PXK',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120878513',
'listing': 'auction',
'location': 'Aston Barclay Westbury',
'make': 'AUDI',
'model': 'A4 SALOON SPECIAL EDITIONS',
'odometer': 69683,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 7,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_64a5208d-e0bd-5b9f-b7e3-2cee79fbd464/64a5208d-e0bd-5b9f-b7e3-2cee79fbd464_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 28792,
'Height': 375,
'OriginUrl': 'https://abimg003.imgix.net/FY61PXK/2026-03-30/image/e74864ad-3fbf-46e1-b6ee-1aaddc2ac3c0_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_64a5208d-e0bd-5b9f-b7e3-2cee79fbd464/64a5208d-e0bd-5b9f-b7e3-2cee79fbd464_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 30437,
'Height': 375,
'OriginUrl': 'https://abimg003.imgix.net/FY61PXK/2026-03-30/image/457e5d9c-942d-4df6-9750-664391da6ffd_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_64a5208d-e0bd-5b9f-b7e3-2cee79fbd464/64a5208d-e0bd-5b9f-b7e3-2cee79fbd464_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 28555,
'Height': 375,
'OriginUrl': 'https://abimg003.imgix.net/FY61PXK/2026-03-30/image/ab46c634-0557-4d4d-b6b0-4e2de0fb13f6_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_64a5208d-e0bd-5b9f-b7e3-2cee79fbd464/64a5208d-e0bd-5b9f-b7e3-2cee79fbd464_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 26581,
'Height': 375,
'OriginUrl': 'https://abimg003.imgix.net/FY61PXK/2026-03-30/image/0c52e937-a77c-47cc-ada6-171683d5e632_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_64a5208d-e0bd-5b9f-b7e3-2cee79fbd464/64a5208d-e0bd-5b9f-b7e3-2cee79fbd464_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 44225,
'Height': 375,
'OriginUrl': 'https://abimg003.imgix.net/FY61PXK/2026-03-30/image/9b5f1ba3-a264-4bef-8a23-def6159507cb_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_64a5208d-e0bd-5b9f-b7e3-2cee79fbd464/64a5208d-e0bd-5b9f-b7e3-2cee79fbd464_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 38614,
'Height': 375,
'OriginUrl': 'https://abimg003.imgix.net/FY61PXK/2026-03-30/image/b65763a0-1a61-4b59-aac9-5333118f82fc_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_64a5208d-e0bd-5b9f-b7e3-2cee79fbd464/64a5208d-e0bd-5b9f-b7e3-2cee79fbd464_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 91893,
'Height': 960,
'OriginUrl': 'https://abimg003.imgix.net/FY61PXK/2026-03-30/image/dccd5ec6-4d18-4cae-b1e1-fba7499daf7c_removebg.jpg?w=600',
'Width': 600}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2011-09-14',
'seller_name': 'CarBuy Limited',
'title': 'AUDI A4 SALOON SPECIAL EDITIONS 2.0 TDI 136 Technik 4dr [Start '
'Stop]',
'transmission': 'manual',
'trim': '2.0 TDI 136 Technik 4dr [Start Stop]',
'vin': None,
'year': 2011}
2026-03-30 10:02:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120878513%27 HTTP/1.1" 200 None
2026-03-30 10:02:15 [astonbarclay.gb] INFO: Saving data for 120878513: {'created_time': 1774864935.762747, 'last_price_update_time': 1774864935.762761, 'auction_closing_time': 1775033100.0}
2026-03-30 10:02:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120878513') HTTP/1.1" 204 0
2026-03-30 10:02:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/RY19YTC/2026-03-30/image/f0e2f1fb-1168-4fc4-9baa-776020c2f504_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120878117?view=catalogue)
2026-03-30 10:02:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/BC17AXS/2026-03-28/image/e184cbd2-6a77-45e6-8a04-567e5c7acc98_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120842093?view=catalogue)
2026-03-30 10:02:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/LW19UZR/2026-03-30/image/e376e8fc-a02c-4fc9-b258-ede3f217745e_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120869555?view=catalogue)
2026-03-30 10:02:15 [astonbarclay.gb] INFO: Found listing with ID: 120613947
2026-03-30 10:02:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120613947%27 HTTP/1.1" 200 None
2026-03-30 10:02:15 [astonbarclay.gb] INFO: Scrape type for 120613947: 0
2026-03-30 10:02:15 [astonbarclay.gb] INFO: Found listing with ID: 120804304
2026-03-30 10:02:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120804304%27 HTTP/1.1" 200 None
2026-03-30 10:02:15 [astonbarclay.gb] INFO: Scrape type for 120804304: 2
2026-03-30 10:02:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02: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%252FBC17AXS%252F2026-03-28%252Fimage%252F86e9aa3f-7113-4c96-9c7a-2c49a5caba2b_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:02:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/BC17AXS/2026-03-28/image/86e9aa3f-7113-4c96-9c7a-2c49a5caba2b_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:02:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02: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%252FLO14NWC%252F2026-03-27%252Fimage%252F65ca1190-816e-402f-9284-25a7e2866305_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:02:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/LO14NWC/2026-03-27/image/65ca1190-816e-402f-9284-25a7e2866305_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:02:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/LW19UZR/2026-03-30/image/6d872eb5-fee0-4863-89f7-5e6275dd93b9_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120869555?view=catalogue)
2026-03-30 10:02:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/RY19YTC/2026-03-30/image/c31eb79e-37c0-4447-9615-2f5600460e63_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120878117?view=catalogue)
2026-03-30 10:02:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02: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%252FLW19UZR%252F2026-03-30%252Fimage%252Fe7e40a4d-a391-49b6-b843-39fc97f37098_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:02:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/LW19UZR/2026-03-30/image/e7e40a4d-a391-49b6-b843-39fc97f37098_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:02:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120858968?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:02:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120869943?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:02:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120870219?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:02:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120870412?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:02:15 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:02:15 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f4366633cd0>
2026-03-30 10:02:15 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:02:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:02:15 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:02:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_12e48026-9566-521a-b99e-5fe15389b8a7/12e48026-9566-521a-b99e-5fe15389b8a7_image_1.jpg HTTP/1.1" 201 0
2026-03-30 10:02:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FLW19UZR%252F2026-03-30%252Fimage%252F011f97af-ae53-4afc-9cbb-84e25db23033_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:02:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/LW19UZR/2026-03-30/image/011f97af-ae53-4afc-9cbb-84e25db23033_removebg.jpg?w=600 saved to cache
2026-03-30 10:02:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 12e48026-9566-521a-b99e-5fe15389b8a7
2026-03-30 10:02:15 [astonbarclay.gb] INFO: Found listing with ID: 120826994
2026-03-30 10:02:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120826994%27 HTTP/1.1" 200 None
2026-03-30 10:02:16 [astonbarclay.gb] INFO: Scrape type for 120826994: 0
2026-03-30 10:02:16 [astonbarclay.gb] INFO: Found listing with ID: 120804920
2026-03-30 10:02:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120804920%27 HTTP/1.1" 200 None
2026-03-30 10:02:16 [astonbarclay.gb] INFO: Scrape type for 120804920: 0
2026-03-30 10:02:16 [astonbarclay.gb] INFO: Found listing with ID: 120736535
2026-03-30 10:02:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120736535%27 HTTP/1.1" 200 None
2026-03-30 10:02:16 [astonbarclay.gb] INFO: Scrape type for 120736535: 0
2026-03-30 10:02:16 [astonbarclay.gb] INFO: Found listing with ID: 120805277
2026-03-30 10:02:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120805277%27 HTTP/1.1" 200 None
2026-03-30 10:02:16 [astonbarclay.gb] INFO: Scrape type for 120805277: 0
2026-03-30 10:02:16 [astonbarclay.gb] INFO: Found listing with ID: 120667852
2026-03-30 10:02:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120667852%27 HTTP/1.1" 200 None
2026-03-30 10:02:16 [astonbarclay.gb] INFO: Scrape type for 120667852: 0
2026-03-30 10:02:16 [astonbarclay.gb] INFO: Found listing with ID: 120839135
2026-03-30 10:02:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120839135%27 HTTP/1.1" 200 None
2026-03-30 10:02:16 [astonbarclay.gb] INFO: Scrape type for 120839135: 1
2026-03-30 10:02:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02: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%252FBC17AXS%252F2026-03-28%252Fimage%252F9f5fa3b7-e775-4c06-a6d2-a4b8c2dc3c21_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:02:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/BC17AXS/2026-03-28/image/9f5fa3b7-e775-4c06-a6d2-a4b8c2dc3c21_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:02:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02: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%252FLO14NWC%252F2026-03-27%252Fimage%252F41bd28e3-eaeb-4a70-9fdc-31af5a5f0afa_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:02:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/LO14NWC/2026-03-27/image/41bd28e3-eaeb-4a70-9fdc-31af5a5f0afa_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:02:16 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:02:16 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:02:16 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:02:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120870098?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:02:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120830682?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:02:16 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:02:16 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:02:16 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f436534a490>
2026-03-30 10:02:16 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:02:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:02:16 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:02:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_218f1ee0-9c00-5fe9-8e36-70b3d8efd0e9/218f1ee0-9c00-5fe9-8e36-70b3d8efd0e9_image_1.jpg HTTP/1.1" 201 0
2026-03-30 10:02:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FBC17AXS%252F2026-03-28%252Fimage%252F408e47f1-9bb0-4e09-9464-0e35c6c0cad9_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:02:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/BC17AXS/2026-03-28/image/408e47f1-9bb0-4e09-9464-0e35c6c0cad9_removebg.jpg?w=600 saved to cache
2026-03-30 10:02:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 218f1ee0-9c00-5fe9-8e36-70b3d8efd0e9
2026-03-30 10:02:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02: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%252FLW19UZR%252F2026-03-30%252Fimage%252F691556a7-7e30-46ba-8729-ebd03b25a75d_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:02:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/LW19UZR/2026-03-30/image/691556a7-7e30-46ba-8729-ebd03b25a75d_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:02:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/LO14NWC/2026-03-27/image/4909ff45-bd61-470d-8287-f2da67b054d5_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120862650?view=catalogue)
2026-03-30 10:02:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/BC17AXS/2026-03-28/image/38d70891-cf48-4fd0-9540-b32091522ae7_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120842093?view=catalogue)
2026-03-30 10:02:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/LW19UZR/2026-03-30/image/2bbb5c12-634c-49f2-ba84-778127a6f721_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120869555?view=catalogue)
2026-03-30 10:02:16 [astonbarclay.gb] INFO: Found listing with ID: 120828556
2026-03-30 10:02:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120828556%27 HTTP/1.1" 200 None
2026-03-30 10:02:16 [astonbarclay.gb] INFO: Scrape type for 120828556: 0
2026-03-30 10:02:16 [astonbarclay.gb] INFO: Found listing with ID: 120518926
2026-03-30 10:02:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120518926%27 HTTP/1.1" 200 None
2026-03-30 10:02:16 [astonbarclay.gb] INFO: Scrape type for 120518926: 0
2026-03-30 10:02:16 [astonbarclay.gb] INFO: Found listing with ID: 120827794
2026-03-30 10:02:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120827794%27 HTTP/1.1" 200 None
2026-03-30 10:02:16 [astonbarclay.gb] INFO: Scrape type for 120827794: 0
2026-03-30 10:02:16 [astonbarclay.gb] INFO: Found listing with ID: 120324176
2026-03-30 10:02:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120324176%27 HTTP/1.1" 200 None
2026-03-30 10:02:16 [astonbarclay.gb] INFO: Scrape type for 120324176: 0
2026-03-30 10:02:16 [astonbarclay.gb] INFO: Found listing with ID: 120773822
2026-03-30 10:02:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120773822%27 HTTP/1.1" 200 None
2026-03-30 10:02:16 [astonbarclay.gb] INFO: Scrape type for 120773822: 0
2026-03-30 10:02:16 [astonbarclay.gb] INFO: Found listing with ID: 120870309
2026-03-30 10:02:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120870309%27 HTTP/1.1" 200 None
2026-03-30 10:02:16 [astonbarclay.gb] INFO: Scrape type for 120870309: 1
2026-03-30 10:02:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02: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%252FBC17AXS%252F2026-03-28%252Fimage%252Fd2f239a7-5a80-4716-852a-e9bd9e30265e_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:02:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/BC17AXS/2026-03-28/image/d2f239a7-5a80-4716-852a-e9bd9e30265e_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:02:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02: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%252FLO14NWC%252F2026-03-27%252Fimage%252F356e5c75-e0cb-4244-909c-f7c3ead28a69_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:02:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/LO14NWC/2026-03-27/image/356e5c75-e0cb-4244-909c-f7c3ead28a69_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:02:16 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:02:16 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:02:16 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f43652d95d0>
2026-03-30 10:02:16 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:02:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:02:16 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:02:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_af306d48-b99b-52f1-9d4a-859fbf54b222/af306d48-b99b-52f1-9d4a-859fbf54b222_image_8.jpg HTTP/1.1" 201 0
2026-03-30 10:02:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FRY19YTC%252F2026-03-30%252Fimage%252Ff0e2f1fb-1168-4fc4-9baa-776020c2f504_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:02:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/RY19YTC/2026-03-30/image/f0e2f1fb-1168-4fc4-9baa-776020c2f504_removebg.jpg?w=600 saved to cache
2026-03-30 10:02:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item af306d48-b99b-52f1-9d4a-859fbf54b222
2026-03-30 10:02:16 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:02:16 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f4365451750>
2026-03-30 10:02:16 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:02:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:02:16 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:02:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_218f1ee0-9c00-5fe9-8e36-70b3d8efd0e9/218f1ee0-9c00-5fe9-8e36-70b3d8efd0e9_image_2.jpg HTTP/1.1" 201 0
2026-03-30 10:02:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FBC17AXS%252F2026-03-28%252Fimage%252Fe184cbd2-6a77-45e6-8a04-567e5c7acc98_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:02:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/BC17AXS/2026-03-28/image/e184cbd2-6a77-45e6-8a04-567e5c7acc98_removebg.jpg?w=600 saved to cache
2026-03-30 10:02:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 218f1ee0-9c00-5fe9-8e36-70b3d8efd0e9
2026-03-30 10:02:16 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:02:16 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f4366667e10>
2026-03-30 10:02:16 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:02:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:02:16 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:02:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_12e48026-9566-521a-b99e-5fe15389b8a7/12e48026-9566-521a-b99e-5fe15389b8a7_image_2.jpg HTTP/1.1" 201 0
2026-03-30 10:02:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FLW19UZR%252F2026-03-30%252Fimage%252Fe376e8fc-a02c-4fc9-b258-ede3f217745e_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:02:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/LW19UZR/2026-03-30/image/e376e8fc-a02c-4fc9-b258-ede3f217745e_removebg.jpg?w=600 saved to cache
2026-03-30 10:02:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 12e48026-9566-521a-b99e-5fe15389b8a7
2026-03-30 10:02:16 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:02:16 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f43651f8a10>
2026-03-30 10:02:16 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:02:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:02:16 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:02:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_12e48026-9566-521a-b99e-5fe15389b8a7/12e48026-9566-521a-b99e-5fe15389b8a7_image_0.jpg HTTP/1.1" 201 0
2026-03-30 10:02:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FLW19UZR%252F2026-03-30%252Fimage%252F6d872eb5-fee0-4863-89f7-5e6275dd93b9_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:02:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/LW19UZR/2026-03-30/image/6d872eb5-fee0-4863-89f7-5e6275dd93b9_removebg.jpg?w=600 saved to cache
2026-03-30 10:02:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 12e48026-9566-521a-b99e-5fe15389b8a7
2026-03-30 10:02:16 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:02:16 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f4366680950>
2026-03-30 10:02:16 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:02:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:02:16 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:02:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_af306d48-b99b-52f1-9d4a-859fbf54b222/af306d48-b99b-52f1-9d4a-859fbf54b222_image_7.jpg HTTP/1.1" 201 0
2026-03-30 10:02:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FRY19YTC%252F2026-03-30%252Fimage%252Fc31eb79e-37c0-4447-9615-2f5600460e63_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:02:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/RY19YTC/2026-03-30/image/c31eb79e-37c0-4447-9615-2f5600460e63_removebg.jpg?w=600 saved to cache
2026-03-30 10:02:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item af306d48-b99b-52f1-9d4a-859fbf54b222
2026-03-30 10:02:16 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120858968, 'registration': 'EK67HYM', 'account': 'WBA002', 'make': 'TOYOTA', 'model': 'C-HR HATCHBACK', 'derivative': '1.8 Hybrid Excel 5dr CVT', 'mileage': 58273, 'mileageWarranty': True, 'type': 'car', 'saleId': 19233, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 726}, 'saleStart': '2026-04-01T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2017-09-28', 'fuel': 'Petrol/Electric Hybrid', 'motExpiry': '2026-09-28', 'doors': 5, 'engineSize': 1798, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/EK67HYM/2026-03-27/image/d9d7c495-9493-4564-b21c-7f1a8d0d5d61_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK67HYM/2026-03-27/image/692e3b1f-2d29-4117-bedd-1cb9cd6a04bd_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK67HYM/2026-03-27/image/61c6a6b9-5a6b-42cb-a45d-b529d88d0c59_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK67HYM/2026-03-27/image/2155802a-4b0d-440e-aa45-6cf916e33689_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK67HYM/2026-03-27/image/2f783aad-b21d-41af-b694-eeaa4f1a7269_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK67HYM/2026-03-27/image/77ae2242-6379-4d2a-9e96-87d2608f8b75_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK67HYM/2026-03-27/image/ec219ab9-4041-4510-8d52-79489971746a_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK67HYM/2026-03-27/image/faebc585-834f-4a6d-bb46-df94bb3543f9_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK67HYM/2026-03-27/image/e0c68b4c-aee3-4087-a3f5-da671ceb4eab_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK67HYM/2026-03-27/image/2d2436ce-bc5f-40f4-a6a6-9f2cbb858c6a_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'EMPTY SERVICE BOOK', 'remarks': 'VOSA STATES 37K, 44K, 49K, 54K, SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'UKCGR - Premium', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 87, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/ee0d1c2b-dec7-4e27-84c7-ea092438b507.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:02:16 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120858968, 'registration': 'EK67HYM', 'account': 'WBA002', 'make': 'TOYOTA', 'model': 'C-HR HATCHBACK', 'derivative': '1.8 Hybrid Excel 5dr CVT', 'mileage': 58273, 'mileageWarranty': True, 'type': 'car', 'saleId': 19233, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 726}, 'saleStart': '2026-04-01T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2017-09-28', 'fuel': 'Petrol/Electric Hybrid', 'motExpiry': '2026-09-28', 'doors': 5, 'engineSize': 1798, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/EK67HYM/2026-03-27/image/d9d7c495-9493-4564-b21c-7f1a8d0d5d61_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK67HYM/2026-03-27/image/692e3b1f-2d29-4117-bedd-1cb9cd6a04bd_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK67HYM/2026-03-27/image/61c6a6b9-5a6b-42cb-a45d-b529d88d0c59_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK67HYM/2026-03-27/image/2155802a-4b0d-440e-aa45-6cf916e33689_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK67HYM/2026-03-27/image/2f783aad-b21d-41af-b694-eeaa4f1a7269_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK67HYM/2026-03-27/image/77ae2242-6379-4d2a-9e96-87d2608f8b75_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK67HYM/2026-03-27/image/ec219ab9-4041-4510-8d52-79489971746a_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK67HYM/2026-03-27/image/faebc585-834f-4a6d-bb46-df94bb3543f9_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK67HYM/2026-03-27/image/e0c68b4c-aee3-4087-a3f5-da671ceb4eab_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK67HYM/2026-03-27/image/2d2436ce-bc5f-40f4-a6a6-9f2cbb858c6a_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'EMPTY SERVICE BOOK', 'remarks': 'VOSA STATES 37K, 44K, 49K, 54K, SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'UKCGR - Premium', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 87, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/ee0d1c2b-dec7-4e27-84c7-ea092438b507.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:02:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5474d57b-b31d-5714-bd90-39a88b05a1b1 with identifier: 120858968
2026-03-30 10:02:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5474d57b-b31d-5714-bd90-39a88b05a1b1 with scrape type 1
2026-03-30 10:02:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 5474d57b-b31d-5714-bd90-39a88b05a1b1
2026-03-30 10:02:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02: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%252FEK67HYM%252F2026-03-27%252Fimage%252Fd9d7c495-9493-4564-b21c-7f1a8d0d5d61_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:02:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EK67HYM/2026-03-27/image/d9d7c495-9493-4564-b21c-7f1a8d0d5d61_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:02:16 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120869943, 'registration': 'EJ67ZSG', 'account': 'WBA002', 'make': 'HONDA', 'model': 'CIVIC DIESEL TOURER', 'derivative': '1.6 i-DTEC SE Plus 5dr', 'mileage': 58537, 'mileageWarranty': True, 'type': 'car', 'saleId': 19233, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 726}, 'saleStart': '2026-04-01T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2017-12-29', 'fuel': 'Diesel', 'motExpiry': '2026-12-28', 'doors': 5, 'engineSize': 1597, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/EJ67ZSG/2026-03-30/image/08eaf757-5181-4a78-85ca-8048accc1882_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ67ZSG/2026-03-30/image/24ef8abb-1322-45d9-b5cd-fc8f76f42da6_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ67ZSG/2026-03-30/image/50722a3b-d3c9-4916-abc1-530eff8bcb07_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ67ZSG/2026-03-30/image/b08b5d7b-164b-4957-9e18-7553941ab0b2_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ67ZSG/2026-03-30/image/939c4c23-297e-4ab4-b5b2-0c249a3442dc_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ67ZSG/2026-03-30/image/5ae187f7-4d27-4077-aca5-bcccb17da41d_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ67ZSG/2026-03-30/image/d5abc9a6-2c47-4ee4-9fc9-de1d7ade99b9_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ67ZSG/2026-03-30/image/776a84c5-ed60-44f0-92cf-58c7fac12c83_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ67ZSG/2026-03-30/image/e9a5202b-ca4b-4bd7-af39-242d3bfc5da6_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ67ZSG/2026-03-30/image/398cd0b4-95d4-423f-9f31-e46cf3532261_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'UKCGR - Premium', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': False, 'v5details': None, 'co2': 99, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/539b396d-c464-478c-857a-dc842ab0db75.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:02:16 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120869943, 'registration': 'EJ67ZSG', 'account': 'WBA002', 'make': 'HONDA', 'model': 'CIVIC DIESEL TOURER', 'derivative': '1.6 i-DTEC SE Plus 5dr', 'mileage': 58537, 'mileageWarranty': True, 'type': 'car', 'saleId': 19233, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 726}, 'saleStart': '2026-04-01T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2017-12-29', 'fuel': 'Diesel', 'motExpiry': '2026-12-28', 'doors': 5, 'engineSize': 1597, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/EJ67ZSG/2026-03-30/image/08eaf757-5181-4a78-85ca-8048accc1882_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ67ZSG/2026-03-30/image/24ef8abb-1322-45d9-b5cd-fc8f76f42da6_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ67ZSG/2026-03-30/image/50722a3b-d3c9-4916-abc1-530eff8bcb07_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ67ZSG/2026-03-30/image/b08b5d7b-164b-4957-9e18-7553941ab0b2_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ67ZSG/2026-03-30/image/939c4c23-297e-4ab4-b5b2-0c249a3442dc_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ67ZSG/2026-03-30/image/5ae187f7-4d27-4077-aca5-bcccb17da41d_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ67ZSG/2026-03-30/image/d5abc9a6-2c47-4ee4-9fc9-de1d7ade99b9_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ67ZSG/2026-03-30/image/776a84c5-ed60-44f0-92cf-58c7fac12c83_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ67ZSG/2026-03-30/image/e9a5202b-ca4b-4bd7-af39-242d3bfc5da6_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ67ZSG/2026-03-30/image/398cd0b4-95d4-423f-9f31-e46cf3532261_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'UKCGR - Premium', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': False, 'v5details': None, 'co2': 99, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/539b396d-c464-478c-857a-dc842ab0db75.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:02:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c289a4b1-7040-5a7c-9907-90547e67110d with identifier: 120869943
2026-03-30 10:02:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c289a4b1-7040-5a7c-9907-90547e67110d with scrape type 1
2026-03-30 10:02:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item c289a4b1-7040-5a7c-9907-90547e67110d
2026-03-30 10:02:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02: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%252FEJ67ZSG%252F2026-03-30%252Fimage%252F08eaf757-5181-4a78-85ca-8048accc1882_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:02:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EJ67ZSG/2026-03-30/image/08eaf757-5181-4a78-85ca-8048accc1882_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:02:16 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120870219, 'registration': 'VE17VYJ', 'account': 'WBA002', 'make': 'NISSAN', 'model': 'JUKE HATCHBACK', 'derivative': '1.6 Tekna 5dr Xtronic', 'mileage': 37150, 'mileageWarranty': True, 'type': 'car', 'saleId': 19233, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 726}, 'saleStart': '2026-04-01T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2017-06-13', 'fuel': 'Petrol', 'motExpiry': '2026-09-20', 'doors': 5, 'engineSize': 1598, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/VE17VYJ/2026-03-30/image/aedc8953-c223-4061-ab05-5b75453dae59_removebg.jpg?w=600', 'https://abimg003.imgix.net/VE17VYJ/2026-03-30/image/533b9a3e-2533-4726-a7a4-d4eeb99a177f_removebg.jpg?w=600', 'https://abimg003.imgix.net/VE17VYJ/2026-03-30/image/7d6ae84c-a163-4ffc-8cd5-496019d76b02_removebg.jpg?w=600', 'https://abimg003.imgix.net/VE17VYJ/2026-03-30/image/d0cf19d2-62bb-44b4-b100-0a858c72f2d5_removebg.jpg?w=600', 'https://abimg003.imgix.net/VE17VYJ/2026-03-30/image/4639f581-7e4a-41ac-92c8-293a8bdfd00a_removebg.jpg?w=600', 'https://abimg003.imgix.net/VE17VYJ/2026-03-30/image/8d0cbe0f-b2d1-4ec8-b4a2-715913d6a89f_removebg.jpg?w=600', 'https://abimg003.imgix.net/VE17VYJ/2026-03-30/image/68d961a1-87f8-4f4b-b130-ab38a34edef4_removebg.jpg?w=600', 'https://abimg003.imgix.net/VE17VYJ/2026-03-30/image/1dbf5624-9bf9-42c5-ba4a-ef78398e0e0d_removebg.jpg?w=600', 'https://abimg003.imgix.net/VE17VYJ/2026-03-30/image/544288d5-1924-4682-a752-af8cae5db6a4_removebg.jpg?w=600', 'https://abimg003.imgix.net/VE17VYJ/2026-03-30/image/db7e4d12-374e-438c-894f-cc5a4381b8b0_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'UKCGR - Premium', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': False, 'v5details': None, 'co2': 139, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/a9aff256-aefc-4bc7-91ac-2ed85b6366a4.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:02:16 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120870219, 'registration': 'VE17VYJ', 'account': 'WBA002', 'make': 'NISSAN', 'model': 'JUKE HATCHBACK', 'derivative': '1.6 Tekna 5dr Xtronic', 'mileage': 37150, 'mileageWarranty': True, 'type': 'car', 'saleId': 19233, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 726}, 'saleStart': '2026-04-01T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2017-06-13', 'fuel': 'Petrol', 'motExpiry': '2026-09-20', 'doors': 5, 'engineSize': 1598, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/VE17VYJ/2026-03-30/image/aedc8953-c223-4061-ab05-5b75453dae59_removebg.jpg?w=600', 'https://abimg003.imgix.net/VE17VYJ/2026-03-30/image/533b9a3e-2533-4726-a7a4-d4eeb99a177f_removebg.jpg?w=600', 'https://abimg003.imgix.net/VE17VYJ/2026-03-30/image/7d6ae84c-a163-4ffc-8cd5-496019d76b02_removebg.jpg?w=600', 'https://abimg003.imgix.net/VE17VYJ/2026-03-30/image/d0cf19d2-62bb-44b4-b100-0a858c72f2d5_removebg.jpg?w=600', 'https://abimg003.imgix.net/VE17VYJ/2026-03-30/image/4639f581-7e4a-41ac-92c8-293a8bdfd00a_removebg.jpg?w=600', 'https://abimg003.imgix.net/VE17VYJ/2026-03-30/image/8d0cbe0f-b2d1-4ec8-b4a2-715913d6a89f_removebg.jpg?w=600', 'https://abimg003.imgix.net/VE17VYJ/2026-03-30/image/68d961a1-87f8-4f4b-b130-ab38a34edef4_removebg.jpg?w=600', 'https://abimg003.imgix.net/VE17VYJ/2026-03-30/image/1dbf5624-9bf9-42c5-ba4a-ef78398e0e0d_removebg.jpg?w=600', 'https://abimg003.imgix.net/VE17VYJ/2026-03-30/image/544288d5-1924-4682-a752-af8cae5db6a4_removebg.jpg?w=600', 'https://abimg003.imgix.net/VE17VYJ/2026-03-30/image/db7e4d12-374e-438c-894f-cc5a4381b8b0_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'UKCGR - Premium', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': False, 'v5details': None, 'co2': 139, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/a9aff256-aefc-4bc7-91ac-2ed85b6366a4.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:02:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2c71b4b3-a7d9-5d2e-82e8-2647043a842c with identifier: 120870219
2026-03-30 10:02:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2c71b4b3-a7d9-5d2e-82e8-2647043a842c with scrape type 1
2026-03-30 10:02:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 2c71b4b3-a7d9-5d2e-82e8-2647043a842c
2026-03-30 10:02:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02: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%252FVE17VYJ%252F2026-03-30%252Fimage%252Faedc8953-c223-4061-ab05-5b75453dae59_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:02:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/VE17VYJ/2026-03-30/image/aedc8953-c223-4061-ab05-5b75453dae59_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:02:16 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120870412, 'registration': 'WR17CDF', 'account': 'WBA002', 'make': 'FORD', 'model': 'GRAND C-MAX DIESEL ESTATE', 'derivative': '1.5 TDCi Titanium 5dr', 'mileage': 46006, 'mileageWarranty': True, 'type': 'car', 'saleId': 19233, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 726}, 'saleStart': '2026-04-01T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2017-04-18', 'fuel': 'Diesel', 'motExpiry': '2026-09-18', 'doors': 5, 'engineSize': 1499, 'bodyType': 'Estate', 'images': None, 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'UKCGR - Premium', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': False, 'v5details': None, 'co2': 113, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:02:16 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120870412, 'registration': 'WR17CDF', 'account': 'WBA002', 'make': 'FORD', 'model': 'GRAND C-MAX DIESEL ESTATE', 'derivative': '1.5 TDCi Titanium 5dr', 'mileage': 46006, 'mileageWarranty': True, 'type': 'car', 'saleId': 19233, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 726}, 'saleStart': '2026-04-01T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2017-04-18', 'fuel': 'Diesel', 'motExpiry': '2026-09-18', 'doors': 5, 'engineSize': 1499, 'bodyType': 'Estate', 'images': None, 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'UKCGR - Premium', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': False, 'v5details': None, 'co2': 113, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:02:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a2addece-8bf7-5316-8ab7-929758bb39f6 with identifier: 120870412
2026-03-30 10:02:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a2addece-8bf7-5316-8ab7-929758bb39f6 with scrape type 1
2026-03-30 10:02:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 0 photos for item a2addece-8bf7-5316-8ab7-929758bb39f6
2026-03-30 10:02:16 [crawlers.middlewares.photo_download_middleware] INFO: No photos to download for item a2addece-8bf7-5316-8ab7-929758bb39f6
2026-03-30 10:02:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: a2addece-8bf7-5316-8ab7-929758bb39f6, identifier: 120870412
2026-03-30 10:02:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/BC17AXS/2026-03-28/image/e0fe12cc-6add-4797-bf58-de0369237152_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120842093?view=catalogue)
2026-03-30 10:02:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/LW19UZR/2026-03-30/image/aa68cd19-dfa2-42b3-b3af-2db56a0e1abf_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120869555?view=catalogue)
2026-03-30 10:02:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/BC17AXS/2026-03-28/image/86e9aa3f-7113-4c96-9c7a-2c49a5caba2b_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120842093?view=catalogue)
2026-03-30 10:02:17 [astonbarclay.gb] INFO: Found listing with ID: 120869987
2026-03-30 10:02:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120869987%27 HTTP/1.1" 200 None
2026-03-30 10:02:17 [astonbarclay.gb] INFO: Scrape type for 120869987: 1
2026-03-30 10:02:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02: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%252FBC17AXS%252F2026-03-28%252Fimage%252F56cb8e40-48ff-42a9-97a1-04f8684f9cf2_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:02:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/BC17AXS/2026-03-28/image/56cb8e40-48ff-42a9-97a1-04f8684f9cf2_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:02:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02: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%252FLO14NWC%252F2026-03-27%252Fimage%252F0c19b1c6-7245-4cfc-b21a-795a5b5a51eb_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:02:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/LO14NWC/2026-03-27/image/0c19b1c6-7245-4cfc-b21a-795a5b5a51eb_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:02:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: a2addece-8bf7-5316-8ab7-929758bb39f6 with identifier: 120870412
2026-03-30 10:02:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: a2addece-8bf7-5316-8ab7-929758bb39f6 with identifier: 120870412
2026-03-30 10:02:17 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: a2addece-8bf7-5316-8ab7-929758bb39f6 with identifier: 120870412 to the API
2026-03-30 10:02:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 10:02:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120870412?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 113,
'color': 'SILVER',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-04-01T09:00:00Z',
'fuel_type': 'Diesel',
'id': 'a2addece-8bf7-5316-8ab7-929758bb39f6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'WR17CDF',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120870412',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'FORD',
'model': 'GRAND C-MAX DIESEL ESTATE',
'odometer': 46006,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-04-18',
'seller_name': 'UKCGR - Premium',
'title': 'FORD GRAND C-MAX DIESEL ESTATE 1.5 TDCi Titanium 5dr',
'transmission': 'manual',
'trim': '1.5 TDCi Titanium 5dr',
'vin': None,
'year': 2017}
2026-03-30 10:02:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120870412%27 HTTP/1.1" 200 None
2026-03-30 10:02:18 [astonbarclay.gb] INFO: Saving data for 120870412: {'created_time': 1774864938.133373, 'last_price_update_time': 1774864938.133391, 'auction_closing_time': 1775034000.0}
2026-03-30 10:02:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120870412') HTTP/1.1" 204 0
2026-03-30 10:02:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/LO14NWC/2026-03-27/image/65ca1190-816e-402f-9284-25a7e2866305_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120862650?view=catalogue)
2026-03-30 10:02:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/BC17AXS/2026-03-28/image/108c3d0e-f217-4722-9883-da40b7c8c3f7_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120842093?view=catalogue)
2026-03-30 10:02:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02: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%252FEK67HYM%252F2026-03-27%252Fimage%252F692e3b1f-2d29-4117-bedd-1cb9cd6a04bd_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:02:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EK67HYM/2026-03-27/image/692e3b1f-2d29-4117-bedd-1cb9cd6a04bd_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:02:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02: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%252FEJ67ZSG%252F2026-03-30%252Fimage%252F24ef8abb-1322-45d9-b5cd-fc8f76f42da6_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:02:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EJ67ZSG/2026-03-30/image/24ef8abb-1322-45d9-b5cd-fc8f76f42da6_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:02:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02: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%252FVE17VYJ%252F2026-03-30%252Fimage%252F533b9a3e-2533-4726-a7a4-d4eeb99a177f_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:02:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/VE17VYJ/2026-03-30/image/533b9a3e-2533-4726-a7a4-d4eeb99a177f_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:02:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120870156?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:02:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120830692?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:02:18 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120870098, 'registration': 'EK20BTO', 'account': 'WBA002', 'make': 'CITROEN', 'model': 'C5 AIRCROSS HATCHBACK', 'derivative': '1.2 PureTech 130 Flair 5dr', 'mileage': 45703, 'mileageWarranty': True, 'type': 'car', 'saleId': 19233, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 726}, 'saleStart': '2026-04-01T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2020-03-23', 'fuel': 'Petrol', 'motExpiry': '2027-03-24', 'doors': 5, 'engineSize': 1200, 'bodyType': 'Hatchback', 'images': None, 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'UKCGR - Premium', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': False, 'v5details': None, 'co2': 119, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/6d00da2c-a686-48b0-9300-64b2e8bb2c9a.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:02:18 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120870098, 'registration': 'EK20BTO', 'account': 'WBA002', 'make': 'CITROEN', 'model': 'C5 AIRCROSS HATCHBACK', 'derivative': '1.2 PureTech 130 Flair 5dr', 'mileage': 45703, 'mileageWarranty': True, 'type': 'car', 'saleId': 19233, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 726}, 'saleStart': '2026-04-01T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2020-03-23', 'fuel': 'Petrol', 'motExpiry': '2027-03-24', 'doors': 5, 'engineSize': 1200, 'bodyType': 'Hatchback', 'images': None, 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'UKCGR - Premium', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': False, 'v5details': None, 'co2': 119, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/6d00da2c-a686-48b0-9300-64b2e8bb2c9a.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:02:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e100cf6f-9de8-5058-bea4-701a576f70df with identifier: 120870098
2026-03-30 10:02:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e100cf6f-9de8-5058-bea4-701a576f70df with scrape type 1
2026-03-30 10:02:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 0 photos for item e100cf6f-9de8-5058-bea4-701a576f70df
2026-03-30 10:02:18 [crawlers.middlewares.photo_download_middleware] INFO: No photos to download for item e100cf6f-9de8-5058-bea4-701a576f70df
2026-03-30 10:02:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: e100cf6f-9de8-5058-bea4-701a576f70df, identifier: 120870098
2026-03-30 10:02:18 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120830682, 'registration': 'EK63TFA', 'account': 'SMC024', 'make': 'FORD', 'model': 'FIESTA HATCHBACK', 'derivative': '1.6 Titanium X 5dr Powershift', 'mileage': 39491, 'mileageWarranty': True, 'type': 'car', 'saleId': 19234, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 726}, 'saleStart': '2026-04-01T09:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2013-10-15', 'fuel': 'Petrol', 'motExpiry': '2026-03-26', 'doors': 5, 'engineSize': 1596, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/EK63TFA/2026-03-28/image/bb4d6b54-d391-400b-9130-72be2bfb65b7_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK63TFA/2026-03-28/image/1eeac971-9abf-4c46-a844-9d9056d9650c_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK63TFA/2026-03-28/image/c655b8c6-e399-406f-916a-5e701baf1359_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK63TFA/2026-03-28/image/cf4f684c-5cb7-49f3-85f6-abb665c28fda_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK63TFA/2026-03-28/image/4edbda23-1592-4a65-96e3-b4607e23a8bd_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK63TFA/2026-03-28/image/021b7c96-4e2e-491e-8353-62cf14fed206_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK63TFA/2026-03-28/image/94c30433-a91a-4f2b-acd1-72d463edcbd1_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'SMC Ford Gillingham', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': False, 'v5details': None, 'co2': 138, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/70fa7d8d-f066-4943-81c7-cf044f9ceca3.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:02:18 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120830682, 'registration': 'EK63TFA', 'account': 'SMC024', 'make': 'FORD', 'model': 'FIESTA HATCHBACK', 'derivative': '1.6 Titanium X 5dr Powershift', 'mileage': 39491, 'mileageWarranty': True, 'type': 'car', 'saleId': 19234, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 726}, 'saleStart': '2026-04-01T09:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2013-10-15', 'fuel': 'Petrol', 'motExpiry': '2026-03-26', 'doors': 5, 'engineSize': 1596, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/EK63TFA/2026-03-28/image/bb4d6b54-d391-400b-9130-72be2bfb65b7_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK63TFA/2026-03-28/image/1eeac971-9abf-4c46-a844-9d9056d9650c_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK63TFA/2026-03-28/image/c655b8c6-e399-406f-916a-5e701baf1359_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK63TFA/2026-03-28/image/cf4f684c-5cb7-49f3-85f6-abb665c28fda_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK63TFA/2026-03-28/image/4edbda23-1592-4a65-96e3-b4607e23a8bd_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK63TFA/2026-03-28/image/021b7c96-4e2e-491e-8353-62cf14fed206_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK63TFA/2026-03-28/image/94c30433-a91a-4f2b-acd1-72d463edcbd1_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'SMC Ford Gillingham', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': False, 'v5details': None, 'co2': 138, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/70fa7d8d-f066-4943-81c7-cf044f9ceca3.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:02:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e6b014ca-1634-5e58-bd8e-51d7b3b24e0e with identifier: 120830682
2026-03-30 10:02:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e6b014ca-1634-5e58-bd8e-51d7b3b24e0e with scrape type 1
2026-03-30 10:02:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 7 photos for item e6b014ca-1634-5e58-bd8e-51d7b3b24e0e
2026-03-30 10:02:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02: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%252FEK63TFA%252F2026-03-28%252Fimage%252Fbb4d6b54-d391-400b-9130-72be2bfb65b7_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:02:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EK63TFA/2026-03-28/image/bb4d6b54-d391-400b-9130-72be2bfb65b7_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:02:18 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:02:18 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f4366628d50>
2026-03-30 10:02:18 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:02:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:02:18 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:02:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ed852258-c756-57ea-85af-7fcc09ddfb32/ed852258-c756-57ea-85af-7fcc09ddfb32_image_0.jpg HTTP/1.1" 201 0
2026-03-30 10:02:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FLO14NWC%252F2026-03-27%252Fimage%252F4909ff45-bd61-470d-8287-f2da67b054d5_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:02:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/LO14NWC/2026-03-27/image/4909ff45-bd61-470d-8287-f2da67b054d5_removebg.jpg?w=600 saved to cache
2026-03-30 10:02:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item ed852258-c756-57ea-85af-7fcc09ddfb32
2026-03-30 10:02:18 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:02:18 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f43653e4090>
2026-03-30 10:02:18 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:02:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:02:18 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:02:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_218f1ee0-9c00-5fe9-8e36-70b3d8efd0e9/218f1ee0-9c00-5fe9-8e36-70b3d8efd0e9_image_4.jpg HTTP/1.1" 201 0
2026-03-30 10:02:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FBC17AXS%252F2026-03-28%252Fimage%252F38d70891-cf48-4fd0-9540-b32091522ae7_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:02:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/BC17AXS/2026-03-28/image/38d70891-cf48-4fd0-9540-b32091522ae7_removebg.jpg?w=600 saved to cache
2026-03-30 10:02:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 218f1ee0-9c00-5fe9-8e36-70b3d8efd0e9
2026-03-30 10:02:18 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:02:18 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f4365398e90>
2026-03-30 10:02:18 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:02:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:02:18 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:02:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_12e48026-9566-521a-b99e-5fe15389b8a7/12e48026-9566-521a-b99e-5fe15389b8a7_image_5.jpg HTTP/1.1" 201 0
2026-03-30 10:02:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FLW19UZR%252F2026-03-30%252Fimage%252F2bbb5c12-634c-49f2-ba84-778127a6f721_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:02:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/LW19UZR/2026-03-30/image/2bbb5c12-634c-49f2-ba84-778127a6f721_removebg.jpg?w=600 saved to cache
2026-03-30 10:02:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 12e48026-9566-521a-b99e-5fe15389b8a7
2026-03-30 10:02:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/LW19UZR/2026-03-30/image/e7e40a4d-a391-49b6-b843-39fc97f37098_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120869555?view=catalogue)
2026-03-30 10:02:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/LW19UZR/2026-03-30/image/1ca77894-b298-4a9d-ac48-dc1a5571a88a_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120869555?view=catalogue)
2026-03-30 10:02:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/LO14NWC/2026-03-27/image/41bd28e3-eaeb-4a70-9fdc-31af5a5f0afa_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120862650?view=catalogue)
2026-03-30 10:02:18 [astonbarclay.gb] INFO: Found listing with ID: 120653827
2026-03-30 10:02:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120653827%27 HTTP/1.1" 200 None
2026-03-30 10:02:18 [astonbarclay.gb] INFO: Scrape type for 120653827: 0
2026-03-30 10:02:18 [astonbarclay.gb] INFO: Found listing with ID: 120775612
2026-03-30 10:02:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120775612%27 HTTP/1.1" 200 None
2026-03-30 10:02:18 [astonbarclay.gb] INFO: Scrape type for 120775612: 0
2026-03-30 10:02:18 [astonbarclay.gb] INFO: Found listing with ID: 120775627
2026-03-30 10:02:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120775627%27 HTTP/1.1" 200 None
2026-03-30 10:02:18 [astonbarclay.gb] INFO: Scrape type for 120775627: 0
2026-03-30 10:02:18 [astonbarclay.gb] INFO: Found listing with ID: 120775656
2026-03-30 10:02:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120775656%27 HTTP/1.1" 200 None
2026-03-30 10:02:18 [astonbarclay.gb] INFO: Scrape type for 120775656: 0
2026-03-30 10:02:18 [astonbarclay.gb] INFO: Found listing with ID: 120775642
2026-03-30 10:02:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120775642%27 HTTP/1.1" 200 None
2026-03-30 10:02:18 [astonbarclay.gb] INFO: Scrape type for 120775642: 0
2026-03-30 10:02:18 [astonbarclay.gb] INFO: Found listing with ID: 120734951
2026-03-30 10:02:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120734951%27 HTTP/1.1" 200 None
2026-03-30 10:02:18 [astonbarclay.gb] INFO: Scrape type for 120734951: 0
2026-03-30 10:02:18 [astonbarclay.gb] INFO: Found listing with ID: 120753500
2026-03-30 10:02:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120753500%27 HTTP/1.1" 200 None
2026-03-30 10:02:18 [astonbarclay.gb] INFO: Scrape type for 120753500: 0
2026-03-30 10:02:18 [astonbarclay.gb] INFO: Found listing with ID: 120740344
2026-03-30 10:02:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120740344%27 HTTP/1.1" 200 None
2026-03-30 10:02:18 [astonbarclay.gb] INFO: Scrape type for 120740344: 0
2026-03-30 10:02:18 [astonbarclay.gb] INFO: Found listing with ID: 120794538
2026-03-30 10:02:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120794538%27 HTTP/1.1" 200 None
2026-03-30 10:02:18 [astonbarclay.gb] INFO: Scrape type for 120794538: 1
2026-03-30 10:02:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02: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%252FLO14NWC%252F2026-03-27%252Fimage%252F856dc735-a2d2-4ed4-aa74-da2539e219a1_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:02:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/LO14NWC/2026-03-27/image/856dc735-a2d2-4ed4-aa74-da2539e219a1_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:02:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: e100cf6f-9de8-5058-bea4-701a576f70df with identifier: 120870098
2026-03-30 10:02:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: e100cf6f-9de8-5058-bea4-701a576f70df with identifier: 120870098
2026-03-30 10:02:19 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: e100cf6f-9de8-5058-bea4-701a576f70df with identifier: 120870098 to the API
2026-03-30 10:02:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 10:02:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120870098?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 119,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-04-01T09:00:00Z',
'fuel_type': 'Petrol',
'id': 'e100cf6f-9de8-5058-bea4-701a576f70df',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'EK20BTO',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120870098',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'CITROEN',
'model': 'C5 AIRCROSS HATCHBACK',
'odometer': 45703,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-03-23',
'seller_name': 'UKCGR - Premium',
'title': 'CITROEN C5 AIRCROSS HATCHBACK 1.2 PureTech 130 Flair 5dr',
'transmission': 'manual',
'trim': '1.2 PureTech 130 Flair 5dr',
'vin': None,
'year': 2020}
2026-03-30 10:02:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120870098%27 HTTP/1.1" 200 None
2026-03-30 10:02:19 [astonbarclay.gb] INFO: Saving data for 120870098: {'created_time': 1774864939.564589, 'last_price_update_time': 1774864939.5646, 'auction_closing_time': 1775034000.0}
2026-03-30 10:02:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120870098') HTTP/1.1" 204 0
2026-03-30 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-30 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-30 10:02:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FEK67HYM%252F2026-03-27%252Fimage%252F61c6a6b9-5a6b-42cb-a45d-b529d88d0c59_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:02:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EK67HYM/2026-03-27/image/61c6a6b9-5a6b-42cb-a45d-b529d88d0c59_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:02:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FEJ67ZSG%252F2026-03-30%252Fimage%252F50722a3b-d3c9-4916-abc1-530eff8bcb07_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:02:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EJ67ZSG/2026-03-30/image/50722a3b-d3c9-4916-abc1-530eff8bcb07_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:02:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FVE17VYJ%252F2026-03-30%252Fimage%252F7d6ae84c-a163-4ffc-8cd5-496019d76b02_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:02:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/VE17VYJ/2026-03-30/image/7d6ae84c-a163-4ffc-8cd5-496019d76b02_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:02:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FEK63TFA%252F2026-03-28%252Fimage%252F1eeac971-9abf-4c46-a844-9d9056d9650c_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:02:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EK63TFA/2026-03-28/image/1eeac971-9abf-4c46-a844-9d9056d9650c_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:02:19 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:02:19 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f43653b4210>
2026-03-30 10:02:19 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:02:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:02:19 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:02:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_218f1ee0-9c00-5fe9-8e36-70b3d8efd0e9/218f1ee0-9c00-5fe9-8e36-70b3d8efd0e9_image_5.jpg HTTP/1.1" 201 0
2026-03-30 10:02:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FBC17AXS%252F2026-03-28%252Fimage%252Fe0fe12cc-6add-4797-bf58-de0369237152_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:02:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/BC17AXS/2026-03-28/image/e0fe12cc-6add-4797-bf58-de0369237152_removebg.jpg?w=600 saved to cache
2026-03-30 10:02:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 218f1ee0-9c00-5fe9-8e36-70b3d8efd0e9
2026-03-30 10:02:19 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:02:19 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f436650a510>
2026-03-30 10:02:19 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:02:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:02:19 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:02:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_12e48026-9566-521a-b99e-5fe15389b8a7/12e48026-9566-521a-b99e-5fe15389b8a7_image_6.jpg HTTP/1.1" 201 0
2026-03-30 10:02:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FLW19UZR%252F2026-03-30%252Fimage%252Faa68cd19-dfa2-42b3-b3af-2db56a0e1abf_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:02:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/LW19UZR/2026-03-30/image/aa68cd19-dfa2-42b3-b3af-2db56a0e1abf_removebg.jpg?w=600 saved to cache
2026-03-30 10:02:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 12e48026-9566-521a-b99e-5fe15389b8a7
2026-03-30 10:02:19 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:02:19 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f4366533d90>
2026-03-30 10:02:19 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:02:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:02:19 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:02:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_218f1ee0-9c00-5fe9-8e36-70b3d8efd0e9/218f1ee0-9c00-5fe9-8e36-70b3d8efd0e9_image_6.jpg HTTP/1.1" 201 0
2026-03-30 10:02:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FBC17AXS%252F2026-03-28%252Fimage%252F86e9aa3f-7113-4c96-9c7a-2c49a5caba2b_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:02:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/BC17AXS/2026-03-28/image/86e9aa3f-7113-4c96-9c7a-2c49a5caba2b_removebg.jpg?w=600 saved to cache
2026-03-30 10:02:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 218f1ee0-9c00-5fe9-8e36-70b3d8efd0e9
2026-03-30 10:02:19 [astonbarclay.gb] INFO: Found listing with ID: 120862857
2026-03-30 10:02:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120862857%27 HTTP/1.1" 200 None
2026-03-30 10:02:19 [astonbarclay.gb] INFO: Scrape type for 120862857: 1
2026-03-30 10:02:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FLO14NWC%252F2026-03-27%252Fimage%252Fed4c2156-6091-464e-a34d-0175870b5a54_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:02:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/LO14NWC/2026-03-27/image/ed4c2156-6091-464e-a34d-0175870b5a54_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:02:19 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:02:19 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f43664df490>
2026-03-30 10:02:19 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:02:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:02:19 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:02:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ed852258-c756-57ea-85af-7fcc09ddfb32/ed852258-c756-57ea-85af-7fcc09ddfb32_image_1.jpg HTTP/1.1" 201 0
2026-03-30 10:02:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FLO14NWC%252F2026-03-27%252Fimage%252F65ca1190-816e-402f-9284-25a7e2866305_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:02:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/LO14NWC/2026-03-27/image/65ca1190-816e-402f-9284-25a7e2866305_removebg.jpg?w=600 saved to cache
2026-03-30 10:02:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item ed852258-c756-57ea-85af-7fcc09ddfb32
2026-03-30 10:02:19 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:02:19 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f43650ed1d0>
2026-03-30 10:02:19 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:02:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:02:19 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:02:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_218f1ee0-9c00-5fe9-8e36-70b3d8efd0e9/218f1ee0-9c00-5fe9-8e36-70b3d8efd0e9_image_3.jpg HTTP/1.1" 201 0
2026-03-30 10:02:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FBC17AXS%252F2026-03-28%252Fimage%252F108c3d0e-f217-4722-9883-da40b7c8c3f7_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:02:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/BC17AXS/2026-03-28/image/108c3d0e-f217-4722-9883-da40b7c8c3f7_removebg.jpg?w=600 saved to cache
2026-03-30 10:02:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 218f1ee0-9c00-5fe9-8e36-70b3d8efd0e9
2026-03-30 10:02:19 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120870156, 'registration': 'WO17TEV', 'account': 'WBA002', 'make': 'FIAT', 'model': 'TIPO HATCHBACK', 'derivative': '1.4 Lounge 5dr', 'mileage': 96435, 'mileageWarranty': True, 'type': 'car', 'saleId': 19233, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 726}, 'saleStart': '2026-04-01T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2017-06-14', 'fuel': 'Petrol', 'motExpiry': '2026-07-09', 'doors': 5, 'engineSize': 1368, 'bodyType': 'Hatchback', 'images': None, 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'UKCGR - Premium', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': False, 'v5details': None, 'co2': 132, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/ccd4eccd-945b-4617-bfa4-b41e1b97ee4d.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:02:19 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120870156, 'registration': 'WO17TEV', 'account': 'WBA002', 'make': 'FIAT', 'model': 'TIPO HATCHBACK', 'derivative': '1.4 Lounge 5dr', 'mileage': 96435, 'mileageWarranty': True, 'type': 'car', 'saleId': 19233, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 726}, 'saleStart': '2026-04-01T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2017-06-14', 'fuel': 'Petrol', 'motExpiry': '2026-07-09', 'doors': 5, 'engineSize': 1368, 'bodyType': 'Hatchback', 'images': None, 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'UKCGR - Premium', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': False, 'v5details': None, 'co2': 132, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/ccd4eccd-945b-4617-bfa4-b41e1b97ee4d.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:02:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 04de1f79-b4c5-5c27-a9a6-5d279381c744 with identifier: 120870156
2026-03-30 10:02:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 04de1f79-b4c5-5c27-a9a6-5d279381c744 with scrape type 1
2026-03-30 10:02:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 0 photos for item 04de1f79-b4c5-5c27-a9a6-5d279381c744
2026-03-30 10:02:19 [crawlers.middlewares.photo_download_middleware] INFO: No photos to download for item 04de1f79-b4c5-5c27-a9a6-5d279381c744
2026-03-30 10:02:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 04de1f79-b4c5-5c27-a9a6-5d279381c744, identifier: 120870156
2026-03-30 10:02:20 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120830692, 'registration': 'KP65GHA', 'account': 'SMC024', 'make': 'CITROEN', 'model': 'C4 PICASSO DIESEL ESTATE', 'derivative': '1.6 BlueHDi Exclusive 5dr EAT6', 'mileage': 35957, 'mileageWarranty': True, 'type': 'car', 'saleId': 19234, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 726}, 'saleStart': '2026-04-01T09:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2015-09-29', 'fuel': 'Diesel', 'motExpiry': '2026-11-04', 'doors': 5, 'engineSize': 1560, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/KP65GHA/2026-03-28/image/3e94c2b9-c498-4f3d-84f2-c733712ab3b0_removebg.jpg?w=600', 'https://abimg003.imgix.net/KP65GHA/2026-03-28/image/c6481f40-bf3c-42b7-b016-703669b77181_removebg.jpg?w=600', 'https://abimg003.imgix.net/KP65GHA/2026-03-28/image/cf1efac8-ff23-4244-b8dd-4e66a6002912_removebg.jpg?w=600', 'https://abimg003.imgix.net/KP65GHA/2026-03-28/image/10ca0ff7-f35b-4ac3-b6b5-aa5621ac25be_removebg.jpg?w=600', 'https://abimg003.imgix.net/KP65GHA/2026-03-28/image/5beef2de-c1a5-4f91-83c3-1ed38931ea62_removebg.jpg?w=600', 'https://abimg003.imgix.net/KP65GHA/2026-03-28/image/107d232a-426a-4ede-aa36-6eb3f0dad96f_removebg.jpg?w=600', 'https://abimg003.imgix.net/KP65GHA/2026-03-28/image/83338e45-7e7c-4fdc-a3d5-8e58baeb589f_removebg.jpg?w=600', 'https://abimg003.imgix.net/KP65GHA/2026-03-28/image/1e1ce95e-3059-4c11-8194-42600bf94099_removebg.jpg?w=600', 'https://abimg003.imgix.net/KP65GHA/2026-03-28/image/48b4a8a9-3548-4967-b329-8fe0af4e5656_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'SMC Ford Gillingham', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': False, 'v5details': None, 'co2': 101, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/c6a44ab4-36ad-42d0-a938-479ec5a5e59b.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:02:20 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120830692, 'registration': 'KP65GHA', 'account': 'SMC024', 'make': 'CITROEN', 'model': 'C4 PICASSO DIESEL ESTATE', 'derivative': '1.6 BlueHDi Exclusive 5dr EAT6', 'mileage': 35957, 'mileageWarranty': True, 'type': 'car', 'saleId': 19234, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 726}, 'saleStart': '2026-04-01T09:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2015-09-29', 'fuel': 'Diesel', 'motExpiry': '2026-11-04', 'doors': 5, 'engineSize': 1560, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/KP65GHA/2026-03-28/image/3e94c2b9-c498-4f3d-84f2-c733712ab3b0_removebg.jpg?w=600', 'https://abimg003.imgix.net/KP65GHA/2026-03-28/image/c6481f40-bf3c-42b7-b016-703669b77181_removebg.jpg?w=600', 'https://abimg003.imgix.net/KP65GHA/2026-03-28/image/cf1efac8-ff23-4244-b8dd-4e66a6002912_removebg.jpg?w=600', 'https://abimg003.imgix.net/KP65GHA/2026-03-28/image/10ca0ff7-f35b-4ac3-b6b5-aa5621ac25be_removebg.jpg?w=600', 'https://abimg003.imgix.net/KP65GHA/2026-03-28/image/5beef2de-c1a5-4f91-83c3-1ed38931ea62_removebg.jpg?w=600', 'https://abimg003.imgix.net/KP65GHA/2026-03-28/image/107d232a-426a-4ede-aa36-6eb3f0dad96f_removebg.jpg?w=600', 'https://abimg003.imgix.net/KP65GHA/2026-03-28/image/83338e45-7e7c-4fdc-a3d5-8e58baeb589f_removebg.jpg?w=600', 'https://abimg003.imgix.net/KP65GHA/2026-03-28/image/1e1ce95e-3059-4c11-8194-42600bf94099_removebg.jpg?w=600', 'https://abimg003.imgix.net/KP65GHA/2026-03-28/image/48b4a8a9-3548-4967-b329-8fe0af4e5656_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'SMC Ford Gillingham', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': False, 'v5details': None, 'co2': 101, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/c6a44ab4-36ad-42d0-a938-479ec5a5e59b.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:02:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9ffde6a3-866a-513a-8c46-21a22175c799 with identifier: 120830692
2026-03-30 10:02:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9ffde6a3-866a-513a-8c46-21a22175c799 with scrape type 1
2026-03-30 10:02:20 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 9 photos for item 9ffde6a3-866a-513a-8c46-21a22175c799
2026-03-30 10:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%252FKP65GHA%252F2026-03-28%252Fimage%252F3e94c2b9-c498-4f3d-84f2-c733712ab3b0_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:02:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/KP65GHA/2026-03-28/image/3e94c2b9-c498-4f3d-84f2-c733712ab3b0_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:02:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/EK67HYM/2026-03-27/image/d9d7c495-9493-4564-b21c-7f1a8d0d5d61_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120858968?view=catalogue)
2026-03-30 10:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%252FEK67HYM%252F2026-03-27%252Fimage%252F2155802a-4b0d-440e-aa45-6cf916e33689_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:02:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EK67HYM/2026-03-27/image/2155802a-4b0d-440e-aa45-6cf916e33689_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%252FEJ67ZSG%252F2026-03-30%252Fimage%252Fb08b5d7b-164b-4957-9e18-7553941ab0b2_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:02:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EJ67ZSG/2026-03-30/image/b08b5d7b-164b-4957-9e18-7553941ab0b2_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%252FVE17VYJ%252F2026-03-30%252Fimage%252Fd0cf19d2-62bb-44b4-b100-0a858c72f2d5_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:02:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/VE17VYJ/2026-03-30/image/d0cf19d2-62bb-44b4-b100-0a858c72f2d5_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%252FEK63TFA%252F2026-03-28%252Fimage%252Fc655b8c6-e399-406f-916a-5e701baf1359_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:02:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EK63TFA/2026-03-28/image/c655b8c6-e399-406f-916a-5e701baf1359_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:02:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 04de1f79-b4c5-5c27-a9a6-5d279381c744 with identifier: 120870156
2026-03-30 10:02:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 04de1f79-b4c5-5c27-a9a6-5d279381c744 with identifier: 120870156
2026-03-30 10:02:20 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 04de1f79-b4c5-5c27-a9a6-5d279381c744 with identifier: 120870156 to the API
2026-03-30 10:02:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 10:02:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120870156?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 132,
'color': 'SILVER',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.4L',
'expiration_date': '2026-04-01T09:00:00Z',
'fuel_type': 'Petrol',
'id': '04de1f79-b4c5-5c27-a9a6-5d279381c744',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'WO17TEV',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120870156',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'FIAT',
'model': 'TIPO HATCHBACK',
'odometer': 96435,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-06-14',
'seller_name': 'UKCGR - Premium',
'title': 'FIAT TIPO HATCHBACK 1.4 Lounge 5dr',
'transmission': 'manual',
'trim': '1.4 Lounge 5dr',
'vin': None,
'year': 2017}
2026-03-30 10:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120870156%27 HTTP/1.1" 200 None
2026-03-30 10:02:20 [astonbarclay.gb] INFO: Saving data for 120870156: {'created_time': 1774864940.896781, 'last_price_update_time': 1774864940.896796, 'auction_closing_time': 1775034000.0}
2026-03-30 10:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120870156') HTTP/1.1" 204 0
2026-03-30 10:02:20 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:02:20 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f43653a8d90>
2026-03-30 10:02:20 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:02:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:02:20 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:02:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_12e48026-9566-521a-b99e-5fe15389b8a7/12e48026-9566-521a-b99e-5fe15389b8a7_image_7.jpg HTTP/1.1" 201 0
2026-03-30 10:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FLW19UZR%252F2026-03-30%252Fimage%252Fe7e40a4d-a391-49b6-b843-39fc97f37098_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:02:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/LW19UZR/2026-03-30/image/e7e40a4d-a391-49b6-b843-39fc97f37098_removebg.jpg?w=600 saved to cache
2026-03-30 10:02:20 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 12e48026-9566-521a-b99e-5fe15389b8a7
2026-03-30 10:02:20 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:02:20 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f4367221110>
2026-03-30 10:02:20 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:02:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:02:21 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:02:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_12e48026-9566-521a-b99e-5fe15389b8a7/12e48026-9566-521a-b99e-5fe15389b8a7_image_4.jpg HTTP/1.1" 201 0
2026-03-30 10:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FLW19UZR%252F2026-03-30%252Fimage%252F1ca77894-b298-4a9d-ac48-dc1a5571a88a_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:02:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/LW19UZR/2026-03-30/image/1ca77894-b298-4a9d-ac48-dc1a5571a88a_removebg.jpg?w=600 saved to cache
2026-03-30 10:02:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 12e48026-9566-521a-b99e-5fe15389b8a7
2026-03-30 10:02:21 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:02:21 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f43651117d0>
2026-03-30 10:02:21 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:02:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:02:21 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:02:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ed852258-c756-57ea-85af-7fcc09ddfb32/ed852258-c756-57ea-85af-7fcc09ddfb32_image_2.jpg HTTP/1.1" 201 0
2026-03-30 10:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FLO14NWC%252F2026-03-27%252Fimage%252F41bd28e3-eaeb-4a70-9fdc-31af5a5f0afa_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:02:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/LO14NWC/2026-03-27/image/41bd28e3-eaeb-4a70-9fdc-31af5a5f0afa_removebg.jpg?w=600 saved to cache
2026-03-30 10:02:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item ed852258-c756-57ea-85af-7fcc09ddfb32
2026-03-30 10:02:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/BC17AXS/2026-03-28/image/d2f239a7-5a80-4716-852a-e9bd9e30265e_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120842093?view=catalogue)
2026-03-30 10:02:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/VE17VYJ/2026-03-30/image/aedc8953-c223-4061-ab05-5b75453dae59_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120870219?view=catalogue)
2026-03-30 10:02:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/LO14NWC/2026-03-27/image/356e5c75-e0cb-4244-909c-f7c3ead28a69_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120862650?view=catalogue)
2026-03-30 10:02:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/BC17AXS/2026-03-28/image/9f5fa3b7-e775-4c06-a6d2-a4b8c2dc3c21_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120842093?view=catalogue)
2026-03-30 10:02:21 [astonbarclay.gb] INFO: Found listing with ID: 120741797
2026-03-30 10:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120741797%27 HTTP/1.1" 200 None
2026-03-30 10:02:21 [astonbarclay.gb] INFO: Scrape type for 120741797: 0
2026-03-30 10:02:21 [astonbarclay.gb] INFO: Found listing with ID: 120826203
2026-03-30 10:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120826203%27 HTTP/1.1" 200 None
2026-03-30 10:02:21 [astonbarclay.gb] INFO: Scrape type for 120826203: 0
2026-03-30 10:02:21 [astonbarclay.gb] INFO: Found listing with ID: 120536421
2026-03-30 10:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120536421%27 HTTP/1.1" 200 None
2026-03-30 10:02:21 [astonbarclay.gb] INFO: Scrape type for 120536421: 0
2026-03-30 10:02:21 [astonbarclay.gb] INFO: Found listing with ID: 120775601
2026-03-30 10:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120775601%27 HTTP/1.1" 200 None
2026-03-30 10:02:21 [astonbarclay.gb] INFO: Scrape type for 120775601: 0
2026-03-30 10:02:21 [astonbarclay.gb] INFO: Found listing with ID: 120739526
2026-03-30 10:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120739526%27 HTTP/1.1" 200 None
2026-03-30 10:02:21 [astonbarclay.gb] INFO: Scrape type for 120739526: 0
2026-03-30 10:02:21 [astonbarclay.gb] INFO: Found listing with ID: 120727592
2026-03-30 10:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120727592%27 HTTP/1.1" 200 None
2026-03-30 10:02:21 [astonbarclay.gb] INFO: Scrape type for 120727592: 0
2026-03-30 10:02:21 [astonbarclay.gb] INFO: Found listing with ID: 119453456
2026-03-30 10:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27119453456%27 HTTP/1.1" 200 None
2026-03-30 10:02:21 [astonbarclay.gb] INFO: Scrape type for 119453456: 0
2026-03-30 10:02:21 [astonbarclay.gb] INFO: Found listing with ID: 119373461
2026-03-30 10:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27119373461%27 HTTP/1.1" 200 None
2026-03-30 10:02:21 [astonbarclay.gb] INFO: Scrape type for 119373461: 0
2026-03-30 10:02:21 [astonbarclay.gb] INFO: Found listing with ID: 120439289
2026-03-30 10:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120439289%27 HTTP/1.1" 200 None
2026-03-30 10:02:21 [astonbarclay.gb] INFO: Scrape type for 120439289: 0
2026-03-30 10:02:21 [astonbarclay.gb] INFO: Found listing with ID: 120546496
2026-03-30 10:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120546496%27 HTTP/1.1" 200 None
2026-03-30 10:02:21 [astonbarclay.gb] INFO: Scrape type for 120546496: 0
2026-03-30 10:02:21 [astonbarclay.gb] INFO: Found listing with ID: 120463366
2026-03-30 10:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120463366%27 HTTP/1.1" 200 None
2026-03-30 10:02:21 [astonbarclay.gb] INFO: Scrape type for 120463366: 0
2026-03-30 10:02:21 [astonbarclay.gb] INFO: Found listing with ID: 118530698
2026-03-30 10:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27118530698%27 HTTP/1.1" 200 None
2026-03-30 10:02:21 [astonbarclay.gb] INFO: Scrape type for 118530698: 0
2026-03-30 10:02:21 [astonbarclay.gb] INFO: Found listing with ID: 120404739
2026-03-30 10:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120404739%27 HTTP/1.1" 200 None
2026-03-30 10:02:21 [astonbarclay.gb] INFO: Scrape type for 120404739: 0
2026-03-30 10:02:21 [astonbarclay.gb] INFO: Found listing with ID: 119676270
2026-03-30 10:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27119676270%27 HTTP/1.1" 200 None
2026-03-30 10:02:21 [astonbarclay.gb] INFO: Scrape type for 119676270: 0
2026-03-30 10:02:21 [astonbarclay.gb] INFO: Found listing with ID: 120147059
2026-03-30 10:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120147059%27 HTTP/1.1" 200 None
2026-03-30 10:02:21 [astonbarclay.gb] INFO: Scrape type for 120147059: 0
2026-03-30 10:02:21 [astonbarclay.gb] INFO: Found listing with ID: 120407347
2026-03-30 10:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120407347%27 HTTP/1.1" 200 None
2026-03-30 10:02:21 [astonbarclay.gb] INFO: Scrape type for 120407347: 0
2026-03-30 10:02:21 [astonbarclay.gb] INFO: Found listing with ID: 118950379
2026-03-30 10:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27118950379%27 HTTP/1.1" 200 None
2026-03-30 10:02:21 [astonbarclay.gb] INFO: Scrape type for 118950379: 0
2026-03-30 10:02:21 [astonbarclay.gb] INFO: Found listing with ID: 120293665
2026-03-30 10:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120293665%27 HTTP/1.1" 200 None
2026-03-30 10:02:21 [astonbarclay.gb] INFO: Scrape type for 120293665: 0
2026-03-30 10:02:21 [astonbarclay.gb] INFO: Found listing with ID: 119334400
2026-03-30 10:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27119334400%27 HTTP/1.1" 200 None
2026-03-30 10:02:21 [astonbarclay.gb] INFO: Scrape type for 119334400: 0
2026-03-30 10:02:21 [astonbarclay.gb] INFO: Found listing with ID: 120472824
2026-03-30 10:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120472824%27 HTTP/1.1" 200 None
2026-03-30 10:02:21 [astonbarclay.gb] INFO: Scrape type for 120472824: 0
2026-03-30 10:02:21 [astonbarclay.gb] INFO: Found listing with ID: 120478572
2026-03-30 10:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120478572%27 HTTP/1.1" 200 None
2026-03-30 10:02:21 [astonbarclay.gb] INFO: Scrape type for 120478572: 0
2026-03-30 10:02:21 [astonbarclay.gb] INFO: Found listing with ID: 120417153
2026-03-30 10:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120417153%27 HTTP/1.1" 200 None
2026-03-30 10:02:21 [astonbarclay.gb] INFO: Scrape type for 120417153: 0
2026-03-30 10:02:21 [astonbarclay.gb] INFO: Found listing with ID: 120882322
2026-03-30 10:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120882322%27 HTTP/1.1" 200 None
2026-03-30 10:02:21 [astonbarclay.gb] INFO: Scrape type for 120882322: 1
2026-03-30 10:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FLO14NWC%252F2026-03-27%252Fimage%252F750cbf0f-d569-47a2-8d3d-8953a226ec95_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:02:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/LO14NWC/2026-03-27/image/750cbf0f-d569-47a2-8d3d-8953a226ec95_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FKP65GHA%252F2026-03-28%252Fimage%252Fc6481f40-bf3c-42b7-b016-703669b77181_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:02:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/KP65GHA/2026-03-28/image/c6481f40-bf3c-42b7-b016-703669b77181_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:02:21 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:02:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/BC17AXS/2026-03-28/image/56cb8e40-48ff-42a9-97a1-04f8684f9cf2_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120842093?view=catalogue)
2026-03-30 10:02:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/EJ67ZSG/2026-03-30/image/08eaf757-5181-4a78-85ca-8048accc1882_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120869943?view=catalogue)
2026-03-30 10:02:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/LO14NWC/2026-03-27/image/0c19b1c6-7245-4cfc-b21a-795a5b5a51eb_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120862650?view=catalogue)
2026-03-30 10:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FEK67HYM%252F2026-03-27%252Fimage%252F2f783aad-b21d-41af-b694-eeaa4f1a7269_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:02:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EK67HYM/2026-03-27/image/2f783aad-b21d-41af-b694-eeaa4f1a7269_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FEJ67ZSG%252F2026-03-30%252Fimage%252F939c4c23-297e-4ab4-b5b2-0c249a3442dc_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:02:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EJ67ZSG/2026-03-30/image/939c4c23-297e-4ab4-b5b2-0c249a3442dc_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FVE17VYJ%252F2026-03-30%252Fimage%252F4639f581-7e4a-41ac-92c8-293a8bdfd00a_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:02:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/VE17VYJ/2026-03-30/image/4639f581-7e4a-41ac-92c8-293a8bdfd00a_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FEK63TFA%252F2026-03-28%252Fimage%252Fcf4f684c-5cb7-49f3-85f6-abb665c28fda_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:02:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EK63TFA/2026-03-28/image/cf4f684c-5cb7-49f3-85f6-abb665c28fda_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:02:21 [astonbarclay.gb] INFO: Found listing with ID: 120546114
2026-03-30 10:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120546114%27 HTTP/1.1" 200 None
2026-03-30 10:02:21 [astonbarclay.gb] INFO: Scrape type for 120546114: 0
2026-03-30 10:02:21 [astonbarclay.gb] INFO: Found listing with ID: 120882453
2026-03-30 10:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120882453%27 HTTP/1.1" 200 None
2026-03-30 10:02:21 [astonbarclay.gb] INFO: Scrape type for 120882453: 1
2026-03-30 10:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FLO14NWC%252F2026-03-27%252Fimage%252F75e2f8ad-ab3e-49aa-95d6-e03fac74ac5f_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:02:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/LO14NWC/2026-03-27/image/75e2f8ad-ab3e-49aa-95d6-e03fac74ac5f_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FKP65GHA%252F2026-03-28%252Fimage%252Fcf1efac8-ff23-4244-b8dd-4e66a6002912_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:02:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/KP65GHA/2026-03-28/image/cf1efac8-ff23-4244-b8dd-4e66a6002912_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:02:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120830740?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:02:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120830712?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:02:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120804304?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:02:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120830721?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:02:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120839135?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:02:21 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:02:21 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f4367b5bf10>
2026-03-30 10:02:21 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:02:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:02:21 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:02:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5474d57b-b31d-5714-bd90-39a88b05a1b1/5474d57b-b31d-5714-bd90-39a88b05a1b1_image_0.jpg HTTP/1.1" 201 0
2026-03-30 10:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FEK67HYM%252F2026-03-27%252Fimage%252Fd9d7c495-9493-4564-b21c-7f1a8d0d5d61_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:02:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EK67HYM/2026-03-27/image/d9d7c495-9493-4564-b21c-7f1a8d0d5d61_removebg.jpg?w=600 saved to cache
2026-03-30 10:02:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 5474d57b-b31d-5714-bd90-39a88b05a1b1
2026-03-30 10:02:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/EK63TFA/2026-03-28/image/1eeac971-9abf-4c46-a844-9d9056d9650c_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120830682?view=catalogue)
2026-03-30 10:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FEK67HYM%252F2026-03-27%252Fimage%252F77ae2242-6379-4d2a-9e96-87d2608f8b75_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:02:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EK67HYM/2026-03-27/image/77ae2242-6379-4d2a-9e96-87d2608f8b75_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FEJ67ZSG%252F2026-03-30%252Fimage%252F5ae187f7-4d27-4077-aca5-bcccb17da41d_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:02:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EJ67ZSG/2026-03-30/image/5ae187f7-4d27-4077-aca5-bcccb17da41d_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FVE17VYJ%252F2026-03-30%252Fimage%252F8d0cbe0f-b2d1-4ec8-b4a2-715913d6a89f_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:02:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/VE17VYJ/2026-03-30/image/8d0cbe0f-b2d1-4ec8-b4a2-715913d6a89f_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FEK63TFA%252F2026-03-28%252Fimage%252F4edbda23-1592-4a65-96e3-b4607e23a8bd_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:02:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EK63TFA/2026-03-28/image/4edbda23-1592-4a65-96e3-b4607e23a8bd_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:02:21 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:02:21 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f4365366e10>
2026-03-30 10:02:21 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:02:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:02:21 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:02:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_218f1ee0-9c00-5fe9-8e36-70b3d8efd0e9/218f1ee0-9c00-5fe9-8e36-70b3d8efd0e9_image_8.jpg HTTP/1.1" 201 0
2026-03-30 10:02:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FBC17AXS%252F2026-03-28%252Fimage%252Fd2f239a7-5a80-4716-852a-e9bd9e30265e_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:02:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/BC17AXS/2026-03-28/image/d2f239a7-5a80-4716-852a-e9bd9e30265e_removebg.jpg?w=600 saved to cache
2026-03-30 10:02:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 218f1ee0-9c00-5fe9-8e36-70b3d8efd0e9
2026-03-30 10:02:22 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:02:22 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f436d2b6090>
2026-03-30 10:02:22 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:02:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:02:22 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:02:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2c71b4b3-a7d9-5d2e-82e8-2647043a842c/2c71b4b3-a7d9-5d2e-82e8-2647043a842c_image_0.jpg HTTP/1.1" 201 0
2026-03-30 10:02:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FVE17VYJ%252F2026-03-30%252Fimage%252Faedc8953-c223-4061-ab05-5b75453dae59_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:02:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/VE17VYJ/2026-03-30/image/aedc8953-c223-4061-ab05-5b75453dae59_removebg.jpg?w=600 saved to cache
2026-03-30 10:02:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 2c71b4b3-a7d9-5d2e-82e8-2647043a842c
2026-03-30 10:02:22 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:02:22 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f4365124f10>
2026-03-30 10:02:22 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:02:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:02:22 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:02:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ed852258-c756-57ea-85af-7fcc09ddfb32/ed852258-c756-57ea-85af-7fcc09ddfb32_image_3.jpg HTTP/1.1" 201 0
2026-03-30 10:02:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FLO14NWC%252F2026-03-27%252Fimage%252F356e5c75-e0cb-4244-909c-f7c3ead28a69_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:02:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/LO14NWC/2026-03-27/image/356e5c75-e0cb-4244-909c-f7c3ead28a69_removebg.jpg?w=600 saved to cache
2026-03-30 10:02:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item ed852258-c756-57ea-85af-7fcc09ddfb32
2026-03-30 10:02:22 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:02:22 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f43667a1890>
2026-03-30 10:02:22 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:02:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:02:22 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:02:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_218f1ee0-9c00-5fe9-8e36-70b3d8efd0e9/218f1ee0-9c00-5fe9-8e36-70b3d8efd0e9_image_7.jpg HTTP/1.1" 201 0
2026-03-30 10:02:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FBC17AXS%252F2026-03-28%252Fimage%252F9f5fa3b7-e775-4c06-a6d2-a4b8c2dc3c21_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:02:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/BC17AXS/2026-03-28/image/9f5fa3b7-e775-4c06-a6d2-a4b8c2dc3c21_removebg.jpg?w=600 saved to cache
2026-03-30 10:02:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 218f1ee0-9c00-5fe9-8e36-70b3d8efd0e9
2026-03-30 10:02:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/KP65GHA/2026-03-28/image/3e94c2b9-c498-4f3d-84f2-c733712ab3b0_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120830692?view=catalogue)
2026-03-30 10:02:22 [astonbarclay.gb] INFO: Found listing with ID: 119392712
2026-03-30 10:02:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119392712%27 HTTP/1.1" 200 None
2026-03-30 10:02:22 [astonbarclay.gb] INFO: Scrape type for 119392712: 0
2026-03-30 10:02:22 [astonbarclay.gb] INFO: Found listing with ID: 119504828
2026-03-30 10:02:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119504828%27 HTTP/1.1" 200 None
2026-03-30 10:02:22 [astonbarclay.gb] INFO: Scrape type for 119504828: 0
2026-03-30 10:02:22 [astonbarclay.gb] INFO: Found listing with ID: 120882343
2026-03-30 10:02:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120882343%27 HTTP/1.1" 200 None
2026-03-30 10:02:22 [astonbarclay.gb] INFO: Scrape type for 120882343: 1
2026-03-30 10:02:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FKP65GHA%252F2026-03-28%252Fimage%252F10ca0ff7-f35b-4ac3-b6b5-aa5621ac25be_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:02:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/KP65GHA/2026-03-28/image/10ca0ff7-f35b-4ac3-b6b5-aa5621ac25be_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:02:22 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:02:22 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f436666c310>
2026-03-30 10:02:22 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:02:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:02:22 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:02:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_218f1ee0-9c00-5fe9-8e36-70b3d8efd0e9/218f1ee0-9c00-5fe9-8e36-70b3d8efd0e9_image_9.jpg HTTP/1.1" 201 0
2026-03-30 10:02:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FBC17AXS%252F2026-03-28%252Fimage%252F56cb8e40-48ff-42a9-97a1-04f8684f9cf2_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:02:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/BC17AXS/2026-03-28/image/56cb8e40-48ff-42a9-97a1-04f8684f9cf2_removebg.jpg?w=600 saved to cache
2026-03-30 10:02:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 218f1ee0-9c00-5fe9-8e36-70b3d8efd0e9
2026-03-30 10:02:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/LO14NWC/2026-03-27/image/ed4c2156-6091-464e-a34d-0175870b5a54_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120862650?view=catalogue)
2026-03-30 10:02:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/EK63TFA/2026-03-28/image/c655b8c6-e399-406f-916a-5e701baf1359_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120830682?view=catalogue)
2026-03-30 10:02:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/LW19UZR/2026-03-30/image/691556a7-7e30-46ba-8729-ebd03b25a75d_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120869555?view=catalogue)
2026-03-30 10:02:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/VE17VYJ/2026-03-30/image/7d6ae84c-a163-4ffc-8cd5-496019d76b02_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120870219?view=catalogue)
2026-03-30 10:02:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/EJ67ZSG/2026-03-30/image/b08b5d7b-164b-4957-9e18-7553941ab0b2_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120869943?view=catalogue)
2026-03-30 10:02:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FEK67HYM%252F2026-03-27%252Fimage%252Fec219ab9-4041-4510-8d52-79489971746a_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:02:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EK67HYM/2026-03-27/image/ec219ab9-4041-4510-8d52-79489971746a_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:02:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FEJ67ZSG%252F2026-03-30%252Fimage%252Fd5abc9a6-2c47-4ee4-9fc9-de1d7ade99b9_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:02:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EJ67ZSG/2026-03-30/image/d5abc9a6-2c47-4ee4-9fc9-de1d7ade99b9_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:02:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FVE17VYJ%252F2026-03-30%252Fimage%252F68d961a1-87f8-4f4b-b130-ab38a34edef4_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:02:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/VE17VYJ/2026-03-30/image/68d961a1-87f8-4f4b-b130-ab38a34edef4_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:02:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FEK63TFA%252F2026-03-28%252Fimage%252F021b7c96-4e2e-491e-8353-62cf14fed206_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:02:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EK63TFA/2026-03-28/image/021b7c96-4e2e-491e-8353-62cf14fed206_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:02:22 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:02:22 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f43666aa650>
2026-03-30 10:02:22 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:02:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:02:22 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:02:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c289a4b1-7040-5a7c-9907-90547e67110d/c289a4b1-7040-5a7c-9907-90547e67110d_image_0.jpg HTTP/1.1" 201 0
2026-03-30 10:02:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FEJ67ZSG%252F2026-03-30%252Fimage%252F08eaf757-5181-4a78-85ca-8048accc1882_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:02:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EJ67ZSG/2026-03-30/image/08eaf757-5181-4a78-85ca-8048accc1882_removebg.jpg?w=600 saved to cache
2026-03-30 10:02:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item c289a4b1-7040-5a7c-9907-90547e67110d
2026-03-30 10:02:22 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:02:22 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f436669fe10>
2026-03-30 10:02:22 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:02:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:02:22 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:02:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ed852258-c756-57ea-85af-7fcc09ddfb32/ed852258-c756-57ea-85af-7fcc09ddfb32_image_4.jpg HTTP/1.1" 201 0
2026-03-30 10:02:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FLO14NWC%252F2026-03-27%252Fimage%252F0c19b1c6-7245-4cfc-b21a-795a5b5a51eb_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:02:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/LO14NWC/2026-03-27/image/0c19b1c6-7245-4cfc-b21a-795a5b5a51eb_removebg.jpg?w=600 saved to cache
2026-03-30 10:02:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item ed852258-c756-57ea-85af-7fcc09ddfb32
2026-03-30 10:02:22 [astonbarclay.gb] INFO: Found listing with ID: 120127097
2026-03-30 10:02:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120127097%27 HTTP/1.1" 200 None
2026-03-30 10:02:22 [astonbarclay.gb] INFO: Scrape type for 120127097: 0
2026-03-30 10:02:22 [astonbarclay.gb] INFO: Found listing with ID: 120059826
2026-03-30 10:02:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120059826%27 HTTP/1.1" 200 None
2026-03-30 10:02:22 [astonbarclay.gb] INFO: Scrape type for 120059826: 0
2026-03-30 10:02:22 [astonbarclay.gb] INFO: Found listing with ID: 120059610
2026-03-30 10:02:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120059610%27 HTTP/1.1" 200 None
2026-03-30 10:02:22 [astonbarclay.gb] INFO: Scrape type for 120059610: 0
2026-03-30 10:02:22 [astonbarclay.gb] INFO: Found listing with ID: 119967315
2026-03-30 10:02:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119967315%27 HTTP/1.1" 200 None
2026-03-30 10:02:22 [astonbarclay.gb] INFO: Scrape type for 119967315: 0
2026-03-30 10:02:22 [astonbarclay.gb] INFO: Found listing with ID: 119205512
2026-03-30 10:02:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119205512%27 HTTP/1.1" 200 None
2026-03-30 10:02:22 [astonbarclay.gb] INFO: Scrape type for 119205512: 0
2026-03-30 10:02:22 [astonbarclay.gb] INFO: Found listing with ID: 119056921
2026-03-30 10:02:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119056921%27 HTTP/1.1" 200 None
2026-03-30 10:02:22 [astonbarclay.gb] INFO: Scrape type for 119056921: 0
2026-03-30 10:02:22 [astonbarclay.gb] INFO: Found listing with ID: 117831399
2026-03-30 10:02:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27117831399%27 HTTP/1.1" 200 None
2026-03-30 10:02:22 [astonbarclay.gb] INFO: Scrape type for 117831399: 0
2026-03-30 10:02:22 [astonbarclay.gb] INFO: Found listing with ID: 120882472
2026-03-30 10:02:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120882472%27 HTTP/1.1" 200 None
2026-03-30 10:02:22 [astonbarclay.gb] INFO: Scrape type for 120882472: 1
2026-03-30 10:02:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FKP65GHA%252F2026-03-28%252Fimage%252F5beef2de-c1a5-4f91-83c3-1ed38931ea62_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:02:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/KP65GHA/2026-03-28/image/5beef2de-c1a5-4f91-83c3-1ed38931ea62_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:02:22 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120830740, 'registration': 'WV11EZW', 'account': 'SMC024', 'make': 'FORD', 'model': 'FOCUS HATCHBACK SPECIAL EDITIONS', 'derivative': '1.6 Sport 5dr', 'mileage': 136753, 'mileageWarranty': True, 'type': 'car', 'saleId': 19234, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 726}, 'saleStart': '2026-04-01T09:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2011-03-22', 'fuel': 'Petrol', 'motExpiry': '2026-04-15', 'doors': 5, 'engineSize': 1596, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/WV11EZW/2026-03-28/image/73bd5049-09e3-4c5c-a3aa-aa3d511886c6_removebg.jpg?w=600', 'https://abimg003.imgix.net/WV11EZW/2026-03-28/image/ed584e14-8f26-475c-8932-80c84c464ae6_removebg.jpg?w=600', 'https://abimg003.imgix.net/WV11EZW/2026-03-28/image/4839fea6-0f1f-416f-bd2e-15d3aa3edcd1_removebg.jpg?w=600', 'https://abimg003.imgix.net/WV11EZW/2026-03-28/image/4c09876a-488a-4298-97a0-5fc50e303364_removebg.jpg?w=600', 'https://abimg003.imgix.net/WV11EZW/2026-03-28/image/d606b70b-aa18-428d-b61c-fa46a0aafae6_removebg.jpg?w=600', 'https://abimg003.imgix.net/WV11EZW/2026-03-28/image/3288263f-8231-4768-b5d3-b1bca4f0a229_removebg.jpg?w=600', 'https://abimg003.imgix.net/WV11EZW/2026-03-28/image/bfbfc6d8-c068-4f10-bd5d-8d5ec0a589a6_removebg.jpg?w=600', 'https://abimg003.imgix.net/WV11EZW/2026-03-28/image/94307ef1-7fea-4b83-9a42-44332b4cc4c2_removebg.jpg?w=600', 'https://abimg003.imgix.net/WV11EZW/2026-03-28/image/14ced9d9-b78a-4fef-933e-863e31d7c4c9_removebg.jpg?w=600', 'https://abimg003.imgix.net/WV11EZW/2026-03-28/image/cf241015-d458-49be-84c3-350f7f93de37_removebg.jpg?w=600', 'https://abimg003.imgix.net/WV11EZW/2026-03-28/image/d869a4d7-9581-4340-a1c5-d855e274812a_removebg.jpg?w=600', 'https://abimg003.imgix.net/WV11EZW/2026-03-28/image/3695101c-1bd0-4199-821c-ae0ce2caf02b_removebg.jpg?w=600', 'https://abimg003.imgix.net/WV11EZW/2026-03-28/image/0d857b7f-f1b2-4308-b728-42d6a6eedd39_removebg.jpg?w=600', 'https://abimg003.imgix.net/WV11EZW/2026-03-28/image/4ecd6976-b56e-470d-bf6b-99a657a8fe93_removebg.jpg?w=600', 'https://abimg003.imgix.net/WV11EZW/2026-03-28/image/2fc5edfd-1412-42be-8ece-2e2f46e19d88_removebg.jpg?w=600', 'https://abimg003.imgix.net/WV11EZW/2026-03-28/image/1ea92d3a-169e-4ff2-b421-97b3ffb952c9_removebg.jpg?w=600', 'https://abimg003.imgix.net/WV11EZW/2026-03-28/image/99fcf9e8-31a5-4947-be97-afa8000ad6e9_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'SMC Ford Gillingham', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': False, 'v5details': None, 'co2': 159, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/a8b8e5fa-15ba-46db-86d3-0a767a6e98e8.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:02:22 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120830740, 'registration': 'WV11EZW', 'account': 'SMC024', 'make': 'FORD', 'model': 'FOCUS HATCHBACK SPECIAL EDITIONS', 'derivative': '1.6 Sport 5dr', 'mileage': 136753, 'mileageWarranty': True, 'type': 'car', 'saleId': 19234, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 726}, 'saleStart': '2026-04-01T09:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2011-03-22', 'fuel': 'Petrol', 'motExpiry': '2026-04-15', 'doors': 5, 'engineSize': 1596, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/WV11EZW/2026-03-28/image/73bd5049-09e3-4c5c-a3aa-aa3d511886c6_removebg.jpg?w=600', 'https://abimg003.imgix.net/WV11EZW/2026-03-28/image/ed584e14-8f26-475c-8932-80c84c464ae6_removebg.jpg?w=600', 'https://abimg003.imgix.net/WV11EZW/2026-03-28/image/4839fea6-0f1f-416f-bd2e-15d3aa3edcd1_removebg.jpg?w=600', 'https://abimg003.imgix.net/WV11EZW/2026-03-28/image/4c09876a-488a-4298-97a0-5fc50e303364_removebg.jpg?w=600', 'https://abimg003.imgix.net/WV11EZW/2026-03-28/image/d606b70b-aa18-428d-b61c-fa46a0aafae6_removebg.jpg?w=600', 'https://abimg003.imgix.net/WV11EZW/2026-03-28/image/3288263f-8231-4768-b5d3-b1bca4f0a229_removebg.jpg?w=600', 'https://abimg003.imgix.net/WV11EZW/2026-03-28/image/bfbfc6d8-c068-4f10-bd5d-8d5ec0a589a6_removebg.jpg?w=600', 'https://abimg003.imgix.net/WV11EZW/2026-03-28/image/94307ef1-7fea-4b83-9a42-44332b4cc4c2_removebg.jpg?w=600', 'https://abimg003.imgix.net/WV11EZW/2026-03-28/image/14ced9d9-b78a-4fef-933e-863e31d7c4c9_removebg.jpg?w=600', 'https://abimg003.imgix.net/WV11EZW/2026-03-28/image/cf241015-d458-49be-84c3-350f7f93de37_removebg.jpg?w=600', 'https://abimg003.imgix.net/WV11EZW/2026-03-28/image/d869a4d7-9581-4340-a1c5-d855e274812a_removebg.jpg?w=600', 'https://abimg003.imgix.net/WV11EZW/2026-03-28/image/3695101c-1bd0-4199-821c-ae0ce2caf02b_removebg.jpg?w=600', 'https://abimg003.imgix.net/WV11EZW/2026-03-28/image/0d857b7f-f1b2-4308-b728-42d6a6eedd39_removebg.jpg?w=600', 'https://abimg003.imgix.net/WV11EZW/2026-03-28/image/4ecd6976-b56e-470d-bf6b-99a657a8fe93_removebg.jpg?w=600', 'https://abimg003.imgix.net/WV11EZW/2026-03-28/image/2fc5edfd-1412-42be-8ece-2e2f46e19d88_removebg.jpg?w=600', 'https://abimg003.imgix.net/WV11EZW/2026-03-28/image/1ea92d3a-169e-4ff2-b421-97b3ffb952c9_removebg.jpg?w=600', 'https://abimg003.imgix.net/WV11EZW/2026-03-28/image/99fcf9e8-31a5-4947-be97-afa8000ad6e9_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'SMC Ford Gillingham', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': False, 'v5details': None, 'co2': 159, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/a8b8e5fa-15ba-46db-86d3-0a767a6e98e8.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:02:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d6855991-a720-57ea-80e5-c513d2d0254a with identifier: 120830740
2026-03-30 10:02:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d6855991-a720-57ea-80e5-c513d2d0254a with scrape type 1
2026-03-30 10:02:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item d6855991-a720-57ea-80e5-c513d2d0254a
2026-03-30 10:02:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FWV11EZW%252F2026-03-28%252Fimage%252F73bd5049-09e3-4c5c-a3aa-aa3d511886c6_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:02:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/WV11EZW/2026-03-28/image/73bd5049-09e3-4c5c-a3aa-aa3d511886c6_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:02:22 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120830712, 'registration': 'FT21CMU', 'account': 'SMC024', 'make': 'FORD', 'model': 'FIESTA HATCHBACK', 'derivative': '1.0 EcoBoost Hybrid mHEV 125 ST-Line Edition 5dr', 'mileage': 88221, 'mileageWarranty': True, 'type': 'car', 'saleId': 19234, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 726}, 'saleStart': '2026-04-01T09:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2021-07-24', 'fuel': 'Petrol', 'motExpiry': '2026-06-17', 'doors': 5, 'engineSize': 999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/FT21CMU/2026-03-28/image/a0ba62ce-cf45-4ba0-a5c2-a272bd8f7ec8_removebg.jpg?w=600', 'https://abimg003.imgix.net/FT21CMU/2026-03-28/image/bb691d4a-b5ac-409b-b470-bdc950cf0459_removebg.jpg?w=600', 'https://abimg003.imgix.net/FT21CMU/2026-03-28/image/73cea2e9-77d7-477c-9822-41604f189245_removebg.jpg?w=600', 'https://abimg003.imgix.net/FT21CMU/2026-03-28/image/8c37cd6d-c46b-414e-85c6-a9fb4ae20b3f_removebg.jpg?w=600', 'https://abimg003.imgix.net/FT21CMU/2026-03-28/image/643dba79-55d9-4fd5-9f85-d5f72a9139d1_removebg.jpg?w=600', 'https://abimg003.imgix.net/FT21CMU/2026-03-28/image/c187afa7-12ff-4a22-9d14-e070d7c8655f_removebg.jpg?w=600', 'https://abimg003.imgix.net/FT21CMU/2026-03-28/image/e440e8f4-4562-4814-bcd6-b5f869023ae4_removebg.jpg?w=600', 'https://abimg003.imgix.net/FT21CMU/2026-03-28/image/ad9386cd-665e-4a3d-9d09-c8b906d2a77a_removebg.jpg?w=600', 'https://abimg003.imgix.net/FT21CMU/2026-03-28/image/bfa5c597-c9b0-4896-a60c-2e5b43ccfe5d_removebg.jpg?w=600', 'https://abimg003.imgix.net/FT21CMU/2026-03-28/image/4c7b08df-a8e9-460b-9eea-e8e3d897a3be_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'SMC Ford Gillingham', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': False, 'v5details': None, 'co2': 117, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/f4a96e77-3783-4ecb-b305-a76738e0b079.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:02:22 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120830712, 'registration': 'FT21CMU', 'account': 'SMC024', 'make': 'FORD', 'model': 'FIESTA HATCHBACK', 'derivative': '1.0 EcoBoost Hybrid mHEV 125 ST-Line Edition 5dr', 'mileage': 88221, 'mileageWarranty': True, 'type': 'car', 'saleId': 19234, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 726}, 'saleStart': '2026-04-01T09:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2021-07-24', 'fuel': 'Petrol', 'motExpiry': '2026-06-17', 'doors': 5, 'engineSize': 999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/FT21CMU/2026-03-28/image/a0ba62ce-cf45-4ba0-a5c2-a272bd8f7ec8_removebg.jpg?w=600', 'https://abimg003.imgix.net/FT21CMU/2026-03-28/image/bb691d4a-b5ac-409b-b470-bdc950cf0459_removebg.jpg?w=600', 'https://abimg003.imgix.net/FT21CMU/2026-03-28/image/73cea2e9-77d7-477c-9822-41604f189245_removebg.jpg?w=600', 'https://abimg003.imgix.net/FT21CMU/2026-03-28/image/8c37cd6d-c46b-414e-85c6-a9fb4ae20b3f_removebg.jpg?w=600', 'https://abimg003.imgix.net/FT21CMU/2026-03-28/image/643dba79-55d9-4fd5-9f85-d5f72a9139d1_removebg.jpg?w=600', 'https://abimg003.imgix.net/FT21CMU/2026-03-28/image/c187afa7-12ff-4a22-9d14-e070d7c8655f_removebg.jpg?w=600', 'https://abimg003.imgix.net/FT21CMU/2026-03-28/image/e440e8f4-4562-4814-bcd6-b5f869023ae4_removebg.jpg?w=600', 'https://abimg003.imgix.net/FT21CMU/2026-03-28/image/ad9386cd-665e-4a3d-9d09-c8b906d2a77a_removebg.jpg?w=600', 'https://abimg003.imgix.net/FT21CMU/2026-03-28/image/bfa5c597-c9b0-4896-a60c-2e5b43ccfe5d_removebg.jpg?w=600', 'https://abimg003.imgix.net/FT21CMU/2026-03-28/image/4c7b08df-a8e9-460b-9eea-e8e3d897a3be_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'SMC Ford Gillingham', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': False, 'v5details': None, 'co2': 117, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/f4a96e77-3783-4ecb-b305-a76738e0b079.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:02:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c31a459a-4f18-5760-8f29-d1c8f58cb774 with identifier: 120830712
2026-03-30 10:02:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c31a459a-4f18-5760-8f29-d1c8f58cb774 with scrape type 1
2026-03-30 10:02:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item c31a459a-4f18-5760-8f29-d1c8f58cb774
2026-03-30 10:02:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FFT21CMU%252F2026-03-28%252Fimage%252Fa0ba62ce-cf45-4ba0-a5c2-a272bd8f7ec8_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:02:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/FT21CMU/2026-03-28/image/a0ba62ce-cf45-4ba0-a5c2-a272bd8f7ec8_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:02:22 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120804304, 'registration': 'EF18KRO', 'account': 'WBA002', 'make': 'MINI', 'model': 'HATCHBACK', 'derivative': '1.5 Cooper 3dr', 'mileage': 74758, 'mileageWarranty': True, 'type': 'car', 'saleId': 19233, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 726}, 'saleStart': '2026-04-01T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2018-05-18', 'fuel': 'Petrol', 'motExpiry': '2026-05-29', 'doors': 3, 'engineSize': 1499, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/EF18KRO/2026-03-26/image/43991c46-5803-46f4-a4dc-074173b6cbe3_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF18KRO/2026-03-26/image/cd4abf7f-08c2-406e-be0d-a96e7a5e341c_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF18KRO/2026-03-26/image/fdf9e1ca-b2e4-4d77-ac24-9d5248902037_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF18KRO/2026-03-26/image/c54d65d7-3109-44aa-a711-e54ef798d914_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF18KRO/2026-03-26/image/bcce42e6-9ce6-4a2f-9a6e-ec33f6dc18f9_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF18KRO/2026-03-26/image/d32c1667-0b99-4857-8d53-a705c6be6398_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF18KRO/2026-03-26/image/80e7448f-e288-4a7d-807a-1cd83fbfd0a5_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF18KRO/2026-03-26/image/47879daf-a8d8-4aca-aaa7-d72b909f5a1a_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'VOSA STATES 29K, 40K, 55K, 68K, SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'UKCGR - Premium', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 107, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/01fb296e-74f4-42a8-b4b8-1f18234e62c2.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:02:22 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120804304, 'registration': 'EF18KRO', 'account': 'WBA002', 'make': 'MINI', 'model': 'HATCHBACK', 'derivative': '1.5 Cooper 3dr', 'mileage': 74758, 'mileageWarranty': True, 'type': 'car', 'saleId': 19233, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 726}, 'saleStart': '2026-04-01T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2018-05-18', 'fuel': 'Petrol', 'motExpiry': '2026-05-29', 'doors': 3, 'engineSize': 1499, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/EF18KRO/2026-03-26/image/43991c46-5803-46f4-a4dc-074173b6cbe3_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF18KRO/2026-03-26/image/cd4abf7f-08c2-406e-be0d-a96e7a5e341c_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF18KRO/2026-03-26/image/fdf9e1ca-b2e4-4d77-ac24-9d5248902037_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF18KRO/2026-03-26/image/c54d65d7-3109-44aa-a711-e54ef798d914_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF18KRO/2026-03-26/image/bcce42e6-9ce6-4a2f-9a6e-ec33f6dc18f9_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF18KRO/2026-03-26/image/d32c1667-0b99-4857-8d53-a705c6be6398_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF18KRO/2026-03-26/image/80e7448f-e288-4a7d-807a-1cd83fbfd0a5_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF18KRO/2026-03-26/image/47879daf-a8d8-4aca-aaa7-d72b909f5a1a_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'VOSA STATES 29K, 40K, 55K, 68K, SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'UKCGR - Premium', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 107, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/01fb296e-74f4-42a8-b4b8-1f18234e62c2.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:02:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2c0858c0-664f-54ec-af6f-d1d0e7f9e0c4 with identifier: 120804304
2026-03-30 10:02:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2c0858c0-664f-54ec-af6f-d1d0e7f9e0c4 with scrape type 2
2026-03-30 10:02:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2c0858c0-664f-54ec-af6f-d1d0e7f9e0c4 with scrape type 2
2026-03-30 10:02:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 2c0858c0-664f-54ec-af6f-d1d0e7f9e0c4, identifier: 120804304
2026-03-30 10:02:23 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120830721, 'registration': 'BJ16YFN', 'account': 'SMC024', 'make': 'FORD', 'model': 'FIESTA HATCHBACK', 'derivative': '1.25 82 Zetec 3dr', 'mileage': 73942, 'mileageWarranty': True, 'type': 'car', 'saleId': 19234, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 726}, 'saleStart': '2026-04-01T09:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2016-03-31', 'fuel': 'Petrol', 'motExpiry': '2027-03-16', 'doors': 3, 'engineSize': 1242, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/BJ16YFN/2026-03-28/image/3e83f5c3-7f40-48af-a8e5-d451d9a35790_removebg.jpg?w=600', 'https://abimg003.imgix.net/BJ16YFN/2026-03-28/image/fa192ed2-8f8f-42ba-817b-e650ca0028b7_removebg.jpg?w=600', 'https://abimg003.imgix.net/BJ16YFN/2026-03-28/image/44f2331f-bb6a-48d7-8ef3-b2b9b691e290_removebg.jpg?w=600', 'https://abimg003.imgix.net/BJ16YFN/2026-03-28/image/7ea90e1d-6276-4725-8b3e-874a59b9b9a9_removebg.jpg?w=600', 'https://abimg003.imgix.net/BJ16YFN/2026-03-28/image/523b3002-732a-4069-b369-814190ca9a51_removebg.jpg?w=600', 'https://abimg003.imgix.net/BJ16YFN/2026-03-28/image/5f3d3ddd-59b8-4afe-9508-9c1344bf45da_removebg.jpg?w=600', 'https://abimg003.imgix.net/BJ16YFN/2026-03-28/image/ae4673c4-84d7-420a-8a0b-7206707f6c3c_removebg.jpg?w=600', 'https://abimg003.imgix.net/BJ16YFN/2026-03-28/image/86158c37-6d7b-48ba-bdea-01a8d4a2b559_removebg.jpg?w=600', 'https://abimg003.imgix.net/BJ16YFN/2026-03-28/image/34ddb187-2e02-491d-a266-ef1fef0f6b9f_removebg.jpg?w=600', 'https://abimg003.imgix.net/BJ16YFN/2026-03-28/image/eaff730e-5af7-4f86-83ca-f18b66550154_removebg.jpg?w=600', 'https://abimg003.imgix.net/BJ16YFN/2026-03-28/image/ec28823c-6745-48e8-88f2-84c95d3acaf5_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'SMC Ford Gillingham', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': False, 'v5details': None, 'co2': 122, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/992a721d-a24f-4c72-9f3a-775a63f6468d.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:02:23 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120830721, 'registration': 'BJ16YFN', 'account': 'SMC024', 'make': 'FORD', 'model': 'FIESTA HATCHBACK', 'derivative': '1.25 82 Zetec 3dr', 'mileage': 73942, 'mileageWarranty': True, 'type': 'car', 'saleId': 19234, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 726}, 'saleStart': '2026-04-01T09:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2016-03-31', 'fuel': 'Petrol', 'motExpiry': '2027-03-16', 'doors': 3, 'engineSize': 1242, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/BJ16YFN/2026-03-28/image/3e83f5c3-7f40-48af-a8e5-d451d9a35790_removebg.jpg?w=600', 'https://abimg003.imgix.net/BJ16YFN/2026-03-28/image/fa192ed2-8f8f-42ba-817b-e650ca0028b7_removebg.jpg?w=600', 'https://abimg003.imgix.net/BJ16YFN/2026-03-28/image/44f2331f-bb6a-48d7-8ef3-b2b9b691e290_removebg.jpg?w=600', 'https://abimg003.imgix.net/BJ16YFN/2026-03-28/image/7ea90e1d-6276-4725-8b3e-874a59b9b9a9_removebg.jpg?w=600', 'https://abimg003.imgix.net/BJ16YFN/2026-03-28/image/523b3002-732a-4069-b369-814190ca9a51_removebg.jpg?w=600', 'https://abimg003.imgix.net/BJ16YFN/2026-03-28/image/5f3d3ddd-59b8-4afe-9508-9c1344bf45da_removebg.jpg?w=600', 'https://abimg003.imgix.net/BJ16YFN/2026-03-28/image/ae4673c4-84d7-420a-8a0b-7206707f6c3c_removebg.jpg?w=600', 'https://abimg003.imgix.net/BJ16YFN/2026-03-28/image/86158c37-6d7b-48ba-bdea-01a8d4a2b559_removebg.jpg?w=600', 'https://abimg003.imgix.net/BJ16YFN/2026-03-28/image/34ddb187-2e02-491d-a266-ef1fef0f6b9f_removebg.jpg?w=600', 'https://abimg003.imgix.net/BJ16YFN/2026-03-28/image/eaff730e-5af7-4f86-83ca-f18b66550154_removebg.jpg?w=600', 'https://abimg003.imgix.net/BJ16YFN/2026-03-28/image/ec28823c-6745-48e8-88f2-84c95d3acaf5_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'SMC Ford Gillingham', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': False, 'v5details': None, 'co2': 122, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/992a721d-a24f-4c72-9f3a-775a63f6468d.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:02:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fc12ce88-442a-57c9-8007-099781604f26 with identifier: 120830721
2026-03-30 10:02:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fc12ce88-442a-57c9-8007-099781604f26 with scrape type 1
2026-03-30 10:02:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item fc12ce88-442a-57c9-8007-099781604f26
2026-03-30 10:02:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FBJ16YFN%252F2026-03-28%252Fimage%252F3e83f5c3-7f40-48af-a8e5-d451d9a35790_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:02:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/BJ16YFN/2026-03-28/image/3e83f5c3-7f40-48af-a8e5-d451d9a35790_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:02:23 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120839135, 'registration': 'PN67MPX', 'account': 'MOT075', 'make': 'LAND ROVER', 'model': 'DISCOVERY DIESEL SW', 'derivative': '3.0 TD6 HSE Luxury 5dr Auto', 'mileage': 79798, 'mileageWarranty': True, 'type': 'car', 'saleId': 19233, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 726}, 'saleStart': '2026-04-01T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2017-09-04', 'fuel': 'Diesel', 'motExpiry': '2026-05-12', 'doors': 5, 'engineSize': 2993, 'bodyType': 'Station Wagon', 'images': ['https://abimg003.imgix.net/PN67MPX/2026-03-27/image/9dd3d093-9536-499e-9f68-b38e0d28f94b_removebg.jpg?w=600', 'https://abimg003.imgix.net/PN67MPX/2026-03-27/image/0b0f0a24-d350-461d-aaa1-e2b36e715f14_removebg.jpg?w=600', 'https://abimg003.imgix.net/PN67MPX/2026-03-27/image/3c5b98b6-46ae-4438-aace-2ffc9370b3d5_removebg.jpg?w=600', 'https://abimg003.imgix.net/PN67MPX/2026-03-27/image/544d5f53-a0c5-4064-8ce0-04b4b96777bd_removebg.jpg?w=600', 'https://abimg003.imgix.net/PN67MPX/2026-03-27/image/a6d0ec13-9145-44de-9edf-f25b1edf9844_removebg.jpg?w=600', 'https://abimg003.imgix.net/PN67MPX/2026-03-27/image/c2888fb0-c868-4e34-9a37-774771eceadf_removebg.jpg?w=600', 'https://abimg003.imgix.net/PN67MPX/2026-03-27/image/410aea1b-fd00-4355-a323-23f1a3bdf7a5_removebg.jpg?w=600', 'https://abimg003.imgix.net/PN67MPX/2026-03-27/image/4c1141d4-4de9-4a8c-b03b-2802886a0b96_removebg.jpg?w=600', 'https://abimg003.imgix.net/PN67MPX/2026-03-27/image/32a764b0-8f97-4c52-84fe-7fc6e3a95992_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 07/19 - 27K, 07/20 - 38K, 08/21 - 46K, 01/23 - 58K, 04/25 - 69K', 'remarks': 'VOSA STATES 46K, 58K, 68K, 78K, SPARE KEY WITH PAPERWORK', 'virtual': False, 'seller': 'MotoNovo Finance', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 189, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/aa215760-dcdf-400b-9743-47ec29c2b323.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:02:23 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120839135, 'registration': 'PN67MPX', 'account': 'MOT075', 'make': 'LAND ROVER', 'model': 'DISCOVERY DIESEL SW', 'derivative': '3.0 TD6 HSE Luxury 5dr Auto', 'mileage': 79798, 'mileageWarranty': True, 'type': 'car', 'saleId': 19233, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 726}, 'saleStart': '2026-04-01T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2017-09-04', 'fuel': 'Diesel', 'motExpiry': '2026-05-12', 'doors': 5, 'engineSize': 2993, 'bodyType': 'Station Wagon', 'images': ['https://abimg003.imgix.net/PN67MPX/2026-03-27/image/9dd3d093-9536-499e-9f68-b38e0d28f94b_removebg.jpg?w=600', 'https://abimg003.imgix.net/PN67MPX/2026-03-27/image/0b0f0a24-d350-461d-aaa1-e2b36e715f14_removebg.jpg?w=600', 'https://abimg003.imgix.net/PN67MPX/2026-03-27/image/3c5b98b6-46ae-4438-aace-2ffc9370b3d5_removebg.jpg?w=600', 'https://abimg003.imgix.net/PN67MPX/2026-03-27/image/544d5f53-a0c5-4064-8ce0-04b4b96777bd_removebg.jpg?w=600', 'https://abimg003.imgix.net/PN67MPX/2026-03-27/image/a6d0ec13-9145-44de-9edf-f25b1edf9844_removebg.jpg?w=600', 'https://abimg003.imgix.net/PN67MPX/2026-03-27/image/c2888fb0-c868-4e34-9a37-774771eceadf_removebg.jpg?w=600', 'https://abimg003.imgix.net/PN67MPX/2026-03-27/image/410aea1b-fd00-4355-a323-23f1a3bdf7a5_removebg.jpg?w=600', 'https://abimg003.imgix.net/PN67MPX/2026-03-27/image/4c1141d4-4de9-4a8c-b03b-2802886a0b96_removebg.jpg?w=600', 'https://abimg003.imgix.net/PN67MPX/2026-03-27/image/32a764b0-8f97-4c52-84fe-7fc6e3a95992_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 07/19 - 27K, 07/20 - 38K, 08/21 - 46K, 01/23 - 58K, 04/25 - 69K', 'remarks': 'VOSA STATES 46K, 58K, 68K, 78K, SPARE KEY WITH PAPERWORK', 'virtual': False, 'seller': 'MotoNovo Finance', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 189, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/aa215760-dcdf-400b-9743-47ec29c2b323.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:02:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2ff10fc6-f8fe-590f-a993-d778959b9d07 with identifier: 120839135
2026-03-30 10:02:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2ff10fc6-f8fe-590f-a993-d778959b9d07 with scrape type 1
2026-03-30 10:02:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 9 photos for item 2ff10fc6-f8fe-590f-a993-d778959b9d07
2026-03-30 10:02:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FPN67MPX%252F2026-03-27%252Fimage%252F9dd3d093-9536-499e-9f68-b38e0d28f94b_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:02:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/PN67MPX/2026-03-27/image/9dd3d093-9536-499e-9f68-b38e0d28f94b_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:02:23 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:02:23 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f4366694d50>
2026-03-30 10:02:23 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:02:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:02:23 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:02:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e6b014ca-1634-5e58-bd8e-51d7b3b24e0e/e6b014ca-1634-5e58-bd8e-51d7b3b24e0e_image_1.jpg HTTP/1.1" 201 0
2026-03-30 10:02:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FEK63TFA%252F2026-03-28%252Fimage%252F1eeac971-9abf-4c46-a844-9d9056d9650c_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:02:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EK63TFA/2026-03-28/image/1eeac971-9abf-4c46-a844-9d9056d9650c_removebg.jpg?w=600 saved to cache
2026-03-30 10:02:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item e6b014ca-1634-5e58-bd8e-51d7b3b24e0e
2026-03-30 10:02:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/EK63TFA/2026-03-28/image/cf4f684c-5cb7-49f3-85f6-abb665c28fda_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120830682?view=catalogue)
2026-03-30 10:02:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FEK67HYM%252F2026-03-27%252Fimage%252Ffaebc585-834f-4a6d-bb46-df94bb3543f9_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:02:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EK67HYM/2026-03-27/image/faebc585-834f-4a6d-bb46-df94bb3543f9_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:02:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FEJ67ZSG%252F2026-03-30%252Fimage%252F776a84c5-ed60-44f0-92cf-58c7fac12c83_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:02:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EJ67ZSG/2026-03-30/image/776a84c5-ed60-44f0-92cf-58c7fac12c83_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:02:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FVE17VYJ%252F2026-03-30%252Fimage%252F1dbf5624-9bf9-42c5-ba4a-ef78398e0e0d_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:02:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/VE17VYJ/2026-03-30/image/1dbf5624-9bf9-42c5-ba4a-ef78398e0e0d_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:02:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FEK63TFA%252F2026-03-28%252Fimage%252F94c30433-a91a-4f2b-acd1-72d463edcbd1_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:02:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EK63TFA/2026-03-28/image/94c30433-a91a-4f2b-acd1-72d463edcbd1_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:02:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 2c0858c0-664f-54ec-af6f-d1d0e7f9e0c4 with identifier: 120804304
2026-03-30 10:02:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 2c0858c0-664f-54ec-af6f-d1d0e7f9e0c4 with identifier: 120804304
2026-03-30 10:02:23 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 2c0858c0-664f-54ec-af6f-d1d0e7f9e0c4 with identifier: 120804304 to the API
2026-03-30 10:02:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:02:23 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:02:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120804304?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 107,
'color': 'RED',
'currency': 'GBP',
'doors_number': 3,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-04-01T09:00:00Z',
'fuel_type': 'Petrol',
'id': '2c0858c0-664f-54ec-af6f-d1d0e7f9e0c4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'EF18KRO',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120804304',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'MINI',
'model': 'HATCHBACK',
'odometer': 74758,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-05-18',
'seller_name': 'UKCGR - Premium',
'title': 'MINI HATCHBACK 1.5 Cooper 3dr',
'transmission': 'manual',
'trim': '1.5 Cooper 3dr',
'vin': None,
'year': 2018}
2026-03-30 10:02:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120804304%27 HTTP/1.1" 200 None
2026-03-30 10:02:23 [astonbarclay.gb] INFO: Saving data for 120804304: {'auction_closing_time': 1775034000.0, 'created_time': 1774552043.566007, 'last_price_update_time': 1774864943.862579}
2026-03-30 10:02:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120804304') HTTP/1.1" 204 0
2026-03-30 10:02:23 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:02:23 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f4365362c50>
2026-03-30 10:02:23 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:02:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:02:23 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:02:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9ffde6a3-866a-513a-8c46-21a22175c799/9ffde6a3-866a-513a-8c46-21a22175c799_image_0.jpg HTTP/1.1" 201 0
2026-03-30 10:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FKP65GHA%252F2026-03-28%252Fimage%252F3e94c2b9-c498-4f3d-84f2-c733712ab3b0_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:02:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/KP65GHA/2026-03-28/image/3e94c2b9-c498-4f3d-84f2-c733712ab3b0_removebg.jpg?w=600 saved to cache
2026-03-30 10:02:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 9ffde6a3-866a-513a-8c46-21a22175c799
2026-03-30 10:02:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/KP65GHA/2026-03-28/image/cf1efac8-ff23-4244-b8dd-4e66a6002912_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120830692?view=catalogue)
2026-03-30 10:02:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/KP65GHA/2026-03-28/image/c6481f40-bf3c-42b7-b016-703669b77181_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120830692?view=catalogue)
2026-03-30 10:02:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/EK67HYM/2026-03-27/image/2f783aad-b21d-41af-b694-eeaa4f1a7269_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120858968?view=catalogue)
2026-03-30 10:02:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/VE17VYJ/2026-03-30/image/4639f581-7e4a-41ac-92c8-293a8bdfd00a_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120870219?view=catalogue)
2026-03-30 10:02:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/LO14NWC/2026-03-27/image/750cbf0f-d569-47a2-8d3d-8953a226ec95_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120862650?view=catalogue)
2026-03-30 10:02:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/VE17VYJ/2026-03-30/image/d0cf19d2-62bb-44b4-b100-0a858c72f2d5_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120870219?view=catalogue)
2026-03-30 10:02:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/EJ67ZSG/2026-03-30/image/939c4c23-297e-4ab4-b5b2-0c249a3442dc_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120869943?view=catalogue)
2026-03-30 10:02:24 [astonbarclay.gb] INFO: Found listing with ID: 120882482
2026-03-30 10:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120882482%27 HTTP/1.1" 200 None
2026-03-30 10:02:24 [astonbarclay.gb] INFO: Scrape type for 120882482: 1
2026-03-30 10:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FKP65GHA%252F2026-03-28%252Fimage%252F107d232a-426a-4ede-aa36-6eb3f0dad96f_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:02:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/KP65GHA/2026-03-28/image/107d232a-426a-4ede-aa36-6eb3f0dad96f_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FWV11EZW%252F2026-03-28%252Fimage%252Fed584e14-8f26-475c-8932-80c84c464ae6_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:02:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/WV11EZW/2026-03-28/image/ed584e14-8f26-475c-8932-80c84c464ae6_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FFT21CMU%252F2026-03-28%252Fimage%252Fbb691d4a-b5ac-409b-b470-bdc950cf0459_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:02:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/FT21CMU/2026-03-28/image/bb691d4a-b5ac-409b-b470-bdc950cf0459_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FBJ16YFN%252F2026-03-28%252Fimage%252Ffa192ed2-8f8f-42ba-817b-e650ca0028b7_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:02:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/BJ16YFN/2026-03-28/image/fa192ed2-8f8f-42ba-817b-e650ca0028b7_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FPN67MPX%252F2026-03-27%252Fimage%252F0b0f0a24-d350-461d-aaa1-e2b36e715f14_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:02:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/PN67MPX/2026-03-27/image/0b0f0a24-d350-461d-aaa1-e2b36e715f14_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:02:24 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:02:24 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:02:24 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f4365160b10>
2026-03-30 10:02:24 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:02:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:02:24 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:02:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ed852258-c756-57ea-85af-7fcc09ddfb32/ed852258-c756-57ea-85af-7fcc09ddfb32_image_6.jpg HTTP/1.1" 201 0
2026-03-30 10:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FLO14NWC%252F2026-03-27%252Fimage%252Fed4c2156-6091-464e-a34d-0175870b5a54_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:02:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/LO14NWC/2026-03-27/image/ed4c2156-6091-464e-a34d-0175870b5a54_removebg.jpg?w=600 saved to cache
2026-03-30 10:02:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item ed852258-c756-57ea-85af-7fcc09ddfb32
2026-03-30 10:02:24 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:02:24 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f436528b090>
2026-03-30 10:02:24 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:02:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:02:24 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:02:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e6b014ca-1634-5e58-bd8e-51d7b3b24e0e/e6b014ca-1634-5e58-bd8e-51d7b3b24e0e_image_2.jpg HTTP/1.1" 201 0
2026-03-30 10:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FEK63TFA%252F2026-03-28%252Fimage%252Fc655b8c6-e399-406f-916a-5e701baf1359_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:02:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EK63TFA/2026-03-28/image/c655b8c6-e399-406f-916a-5e701baf1359_removebg.jpg?w=600 saved to cache
2026-03-30 10:02:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item e6b014ca-1634-5e58-bd8e-51d7b3b24e0e
2026-03-30 10:02:24 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:02:24 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f4365289590>
2026-03-30 10:02:24 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:02:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:02:24 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:02:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_12e48026-9566-521a-b99e-5fe15389b8a7/12e48026-9566-521a-b99e-5fe15389b8a7_image_8.jpg HTTP/1.1" 201 0
2026-03-30 10:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FLW19UZR%252F2026-03-30%252Fimage%252F691556a7-7e30-46ba-8729-ebd03b25a75d_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:02:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/LW19UZR/2026-03-30/image/691556a7-7e30-46ba-8729-ebd03b25a75d_removebg.jpg?w=600 saved to cache
2026-03-30 10:02:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 12e48026-9566-521a-b99e-5fe15389b8a7
2026-03-30 10:02:24 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:02:24 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f436527d190>
2026-03-30 10:02:24 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:02:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:02:24 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:02:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2c71b4b3-a7d9-5d2e-82e8-2647043a842c/2c71b4b3-a7d9-5d2e-82e8-2647043a842c_image_2.jpg HTTP/1.1" 201 0
2026-03-30 10:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FVE17VYJ%252F2026-03-30%252Fimage%252F7d6ae84c-a163-4ffc-8cd5-496019d76b02_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:02:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/VE17VYJ/2026-03-30/image/7d6ae84c-a163-4ffc-8cd5-496019d76b02_removebg.jpg?w=600 saved to cache
2026-03-30 10:02:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 2c71b4b3-a7d9-5d2e-82e8-2647043a842c
2026-03-30 10:02:24 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:02:24 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f4365423c10>
2026-03-30 10:02:24 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:02:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:02:24 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:02:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c289a4b1-7040-5a7c-9907-90547e67110d/c289a4b1-7040-5a7c-9907-90547e67110d_image_3.jpg HTTP/1.1" 201 0
2026-03-30 10:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FEJ67ZSG%252F2026-03-30%252Fimage%252Fb08b5d7b-164b-4957-9e18-7553941ab0b2_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:02:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EJ67ZSG/2026-03-30/image/b08b5d7b-164b-4957-9e18-7553941ab0b2_removebg.jpg?w=600 saved to cache
2026-03-30 10:02:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item c289a4b1-7040-5a7c-9907-90547e67110d
2026-03-30 10:02:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/EK63TFA/2026-03-28/image/4edbda23-1592-4a65-96e3-b4607e23a8bd_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120830682?view=catalogue)
2026-03-30 10:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FEK67HYM%252F2026-03-27%252Fimage%252Fe0c68b4c-aee3-4087-a3f5-da671ceb4eab_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:02:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EK67HYM/2026-03-27/image/e0c68b4c-aee3-4087-a3f5-da671ceb4eab_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FEJ67ZSG%252F2026-03-30%252Fimage%252Fe9a5202b-ca4b-4bd7-af39-242d3bfc5da6_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:02:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EJ67ZSG/2026-03-30/image/e9a5202b-ca4b-4bd7-af39-242d3bfc5da6_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FVE17VYJ%252F2026-03-30%252Fimage%252F544288d5-1924-4682-a752-af8cae5db6a4_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:02:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/VE17VYJ/2026-03-30/image/544288d5-1924-4682-a752-af8cae5db6a4_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:02:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120870309?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:02:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120869987?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:02:24 [astonbarclay.gb] INFO: Found listing with ID: 119504345
2026-03-30 10:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119504345%27 HTTP/1.1" 200 None
2026-03-30 10:02:24 [astonbarclay.gb] INFO: Scrape type for 119504345: 0
2026-03-30 10:02:24 [astonbarclay.gb] INFO: Found listing with ID: 120244319
2026-03-30 10:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120244319%27 HTTP/1.1" 200 None
2026-03-30 10:02:24 [astonbarclay.gb] INFO: Scrape type for 120244319: 0
2026-03-30 10:02:24 [astonbarclay.gb] INFO: Found listing with ID: 119797897
2026-03-30 10:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119797897%27 HTTP/1.1" 200 None
2026-03-30 10:02:24 [astonbarclay.gb] INFO: Scrape type for 119797897: 0
2026-03-30 10:02:24 [astonbarclay.gb] INFO: Found listing with ID: 116643554
2026-03-30 10:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27116643554%27 HTTP/1.1" 200 None
2026-03-30 10:02:24 [astonbarclay.gb] INFO: Scrape type for 116643554: 0
2026-03-30 10:02:24 [astonbarclay.gb] INFO: Found listing with ID: 119850906
2026-03-30 10:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119850906%27 HTTP/1.1" 200 None
2026-03-30 10:02:24 [astonbarclay.gb] INFO: Scrape type for 119850906: 0
2026-03-30 10:02:24 [astonbarclay.gb] INFO: Found listing with ID: 119782336
2026-03-30 10:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119782336%27 HTTP/1.1" 200 None
2026-03-30 10:02:24 [astonbarclay.gb] INFO: Scrape type for 119782336: 0
2026-03-30 10:02:24 [astonbarclay.gb] INFO: Found listing with ID: 119833119
2026-03-30 10:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119833119%27 HTTP/1.1" 200 None
2026-03-30 10:02:24 [astonbarclay.gb] INFO: Scrape type for 119833119: 0
2026-03-30 10:02:24 [astonbarclay.gb] INFO: Found listing with ID: 114098261
2026-03-30 10:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27114098261%27 HTTP/1.1" 200 None
2026-03-30 10:02:24 [astonbarclay.gb] INFO: Scrape type for 114098261: 0
2026-03-30 10:02:24 [astonbarclay.gb] INFO: Found listing with ID: 120064144
2026-03-30 10:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120064144%27 HTTP/1.1" 200 None
2026-03-30 10:02:24 [astonbarclay.gb] INFO: Scrape type for 120064144: 0
2026-03-30 10:02:24 [astonbarclay.gb] INFO: Found listing with ID: 119371222
2026-03-30 10:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119371222%27 HTTP/1.1" 200 None
2026-03-30 10:02:24 [astonbarclay.gb] INFO: Scrape type for 119371222: 0
2026-03-30 10:02:24 [astonbarclay.gb] INFO: Found listing with ID: 119857926
2026-03-30 10:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119857926%27 HTTP/1.1" 200 None
2026-03-30 10:02:24 [astonbarclay.gb] INFO: Scrape type for 119857926: 0
2026-03-30 10:02:24 [astonbarclay.gb] INFO: Found listing with ID: 119031069
2026-03-30 10:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119031069%27 HTTP/1.1" 200 None
2026-03-30 10:02:24 [astonbarclay.gb] INFO: Scrape type for 119031069: 0
2026-03-30 10:02:24 [astonbarclay.gb] INFO: Found listing with ID: 120877624
2026-03-30 10:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120877624%27 HTTP/1.1" 200 None
2026-03-30 10:02:24 [astonbarclay.gb] INFO: Scrape type for 120877624: 1
2026-03-30 10:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FKP65GHA%252F2026-03-28%252Fimage%252F83338e45-7e7c-4fdc-a3d5-8e58baeb589f_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:02:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/KP65GHA/2026-03-28/image/83338e45-7e7c-4fdc-a3d5-8e58baeb589f_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FWV11EZW%252F2026-03-28%252Fimage%252F4839fea6-0f1f-416f-bd2e-15d3aa3edcd1_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:02:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/WV11EZW/2026-03-28/image/4839fea6-0f1f-416f-bd2e-15d3aa3edcd1_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FFT21CMU%252F2026-03-28%252Fimage%252F73cea2e9-77d7-477c-9822-41604f189245_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:02:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/FT21CMU/2026-03-28/image/73cea2e9-77d7-477c-9822-41604f189245_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FBJ16YFN%252F2026-03-28%252Fimage%252F44f2331f-bb6a-48d7-8ef3-b2b9b691e290_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:02:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/BJ16YFN/2026-03-28/image/44f2331f-bb6a-48d7-8ef3-b2b9b691e290_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FPN67MPX%252F2026-03-27%252Fimage%252F3c5b98b6-46ae-4438-aace-2ffc9370b3d5_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:02:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/PN67MPX/2026-03-27/image/3c5b98b6-46ae-4438-aace-2ffc9370b3d5_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:02:24 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:02:24 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f4367b899d0>
2026-03-30 10:02:24 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:02:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:02:24 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:02:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e6b014ca-1634-5e58-bd8e-51d7b3b24e0e/e6b014ca-1634-5e58-bd8e-51d7b3b24e0e_image_3.jpg HTTP/1.1" 201 0
2026-03-30 10:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FEK63TFA%252F2026-03-28%252Fimage%252Fcf4f684c-5cb7-49f3-85f6-abb665c28fda_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:02:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EK63TFA/2026-03-28/image/cf4f684c-5cb7-49f3-85f6-abb665c28fda_removebg.jpg?w=600 saved to cache
2026-03-30 10:02:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item e6b014ca-1634-5e58-bd8e-51d7b3b24e0e
2026-03-30 10:02:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/EK63TFA/2026-03-28/image/021b7c96-4e2e-491e-8353-62cf14fed206_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120830682?view=catalogue)
2026-03-30 10:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FEK67HYM%252F2026-03-27%252Fimage%252F2d2436ce-bc5f-40f4-a6a6-9f2cbb858c6a_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:02:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EK67HYM/2026-03-27/image/2d2436ce-bc5f-40f4-a6a6-9f2cbb858c6a_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FEJ67ZSG%252F2026-03-30%252Fimage%252F398cd0b4-95d4-423f-9f31-e46cf3532261_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:02:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EJ67ZSG/2026-03-30/image/398cd0b4-95d4-423f-9f31-e46cf3532261_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FVE17VYJ%252F2026-03-30%252Fimage%252Fdb7e4d12-374e-438c-894f-cc5a4381b8b0_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:02:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/VE17VYJ/2026-03-30/image/db7e4d12-374e-438c-894f-cc5a4381b8b0_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:02:25 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:02:25 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f4365246ad0>
2026-03-30 10:02:25 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:02:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:02:25 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:02:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9ffde6a3-866a-513a-8c46-21a22175c799/9ffde6a3-866a-513a-8c46-21a22175c799_image_2.jpg HTTP/1.1" 201 0
2026-03-30 10:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FKP65GHA%252F2026-03-28%252Fimage%252Fcf1efac8-ff23-4244-b8dd-4e66a6002912_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:02:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/KP65GHA/2026-03-28/image/cf1efac8-ff23-4244-b8dd-4e66a6002912_removebg.jpg?w=600 saved to cache
2026-03-30 10:02:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 9ffde6a3-866a-513a-8c46-21a22175c799
2026-03-30 10:02:25 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:02:25 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f43651af210>
2026-03-30 10:02:25 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:02:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:02:25 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:02:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9ffde6a3-866a-513a-8c46-21a22175c799/9ffde6a3-866a-513a-8c46-21a22175c799_image_1.jpg HTTP/1.1" 201 0
2026-03-30 10:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FKP65GHA%252F2026-03-28%252Fimage%252Fc6481f40-bf3c-42b7-b016-703669b77181_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:02:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/KP65GHA/2026-03-28/image/c6481f40-bf3c-42b7-b016-703669b77181_removebg.jpg?w=600 saved to cache
2026-03-30 10:02:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 9ffde6a3-866a-513a-8c46-21a22175c799
2026-03-30 10:02:25 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:02:25 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f4365153ed0>
2026-03-30 10:02:25 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:02:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:02:25 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:02:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5474d57b-b31d-5714-bd90-39a88b05a1b1/5474d57b-b31d-5714-bd90-39a88b05a1b1_image_4.jpg HTTP/1.1" 201 0
2026-03-30 10:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FEK67HYM%252F2026-03-27%252Fimage%252F2f783aad-b21d-41af-b694-eeaa4f1a7269_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:02:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EK67HYM/2026-03-27/image/2f783aad-b21d-41af-b694-eeaa4f1a7269_removebg.jpg?w=600 saved to cache
2026-03-30 10:02:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 5474d57b-b31d-5714-bd90-39a88b05a1b1
2026-03-30 10:02:25 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:02:25 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f43654d1d90>
2026-03-30 10:02:25 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:02:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:02:25 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:02:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2c71b4b3-a7d9-5d2e-82e8-2647043a842c/2c71b4b3-a7d9-5d2e-82e8-2647043a842c_image_4.jpg HTTP/1.1" 201 0
2026-03-30 10:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FVE17VYJ%252F2026-03-30%252Fimage%252F4639f581-7e4a-41ac-92c8-293a8bdfd00a_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:02:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/VE17VYJ/2026-03-30/image/4639f581-7e4a-41ac-92c8-293a8bdfd00a_removebg.jpg?w=600 saved to cache
2026-03-30 10:02:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 2c71b4b3-a7d9-5d2e-82e8-2647043a842c
2026-03-30 10:02:25 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:02:25 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f43652e8290>
2026-03-30 10:02:25 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:02:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:02:25 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:02:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ed852258-c756-57ea-85af-7fcc09ddfb32/ed852258-c756-57ea-85af-7fcc09ddfb32_image_7.jpg HTTP/1.1" 201 0
2026-03-30 10:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FLO14NWC%252F2026-03-27%252Fimage%252F750cbf0f-d569-47a2-8d3d-8953a226ec95_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:02:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/LO14NWC/2026-03-27/image/750cbf0f-d569-47a2-8d3d-8953a226ec95_removebg.jpg?w=600 saved to cache
2026-03-30 10:02:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item ed852258-c756-57ea-85af-7fcc09ddfb32
2026-03-30 10:02:25 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:02:25 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f4365271510>
2026-03-30 10:02:25 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:02:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:02:25 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:02:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2c71b4b3-a7d9-5d2e-82e8-2647043a842c/2c71b4b3-a7d9-5d2e-82e8-2647043a842c_image_3.jpg HTTP/1.1" 201 0
2026-03-30 10:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FVE17VYJ%252F2026-03-30%252Fimage%252Fd0cf19d2-62bb-44b4-b100-0a858c72f2d5_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:02:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/VE17VYJ/2026-03-30/image/d0cf19d2-62bb-44b4-b100-0a858c72f2d5_removebg.jpg?w=600 saved to cache
2026-03-30 10:02:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 2c71b4b3-a7d9-5d2e-82e8-2647043a842c
2026-03-30 10:02:25 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:02:25 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f43651526d0>
2026-03-30 10:02:25 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:02:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:02:25 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:02:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c289a4b1-7040-5a7c-9907-90547e67110d/c289a4b1-7040-5a7c-9907-90547e67110d_image_4.jpg HTTP/1.1" 201 0
2026-03-30 10:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FEJ67ZSG%252F2026-03-30%252Fimage%252F939c4c23-297e-4ab4-b5b2-0c249a3442dc_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:02:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EJ67ZSG/2026-03-30/image/939c4c23-297e-4ab4-b5b2-0c249a3442dc_removebg.jpg?w=600 saved to cache
2026-03-30 10:02:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item c289a4b1-7040-5a7c-9907-90547e67110d
2026-03-30 10:02:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/BJ16YFN/2026-03-28/image/3e83f5c3-7f40-48af-a8e5-d451d9a35790_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120830721?view=catalogue)
2026-03-30 10:02:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/FT21CMU/2026-03-28/image/a0ba62ce-cf45-4ba0-a5c2-a272bd8f7ec8_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120830712?view=catalogue)
2026-03-30 10:02:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/PN67MPX/2026-03-27/image/9dd3d093-9536-499e-9f68-b38e0d28f94b_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120839135?view=catalogue)
2026-03-30 10:02:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/VE17VYJ/2026-03-30/image/8d0cbe0f-b2d1-4ec8-b4a2-715913d6a89f_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120870219?view=catalogue)
2026-03-30 10:02:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/EJ67ZSG/2026-03-30/image/5ae187f7-4d27-4077-aca5-bcccb17da41d_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120869943?view=catalogue)
2026-03-30 10:02:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/EK67HYM/2026-03-27/image/77ae2242-6379-4d2a-9e96-87d2608f8b75_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120858968?view=catalogue)
2026-03-30 10:02:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/LO14NWC/2026-03-27/image/75e2f8ad-ab3e-49aa-95d6-e03fac74ac5f_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120862650?view=catalogue)
2026-03-30 10:02:25 [astonbarclay.gb] INFO: Found listing with ID: 120060554
2026-03-30 10:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120060554%27 HTTP/1.1" 200 None
2026-03-30 10:02:25 [astonbarclay.gb] INFO: Scrape type for 120060554: 0
2026-03-30 10:02:25 [astonbarclay.gb] INFO: Found listing with ID: 120473240
2026-03-30 10:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120473240%27 HTTP/1.1" 200 None
2026-03-30 10:02:25 [astonbarclay.gb] INFO: Scrape type for 120473240: 0
2026-03-30 10:02:25 [astonbarclay.gb] INFO: Found listing with ID: 120555132
2026-03-30 10:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120555132%27 HTTP/1.1" 200 None
2026-03-30 10:02:25 [astonbarclay.gb] INFO: Scrape type for 120555132: 0
2026-03-30 10:02:25 [astonbarclay.gb] INFO: Found listing with ID: 119755396
2026-03-30 10:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119755396%27 HTTP/1.1" 200 None
2026-03-30 10:02:25 [astonbarclay.gb] INFO: Scrape type for 119755396: 0
2026-03-30 10:02:25 [astonbarclay.gb] INFO: Found listing with ID: 120473180
2026-03-30 10:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120473180%27 HTTP/1.1" 200 None
2026-03-30 10:02:25 [astonbarclay.gb] INFO: Scrape type for 120473180: 0
2026-03-30 10:02:25 [astonbarclay.gb] INFO: Found listing with ID: 120484142
2026-03-30 10:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120484142%27 HTTP/1.1" 200 None
2026-03-30 10:02:25 [astonbarclay.gb] INFO: Scrape type for 120484142: 0
2026-03-30 10:02:25 [astonbarclay.gb] INFO: Found listing with ID: 120476149
2026-03-30 10:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120476149%27 HTTP/1.1" 200 None
2026-03-30 10:02:25 [astonbarclay.gb] INFO: Scrape type for 120476149: 0
2026-03-30 10:02:25 [astonbarclay.gb] INFO: Found listing with ID: 120556717
2026-03-30 10:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120556717%27 HTTP/1.1" 200 None
2026-03-30 10:02:25 [astonbarclay.gb] INFO: Scrape type for 120556717: 0
2026-03-30 10:02:25 [astonbarclay.gb] INFO: Found listing with ID: 120176617
2026-03-30 10:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120176617%27 HTTP/1.1" 200 None
2026-03-30 10:02:25 [astonbarclay.gb] INFO: Scrape type for 120176617: 0
2026-03-30 10:02:25 [astonbarclay.gb] INFO: Found listing with ID: 120415057
2026-03-30 10:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120415057%27 HTTP/1.1" 200 None
2026-03-30 10:02:25 [astonbarclay.gb] INFO: Scrape type for 120415057: 0
2026-03-30 10:02:25 [astonbarclay.gb] INFO: Found listing with ID: 120409628
2026-03-30 10:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120409628%27 HTTP/1.1" 200 None
2026-03-30 10:02:25 [astonbarclay.gb] INFO: Scrape type for 120409628: 0
2026-03-30 10:02:25 [astonbarclay.gb] INFO: Found listing with ID: 120405343
2026-03-30 10:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120405343%27 HTTP/1.1" 200 None
2026-03-30 10:02:25 [astonbarclay.gb] INFO: Scrape type for 120405343: 0
2026-03-30 10:02:25 [astonbarclay.gb] INFO: Found listing with ID: 120278101
2026-03-30 10:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120278101%27 HTTP/1.1" 200 None
2026-03-30 10:02:25 [astonbarclay.gb] INFO: Scrape type for 120278101: 0
2026-03-30 10:02:25 [astonbarclay.gb] INFO: Found listing with ID: 119453437
2026-03-30 10:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119453437%27 HTTP/1.1" 200 None
2026-03-30 10:02:25 [astonbarclay.gb] INFO: Scrape type for 119453437: 0
2026-03-30 10:02:25 [astonbarclay.gb] INFO: Found listing with ID: 120404379
2026-03-30 10:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120404379%27 HTTP/1.1" 200 None
2026-03-30 10:02:25 [astonbarclay.gb] INFO: Scrape type for 120404379: 0
2026-03-30 10:02:25 [astonbarclay.gb] INFO: Found listing with ID: 118435955
2026-03-30 10:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27118435955%27 HTTP/1.1" 200 None
2026-03-30 10:02:25 [astonbarclay.gb] INFO: Scrape type for 118435955: 0
2026-03-30 10:02:25 [astonbarclay.gb] INFO: Found listing with ID: 119433684
2026-03-30 10:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119433684%27 HTTP/1.1" 200 None
2026-03-30 10:02:25 [astonbarclay.gb] INFO: Scrape type for 119433684: 0
2026-03-30 10:02:25 [astonbarclay.gb] INFO: Found listing with ID: 120326223
2026-03-30 10:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120326223%27 HTTP/1.1" 200 None
2026-03-30 10:02:25 [astonbarclay.gb] INFO: Scrape type for 120326223: 0
2026-03-30 10:02:25 [astonbarclay.gb] INFO: Found listing with ID: 120442920
2026-03-30 10:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120442920%27 HTTP/1.1" 200 None
2026-03-30 10:02:25 [astonbarclay.gb] INFO: Scrape type for 120442920: 0
2026-03-30 10:02:25 [astonbarclay.gb] INFO: Found listing with ID: 120151632
2026-03-30 10:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120151632%27 HTTP/1.1" 200 None
2026-03-30 10:02:25 [astonbarclay.gb] INFO: Scrape type for 120151632: 0
2026-03-30 10:02:25 [astonbarclay.gb] INFO: Found listing with ID: 120226993
2026-03-30 10:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120226993%27 HTTP/1.1" 200 None
2026-03-30 10:02:25 [astonbarclay.gb] INFO: Scrape type for 120226993: 0
2026-03-30 10:02:25 [astonbarclay.gb] INFO: Found listing with ID: 120194698
2026-03-30 10:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120194698%27 HTTP/1.1" 200 None
2026-03-30 10:02:25 [astonbarclay.gb] INFO: Scrape type for 120194698: 0
2026-03-30 10:02:25 [astonbarclay.gb] INFO: Found listing with ID: 120285956
2026-03-30 10:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120285956%27 HTTP/1.1" 200 None
2026-03-30 10:02:25 [astonbarclay.gb] INFO: Scrape type for 120285956: 0
2026-03-30 10:02:25 [astonbarclay.gb] INFO: Found listing with ID: 118569476
2026-03-30 10:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27118569476%27 HTTP/1.1" 200 None
2026-03-30 10:02:25 [astonbarclay.gb] INFO: Scrape type for 118569476: 0
2026-03-30 10:02:25 [astonbarclay.gb] INFO: Found listing with ID: 120538762
2026-03-30 10:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120538762%27 HTTP/1.1" 200 None
2026-03-30 10:02:25 [astonbarclay.gb] INFO: Scrape type for 120538762: 0
2026-03-30 10:02:25 [astonbarclay.gb] INFO: Found listing with ID: 120828087
2026-03-30 10:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120828087%27 HTTP/1.1" 200 None
2026-03-30 10:02:25 [astonbarclay.gb] INFO: Scrape type for 120828087: 2
2026-03-30 10:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FKP65GHA%252F2026-03-28%252Fimage%252F1e1ce95e-3059-4c11-8194-42600bf94099_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:02:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/KP65GHA/2026-03-28/image/1e1ce95e-3059-4c11-8194-42600bf94099_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FWV11EZW%252F2026-03-28%252Fimage%252F4c09876a-488a-4298-97a0-5fc50e303364_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:02:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/WV11EZW/2026-03-28/image/4c09876a-488a-4298-97a0-5fc50e303364_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FFT21CMU%252F2026-03-28%252Fimage%252F8c37cd6d-c46b-414e-85c6-a9fb4ae20b3f_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:02:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/FT21CMU/2026-03-28/image/8c37cd6d-c46b-414e-85c6-a9fb4ae20b3f_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FBJ16YFN%252F2026-03-28%252Fimage%252F7ea90e1d-6276-4725-8b3e-874a59b9b9a9_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:02:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/BJ16YFN/2026-03-28/image/7ea90e1d-6276-4725-8b3e-874a59b9b9a9_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FPN67MPX%252F2026-03-27%252Fimage%252F544d5f53-a0c5-4064-8ce0-04b4b96777bd_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:02:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/PN67MPX/2026-03-27/image/544d5f53-a0c5-4064-8ce0-04b4b96777bd_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:02:25 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:02:26 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:02:26 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f43651c3cd0>
2026-03-30 10:02:26 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:02:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:02:26 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:02:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e6b014ca-1634-5e58-bd8e-51d7b3b24e0e/e6b014ca-1634-5e58-bd8e-51d7b3b24e0e_image_4.jpg HTTP/1.1" 201 0
2026-03-30 10:02:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FEK63TFA%252F2026-03-28%252Fimage%252F4edbda23-1592-4a65-96e3-b4607e23a8bd_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:02:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EK63TFA/2026-03-28/image/4edbda23-1592-4a65-96e3-b4607e23a8bd_removebg.jpg?w=600 saved to cache
2026-03-30 10:02:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item e6b014ca-1634-5e58-bd8e-51d7b3b24e0e
2026-03-30 10:02:26 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120870309, 'registration': 'SM17YJS', 'account': 'WBA002', 'make': 'MINI', 'model': 'HATCHBACK', 'derivative': '1.2 One 3dr', 'mileage': 38147, 'mileageWarranty': True, 'type': 'car', 'saleId': 19233, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 726}, 'saleStart': '2026-04-01T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2017-06-29', 'fuel': 'Petrol', 'motExpiry': '2026-12-08', 'doors': 3, 'engineSize': 1198, 'bodyType': 'Hatchback', 'images': None, 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'VOSA STATES 25K, 31K, 34K, 37K, SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'UKCGR - Premium', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '4', 'v5': True, 'v5details': 'Here', 'co2': 109, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:02:26 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120870309, 'registration': 'SM17YJS', 'account': 'WBA002', 'make': 'MINI', 'model': 'HATCHBACK', 'derivative': '1.2 One 3dr', 'mileage': 38147, 'mileageWarranty': True, 'type': 'car', 'saleId': 19233, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 726}, 'saleStart': '2026-04-01T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2017-06-29', 'fuel': 'Petrol', 'motExpiry': '2026-12-08', 'doors': 3, 'engineSize': 1198, 'bodyType': 'Hatchback', 'images': None, 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'VOSA STATES 25K, 31K, 34K, 37K, SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'UKCGR - Premium', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '4', 'v5': True, 'v5details': 'Here', 'co2': 109, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:02:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4a0644d8-d8ac-532f-8b57-4795f26f08fa with identifier: 120870309
2026-03-30 10:02:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4a0644d8-d8ac-532f-8b57-4795f26f08fa with scrape type 1
2026-03-30 10:02:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 0 photos for item 4a0644d8-d8ac-532f-8b57-4795f26f08fa
2026-03-30 10:02:26 [crawlers.middlewares.photo_download_middleware] INFO: No photos to download for item 4a0644d8-d8ac-532f-8b57-4795f26f08fa
2026-03-30 10:02:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 4a0644d8-d8ac-532f-8b57-4795f26f08fa, identifier: 120870309
2026-03-30 10:02:26 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120869987, 'registration': 'EJ17AWM', 'account': 'WBA002', 'make': 'FORD', 'model': 'GALAXY DIESEL ESTATE', 'derivative': '2.0 TDCi 150 Titanium X 5dr', 'mileage': 79463, 'mileageWarranty': True, 'type': 'car', 'saleId': 19233, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 726}, 'saleStart': '2026-04-01T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2017-04-11', 'fuel': 'Diesel', 'motExpiry': '2026-07-20', 'doors': 5, 'engineSize': 1997, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/EJ17AWM/2026-03-30/image/2649f1d4-ecb7-476a-b634-344018a4dbb8_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ17AWM/2026-03-30/image/aa18872e-be5c-4650-958a-ad725869404b_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ17AWM/2026-03-30/image/732d2cdf-769d-42df-8a32-57dae432d0ce_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ17AWM/2026-03-30/image/470368bc-0a72-43ab-8347-1e508e4c0e34_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ17AWM/2026-03-30/image/0412a50d-4bf0-49ac-a001-d96710a2b4da_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ17AWM/2026-03-30/image/5f157cce-8b19-4840-804b-4b6fd638f936_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ17AWM/2026-03-30/image/ee877c55-3603-4530-b3ce-4f5711bf03fb_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ17AWM/2026-03-30/image/d13e3593-bc7f-4b77-9945-ef8edce36f49_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ17AWM/2026-03-30/image/078a362a-139c-46c4-8dce-1faee861aefa_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ17AWM/2026-03-30/image/1e866b7a-2f14-45f3-be4d-2a14d31d42a2_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 06/19-13K, 05/21-29K, 03/23-51K', 'remarks': 'VOSA STATES 43K, 56K, 67K, 78K, 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': 132, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/abbba315-4ad0-4939-abad-9a68ba997ea9.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:02:26 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120869987, 'registration': 'EJ17AWM', 'account': 'WBA002', 'make': 'FORD', 'model': 'GALAXY DIESEL ESTATE', 'derivative': '2.0 TDCi 150 Titanium X 5dr', 'mileage': 79463, 'mileageWarranty': True, 'type': 'car', 'saleId': 19233, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 726}, 'saleStart': '2026-04-01T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2017-04-11', 'fuel': 'Diesel', 'motExpiry': '2026-07-20', 'doors': 5, 'engineSize': 1997, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/EJ17AWM/2026-03-30/image/2649f1d4-ecb7-476a-b634-344018a4dbb8_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ17AWM/2026-03-30/image/aa18872e-be5c-4650-958a-ad725869404b_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ17AWM/2026-03-30/image/732d2cdf-769d-42df-8a32-57dae432d0ce_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ17AWM/2026-03-30/image/470368bc-0a72-43ab-8347-1e508e4c0e34_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ17AWM/2026-03-30/image/0412a50d-4bf0-49ac-a001-d96710a2b4da_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ17AWM/2026-03-30/image/5f157cce-8b19-4840-804b-4b6fd638f936_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ17AWM/2026-03-30/image/ee877c55-3603-4530-b3ce-4f5711bf03fb_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ17AWM/2026-03-30/image/d13e3593-bc7f-4b77-9945-ef8edce36f49_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ17AWM/2026-03-30/image/078a362a-139c-46c4-8dce-1faee861aefa_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ17AWM/2026-03-30/image/1e866b7a-2f14-45f3-be4d-2a14d31d42a2_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 06/19-13K, 05/21-29K, 03/23-51K', 'remarks': 'VOSA STATES 43K, 56K, 67K, 78K, 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': 132, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/abbba315-4ad0-4939-abad-9a68ba997ea9.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:02:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bc051857-bcc4-5858-9132-b155111fef70 with identifier: 120869987
2026-03-30 10:02:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bc051857-bcc4-5858-9132-b155111fef70 with scrape type 1
2026-03-30 10:02:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item bc051857-bcc4-5858-9132-b155111fef70
2026-03-30 10:02:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FEJ17AWM%252F2026-03-30%252Fimage%252F2649f1d4-ecb7-476a-b634-344018a4dbb8_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:02:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EJ17AWM/2026-03-30/image/2649f1d4-ecb7-476a-b634-344018a4dbb8_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:02:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/WV11EZW/2026-03-28/image/73bd5049-09e3-4c5c-a3aa-aa3d511886c6_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120830740?view=catalogue)
2026-03-30 10:02:26 [astonbarclay.gb] INFO: Found listing with ID: 118758309
2026-03-30 10:02:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27118758309%27 HTTP/1.1" 200 None
2026-03-30 10:02:26 [astonbarclay.gb] INFO: Scrape type for 118758309: 0
2026-03-30 10:02:26 [astonbarclay.gb] INFO: Found listing with ID: 120368534
2026-03-30 10:02:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120368534%27 HTTP/1.1" 200 None
2026-03-30 10:02:26 [astonbarclay.gb] INFO: Scrape type for 120368534: 0
2026-03-30 10:02:26 [astonbarclay.gb] INFO: Found listing with ID: 120828077
2026-03-30 10:02:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120828077%27 HTTP/1.1" 200 None
2026-03-30 10:02:26 [astonbarclay.gb] INFO: Scrape type for 120828077: 0
2026-03-30 10:02:26 [astonbarclay.gb] INFO: Found listing with ID: 120743887
2026-03-30 10:02:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120743887%27 HTTP/1.1" 200 None
2026-03-30 10:02:26 [astonbarclay.gb] INFO: Scrape type for 120743887: 0
2026-03-30 10:02:26 [astonbarclay.gb] INFO: Found listing with ID: 120828068
2026-03-30 10:02:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120828068%27 HTTP/1.1" 200 None
2026-03-30 10:02:26 [astonbarclay.gb] INFO: Scrape type for 120828068: 2
2026-03-30 10:02:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FKP65GHA%252F2026-03-28%252Fimage%252F48b4a8a9-3548-4967-b329-8fe0af4e5656_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:02:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/KP65GHA/2026-03-28/image/48b4a8a9-3548-4967-b329-8fe0af4e5656_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:02:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FWV11EZW%252F2026-03-28%252Fimage%252Fd606b70b-aa18-428d-b61c-fa46a0aafae6_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:02:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/WV11EZW/2026-03-28/image/d606b70b-aa18-428d-b61c-fa46a0aafae6_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:02:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FFT21CMU%252F2026-03-28%252Fimage%252F643dba79-55d9-4fd5-9f85-d5f72a9139d1_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:02:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/FT21CMU/2026-03-28/image/643dba79-55d9-4fd5-9f85-d5f72a9139d1_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:02:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FBJ16YFN%252F2026-03-28%252Fimage%252F523b3002-732a-4069-b369-814190ca9a51_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:02:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/BJ16YFN/2026-03-28/image/523b3002-732a-4069-b369-814190ca9a51_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:02:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FPN67MPX%252F2026-03-27%252Fimage%252Fa6d0ec13-9145-44de-9edf-f25b1edf9844_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:02:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/PN67MPX/2026-03-27/image/a6d0ec13-9145-44de-9edf-f25b1edf9844_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:02:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 4a0644d8-d8ac-532f-8b57-4795f26f08fa with identifier: 120870309
2026-03-30 10:02:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 4a0644d8-d8ac-532f-8b57-4795f26f08fa with identifier: 120870309
2026-03-30 10:02:26 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 4a0644d8-d8ac-532f-8b57-4795f26f08fa with identifier: 120870309 to the API
2026-03-30 10:02:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:02:27 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:02:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120870309?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 109,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 3,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-04-01T09:00:00Z',
'fuel_type': 'Petrol',
'id': '4a0644d8-d8ac-532f-8b57-4795f26f08fa',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'SM17YJS',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120870309',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'MINI',
'model': 'HATCHBACK',
'odometer': 38147,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-06-29',
'seller_name': 'UKCGR - Premium',
'title': 'MINI HATCHBACK 1.2 One 3dr',
'transmission': 'manual',
'trim': '1.2 One 3dr',
'vin': None,
'year': 2017}
2026-03-30 10:02:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120870309%27 HTTP/1.1" 200 None
2026-03-30 10:02:27 [astonbarclay.gb] INFO: Saving data for 120870309: {'created_time': 1774864947.411584, 'last_price_update_time': 1774864947.411599, 'auction_closing_time': 1775034000.0}
2026-03-30 10:02:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120870309') HTTP/1.1" 204 0
2026-03-30 10:02:27 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:02:27 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f436539afd0>
2026-03-30 10:02:27 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:02:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:02:27 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:02:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e6b014ca-1634-5e58-bd8e-51d7b3b24e0e/e6b014ca-1634-5e58-bd8e-51d7b3b24e0e_image_5.jpg HTTP/1.1" 201 0
2026-03-30 10:02:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FEK63TFA%252F2026-03-28%252Fimage%252F021b7c96-4e2e-491e-8353-62cf14fed206_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:02:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EK63TFA/2026-03-28/image/021b7c96-4e2e-491e-8353-62cf14fed206_removebg.jpg?w=600 saved to cache
2026-03-30 10:02:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item e6b014ca-1634-5e58-bd8e-51d7b3b24e0e
2026-03-30 10:02:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/KP65GHA/2026-03-28/image/5beef2de-c1a5-4f91-83c3-1ed38931ea62_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120830692?view=catalogue)
2026-03-30 10:02:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/EK63TFA/2026-03-28/image/94c30433-a91a-4f2b-acd1-72d463edcbd1_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120830682?view=catalogue)
2026-03-30 10:02:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/PN67MPX/2026-03-27/image/0b0f0a24-d350-461d-aaa1-e2b36e715f14_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120839135?view=catalogue)
2026-03-30 10:02:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/VE17VYJ/2026-03-30/image/68d961a1-87f8-4f4b-b130-ab38a34edef4_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120870219?view=catalogue)
2026-03-30 10:02:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/VE17VYJ/2026-03-30/image/544288d5-1924-4682-a752-af8cae5db6a4_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120870219?view=catalogue)
2026-03-30 10:02:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/BJ16YFN/2026-03-28/image/fa192ed2-8f8f-42ba-817b-e650ca0028b7_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120830721?view=catalogue)
2026-03-30 10:02:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FEJ17AWM%252F2026-03-30%252Fimage%252Faa18872e-be5c-4650-958a-ad725869404b_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:02:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EJ17AWM/2026-03-30/image/aa18872e-be5c-4650-958a-ad725869404b_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:02:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/PN67MPX/2026-03-27/image/3c5b98b6-46ae-4438-aace-2ffc9370b3d5_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120839135?view=catalogue)
2026-03-30 10:02:27 [astonbarclay.gb] INFO: Found listing with ID: 118463621
2026-03-30 10:02:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27118463621%27 HTTP/1.1" 200 None
2026-03-30 10:02:27 [astonbarclay.gb] INFO: Scrape type for 118463621: 2
2026-03-30 10:02:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FWV11EZW%252F2026-03-28%252Fimage%252F3288263f-8231-4768-b5d3-b1bca4f0a229_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:02:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/WV11EZW/2026-03-28/image/3288263f-8231-4768-b5d3-b1bca4f0a229_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:02:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FFT21CMU%252F2026-03-28%252Fimage%252Fc187afa7-12ff-4a22-9d14-e070d7c8655f_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:02:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/FT21CMU/2026-03-28/image/c187afa7-12ff-4a22-9d14-e070d7c8655f_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:02:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FBJ16YFN%252F2026-03-28%252Fimage%252F5f3d3ddd-59b8-4afe-9508-9c1344bf45da_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:02:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/BJ16YFN/2026-03-28/image/5f3d3ddd-59b8-4afe-9508-9c1344bf45da_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:02:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FPN67MPX%252F2026-03-27%252Fimage%252Fc2888fb0-c868-4e34-9a37-774771eceadf_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:02:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/PN67MPX/2026-03-27/image/c2888fb0-c868-4e34-9a37-774771eceadf_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:02:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120882472?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:02:27 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:02:27 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f436669ead0>
2026-03-30 10:02:27 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:02:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:02:27 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:02:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_fc12ce88-442a-57c9-8007-099781604f26/fc12ce88-442a-57c9-8007-099781604f26_image_0.jpg HTTP/1.1" 201 0
2026-03-30 10:02:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FBJ16YFN%252F2026-03-28%252Fimage%252F3e83f5c3-7f40-48af-a8e5-d451d9a35790_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:02:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/BJ16YFN/2026-03-28/image/3e83f5c3-7f40-48af-a8e5-d451d9a35790_removebg.jpg?w=600 saved to cache
2026-03-30 10:02:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item fc12ce88-442a-57c9-8007-099781604f26
2026-03-30 10:02:27 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:02:27 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f436542e8d0>
2026-03-30 10:02:27 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:02:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:02:27 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:02:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c31a459a-4f18-5760-8f29-d1c8f58cb774/c31a459a-4f18-5760-8f29-d1c8f58cb774_image_0.jpg HTTP/1.1" 201 0
2026-03-30 10:02:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FFT21CMU%252F2026-03-28%252Fimage%252Fa0ba62ce-cf45-4ba0-a5c2-a272bd8f7ec8_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:02:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/FT21CMU/2026-03-28/image/a0ba62ce-cf45-4ba0-a5c2-a272bd8f7ec8_removebg.jpg?w=600 saved to cache
2026-03-30 10:02:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item c31a459a-4f18-5760-8f29-d1c8f58cb774
2026-03-30 10:02:27 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:02:27 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f43652af810>
2026-03-30 10:02:27 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:02:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:02:27 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:02:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2ff10fc6-f8fe-590f-a993-d778959b9d07/2ff10fc6-f8fe-590f-a993-d778959b9d07_image_0.jpg HTTP/1.1" 201 0
2026-03-30 10:02:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FPN67MPX%252F2026-03-27%252Fimage%252F9dd3d093-9536-499e-9f68-b38e0d28f94b_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:02:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/PN67MPX/2026-03-27/image/9dd3d093-9536-499e-9f68-b38e0d28f94b_removebg.jpg?w=600 saved to cache
2026-03-30 10:02:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 2ff10fc6-f8fe-590f-a993-d778959b9d07
2026-03-30 10:02:27 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:02:27 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f43665ea910>
2026-03-30 10:02:27 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:02:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:02:27 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:02:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2c71b4b3-a7d9-5d2e-82e8-2647043a842c/2c71b4b3-a7d9-5d2e-82e8-2647043a842c_image_5.jpg HTTP/1.1" 201 0
2026-03-30 10:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FVE17VYJ%252F2026-03-30%252Fimage%252F8d0cbe0f-b2d1-4ec8-b4a2-715913d6a89f_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:02:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/VE17VYJ/2026-03-30/image/8d0cbe0f-b2d1-4ec8-b4a2-715913d6a89f_removebg.jpg?w=600 saved to cache
2026-03-30 10:02:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 2c71b4b3-a7d9-5d2e-82e8-2647043a842c
2026-03-30 10:02:28 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:02:28 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f43651ae110>
2026-03-30 10:02:28 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:02:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:02:28 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:02:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c289a4b1-7040-5a7c-9907-90547e67110d/c289a4b1-7040-5a7c-9907-90547e67110d_image_5.jpg HTTP/1.1" 201 0
2026-03-30 10:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FEJ67ZSG%252F2026-03-30%252Fimage%252F5ae187f7-4d27-4077-aca5-bcccb17da41d_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:02:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EJ67ZSG/2026-03-30/image/5ae187f7-4d27-4077-aca5-bcccb17da41d_removebg.jpg?w=600 saved to cache
2026-03-30 10:02:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item c289a4b1-7040-5a7c-9907-90547e67110d
2026-03-30 10:02:28 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:02:28 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f43666c25d0>
2026-03-30 10:02:28 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:02:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:02:28 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:02:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5474d57b-b31d-5714-bd90-39a88b05a1b1/5474d57b-b31d-5714-bd90-39a88b05a1b1_image_5.jpg HTTP/1.1" 201 0
2026-03-30 10:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FEK67HYM%252F2026-03-27%252Fimage%252F77ae2242-6379-4d2a-9e96-87d2608f8b75_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:02:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EK67HYM/2026-03-27/image/77ae2242-6379-4d2a-9e96-87d2608f8b75_removebg.jpg?w=600 saved to cache
2026-03-30 10:02:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 5474d57b-b31d-5714-bd90-39a88b05a1b1
2026-03-30 10:02:28 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:02:28 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f43651520d0>
2026-03-30 10:02:28 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:02:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:02:28 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:02:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ed852258-c756-57ea-85af-7fcc09ddfb32/ed852258-c756-57ea-85af-7fcc09ddfb32_image_8.jpg HTTP/1.1" 201 0
2026-03-30 10:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FLO14NWC%252F2026-03-27%252Fimage%252F75e2f8ad-ab3e-49aa-95d6-e03fac74ac5f_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:02:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/LO14NWC/2026-03-27/image/75e2f8ad-ab3e-49aa-95d6-e03fac74ac5f_removebg.jpg?w=600 saved to cache
2026-03-30 10:02:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item ed852258-c756-57ea-85af-7fcc09ddfb32
2026-03-30 10:02:28 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FEJ17AWM%252F2026-03-30%252Fimage%252F732d2cdf-769d-42df-8a32-57dae432d0ce_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:02:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EJ17AWM/2026-03-30/image/732d2cdf-769d-42df-8a32-57dae432d0ce_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:02:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/BJ16YFN/2026-03-28/image/44f2331f-bb6a-48d7-8ef3-b2b9b691e290_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120830721?view=catalogue)
2026-03-30 10:02:28 [astonbarclay.gb] INFO: Found listing with ID: 119639426
2026-03-30 10:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27119639426%27 HTTP/1.1" 200 None
2026-03-30 10:02:28 [astonbarclay.gb] INFO: Scrape type for 119639426: 0
2026-03-30 10:02:28 [astonbarclay.gb] INFO: Found listing with ID: 120529189
2026-03-30 10:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120529189%27 HTTP/1.1" 200 None
2026-03-30 10:02:28 [astonbarclay.gb] INFO: Scrape type for 120529189: 0
2026-03-30 10:02:28 [astonbarclay.gb] INFO: Found listing with ID: 117831433
2026-03-30 10:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27117831433%27 HTTP/1.1" 200 None
2026-03-30 10:02:28 [astonbarclay.gb] INFO: Scrape type for 117831433: 0
2026-03-30 10:02:28 [astonbarclay.gb] INFO: Found listing with ID: 119879468
2026-03-30 10:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27119879468%27 HTTP/1.1" 200 None
2026-03-30 10:02:28 [astonbarclay.gb] INFO: Scrape type for 119879468: 0
2026-03-30 10:02:28 [astonbarclay.gb] INFO: Found listing with ID: 120853352
2026-03-30 10:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120853352%27 HTTP/1.1" 200 None
2026-03-30 10:02:28 [astonbarclay.gb] INFO: Scrape type for 120853352: 0
2026-03-30 10:02:28 [astonbarclay.gb] INFO: Found listing with ID: 119937938
2026-03-30 10:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27119937938%27 HTTP/1.1" 200 None
2026-03-30 10:02:28 [astonbarclay.gb] INFO: Scrape type for 119937938: 2
2026-03-30 10:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FWV11EZW%252F2026-03-28%252Fimage%252Fbfbfc6d8-c068-4f10-bd5d-8d5ec0a589a6_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:02:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/WV11EZW/2026-03-28/image/bfbfc6d8-c068-4f10-bd5d-8d5ec0a589a6_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FFT21CMU%252F2026-03-28%252Fimage%252Fe440e8f4-4562-4814-bcd6-b5f869023ae4_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:02:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/FT21CMU/2026-03-28/image/e440e8f4-4562-4814-bcd6-b5f869023ae4_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FBJ16YFN%252F2026-03-28%252Fimage%252Fae4673c4-84d7-420a-8a0b-7206707f6c3c_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:02:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/BJ16YFN/2026-03-28/image/ae4673c4-84d7-420a-8a0b-7206707f6c3c_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FPN67MPX%252F2026-03-27%252Fimage%252F410aea1b-fd00-4355-a323-23f1a3bdf7a5_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:02:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/PN67MPX/2026-03-27/image/410aea1b-fd00-4355-a323-23f1a3bdf7a5_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:02:28 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:02:28 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f436539a250>
2026-03-30 10:02:28 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:02:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:02:28 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:02:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d6855991-a720-57ea-80e5-c513d2d0254a/d6855991-a720-57ea-80e5-c513d2d0254a_image_0.jpg HTTP/1.1" 201 0
2026-03-30 10:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FWV11EZW%252F2026-03-28%252Fimage%252F73bd5049-09e3-4c5c-a3aa-aa3d511886c6_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:02:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/WV11EZW/2026-03-28/image/73bd5049-09e3-4c5c-a3aa-aa3d511886c6_removebg.jpg?w=600 saved to cache
2026-03-30 10:02:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item d6855991-a720-57ea-80e5-c513d2d0254a
2026-03-30 10:02:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/KP65GHA/2026-03-28/image/83338e45-7e7c-4fdc-a3d5-8e58baeb589f_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120830692?view=catalogue)
2026-03-30 10:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FEJ17AWM%252F2026-03-30%252Fimage%252F470368bc-0a72-43ab-8347-1e508e4c0e34_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:02:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EJ17AWM/2026-03-30/image/470368bc-0a72-43ab-8347-1e508e4c0e34_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:02:28 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:02:28 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f4365455850>
2026-03-30 10:02:28 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:02:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:02:28 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:02:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9ffde6a3-866a-513a-8c46-21a22175c799/9ffde6a3-866a-513a-8c46-21a22175c799_image_4.jpg HTTP/1.1" 201 0
2026-03-30 10:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FKP65GHA%252F2026-03-28%252Fimage%252F5beef2de-c1a5-4f91-83c3-1ed38931ea62_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:02:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/KP65GHA/2026-03-28/image/5beef2de-c1a5-4f91-83c3-1ed38931ea62_removebg.jpg?w=600 saved to cache
2026-03-30 10:02:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 9ffde6a3-866a-513a-8c46-21a22175c799
2026-03-30 10:02:28 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:02:28 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f43653fe290>
2026-03-30 10:02:28 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:02:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:02:28 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:02:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e6b014ca-1634-5e58-bd8e-51d7b3b24e0e/e6b014ca-1634-5e58-bd8e-51d7b3b24e0e_image_6.jpg HTTP/1.1" 201 0
2026-03-30 10:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FEK63TFA%252F2026-03-28%252Fimage%252F94c30433-a91a-4f2b-acd1-72d463edcbd1_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:02:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EK63TFA/2026-03-28/image/94c30433-a91a-4f2b-acd1-72d463edcbd1_removebg.jpg?w=600 saved to cache
2026-03-30 10:02:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item e6b014ca-1634-5e58-bd8e-51d7b3b24e0e
2026-03-30 10:02:28 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:02:28 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f436667bb10>
2026-03-30 10:02:28 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:02:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:02:28 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:02:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2ff10fc6-f8fe-590f-a993-d778959b9d07/2ff10fc6-f8fe-590f-a993-d778959b9d07_image_1.jpg HTTP/1.1" 201 0
2026-03-30 10:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FPN67MPX%252F2026-03-27%252Fimage%252F0b0f0a24-d350-461d-aaa1-e2b36e715f14_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:02:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/PN67MPX/2026-03-27/image/0b0f0a24-d350-461d-aaa1-e2b36e715f14_removebg.jpg?w=600 saved to cache
2026-03-30 10:02:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 2ff10fc6-f8fe-590f-a993-d778959b9d07
2026-03-30 10:02:28 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:02:28 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f43653ff490>
2026-03-30 10:02:28 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:02:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:02:28 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:02:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2c71b4b3-a7d9-5d2e-82e8-2647043a842c/2c71b4b3-a7d9-5d2e-82e8-2647043a842c_image_6.jpg HTTP/1.1" 201 0
2026-03-30 10:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FVE17VYJ%252F2026-03-30%252Fimage%252F68d961a1-87f8-4f4b-b130-ab38a34edef4_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:02:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/VE17VYJ/2026-03-30/image/68d961a1-87f8-4f4b-b130-ab38a34edef4_removebg.jpg?w=600 saved to cache
2026-03-30 10:02:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 2c71b4b3-a7d9-5d2e-82e8-2647043a842c
2026-03-30 10:02:28 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:02:28 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f4365465750>
2026-03-30 10:02:28 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:02:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:02:28 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:02:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2c71b4b3-a7d9-5d2e-82e8-2647043a842c/2c71b4b3-a7d9-5d2e-82e8-2647043a842c_image_8.jpg HTTP/1.1" 201 0
2026-03-30 10:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FVE17VYJ%252F2026-03-30%252Fimage%252F544288d5-1924-4682-a752-af8cae5db6a4_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:02:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/VE17VYJ/2026-03-30/image/544288d5-1924-4682-a752-af8cae5db6a4_removebg.jpg?w=600 saved to cache
2026-03-30 10:02:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 2c71b4b3-a7d9-5d2e-82e8-2647043a842c
2026-03-30 10:02:28 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:02:28 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f43653fda50>
2026-03-30 10:02:28 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:02:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:02:28 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:02:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_fc12ce88-442a-57c9-8007-099781604f26/fc12ce88-442a-57c9-8007-099781604f26_image_1.jpg HTTP/1.1" 201 0
2026-03-30 10:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FBJ16YFN%252F2026-03-28%252Fimage%252Ffa192ed2-8f8f-42ba-817b-e650ca0028b7_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:02:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/BJ16YFN/2026-03-28/image/fa192ed2-8f8f-42ba-817b-e650ca0028b7_removebg.jpg?w=600 saved to cache
2026-03-30 10:02:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item fc12ce88-442a-57c9-8007-099781604f26
2026-03-30 10:02:28 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:02:28 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f43654012d0>
2026-03-30 10:02:28 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:02:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:02:28 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:02:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2ff10fc6-f8fe-590f-a993-d778959b9d07/2ff10fc6-f8fe-590f-a993-d778959b9d07_image_2.jpg HTTP/1.1" 201 0
2026-03-30 10:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FPN67MPX%252F2026-03-27%252Fimage%252F3c5b98b6-46ae-4438-aace-2ffc9370b3d5_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:02:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/PN67MPX/2026-03-27/image/3c5b98b6-46ae-4438-aace-2ffc9370b3d5_removebg.jpg?w=600 saved to cache
2026-03-30 10:02:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 2ff10fc6-f8fe-590f-a993-d778959b9d07
2026-03-30 10:02:28 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120882472, 'registration': 'DV59KDN', 'account': 'KEN008', 'make': 'KIA', 'model': 'PICANTO HATCHBACK', 'derivative': '1.0 1 5dr', 'mileage': 32500, 'mileageWarranty': True, 'type': 'car', 'saleId': 19181, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 122}, 'saleStart': '2026-04-02T09:00Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2009-09-30', 'fuel': 'Petrol', 'motExpiry': '2026-08-30', 'doors': 5, 'engineSize': 999, 'bodyType': 'Hatchback', 'images': None, 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'vosa@ 6k, 7k, 9k, 11k, 13k, 14k, 16k, 17k, 18k, 21k, 22k, 25k, 28k, 30k', 'virtual': False, 'seller': 'Ken Jervis Kia', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': False, 'v5details': None, 'co2': 114, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:02:28 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120882472, 'registration': 'DV59KDN', 'account': 'KEN008', 'make': 'KIA', 'model': 'PICANTO HATCHBACK', 'derivative': '1.0 1 5dr', 'mileage': 32500, 'mileageWarranty': True, 'type': 'car', 'saleId': 19181, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 122}, 'saleStart': '2026-04-02T09:00Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2009-09-30', 'fuel': 'Petrol', 'motExpiry': '2026-08-30', 'doors': 5, 'engineSize': 999, 'bodyType': 'Hatchback', 'images': None, 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'vosa@ 6k, 7k, 9k, 11k, 13k, 14k, 16k, 17k, 18k, 21k, 22k, 25k, 28k, 30k', 'virtual': False, 'seller': 'Ken Jervis Kia', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': False, 'v5details': None, 'co2': 114, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:02:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b687300a-22b6-521d-91dc-d3c9fa2d44b1 with identifier: 120882472
2026-03-30 10:02:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b687300a-22b6-521d-91dc-d3c9fa2d44b1 with scrape type 1
2026-03-30 10:02:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 0 photos for item b687300a-22b6-521d-91dc-d3c9fa2d44b1
2026-03-30 10:02:28 [crawlers.middlewares.photo_download_middleware] INFO: No photos to download for item b687300a-22b6-521d-91dc-d3c9fa2d44b1
2026-03-30 10:02:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: b687300a-22b6-521d-91dc-d3c9fa2d44b1, identifier: 120882472
2026-03-30 10:02:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/EJ67ZSG/2026-03-30/image/e9a5202b-ca4b-4bd7-af39-242d3bfc5da6_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120869943?view=catalogue)
2026-03-30 10:02:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/PN67MPX/2026-03-27/image/544d5f53-a0c5-4064-8ce0-04b4b96777bd_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120839135?view=catalogue)
2026-03-30 10:02:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/PN67MPX/2026-03-27/image/a6d0ec13-9145-44de-9edf-f25b1edf9844_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120839135?view=catalogue)
2026-03-30 10:02:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/WV11EZW/2026-03-28/image/4839fea6-0f1f-416f-bd2e-15d3aa3edcd1_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120830740?view=catalogue)
2026-03-30 10:02:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/FT21CMU/2026-03-28/image/73cea2e9-77d7-477c-9822-41604f189245_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120830712?view=catalogue)
2026-03-30 10:02:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/BJ16YFN/2026-03-28/image/523b3002-732a-4069-b369-814190ca9a51_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120830721?view=catalogue)
2026-03-30 10:02:29 [astonbarclay.gb] INFO: Found listing with ID: 117831410
2026-03-30 10:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27117831410%27 HTTP/1.1" 200 None
2026-03-30 10:02:29 [astonbarclay.gb] INFO: Scrape type for 117831410: 0
2026-03-30 10:02:29 [astonbarclay.gb] INFO: Found listing with ID: 120264238
2026-03-30 10:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120264238%27 HTTP/1.1" 200 None
2026-03-30 10:02:29 [astonbarclay.gb] INFO: Scrape type for 120264238: 0
2026-03-30 10:02:29 [astonbarclay.gb] INFO: Found listing with ID: 119641868
2026-03-30 10:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27119641868%27 HTTP/1.1" 200 None
2026-03-30 10:02:29 [astonbarclay.gb] INFO: Scrape type for 119641868: 0
2026-03-30 10:02:29 [astonbarclay.gb] INFO: Found listing with ID: 120299755
2026-03-30 10:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120299755%27 HTTP/1.1" 200 None
2026-03-30 10:02:29 [astonbarclay.gb] INFO: Scrape type for 120299755: 0
2026-03-30 10:02:29 [astonbarclay.gb] INFO: Found listing with ID: 120368795
2026-03-30 10:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120368795%27 HTTP/1.1" 200 None
2026-03-30 10:02:29 [astonbarclay.gb] INFO: Scrape type for 120368795: 0
2026-03-30 10:02:29 [astonbarclay.gb] INFO: Found listing with ID: 120372054
2026-03-30 10:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120372054%27 HTTP/1.1" 200 None
2026-03-30 10:02:29 [astonbarclay.gb] INFO: Scrape type for 120372054: 0
2026-03-30 10:02:29 [astonbarclay.gb] INFO: Found listing with ID: 120253692
2026-03-30 10:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120253692%27 HTTP/1.1" 200 None
2026-03-30 10:02:29 [astonbarclay.gb] INFO: Scrape type for 120253692: 0
2026-03-30 10:02:29 [astonbarclay.gb] INFO: Found listing with ID: 120283061
2026-03-30 10:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120283061%27 HTTP/1.1" 200 None
2026-03-30 10:02:29 [astonbarclay.gb] INFO: Scrape type for 120283061: 0
2026-03-30 10:02:29 [astonbarclay.gb] INFO: Found listing with ID: 120392758
2026-03-30 10:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120392758%27 HTTP/1.1" 200 None
2026-03-30 10:02:29 [astonbarclay.gb] INFO: Scrape type for 120392758: 0
2026-03-30 10:02:29 [astonbarclay.gb] INFO: Found listing with ID: 120411669
2026-03-30 10:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120411669%27 HTTP/1.1" 200 None
2026-03-30 10:02:29 [astonbarclay.gb] INFO: Scrape type for 120411669: 0
2026-03-30 10:02:29 [astonbarclay.gb] INFO: Found listing with ID: 120442728
2026-03-30 10:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120442728%27 HTTP/1.1" 200 None
2026-03-30 10:02:29 [astonbarclay.gb] INFO: Scrape type for 120442728: 0
2026-03-30 10:02:29 [astonbarclay.gb] INFO: Found listing with ID: 120262660
2026-03-30 10:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120262660%27 HTTP/1.1" 200 None
2026-03-30 10:02:29 [astonbarclay.gb] INFO: Scrape type for 120262660: 0
2026-03-30 10:02:29 [astonbarclay.gb] INFO: Found listing with ID: 120553389
2026-03-30 10:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120553389%27 HTTP/1.1" 200 None
2026-03-30 10:02:29 [astonbarclay.gb] INFO: Scrape type for 120553389: 0
2026-03-30 10:02:29 [astonbarclay.gb] INFO: Found listing with ID: 117366134
2026-03-30 10:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27117366134%27 HTTP/1.1" 200 None
2026-03-30 10:02:29 [astonbarclay.gb] INFO: Scrape type for 117366134: 0
2026-03-30 10:02:29 [astonbarclay.gb] INFO: Found listing with ID: 120450571
2026-03-30 10:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120450571%27 HTTP/1.1" 200 None
2026-03-30 10:02:29 [astonbarclay.gb] INFO: Scrape type for 120450571: 0
2026-03-30 10:02:29 [astonbarclay.gb] INFO: Found listing with ID: 120519906
2026-03-30 10:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120519906%27 HTTP/1.1" 200 None
2026-03-30 10:02:29 [astonbarclay.gb] INFO: Scrape type for 120519906: 0
2026-03-30 10:02:29 [astonbarclay.gb] INFO: Found listing with ID: 120410050
2026-03-30 10:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120410050%27 HTTP/1.1" 200 None
2026-03-30 10:02:29 [astonbarclay.gb] INFO: Scrape type for 120410050: 0
2026-03-30 10:02:29 [astonbarclay.gb] INFO: Found listing with ID: 120279011
2026-03-30 10:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120279011%27 HTTP/1.1" 200 None
2026-03-30 10:02:29 [astonbarclay.gb] INFO: Scrape type for 120279011: 0
2026-03-30 10:02:29 [astonbarclay.gb] INFO: Found listing with ID: 120639812
2026-03-30 10:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120639812%27 HTTP/1.1" 200 None
2026-03-30 10:02:29 [astonbarclay.gb] INFO: Scrape type for 120639812: 2
2026-03-30 10:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%252FWV11EZW%252F2026-03-28%252Fimage%252F94307ef1-7fea-4b83-9a42-44332b4cc4c2_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:02:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/WV11EZW/2026-03-28/image/94307ef1-7fea-4b83-9a42-44332b4cc4c2_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%252FFT21CMU%252F2026-03-28%252Fimage%252Fad9386cd-665e-4a3d-9d09-c8b906d2a77a_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:02:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/FT21CMU/2026-03-28/image/ad9386cd-665e-4a3d-9d09-c8b906d2a77a_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%252FBJ16YFN%252F2026-03-28%252Fimage%252F86158c37-6d7b-48ba-bdea-01a8d4a2b559_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:02:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/BJ16YFN/2026-03-28/image/86158c37-6d7b-48ba-bdea-01a8d4a2b559_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%252FPN67MPX%252F2026-03-27%252Fimage%252F4c1141d4-4de9-4a8c-b03b-2802886a0b96_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:02:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/PN67MPX/2026-03-27/image/4c1141d4-4de9-4a8c-b03b-2802886a0b96_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:02:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: b687300a-22b6-521d-91dc-d3c9fa2d44b1 with identifier: 120882472
2026-03-30 10:02:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: b687300a-22b6-521d-91dc-d3c9fa2d44b1 with identifier: 120882472
2026-03-30 10:02:29 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: b687300a-22b6-521d-91dc-d3c9fa2d44b1 with identifier: 120882472 to the API
2026-03-30 10:02:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 10:02:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120882472?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 114,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 4',
'engine': '1.0L',
'expiration_date': '2026-04-02T09:00:00Z',
'fuel_type': 'Petrol',
'id': 'b687300a-22b6-521d-91dc-d3c9fa2d44b1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'DV59KDN',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120882472',
'listing': 'auction',
'location': 'Aston Barclay Prees Heath',
'make': 'KIA',
'model': 'PICANTO HATCHBACK',
'odometer': 32500,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2009-09-30',
'seller_name': 'Ken Jervis Kia',
'title': 'KIA PICANTO HATCHBACK 1.0 1 5dr',
'transmission': 'manual',
'trim': '1.0 1 5dr',
'vin': None,
'year': 2009}
2026-03-30 10:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120882472%27 HTTP/1.1" 200 None
2026-03-30 10:02:30 [astonbarclay.gb] INFO: Saving data for 120882472: {'created_time': 1774864950.320212, 'last_price_update_time': 1774864950.320234, 'auction_closing_time': 1775120400.0}
2026-03-30 10:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120882472') HTTP/1.1" 204 0
2026-03-30 10:02:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/FT21CMU/2026-03-28/image/643dba79-55d9-4fd5-9f85-d5f72a9139d1_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120830712?view=catalogue)
2026-03-30 10:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%252FEJ17AWM%252F2026-03-30%252Fimage%252F0412a50d-4bf0-49ac-a001-d96710a2b4da_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:02:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EJ17AWM/2026-03-30/image/0412a50d-4bf0-49ac-a001-d96710a2b4da_removebg.jpg?w=600 not downloaded yet
2026-03-30 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-30 10:02:30 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:02:30 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f4367ba2dd0>
2026-03-30 10:02:30 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:02:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:02:30 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:02:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_fc12ce88-442a-57c9-8007-099781604f26/fc12ce88-442a-57c9-8007-099781604f26_image_2.jpg HTTP/1.1" 201 0
2026-03-30 10:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FBJ16YFN%252F2026-03-28%252Fimage%252F44f2331f-bb6a-48d7-8ef3-b2b9b691e290_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:02:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/BJ16YFN/2026-03-28/image/44f2331f-bb6a-48d7-8ef3-b2b9b691e290_removebg.jpg?w=600 saved to cache
2026-03-30 10:02:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item fc12ce88-442a-57c9-8007-099781604f26
2026-03-30 10:02:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/WV11EZW/2026-03-28/image/d606b70b-aa18-428d-b61c-fa46a0aafae6_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120830740?view=catalogue)
2026-03-30 10:02:30 [astonbarclay.gb] INFO: Found listing with ID: 120254109
2026-03-30 10:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120254109%27 HTTP/1.1" 200 None
2026-03-30 10:02:30 [astonbarclay.gb] INFO: Scrape type for 120254109: 0
2026-03-30 10:02:30 [astonbarclay.gb] INFO: Found listing with ID: 120683497
2026-03-30 10:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120683497%27 HTTP/1.1" 200 None
2026-03-30 10:02:30 [astonbarclay.gb] INFO: Scrape type for 120683497: 0
2026-03-30 10:02:30 [astonbarclay.gb] INFO: Found listing with ID: 117864929
2026-03-30 10:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27117864929%27 HTTP/1.1" 200 None
2026-03-30 10:02:30 [astonbarclay.gb] INFO: Scrape type for 117864929: 0
2026-03-30 10:02:30 [astonbarclay.gb] INFO: Found listing with ID: 120344753
2026-03-30 10:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120344753%27 HTTP/1.1" 200 None
2026-03-30 10:02:30 [astonbarclay.gb] INFO: Scrape type for 120344753: 0
2026-03-30 10:02:30 [astonbarclay.gb] INFO: Found listing with ID: 118987563
2026-03-30 10:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27118987563%27 HTTP/1.1" 200 None
2026-03-30 10:02:30 [astonbarclay.gb] INFO: Scrape type for 118987563: 2
2026-03-30 10:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%252FWV11EZW%252F2026-03-28%252Fimage%252F14ced9d9-b78a-4fef-933e-863e31d7c4c9_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:02:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/WV11EZW/2026-03-28/image/14ced9d9-b78a-4fef-933e-863e31d7c4c9_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%252FFT21CMU%252F2026-03-28%252Fimage%252Fbfa5c597-c9b0-4896-a60c-2e5b43ccfe5d_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:02:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/FT21CMU/2026-03-28/image/bfa5c597-c9b0-4896-a60c-2e5b43ccfe5d_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%252FBJ16YFN%252F2026-03-28%252Fimage%252F34ddb187-2e02-491d-a266-ef1fef0f6b9f_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:02:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/BJ16YFN/2026-03-28/image/34ddb187-2e02-491d-a266-ef1fef0f6b9f_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%252FPN67MPX%252F2026-03-27%252Fimage%252F32a764b0-8f97-4c52-84fe-7fc6e3a95992_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:02:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/PN67MPX/2026-03-27/image/32a764b0-8f97-4c52-84fe-7fc6e3a95992_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:02:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120862857?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%252FEJ17AWM%252F2026-03-30%252Fimage%252F5f157cce-8b19-4840-804b-4b6fd638f936_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:02:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EJ17AWM/2026-03-30/image/5f157cce-8b19-4840-804b-4b6fd638f936_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:02:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120877624?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:02:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/EJ17AWM/2026-03-30/image/2649f1d4-ecb7-476a-b634-344018a4dbb8_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120869987?view=catalogue)
2026-03-30 10:02:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/KP65GHA/2026-03-28/image/48b4a8a9-3548-4967-b329-8fe0af4e5656_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120830692?view=catalogue)
2026-03-30 10:02:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/EJ17AWM/2026-03-30/image/732d2cdf-769d-42df-8a32-57dae432d0ce_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120869987?view=catalogue)
2026-03-30 10:02:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/PN67MPX/2026-03-27/image/c2888fb0-c868-4e34-9a37-774771eceadf_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120839135?view=catalogue)
2026-03-30 10:02:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/EJ17AWM/2026-03-30/image/aa18872e-be5c-4650-958a-ad725869404b_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120869987?view=catalogue)
2026-03-30 10:02:30 [astonbarclay.gb] INFO: Found listing with ID: 119498921
2026-03-30 10:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27119498921%27 HTTP/1.1" 200 None
2026-03-30 10:02:30 [astonbarclay.gb] INFO: Scrape type for 119498921: 2
2026-03-30 10:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%252FWV11EZW%252F2026-03-28%252Fimage%252Fcf241015-d458-49be-84c3-350f7f93de37_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:02:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/WV11EZW/2026-03-28/image/cf241015-d458-49be-84c3-350f7f93de37_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%252FFT21CMU%252F2026-03-28%252Fimage%252F4c7b08df-a8e9-460b-9eea-e8e3d897a3be_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:02:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/FT21CMU/2026-03-28/image/4c7b08df-a8e9-460b-9eea-e8e3d897a3be_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%252FBJ16YFN%252F2026-03-28%252Fimage%252Feaff730e-5af7-4f86-83ca-f18b66550154_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:02:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/BJ16YFN/2026-03-28/image/eaff730e-5af7-4f86-83ca-f18b66550154_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:02:31 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:02:31 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:02:31 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f436536c910>
2026-03-30 10:02:31 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:02:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:02:31 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:02:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9ffde6a3-866a-513a-8c46-21a22175c799/9ffde6a3-866a-513a-8c46-21a22175c799_image_6.jpg HTTP/1.1" 201 0
2026-03-30 10:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FKP65GHA%252F2026-03-28%252Fimage%252F83338e45-7e7c-4fdc-a3d5-8e58baeb589f_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:02:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/KP65GHA/2026-03-28/image/83338e45-7e7c-4fdc-a3d5-8e58baeb589f_removebg.jpg?w=600 saved to cache
2026-03-30 10:02:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 9ffde6a3-866a-513a-8c46-21a22175c799
2026-03-30 10:02:31 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:02:31 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f4365431610>
2026-03-30 10:02:31 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:02:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:02:31 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:02:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c289a4b1-7040-5a7c-9907-90547e67110d/c289a4b1-7040-5a7c-9907-90547e67110d_image_8.jpg HTTP/1.1" 201 0
2026-03-30 10:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FEJ67ZSG%252F2026-03-30%252Fimage%252Fe9a5202b-ca4b-4bd7-af39-242d3bfc5da6_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:02:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EJ67ZSG/2026-03-30/image/e9a5202b-ca4b-4bd7-af39-242d3bfc5da6_removebg.jpg?w=600 saved to cache
2026-03-30 10:02:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item c289a4b1-7040-5a7c-9907-90547e67110d
2026-03-30 10:02:31 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:02:31 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f4365498e90>
2026-03-30 10:02:31 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:02:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:02:31 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:02:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2ff10fc6-f8fe-590f-a993-d778959b9d07/2ff10fc6-f8fe-590f-a993-d778959b9d07_image_3.jpg HTTP/1.1" 201 0
2026-03-30 10:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FPN67MPX%252F2026-03-27%252Fimage%252F544d5f53-a0c5-4064-8ce0-04b4b96777bd_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:02:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/PN67MPX/2026-03-27/image/544d5f53-a0c5-4064-8ce0-04b4b96777bd_removebg.jpg?w=600 saved to cache
2026-03-30 10:02:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 2ff10fc6-f8fe-590f-a993-d778959b9d07
2026-03-30 10:02:31 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:02:31 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f4366632a90>
2026-03-30 10:02:31 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:02:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:02:31 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:02:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2ff10fc6-f8fe-590f-a993-d778959b9d07/2ff10fc6-f8fe-590f-a993-d778959b9d07_image_4.jpg HTTP/1.1" 201 0
2026-03-30 10:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FPN67MPX%252F2026-03-27%252Fimage%252Fa6d0ec13-9145-44de-9edf-f25b1edf9844_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:02:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/PN67MPX/2026-03-27/image/a6d0ec13-9145-44de-9edf-f25b1edf9844_removebg.jpg?w=600 saved to cache
2026-03-30 10:02:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 2ff10fc6-f8fe-590f-a993-d778959b9d07
2026-03-30 10:02:31 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:02:31 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f436528e250>
2026-03-30 10:02:31 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:02:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:02:31 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:02:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d6855991-a720-57ea-80e5-c513d2d0254a/d6855991-a720-57ea-80e5-c513d2d0254a_image_2.jpg HTTP/1.1" 201 0
2026-03-30 10:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FWV11EZW%252F2026-03-28%252Fimage%252F4839fea6-0f1f-416f-bd2e-15d3aa3edcd1_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:02:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/WV11EZW/2026-03-28/image/4839fea6-0f1f-416f-bd2e-15d3aa3edcd1_removebg.jpg?w=600 saved to cache
2026-03-30 10:02:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item d6855991-a720-57ea-80e5-c513d2d0254a
2026-03-30 10:02:31 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:02:31 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f4366605e90>
2026-03-30 10:02:31 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:02:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:02:31 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:02:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c31a459a-4f18-5760-8f29-d1c8f58cb774/c31a459a-4f18-5760-8f29-d1c8f58cb774_image_2.jpg HTTP/1.1" 201 0
2026-03-30 10:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FFT21CMU%252F2026-03-28%252Fimage%252F73cea2e9-77d7-477c-9822-41604f189245_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:02:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/FT21CMU/2026-03-28/image/73cea2e9-77d7-477c-9822-41604f189245_removebg.jpg?w=600 saved to cache
2026-03-30 10:02:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item c31a459a-4f18-5760-8f29-d1c8f58cb774
2026-03-30 10:02:31 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:02:31 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f4366679fd0>
2026-03-30 10:02:31 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:02:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:02:31 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:02:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_fc12ce88-442a-57c9-8007-099781604f26/fc12ce88-442a-57c9-8007-099781604f26_image_4.jpg HTTP/1.1" 201 0
2026-03-30 10:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FBJ16YFN%252F2026-03-28%252Fimage%252F523b3002-732a-4069-b369-814190ca9a51_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:02:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/BJ16YFN/2026-03-28/image/523b3002-732a-4069-b369-814190ca9a51_removebg.jpg?w=600 saved to cache
2026-03-30 10:02:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item fc12ce88-442a-57c9-8007-099781604f26
2026-03-30 10:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%252FEJ17AWM%252F2026-03-30%252Fimage%252Fee877c55-3603-4530-b3ce-4f5711bf03fb_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:02:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EJ17AWM/2026-03-30/image/ee877c55-3603-4530-b3ce-4f5711bf03fb_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:02:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/PN67MPX/2026-03-27/image/410aea1b-fd00-4355-a323-23f1a3bdf7a5_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120839135?view=catalogue)
2026-03-30 10:02:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/EJ17AWM/2026-03-30/image/470368bc-0a72-43ab-8347-1e508e4c0e34_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120869987?view=catalogue)
2026-03-30 10:02:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/BJ16YFN/2026-03-28/image/ae4673c4-84d7-420a-8a0b-7206707f6c3c_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120830721?view=catalogue)
2026-03-30 10:02:31 [astonbarclay.gb] INFO: Found listing with ID: 118319892
2026-03-30 10:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27118319892%27 HTTP/1.1" 200 None
2026-03-30 10:02:31 [astonbarclay.gb] INFO: Scrape type for 118319892: 0
2026-03-30 10:02:31 [astonbarclay.gb] INFO: Found listing with ID: 120299965
2026-03-30 10:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120299965%27 HTTP/1.1" 200 None
2026-03-30 10:02:31 [astonbarclay.gb] INFO: Scrape type for 120299965: 0
2026-03-30 10:02:31 [astonbarclay.gb] INFO: Found listing with ID: 119388788
2026-03-30 10:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27119388788%27 HTTP/1.1" 200 None
2026-03-30 10:02:31 [astonbarclay.gb] INFO: Scrape type for 119388788: 0
2026-03-30 10:02:31 [astonbarclay.gb] INFO: Found listing with ID: 119629584
2026-03-30 10:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27119629584%27 HTTP/1.1" 200 None
2026-03-30 10:02:31 [astonbarclay.gb] INFO: Scrape type for 119629584: 0
2026-03-30 10:02:31 [astonbarclay.gb] INFO: Found listing with ID: 120471162
2026-03-30 10:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120471162%27 HTTP/1.1" 200 None
2026-03-30 10:02:31 [astonbarclay.gb] INFO: Scrape type for 120471162: 0
2026-03-30 10:02:31 [astonbarclay.gb] INFO: Found listing with ID: 119393289
2026-03-30 10:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27119393289%27 HTTP/1.1" 200 None
2026-03-30 10:02:31 [astonbarclay.gb] INFO: Scrape type for 119393289: 0
2026-03-30 10:02:31 [astonbarclay.gb] INFO: Found listing with ID: 119427785
2026-03-30 10:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27119427785%27 HTTP/1.1" 200 None
2026-03-30 10:02:31 [astonbarclay.gb] INFO: Scrape type for 119427785: 0
2026-03-30 10:02:31 [astonbarclay.gb] INFO: Found listing with ID: 120881926
2026-03-30 10:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120881926%27 HTTP/1.1" 200 None
2026-03-30 10:02:31 [astonbarclay.gb] INFO: Scrape type for 120881926: 1
2026-03-30 10:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%252FEJ17AWM%252F2026-03-30%252Fimage%252Fd13e3593-bc7f-4b77-9945-ef8edce36f49_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:02:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EJ17AWM/2026-03-30/image/d13e3593-bc7f-4b77-9945-ef8edce36f49_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:02:31 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:02:31 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f4365113110>
2026-03-30 10:02:31 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:02:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:02:31 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:02:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c31a459a-4f18-5760-8f29-d1c8f58cb774/c31a459a-4f18-5760-8f29-d1c8f58cb774_image_4.jpg HTTP/1.1" 201 0
2026-03-30 10:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FFT21CMU%252F2026-03-28%252Fimage%252F643dba79-55d9-4fd5-9f85-d5f72a9139d1_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:02:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/FT21CMU/2026-03-28/image/643dba79-55d9-4fd5-9f85-d5f72a9139d1_removebg.jpg?w=600 saved to cache
2026-03-30 10:02:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item c31a459a-4f18-5760-8f29-d1c8f58cb774
2026-03-30 10:02:31 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:02:31 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f43651a6850>
2026-03-30 10:02:31 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:02:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:02:31 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:02:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d6855991-a720-57ea-80e5-c513d2d0254a/d6855991-a720-57ea-80e5-c513d2d0254a_image_4.jpg HTTP/1.1" 201 0
2026-03-30 10:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FWV11EZW%252F2026-03-28%252Fimage%252Fd606b70b-aa18-428d-b61c-fa46a0aafae6_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:02:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/WV11EZW/2026-03-28/image/d606b70b-aa18-428d-b61c-fa46a0aafae6_removebg.jpg?w=600 saved to cache
2026-03-30 10:02:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item d6855991-a720-57ea-80e5-c513d2d0254a
2026-03-30 10:02:31 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120862857, 'registration': 'EG66HXN', 'account': 'WBA002', 'make': 'SKODA', 'model': 'FABIA HATCHBACK', 'derivative': '1.2 TSI SE 5dr', 'mileage': 44882, 'mileageWarranty': True, 'type': 'car', 'saleId': 19233, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 727}, 'saleStart': '2026-04-01T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2017-02-27', 'fuel': 'Petrol', 'motExpiry': '2027-03-23', 'doors': 5, 'engineSize': 1197, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/EG66HXN/2026-03-28/image/1e5c76b5-3232-4977-ac1c-c048045bec74_removebg.jpg?w=600', 'https://abimg003.imgix.net/EG66HXN/2026-03-28/image/3ba1e1c3-05be-4a1f-b150-b38d50b29bb7_removebg.jpg?w=600', 'https://abimg003.imgix.net/EG66HXN/2026-03-28/image/70375f97-2377-43fd-a9a5-a5552ae3bf4f_removebg.jpg?w=600', 'https://abimg003.imgix.net/EG66HXN/2026-03-28/image/130659f6-a90b-4c7d-a95e-cd6648be33cf_removebg.jpg?w=600', 'https://abimg003.imgix.net/EG66HXN/2026-03-28/image/5eacec8f-35ae-4d6a-a2ff-ce5777b05c53_removebg.jpg?w=600', 'https://abimg003.imgix.net/EG66HXN/2026-03-28/image/7dde3aba-ce88-42dc-b8db-3c90d9f39921_removebg.jpg?w=600', 'https://abimg003.imgix.net/EG66HXN/2026-03-28/image/d6e870a0-433e-46e3-b4bf-aeaddd8c5286_removebg.jpg?w=600', 'https://abimg003.imgix.net/EG66HXN/2026-03-28/image/c4a72ec8-c207-413a-a2aa-742f0c5f3827_removebg.jpg?w=600', 'https://abimg003.imgix.net/EG66HXN/2026-03-28/image/f496f724-4674-48bf-9d4d-ba12c7fe9598_removebg.jpg?w=600'], 'colour': 'GREEN', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'UKCGR - Premium', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': False, 'v5details': None, 'co2': 110, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/c715b4a1-9175-4e7a-85fd-0bc584e76e16.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:02:31 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120862857, 'registration': 'EG66HXN', 'account': 'WBA002', 'make': 'SKODA', 'model': 'FABIA HATCHBACK', 'derivative': '1.2 TSI SE 5dr', 'mileage': 44882, 'mileageWarranty': True, 'type': 'car', 'saleId': 19233, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 727}, 'saleStart': '2026-04-01T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2017-02-27', 'fuel': 'Petrol', 'motExpiry': '2027-03-23', 'doors': 5, 'engineSize': 1197, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/EG66HXN/2026-03-28/image/1e5c76b5-3232-4977-ac1c-c048045bec74_removebg.jpg?w=600', 'https://abimg003.imgix.net/EG66HXN/2026-03-28/image/3ba1e1c3-05be-4a1f-b150-b38d50b29bb7_removebg.jpg?w=600', 'https://abimg003.imgix.net/EG66HXN/2026-03-28/image/70375f97-2377-43fd-a9a5-a5552ae3bf4f_removebg.jpg?w=600', 'https://abimg003.imgix.net/EG66HXN/2026-03-28/image/130659f6-a90b-4c7d-a95e-cd6648be33cf_removebg.jpg?w=600', 'https://abimg003.imgix.net/EG66HXN/2026-03-28/image/5eacec8f-35ae-4d6a-a2ff-ce5777b05c53_removebg.jpg?w=600', 'https://abimg003.imgix.net/EG66HXN/2026-03-28/image/7dde3aba-ce88-42dc-b8db-3c90d9f39921_removebg.jpg?w=600', 'https://abimg003.imgix.net/EG66HXN/2026-03-28/image/d6e870a0-433e-46e3-b4bf-aeaddd8c5286_removebg.jpg?w=600', 'https://abimg003.imgix.net/EG66HXN/2026-03-28/image/c4a72ec8-c207-413a-a2aa-742f0c5f3827_removebg.jpg?w=600', 'https://abimg003.imgix.net/EG66HXN/2026-03-28/image/f496f724-4674-48bf-9d4d-ba12c7fe9598_removebg.jpg?w=600'], 'colour': 'GREEN', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'UKCGR - Premium', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': False, 'v5details': None, 'co2': 110, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/c715b4a1-9175-4e7a-85fd-0bc584e76e16.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:02:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1096493f-4a98-51cd-bc15-64e1f8719f0b with identifier: 120862857
2026-03-30 10:02:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1096493f-4a98-51cd-bc15-64e1f8719f0b with scrape type 1
2026-03-30 10:02:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 9 photos for item 1096493f-4a98-51cd-bc15-64e1f8719f0b
2026-03-30 10:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%252FEG66HXN%252F2026-03-28%252Fimage%252F1e5c76b5-3232-4977-ac1c-c048045bec74_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:02:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EG66HXN/2026-03-28/image/1e5c76b5-3232-4977-ac1c-c048045bec74_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:02:31 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120877624, 'registration': 'LP15YDL', 'account': 'STA058', 'make': 'FORD', 'model': 'FIESTA HATCHBACK', 'derivative': '1.6 EcoBoost ST-2 3dr', 'mileage': 124238, 'mileageWarranty': False, 'type': 'car', 'saleId': 19181, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 122}, 'saleStart': '2026-04-02T09:00Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2015-06-30', 'fuel': 'Petrol', 'motExpiry': '2025-11-03', 'doors': 3, 'engineSize': 1596, 'bodyType': 'Hatchback', 'images': None, 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'VOSA @ 22K 37K 56K 67K 77K 93K 108K', 'virtual': False, 'seller': 'Startline Motor Finance Ltd', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': False, 'v5details': None, 'co2': 138, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:02:31 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120877624, 'registration': 'LP15YDL', 'account': 'STA058', 'make': 'FORD', 'model': 'FIESTA HATCHBACK', 'derivative': '1.6 EcoBoost ST-2 3dr', 'mileage': 124238, 'mileageWarranty': False, 'type': 'car', 'saleId': 19181, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 122}, 'saleStart': '2026-04-02T09:00Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2015-06-30', 'fuel': 'Petrol', 'motExpiry': '2025-11-03', 'doors': 3, 'engineSize': 1596, 'bodyType': 'Hatchback', 'images': None, 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'VOSA @ 22K 37K 56K 67K 77K 93K 108K', 'virtual': False, 'seller': 'Startline Motor Finance Ltd', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': False, 'v5details': None, 'co2': 138, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:02:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: eab32459-3ccf-5c78-9d70-600f7e38b84c with identifier: 120877624
2026-03-30 10:02:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item eab32459-3ccf-5c78-9d70-600f7e38b84c with scrape type 1
2026-03-30 10:02:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 0 photos for item eab32459-3ccf-5c78-9d70-600f7e38b84c
2026-03-30 10:02:31 [crawlers.middlewares.photo_download_middleware] INFO: No photos to download for item eab32459-3ccf-5c78-9d70-600f7e38b84c
2026-03-30 10:02:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: eab32459-3ccf-5c78-9d70-600f7e38b84c, identifier: 120877624
2026-03-30 10:02:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:02:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f4367b9b3d0>
2026-03-30 10:02:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:02:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:02:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:02:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_bc051857-bcc4-5858-9132-b155111fef70/bc051857-bcc4-5858-9132-b155111fef70_image_0.jpg HTTP/1.1" 201 0
2026-03-30 10:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FEJ17AWM%252F2026-03-30%252Fimage%252F2649f1d4-ecb7-476a-b634-344018a4dbb8_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:02:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EJ17AWM/2026-03-30/image/2649f1d4-ecb7-476a-b634-344018a4dbb8_removebg.jpg?w=600 saved to cache
2026-03-30 10:02:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item bc051857-bcc4-5858-9132-b155111fef70
2026-03-30 10:02:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:02:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f4365483f10>
2026-03-30 10:02:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:02:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:02:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:02:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9ffde6a3-866a-513a-8c46-21a22175c799/9ffde6a3-866a-513a-8c46-21a22175c799_image_8.jpg HTTP/1.1" 201 0
2026-03-30 10:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FKP65GHA%252F2026-03-28%252Fimage%252F48b4a8a9-3548-4967-b329-8fe0af4e5656_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:02:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/KP65GHA/2026-03-28/image/48b4a8a9-3548-4967-b329-8fe0af4e5656_removebg.jpg?w=600 saved to cache
2026-03-30 10:02:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 9ffde6a3-866a-513a-8c46-21a22175c799
2026-03-30 10:02:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:02:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f436669d850>
2026-03-30 10:02:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:02:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:02:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:02:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_bc051857-bcc4-5858-9132-b155111fef70/bc051857-bcc4-5858-9132-b155111fef70_image_2.jpg HTTP/1.1" 201 0
2026-03-30 10:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FEJ17AWM%252F2026-03-30%252Fimage%252F732d2cdf-769d-42df-8a32-57dae432d0ce_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:02:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EJ17AWM/2026-03-30/image/732d2cdf-769d-42df-8a32-57dae432d0ce_removebg.jpg?w=600 saved to cache
2026-03-30 10:02:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item bc051857-bcc4-5858-9132-b155111fef70
2026-03-30 10:02:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:02:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f4366e449d0>
2026-03-30 10:02:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:02:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:02:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:02:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2ff10fc6-f8fe-590f-a993-d778959b9d07/2ff10fc6-f8fe-590f-a993-d778959b9d07_image_5.jpg HTTP/1.1" 201 0
2026-03-30 10:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FPN67MPX%252F2026-03-27%252Fimage%252Fc2888fb0-c868-4e34-9a37-774771eceadf_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:02:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/PN67MPX/2026-03-27/image/c2888fb0-c868-4e34-9a37-774771eceadf_removebg.jpg?w=600 saved to cache
2026-03-30 10:02:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 2ff10fc6-f8fe-590f-a993-d778959b9d07
2026-03-30 10:02:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:02:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f4365307650>
2026-03-30 10:02:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:02:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:02:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:02:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_bc051857-bcc4-5858-9132-b155111fef70/bc051857-bcc4-5858-9132-b155111fef70_image_1.jpg HTTP/1.1" 201 0
2026-03-30 10:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FEJ17AWM%252F2026-03-30%252Fimage%252Faa18872e-be5c-4650-958a-ad725869404b_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:02:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EJ17AWM/2026-03-30/image/aa18872e-be5c-4650-958a-ad725869404b_removebg.jpg?w=600 saved to cache
2026-03-30 10:02:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item bc051857-bcc4-5858-9132-b155111fef70
2026-03-30 10:02:32 [astonbarclay.gb] INFO: Found listing with ID: 120881998
2026-03-30 10:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120881998%27 HTTP/1.1" 200 None
2026-03-30 10:02:32 [astonbarclay.gb] INFO: Scrape type for 120881998: 1
2026-03-30 10:02:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: eab32459-3ccf-5c78-9d70-600f7e38b84c with identifier: 120877624
2026-03-30 10:02:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: eab32459-3ccf-5c78-9d70-600f7e38b84c with identifier: 120877624
2026-03-30 10:02:32 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: eab32459-3ccf-5c78-9d70-600f7e38b84c with identifier: 120877624 to the API
2026-03-30 10:02:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:02:33 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:02:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120877624?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 138,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 3,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-04-02T09:00:00Z',
'fuel_type': 'Petrol',
'id': 'eab32459-3ccf-5c78-9d70-600f7e38b84c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'LP15YDL',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120877624',
'listing': 'auction',
'location': 'Aston Barclay Prees Heath',
'make': 'FORD',
'model': 'FIESTA HATCHBACK',
'odometer': 124238,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-06-30',
'seller_name': 'Startline Motor Finance Ltd',
'title': 'FORD FIESTA HATCHBACK 1.6 EcoBoost ST-2 3dr',
'transmission': 'manual',
'trim': '1.6 EcoBoost ST-2 3dr',
'vin': None,
'year': 2015}
2026-03-30 10:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120877624%27 HTTP/1.1" 200 None
2026-03-30 10:02:33 [astonbarclay.gb] INFO: Saving data for 120877624: {'created_time': 1774864953.168103, 'last_price_update_time': 1774864953.168119, 'auction_closing_time': 1775120400.0}
2026-03-30 10:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120877624') HTTP/1.1" 204 0
2026-03-30 10:02:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/PN67MPX/2026-03-27/image/32a764b0-8f97-4c52-84fe-7fc6e3a95992_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120839135?view=catalogue)
2026-03-30 10:02:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/PN67MPX/2026-03-27/image/4c1141d4-4de9-4a8c-b03b-2802886a0b96_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120839135?view=catalogue)
2026-03-30 10:02:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/BJ16YFN/2026-03-28/image/5f3d3ddd-59b8-4afe-9508-9c1344bf45da_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120830721?view=catalogue)
2026-03-30 10:02:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/FT21CMU/2026-03-28/image/e440e8f4-4562-4814-bcd6-b5f869023ae4_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120830712?view=catalogue)
2026-03-30 10:02:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/WV11EZW/2026-03-28/image/bfbfc6d8-c068-4f10-bd5d-8d5ec0a589a6_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120830740?view=catalogue)
2026-03-30 10:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%252FEJ17AWM%252F2026-03-30%252Fimage%252F078a362a-139c-46c4-8dce-1faee861aefa_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:02:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EJ17AWM/2026-03-30/image/078a362a-139c-46c4-8dce-1faee861aefa_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%252FEG66HXN%252F2026-03-28%252Fimage%252F3ba1e1c3-05be-4a1f-b150-b38d50b29bb7_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:02:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EG66HXN/2026-03-28/image/3ba1e1c3-05be-4a1f-b150-b38d50b29bb7_removebg.jpg?w=600 not downloaded yet
2026-03-30 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-30 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-30 10:02:33 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:02:33 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f4366e37490>
2026-03-30 10:02:33 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 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-30 10:02:33 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:02:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2ff10fc6-f8fe-590f-a993-d778959b9d07/2ff10fc6-f8fe-590f-a993-d778959b9d07_image_6.jpg HTTP/1.1" 201 0
2026-03-30 10:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%252FPN67MPX%252F2026-03-27%252Fimage%252F410aea1b-fd00-4355-a323-23f1a3bdf7a5_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:02:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/PN67MPX/2026-03-27/image/410aea1b-fd00-4355-a323-23f1a3bdf7a5_removebg.jpg?w=600 saved to cache
2026-03-30 10:02:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 2ff10fc6-f8fe-590f-a993-d778959b9d07
2026-03-30 10:02:33 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:02:33 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f4364ff04d0>
2026-03-30 10:02:33 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 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-30 10:02:33 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:02:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_bc051857-bcc4-5858-9132-b155111fef70/bc051857-bcc4-5858-9132-b155111fef70_image_3.jpg HTTP/1.1" 201 0
2026-03-30 10:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%252FEJ17AWM%252F2026-03-30%252Fimage%252F470368bc-0a72-43ab-8347-1e508e4c0e34_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:02:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EJ17AWM/2026-03-30/image/470368bc-0a72-43ab-8347-1e508e4c0e34_removebg.jpg?w=600 saved to cache
2026-03-30 10:02:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item bc051857-bcc4-5858-9132-b155111fef70
2026-03-30 10:02:33 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:02:33 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f436678c910>
2026-03-30 10:02:33 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 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-30 10:02:33 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:02:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_fc12ce88-442a-57c9-8007-099781604f26/fc12ce88-442a-57c9-8007-099781604f26_image_6.jpg HTTP/1.1" 201 0
2026-03-30 10:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%252FBJ16YFN%252F2026-03-28%252Fimage%252Fae4673c4-84d7-420a-8a0b-7206707f6c3c_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:02:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/BJ16YFN/2026-03-28/image/ae4673c4-84d7-420a-8a0b-7206707f6c3c_removebg.jpg?w=600 saved to cache
2026-03-30 10:02:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item fc12ce88-442a-57c9-8007-099781604f26
2026-03-30 10:02:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/WV11EZW/2026-03-28/image/14ced9d9-b78a-4fef-933e-863e31d7c4c9_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120830740?view=catalogue)
2026-03-30 10:02:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/BJ16YFN/2026-03-28/image/34ddb187-2e02-491d-a266-ef1fef0f6b9f_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120830721?view=catalogue)
2026-03-30 10:02:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/FT21CMU/2026-03-28/image/bfa5c597-c9b0-4896-a60c-2e5b43ccfe5d_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120830712?view=catalogue)
2026-03-30 10:02:33 [astonbarclay.gb] INFO: Found listing with ID: 119203393
2026-03-30 10:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27119203393%27 HTTP/1.1" 200 None
2026-03-30 10:02:33 [astonbarclay.gb] INFO: Scrape type for 119203393: 0
2026-03-30 10:02:33 [astonbarclay.gb] INFO: Found listing with ID: 119669852
2026-03-30 10:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27119669852%27 HTTP/1.1" 200 None
2026-03-30 10:02:33 [astonbarclay.gb] INFO: Scrape type for 119669852: 2
2026-03-30 10:02:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120828068?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 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-30 10:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%252FEJ17AWM%252F2026-03-30%252Fimage%252F1e866b7a-2f14-45f3-be4d-2a14d31d42a2_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:02:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EJ17AWM/2026-03-30/image/1e866b7a-2f14-45f3-be4d-2a14d31d42a2_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%252FEG66HXN%252F2026-03-28%252Fimage%252F70375f97-2377-43fd-a9a5-a5552ae3bf4f_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:02:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EG66HXN/2026-03-28/image/70375f97-2377-43fd-a9a5-a5552ae3bf4f_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:02:33 [astonbarclay.gb] INFO: Found listing with ID: 120238552
2026-03-30 10:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120238552%27 HTTP/1.1" 200 None
2026-03-30 10:02:33 [astonbarclay.gb] INFO: Scrape type for 120238552: 0
2026-03-30 10:02:33 [astonbarclay.gb] INFO: Found listing with ID: 120664326
2026-03-30 10:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120664326%27 HTTP/1.1" 200 None
2026-03-30 10:02:33 [astonbarclay.gb] INFO: Scrape type for 120664326: 1
2026-03-30 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-30 10:02:33 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:02:33 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f436538d1d0>
2026-03-30 10:02:33 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 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-30 10:02:33 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:02:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2ff10fc6-f8fe-590f-a993-d778959b9d07/2ff10fc6-f8fe-590f-a993-d778959b9d07_image_8.jpg HTTP/1.1" 201 0
2026-03-30 10:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%252FPN67MPX%252F2026-03-27%252Fimage%252F32a764b0-8f97-4c52-84fe-7fc6e3a95992_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:02:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/PN67MPX/2026-03-27/image/32a764b0-8f97-4c52-84fe-7fc6e3a95992_removebg.jpg?w=600 saved to cache
2026-03-30 10:02:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 2ff10fc6-f8fe-590f-a993-d778959b9d07
2026-03-30 10:02:33 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:02:33 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f436521b090>
2026-03-30 10:02:33 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 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-30 10:02:33 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:02:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2ff10fc6-f8fe-590f-a993-d778959b9d07/2ff10fc6-f8fe-590f-a993-d778959b9d07_image_7.jpg HTTP/1.1" 201 0
2026-03-30 10:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%252FPN67MPX%252F2026-03-27%252Fimage%252F4c1141d4-4de9-4a8c-b03b-2802886a0b96_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:02:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/PN67MPX/2026-03-27/image/4c1141d4-4de9-4a8c-b03b-2802886a0b96_removebg.jpg?w=600 saved to cache
2026-03-30 10:02:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 2ff10fc6-f8fe-590f-a993-d778959b9d07
2026-03-30 10:02:33 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 2ff10fc6-f8fe-590f-a993-d778959b9d07, skipping ID generation
2026-03-30 10:02:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2ff10fc6-f8fe-590f-a993-d778959b9d07 with scrape type 1
2026-03-30 10:02:33 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 2ff10fc6-f8fe-590f-a993-d778959b9d07 sending to next pipeline
2026-03-30 10:02:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 2ff10fc6-f8fe-590f-a993-d778959b9d07, identifier: 120839135
2026-03-30 10:02:33 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:02:33 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f43652011d0>
2026-03-30 10:02:33 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 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-30 10:02:33 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:02:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_fc12ce88-442a-57c9-8007-099781604f26/fc12ce88-442a-57c9-8007-099781604f26_image_5.jpg HTTP/1.1" 201 0
2026-03-30 10:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%252FBJ16YFN%252F2026-03-28%252Fimage%252F5f3d3ddd-59b8-4afe-9508-9c1344bf45da_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:02:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/BJ16YFN/2026-03-28/image/5f3d3ddd-59b8-4afe-9508-9c1344bf45da_removebg.jpg?w=600 saved to cache
2026-03-30 10:02:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item fc12ce88-442a-57c9-8007-099781604f26
2026-03-30 10:02:33 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:02:33 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f43654d3990>
2026-03-30 10:02:33 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 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-30 10:02:33 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:02:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c31a459a-4f18-5760-8f29-d1c8f58cb774/c31a459a-4f18-5760-8f29-d1c8f58cb774_image_6.jpg HTTP/1.1" 201 0
2026-03-30 10:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%252FFT21CMU%252F2026-03-28%252Fimage%252Fe440e8f4-4562-4814-bcd6-b5f869023ae4_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:02:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/FT21CMU/2026-03-28/image/e440e8f4-4562-4814-bcd6-b5f869023ae4_removebg.jpg?w=600 saved to cache
2026-03-30 10:02:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item c31a459a-4f18-5760-8f29-d1c8f58cb774
2026-03-30 10:02:33 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:02:33 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f4366e46810>
2026-03-30 10:02:33 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 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-30 10:02:33 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:02:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d6855991-a720-57ea-80e5-c513d2d0254a/d6855991-a720-57ea-80e5-c513d2d0254a_image_6.jpg HTTP/1.1" 201 0
2026-03-30 10:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%252FWV11EZW%252F2026-03-28%252Fimage%252Fbfbfc6d8-c068-4f10-bd5d-8d5ec0a589a6_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:02:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/WV11EZW/2026-03-28/image/bfbfc6d8-c068-4f10-bd5d-8d5ec0a589a6_removebg.jpg?w=600 saved to cache
2026-03-30 10:02:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item d6855991-a720-57ea-80e5-c513d2d0254a
2026-03-30 10:02:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/EG66HXN/2026-03-28/image/1e5c76b5-3232-4977-ac1c-c048045bec74_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120862857?view=catalogue)
2026-03-30 10:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%252FEG66HXN%252F2026-03-28%252Fimage%252F130659f6-a90b-4c7d-a95e-cd6648be33cf_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:02:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EG66HXN/2026-03-28/image/130659f6-a90b-4c7d-a95e-cd6648be33cf_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:02:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 2ff10fc6-f8fe-590f-a993-d778959b9d07 with identifier: 120839135
2026-03-30 10:02:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 2ff10fc6-f8fe-590f-a993-d778959b9d07 with identifier: 120839135
2026-03-30 10:02:34 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 2ff10fc6-f8fe-590f-a993-d778959b9d07 with identifier: 120839135 to the API
2026-03-30 10:02:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 10:02:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://abimg003.imgix.net/PN67MPX/2026-03-27/image/4c1141d4-4de9-4a8c-b03b-2802886a0b96_removebg.jpg?w=600>
{'auction_title': '',
'c_o_2_emission_value': 189,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '3.0L',
'expiration_date': '2026-04-01T09:00:00Z',
'fuel_type': 'Diesel',
'id': '2ff10fc6-f8fe-590f-a993-d778959b9d07',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'PN67MPX',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120839135',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'LAND ROVER',
'model': 'DISCOVERY DIESEL SW',
'odometer': 79798,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 9,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2ff10fc6-f8fe-590f-a993-d778959b9d07/2ff10fc6-f8fe-590f-a993-d778959b9d07_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 33944,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/PN67MPX/2026-03-27/image/9dd3d093-9536-499e-9f68-b38e0d28f94b_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2ff10fc6-f8fe-590f-a993-d778959b9d07/2ff10fc6-f8fe-590f-a993-d778959b9d07_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 41471,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/PN67MPX/2026-03-27/image/0b0f0a24-d350-461d-aaa1-e2b36e715f14_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2ff10fc6-f8fe-590f-a993-d778959b9d07/2ff10fc6-f8fe-590f-a993-d778959b9d07_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 39154,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/PN67MPX/2026-03-27/image/3c5b98b6-46ae-4438-aace-2ffc9370b3d5_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2ff10fc6-f8fe-590f-a993-d778959b9d07/2ff10fc6-f8fe-590f-a993-d778959b9d07_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 38624,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/PN67MPX/2026-03-27/image/544d5f53-a0c5-4064-8ce0-04b4b96777bd_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2ff10fc6-f8fe-590f-a993-d778959b9d07/2ff10fc6-f8fe-590f-a993-d778959b9d07_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 40569,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/PN67MPX/2026-03-27/image/a6d0ec13-9145-44de-9edf-f25b1edf9844_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2ff10fc6-f8fe-590f-a993-d778959b9d07/2ff10fc6-f8fe-590f-a993-d778959b9d07_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 57514,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/PN67MPX/2026-03-27/image/c2888fb0-c868-4e34-9a37-774771eceadf_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2ff10fc6-f8fe-590f-a993-d778959b9d07/2ff10fc6-f8fe-590f-a993-d778959b9d07_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 50400,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/PN67MPX/2026-03-27/image/410aea1b-fd00-4355-a323-23f1a3bdf7a5_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2ff10fc6-f8fe-590f-a993-d778959b9d07/2ff10fc6-f8fe-590f-a993-d778959b9d07_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 60585,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/PN67MPX/2026-03-27/image/4c1141d4-4de9-4a8c-b03b-2802886a0b96_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2ff10fc6-f8fe-590f-a993-d778959b9d07/2ff10fc6-f8fe-590f-a993-d778959b9d07_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 48100,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/PN67MPX/2026-03-27/image/32a764b0-8f97-4c52-84fe-7fc6e3a95992_removebg.jpg?w=600',
'Width': 600}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-09-04',
'seller_name': 'MotoNovo Finance',
'title': 'LAND ROVER DISCOVERY DIESEL SW 3.0 TD6 HSE Luxury 5dr Auto',
'transmission': 'automatic',
'trim': '3.0 TD6 HSE Luxury 5dr Auto',
'vin': None,
'year': 2017}
2026-03-30 10:02:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120839135%27 HTTP/1.1" 200 None
2026-03-30 10:02:34 [astonbarclay.gb] INFO: Saving data for 120839135: {'created_time': 1774864954.829814, 'last_price_update_time': 1774864954.829829, 'auction_closing_time': 1775034000.0}
2026-03-30 10:02:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120839135') HTTP/1.1" 204 0
2026-03-30 10:02:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/EJ17AWM/2026-03-30/image/d13e3593-bc7f-4b77-9945-ef8edce36f49_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120869987?view=catalogue)
2026-03-30 10:02:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/EJ17AWM/2026-03-30/image/ee877c55-3603-4530-b3ce-4f5711bf03fb_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120869987?view=catalogue)
2026-03-30 10:02:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/EJ17AWM/2026-03-30/image/0412a50d-4bf0-49ac-a001-d96710a2b4da_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120869987?view=catalogue)
2026-03-30 10:02:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/FT21CMU/2026-03-28/image/4c7b08df-a8e9-460b-9eea-e8e3d897a3be_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120830712?view=catalogue)
2026-03-30 10:02:34 [astonbarclay.gb] INFO: Found listing with ID: 120883011
2026-03-30 10:02:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120883011%27 HTTP/1.1" 200 None
2026-03-30 10:02:34 [astonbarclay.gb] INFO: Scrape type for 120883011: 1
2026-03-30 10:02:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/BJ16YFN/2026-03-28/image/eaff730e-5af7-4f86-83ca-f18b66550154_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120830721?view=catalogue)
2026-03-30 10:02:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/BJ16YFN/2026-03-28/image/86158c37-6d7b-48ba-bdea-01a8d4a2b559_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120830721?view=catalogue)
2026-03-30 10:02:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/WV11EZW/2026-03-28/image/cf241015-d458-49be-84c3-350f7f93de37_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120830740?view=catalogue)
2026-03-30 10:02:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%252FEG66HXN%252F2026-03-28%252Fimage%252F5eacec8f-35ae-4d6a-a2ff-ce5777b05c53_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:02:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EG66HXN/2026-03-28/image/5eacec8f-35ae-4d6a-a2ff-ce5777b05c53_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:02:34 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:02:34 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:02:34 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:02:34 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f4365019ed0>
2026-03-30 10:02:34 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 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-30 10:02:34 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:02:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d6855991-a720-57ea-80e5-c513d2d0254a/d6855991-a720-57ea-80e5-c513d2d0254a_image_8.jpg HTTP/1.1" 201 0
2026-03-30 10:02:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%252FWV11EZW%252F2026-03-28%252Fimage%252F14ced9d9-b78a-4fef-933e-863e31d7c4c9_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:02:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/WV11EZW/2026-03-28/image/14ced9d9-b78a-4fef-933e-863e31d7c4c9_removebg.jpg?w=600 saved to cache
2026-03-30 10:02:34 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item d6855991-a720-57ea-80e5-c513d2d0254a
2026-03-30 10:02:34 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:02:34 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f43651aef50>
2026-03-30 10:02:34 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 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-30 10:02:34 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:02:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_fc12ce88-442a-57c9-8007-099781604f26/fc12ce88-442a-57c9-8007-099781604f26_image_8.jpg HTTP/1.1" 201 0
2026-03-30 10:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%252FBJ16YFN%252F2026-03-28%252Fimage%252F34ddb187-2e02-491d-a266-ef1fef0f6b9f_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:02:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/BJ16YFN/2026-03-28/image/34ddb187-2e02-491d-a266-ef1fef0f6b9f_removebg.jpg?w=600 saved to cache
2026-03-30 10:02:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item fc12ce88-442a-57c9-8007-099781604f26
2026-03-30 10:02:35 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:02:35 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f43652e8ad0>
2026-03-30 10:02:35 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 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-30 10:02:35 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:02:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c31a459a-4f18-5760-8f29-d1c8f58cb774/c31a459a-4f18-5760-8f29-d1c8f58cb774_image_8.jpg HTTP/1.1" 201 0
2026-03-30 10:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%252FFT21CMU%252F2026-03-28%252Fimage%252Fbfa5c597-c9b0-4896-a60c-2e5b43ccfe5d_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:02:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/FT21CMU/2026-03-28/image/bfa5c597-c9b0-4896-a60c-2e5b43ccfe5d_removebg.jpg?w=600 saved to cache
2026-03-30 10:02:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item c31a459a-4f18-5760-8f29-d1c8f58cb774
2026-03-30 10:02:35 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120828068, 'registration': 'MM66HNV', 'account': 'ART002', 'make': 'FORD', 'model': 'FOCUS HATCHBACK', 'derivative': '1.0 EcoBoost 125 Zetec 5dr', 'mileage': 88000, 'mileageWarranty': True, 'type': 'car', 'saleId': 19181, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 122}, 'saleStart': '2026-04-02T09:00Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2016-12-23', 'fuel': 'Petrol', 'motExpiry': '2026-10-04', 'doors': 5, 'engineSize': 999, 'bodyType': 'Hatchback', 'images': None, 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'vosa@ 31k, 36k, 45k, 54k, 67k, 77k, 88k', 'virtual': False, 'seller': 'Arthurs Motor Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': False, 'v5details': None, 'co2': 108, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:02:35 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120828068, 'registration': 'MM66HNV', 'account': 'ART002', 'make': 'FORD', 'model': 'FOCUS HATCHBACK', 'derivative': '1.0 EcoBoost 125 Zetec 5dr', 'mileage': 88000, 'mileageWarranty': True, 'type': 'car', 'saleId': 19181, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 122}, 'saleStart': '2026-04-02T09:00Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2016-12-23', 'fuel': 'Petrol', 'motExpiry': '2026-10-04', 'doors': 5, 'engineSize': 999, 'bodyType': 'Hatchback', 'images': None, 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'vosa@ 31k, 36k, 45k, 54k, 67k, 77k, 88k', 'virtual': False, 'seller': 'Arthurs Motor Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': False, 'v5details': None, 'co2': 108, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:02:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 14ddbf26-67c6-5dd5-a556-3b3528cb5083 with identifier: 120828068
2026-03-30 10:02:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 14ddbf26-67c6-5dd5-a556-3b3528cb5083 with scrape type 2
2026-03-30 10:02:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 14ddbf26-67c6-5dd5-a556-3b3528cb5083 with scrape type 2
2026-03-30 10:02:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 14ddbf26-67c6-5dd5-a556-3b3528cb5083, identifier: 120828068
2026-03-30 10:02:35 [astonbarclay.gb] INFO: Found listing with ID: 119348144
2026-03-30 10:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27119348144%27 HTTP/1.1" 200 None
2026-03-30 10:02:35 [astonbarclay.gb] INFO: Scrape type for 119348144: 0
2026-03-30 10:02:35 [astonbarclay.gb] INFO: Found listing with ID: 120413800
2026-03-30 10:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120413800%27 HTTP/1.1" 200 None
2026-03-30 10:02:35 [astonbarclay.gb] INFO: Scrape type for 120413800: 0
2026-03-30 10:02:35 [astonbarclay.gb] INFO: Found listing with ID: 118537231
2026-03-30 10:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27118537231%27 HTTP/1.1" 200 None
2026-03-30 10:02:35 [astonbarclay.gb] INFO: Scrape type for 118537231: 0
2026-03-30 10:02:35 [astonbarclay.gb] INFO: Found listing with ID: 120521730
2026-03-30 10:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120521730%27 HTTP/1.1" 200 None
2026-03-30 10:02:35 [astonbarclay.gb] INFO: Scrape type for 120521730: 0
2026-03-30 10:02:35 [astonbarclay.gb] INFO: Found listing with ID: 119621371
2026-03-30 10:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27119621371%27 HTTP/1.1" 200 None
2026-03-30 10:02:35 [astonbarclay.gb] INFO: Scrape type for 119621371: 0
2026-03-30 10:02:35 [astonbarclay.gb] INFO: Found listing with ID: 120443709
2026-03-30 10:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120443709%27 HTTP/1.1" 200 None
2026-03-30 10:02:35 [astonbarclay.gb] INFO: Scrape type for 120443709: 0
2026-03-30 10:02:35 [astonbarclay.gb] INFO: Found listing with ID: 119908197
2026-03-30 10:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27119908197%27 HTTP/1.1" 200 None
2026-03-30 10:02:35 [astonbarclay.gb] INFO: Scrape type for 119908197: 0
2026-03-30 10:02:35 [astonbarclay.gb] INFO: Found listing with ID: 119794583
2026-03-30 10:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27119794583%27 HTTP/1.1" 200 None
2026-03-30 10:02:35 [astonbarclay.gb] INFO: Scrape type for 119794583: 0
2026-03-30 10:02:35 [astonbarclay.gb] INFO: Found listing with ID: 120831977
2026-03-30 10:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120831977%27 HTTP/1.1" 200 None
2026-03-30 10:02:35 [astonbarclay.gb] INFO: Scrape type for 120831977: 0
2026-03-30 10:02:35 [astonbarclay.gb] INFO: Found listing with ID: 118212820
2026-03-30 10:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27118212820%27 HTTP/1.1" 200 None
2026-03-30 10:02:35 [astonbarclay.gb] INFO: Scrape type for 118212820: 0
2026-03-30 10:02:35 [astonbarclay.gb] INFO: Found listing with ID: 119270827
2026-03-30 10:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27119270827%27 HTTP/1.1" 200 None
2026-03-30 10:02:35 [astonbarclay.gb] INFO: Scrape type for 119270827: 0
2026-03-30 10:02:35 [astonbarclay.gb] INFO: Found listing with ID: 119798482
2026-03-30 10:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27119798482%27 HTTP/1.1" 200 None
2026-03-30 10:02:35 [astonbarclay.gb] INFO: Scrape type for 119798482: 0
2026-03-30 10:02:35 [astonbarclay.gb] INFO: Found listing with ID: 120043895
2026-03-30 10:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120043895%27 HTTP/1.1" 200 None
2026-03-30 10:02:35 [astonbarclay.gb] INFO: Scrape type for 120043895: 0
2026-03-30 10:02:35 [astonbarclay.gb] INFO: Found listing with ID: 119971140
2026-03-30 10:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27119971140%27 HTTP/1.1" 200 None
2026-03-30 10:02:35 [astonbarclay.gb] INFO: Scrape type for 119971140: 0
2026-03-30 10:02:35 [astonbarclay.gb] INFO: Found listing with ID: 120657009
2026-03-30 10:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120657009%27 HTTP/1.1" 200 None
2026-03-30 10:02:35 [astonbarclay.gb] INFO: Scrape type for 120657009: 0
2026-03-30 10:02:35 [astonbarclay.gb] INFO: Found listing with ID: 118344012
2026-03-30 10:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27118344012%27 HTTP/1.1" 200 None
2026-03-30 10:02:35 [astonbarclay.gb] INFO: Scrape type for 118344012: 0
2026-03-30 10:02:35 [astonbarclay.gb] INFO: Found listing with ID: 120054608
2026-03-30 10:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120054608%27 HTTP/1.1" 200 None
2026-03-30 10:02:35 [astonbarclay.gb] INFO: Scrape type for 120054608: 1
2026-03-30 10:02:35 [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-30 10:02:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 14ddbf26-67c6-5dd5-a556-3b3528cb5083 with identifier: 120828068
2026-03-30 10:02:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 14ddbf26-67c6-5dd5-a556-3b3528cb5083 with identifier: 120828068
2026-03-30 10:02:35 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 14ddbf26-67c6-5dd5-a556-3b3528cb5083 with identifier: 120828068 to the API
2026-03-30 10:02:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:02:35 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:02:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120828068?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 108,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-04-02T09:00:00Z',
'fuel_type': 'Petrol',
'id': '14ddbf26-67c6-5dd5-a556-3b3528cb5083',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'MM66HNV',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120828068',
'listing': 'auction',
'location': 'Aston Barclay Prees Heath',
'make': 'FORD',
'model': 'FOCUS HATCHBACK',
'odometer': 88000,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-12-23',
'seller_name': 'Arthurs Motor Group',
'title': 'FORD FOCUS HATCHBACK 1.0 EcoBoost 125 Zetec 5dr',
'transmission': 'manual',
'trim': '1.0 EcoBoost 125 Zetec 5dr',
'vin': None,
'year': 2016}
2026-03-30 10:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120828068%27 HTTP/1.1" 200 None
2026-03-30 10:02:35 [astonbarclay.gb] INFO: Saving data for 120828068: {'auction_closing_time': 1775120400.0, 'created_time': 1774552079.201859, 'last_price_update_time': 1774864955.957259}
2026-03-30 10:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120828068') HTTP/1.1" 204 0
2026-03-30 10:02:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/EJ17AWM/2026-03-30/image/5f157cce-8b19-4840-804b-4b6fd638f936_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120869987?view=catalogue)
2026-03-30 10:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%252FEG66HXN%252F2026-03-28%252Fimage%252F7dde3aba-ce88-42dc-b8db-3c90d9f39921_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:02:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EG66HXN/2026-03-28/image/7dde3aba-ce88-42dc-b8db-3c90d9f39921_removebg.jpg?w=600 not downloaded yet
2026-03-30 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-30 10:02:36 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:02:36 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f43664e7810>
2026-03-30 10:02:36 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:02:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:02:36 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:02:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1096493f-4a98-51cd-bc15-64e1f8719f0b/1096493f-4a98-51cd-bc15-64e1f8719f0b_image_0.jpg HTTP/1.1" 201 0
2026-03-30 10:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FEG66HXN%252F2026-03-28%252Fimage%252F1e5c76b5-3232-4977-ac1c-c048045bec74_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:02:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EG66HXN/2026-03-28/image/1e5c76b5-3232-4977-ac1c-c048045bec74_removebg.jpg?w=600 saved to cache
2026-03-30 10:02:36 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 1096493f-4a98-51cd-bc15-64e1f8719f0b
2026-03-30 10:02:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/EG66HXN/2026-03-28/image/70375f97-2377-43fd-a9a5-a5552ae3bf4f_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120862857?view=catalogue)
2026-03-30 10:02:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/FT21CMU/2026-03-28/image/ad9386cd-665e-4a3d-9d09-c8b906d2a77a_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120830712?view=catalogue)
2026-03-30 10:02:36 [astonbarclay.gb] INFO: Found listing with ID: 120222920
2026-03-30 10:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120222920%27 HTTP/1.1" 200 None
2026-03-30 10:02:36 [astonbarclay.gb] INFO: Scrape type for 120222920: 0
2026-03-30 10:02:36 [astonbarclay.gb] INFO: Found listing with ID: 119992447
2026-03-30 10:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27119992447%27 HTTP/1.1" 200 None
2026-03-30 10:02:36 [astonbarclay.gb] INFO: Scrape type for 119992447: 2
2026-03-30 10:02:36 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:02:36 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f43654a6490>
2026-03-30 10:02:36 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:02:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:02:36 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:02:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_bc051857-bcc4-5858-9132-b155111fef70/bc051857-bcc4-5858-9132-b155111fef70_image_7.jpg HTTP/1.1" 201 0
2026-03-30 10:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FEJ17AWM%252F2026-03-30%252Fimage%252Fd13e3593-bc7f-4b77-9945-ef8edce36f49_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:02:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EJ17AWM/2026-03-30/image/d13e3593-bc7f-4b77-9945-ef8edce36f49_removebg.jpg?w=600 saved to cache
2026-03-30 10:02:36 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item bc051857-bcc4-5858-9132-b155111fef70
2026-03-30 10:02:36 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:02:36 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f4364feb910>
2026-03-30 10:02:36 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:02:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:02:36 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:02:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_bc051857-bcc4-5858-9132-b155111fef70/bc051857-bcc4-5858-9132-b155111fef70_image_6.jpg HTTP/1.1" 201 0
2026-03-30 10:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FEJ17AWM%252F2026-03-30%252Fimage%252Fee877c55-3603-4530-b3ce-4f5711bf03fb_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:02:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EJ17AWM/2026-03-30/image/ee877c55-3603-4530-b3ce-4f5711bf03fb_removebg.jpg?w=600 saved to cache
2026-03-30 10:02:36 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item bc051857-bcc4-5858-9132-b155111fef70
2026-03-30 10:02:36 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:02:36 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f4365317c50>
2026-03-30 10:02:36 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:02:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:02:36 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:02:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_bc051857-bcc4-5858-9132-b155111fef70/bc051857-bcc4-5858-9132-b155111fef70_image_4.jpg HTTP/1.1" 201 0
2026-03-30 10:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FEJ17AWM%252F2026-03-30%252Fimage%252F0412a50d-4bf0-49ac-a001-d96710a2b4da_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:02:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EJ17AWM/2026-03-30/image/0412a50d-4bf0-49ac-a001-d96710a2b4da_removebg.jpg?w=600 saved to cache
2026-03-30 10:02:36 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item bc051857-bcc4-5858-9132-b155111fef70
2026-03-30 10:02:36 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:02:36 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f43654017d0>
2026-03-30 10:02:36 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:02:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:02:36 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:02:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c31a459a-4f18-5760-8f29-d1c8f58cb774/c31a459a-4f18-5760-8f29-d1c8f58cb774_image_9.jpg HTTP/1.1" 201 0
2026-03-30 10:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FFT21CMU%252F2026-03-28%252Fimage%252F4c7b08df-a8e9-460b-9eea-e8e3d897a3be_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:02:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/FT21CMU/2026-03-28/image/4c7b08df-a8e9-460b-9eea-e8e3d897a3be_removebg.jpg?w=600 saved to cache
2026-03-30 10:02:36 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item c31a459a-4f18-5760-8f29-d1c8f58cb774
2026-03-30 10:02:36 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:02:36 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f4365315a50>
2026-03-30 10:02:36 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:02:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:02:36 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:02:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_fc12ce88-442a-57c9-8007-099781604f26/fc12ce88-442a-57c9-8007-099781604f26_image_9.jpg HTTP/1.1" 201 0
2026-03-30 10:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FBJ16YFN%252F2026-03-28%252Fimage%252Feaff730e-5af7-4f86-83ca-f18b66550154_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:02:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/BJ16YFN/2026-03-28/image/eaff730e-5af7-4f86-83ca-f18b66550154_removebg.jpg?w=600 saved to cache
2026-03-30 10:02:36 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item fc12ce88-442a-57c9-8007-099781604f26
2026-03-30 10:02:36 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:02:36 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f4365315a90>
2026-03-30 10:02:36 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:02:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:02:36 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:02:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_fc12ce88-442a-57c9-8007-099781604f26/fc12ce88-442a-57c9-8007-099781604f26_image_7.jpg HTTP/1.1" 201 0
2026-03-30 10:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FBJ16YFN%252F2026-03-28%252Fimage%252F86158c37-6d7b-48ba-bdea-01a8d4a2b559_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:02:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/BJ16YFN/2026-03-28/image/86158c37-6d7b-48ba-bdea-01a8d4a2b559_removebg.jpg?w=600 saved to cache
2026-03-30 10:02:36 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item fc12ce88-442a-57c9-8007-099781604f26
2026-03-30 10:02:36 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:02:36 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f436527d650>
2026-03-30 10:02:36 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:02:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:02:36 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:02:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d6855991-a720-57ea-80e5-c513d2d0254a/d6855991-a720-57ea-80e5-c513d2d0254a_image_9.jpg HTTP/1.1" 201 0
2026-03-30 10:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FWV11EZW%252F2026-03-28%252Fimage%252Fcf241015-d458-49be-84c3-350f7f93de37_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:02:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/WV11EZW/2026-03-28/image/cf241015-d458-49be-84c3-350f7f93de37_removebg.jpg?w=600 saved to cache
2026-03-30 10:02:36 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item d6855991-a720-57ea-80e5-c513d2d0254a
2026-03-30 10:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%252FEG66HXN%252F2026-03-28%252Fimage%252Fd6e870a0-433e-46e3-b4bf-aeaddd8c5286_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:02:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EG66HXN/2026-03-28/image/d6e870a0-433e-46e3-b4bf-aeaddd8c5286_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:02:36 [astonbarclay.gb] INFO: Detail data: {'cardType': 'e-xchange', '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': 19311, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 205}, 'saleStart': '2026-03-31T09: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-30 10:02:36 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'e-xchange', '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': 19311, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 205}, 'saleStart': '2026-03-31T09: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-30 10:02:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 42ac6ae8-6887-5358-8ff2-74f09043a4df with identifier: 118987563
2026-03-30 10:02:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 42ac6ae8-6887-5358-8ff2-74f09043a4df with scrape type 2
2026-03-30 10:02:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 42ac6ae8-6887-5358-8ff2-74f09043a4df with scrape type 2
2026-03-30 10:02:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 42ac6ae8-6887-5358-8ff2-74f09043a4df, identifier: 118987563
2026-03-30 10:02:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/EG66HXN/2026-03-28/image/130659f6-a90b-4c7d-a95e-cd6648be33cf_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120862857?view=catalogue)
2026-03-30 10:02:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/EG66HXN/2026-03-28/image/3ba1e1c3-05be-4a1f-b150-b38d50b29bb7_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120862857?view=catalogue)
2026-03-30 10:02:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/EJ17AWM/2026-03-30/image/078a362a-139c-46c4-8dce-1faee861aefa_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120869987?view=catalogue)
2026-03-30 10:02:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/WV11EZW/2026-03-28/image/94307ef1-7fea-4b83-9a42-44332b4cc4c2_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120830740?view=catalogue)
2026-03-30 10:02:36 [astonbarclay.gb] INFO: Found listing with ID: 120098736
2026-03-30 10:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120098736%27 HTTP/1.1" 200 None
2026-03-30 10:02:36 [astonbarclay.gb] INFO: Scrape type for 120098736: 0
2026-03-30 10:02:36 [astonbarclay.gb] INFO: Found listing with ID: 120277955
2026-03-30 10:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120277955%27 HTTP/1.1" 200 None
2026-03-30 10:02:36 [astonbarclay.gb] INFO: Scrape type for 120277955: 0
2026-03-30 10:02:36 [astonbarclay.gb] INFO: Found listing with ID: 119586454
2026-03-30 10:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27119586454%27 HTTP/1.1" 200 None
2026-03-30 10:02:36 [astonbarclay.gb] INFO: Scrape type for 119586454: 0
2026-03-30 10:02:36 [astonbarclay.gb] INFO: Found listing with ID: 113467296
2026-03-30 10:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27113467296%27 HTTP/1.1" 200 None
2026-03-30 10:02:36 [astonbarclay.gb] INFO: Scrape type for 113467296: 0
2026-03-30 10:02:36 [astonbarclay.gb] INFO: Found listing with ID: 119180124
2026-03-30 10:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27119180124%27 HTTP/1.1" 200 None
2026-03-30 10:02:36 [astonbarclay.gb] INFO: Scrape type for 119180124: 0
2026-03-30 10:02:36 [astonbarclay.gb] INFO: Found listing with ID: 120193526
2026-03-30 10:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120193526%27 HTTP/1.1" 200 None
2026-03-30 10:02:36 [astonbarclay.gb] INFO: Scrape type for 120193526: 1
2026-03-30 10:02:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 42ac6ae8-6887-5358-8ff2-74f09043a4df with identifier: 118987563
2026-03-30 10:02:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 42ac6ae8-6887-5358-8ff2-74f09043a4df with identifier: 118987563
2026-03-30 10:02:36 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 42ac6ae8-6887-5358-8ff2-74f09043a4df with identifier: 118987563 to the API
2026-03-30 10:02:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 10:02:37 [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-31T09: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-30 10:02:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27118987563%27 HTTP/1.1" 200 None
2026-03-30 10:02:37 [astonbarclay.gb] INFO: Saving data for 118987563: {'auction_closing_time': 1774947600.0, 'created_time': 1773214901.335442, 'last_price_update_time': 1774864957.730519}
2026-03-30 10:02:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='118987563') HTTP/1.1" 204 0
2026-03-30 10:02:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/EJ17AWM/2026-03-30/image/1e866b7a-2f14-45f3-be4d-2a14d31d42a2_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120869987?view=catalogue)
2026-03-30 10:02:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FEG66HXN%252F2026-03-28%252Fimage%252Fc4a72ec8-c207-413a-a2aa-742f0c5f3827_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:02:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EG66HXN/2026-03-28/image/c4a72ec8-c207-413a-a2aa-742f0c5f3827_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:02:37 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:02:37 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f436518a1d0>
2026-03-30 10:02:37 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 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-30 10:02:37 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:02:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_bc051857-bcc4-5858-9132-b155111fef70/bc051857-bcc4-5858-9132-b155111fef70_image_5.jpg HTTP/1.1" 201 0
2026-03-30 10:02:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%252FEJ17AWM%252F2026-03-30%252Fimage%252F5f157cce-8b19-4840-804b-4b6fd638f936_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:02:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EJ17AWM/2026-03-30/image/5f157cce-8b19-4840-804b-4b6fd638f936_removebg.jpg?w=600 saved to cache
2026-03-30 10:02:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item bc051857-bcc4-5858-9132-b155111fef70
2026-03-30 10:02:37 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:02:37 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f436534ba90>
2026-03-30 10:02:37 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 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-30 10:02:37 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:02:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1096493f-4a98-51cd-bc15-64e1f8719f0b/1096493f-4a98-51cd-bc15-64e1f8719f0b_image_2.jpg HTTP/1.1" 201 0
2026-03-30 10:02:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%252FEG66HXN%252F2026-03-28%252Fimage%252F70375f97-2377-43fd-a9a5-a5552ae3bf4f_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:02:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EG66HXN/2026-03-28/image/70375f97-2377-43fd-a9a5-a5552ae3bf4f_removebg.jpg?w=600 saved to cache
2026-03-30 10:02:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 1096493f-4a98-51cd-bc15-64e1f8719f0b
2026-03-30 10:02:37 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:02:37 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f436667a6d0>
2026-03-30 10:02:37 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 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-30 10:02:37 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:02:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c31a459a-4f18-5760-8f29-d1c8f58cb774/c31a459a-4f18-5760-8f29-d1c8f58cb774_image_7.jpg HTTP/1.1" 201 0
2026-03-30 10:02:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%252FFT21CMU%252F2026-03-28%252Fimage%252Fad9386cd-665e-4a3d-9d09-c8b906d2a77a_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:02:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/FT21CMU/2026-03-28/image/ad9386cd-665e-4a3d-9d09-c8b906d2a77a_removebg.jpg?w=600 saved to cache
2026-03-30 10:02:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item c31a459a-4f18-5760-8f29-d1c8f58cb774
2026-03-30 10:02:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/EG66HXN/2026-03-28/image/5eacec8f-35ae-4d6a-a2ff-ce5777b05c53_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120862857?view=catalogue)
2026-03-30 10:02:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/FT21CMU/2026-03-28/image/c187afa7-12ff-4a22-9d14-e070d7c8655f_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120830712?view=catalogue)
2026-03-30 10:02:37 [astonbarclay.gb] INFO: Found listing with ID: 118913248
2026-03-30 10:02:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27118913248%27 HTTP/1.1" 200 None
2026-03-30 10:02:37 [astonbarclay.gb] INFO: Scrape type for 118913248: 0
2026-03-30 10:02:37 [astonbarclay.gb] INFO: Found listing with ID: 120264057
2026-03-30 10:02:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120264057%27 HTTP/1.1" 200 None
2026-03-30 10:02:37 [astonbarclay.gb] INFO: Scrape type for 120264057: 0
2026-03-30 10:02:37 [astonbarclay.gb] INFO: Found listing with ID: 117402269
2026-03-30 10:02:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27117402269%27 HTTP/1.1" 200 None
2026-03-30 10:02:37 [astonbarclay.gb] INFO: Scrape type for 117402269: 0
2026-03-30 10:02:37 [astonbarclay.gb] INFO: Found listing with ID: 119471463
2026-03-30 10:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27119471463%27 HTTP/1.1" 200 None
2026-03-30 10:02:38 [astonbarclay.gb] INFO: Scrape type for 119471463: 0
2026-03-30 10:02:38 [astonbarclay.gb] INFO: Found listing with ID: 119066158
2026-03-30 10:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27119066158%27 HTTP/1.1" 200 None
2026-03-30 10:02:38 [astonbarclay.gb] INFO: Scrape type for 119066158: 2
2026-03-30 10:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FEG66HXN%252F2026-03-28%252Fimage%252Ff496f724-4674-48bf-9d4d-ba12c7fe9598_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:02:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EG66HXN/2026-03-28/image/f496f724-4674-48bf-9d4d-ba12c7fe9598_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:02:38 [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-30 10:02:38 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:02:38 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f4365275a10>
2026-03-30 10:02:38 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:02:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:02:38 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:02:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1096493f-4a98-51cd-bc15-64e1f8719f0b/1096493f-4a98-51cd-bc15-64e1f8719f0b_image_3.jpg HTTP/1.1" 201 0
2026-03-30 10:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FEG66HXN%252F2026-03-28%252Fimage%252F130659f6-a90b-4c7d-a95e-cd6648be33cf_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:02:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EG66HXN/2026-03-28/image/130659f6-a90b-4c7d-a95e-cd6648be33cf_removebg.jpg?w=600 saved to cache
2026-03-30 10:02:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 1096493f-4a98-51cd-bc15-64e1f8719f0b
2026-03-30 10:02:38 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:02:38 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f436547fe50>
2026-03-30 10:02:38 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:02:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:02:38 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:02:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1096493f-4a98-51cd-bc15-64e1f8719f0b/1096493f-4a98-51cd-bc15-64e1f8719f0b_image_1.jpg HTTP/1.1" 201 0
2026-03-30 10:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FEG66HXN%252F2026-03-28%252Fimage%252F3ba1e1c3-05be-4a1f-b150-b38d50b29bb7_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:02:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EG66HXN/2026-03-28/image/3ba1e1c3-05be-4a1f-b150-b38d50b29bb7_removebg.jpg?w=600 saved to cache
2026-03-30 10:02:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 1096493f-4a98-51cd-bc15-64e1f8719f0b
2026-03-30 10:02:38 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:02:38 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f4365481b10>
2026-03-30 10:02:38 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:02:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:02:38 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:02:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_bc051857-bcc4-5858-9132-b155111fef70/bc051857-bcc4-5858-9132-b155111fef70_image_8.jpg HTTP/1.1" 201 0
2026-03-30 10:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FEJ17AWM%252F2026-03-30%252Fimage%252F078a362a-139c-46c4-8dce-1faee861aefa_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:02:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EJ17AWM/2026-03-30/image/078a362a-139c-46c4-8dce-1faee861aefa_removebg.jpg?w=600 saved to cache
2026-03-30 10:02:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item bc051857-bcc4-5858-9132-b155111fef70
2026-03-30 10:02:38 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:02:38 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f4364fe0210>
2026-03-30 10:02:38 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:02:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:02:38 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:02:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d6855991-a720-57ea-80e5-c513d2d0254a/d6855991-a720-57ea-80e5-c513d2d0254a_image_7.jpg HTTP/1.1" 201 0
2026-03-30 10:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FWV11EZW%252F2026-03-28%252Fimage%252F94307ef1-7fea-4b83-9a42-44332b4cc4c2_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:02:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/WV11EZW/2026-03-28/image/94307ef1-7fea-4b83-9a42-44332b4cc4c2_removebg.jpg?w=600 saved to cache
2026-03-30 10:02:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item d6855991-a720-57ea-80e5-c513d2d0254a
2026-03-30 10:02:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/EG66HXN/2026-03-28/image/7dde3aba-ce88-42dc-b8db-3c90d9f39921_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120862857?view=catalogue)
2026-03-30 10:02:38 [astonbarclay.gb] INFO: Found listing with ID: 119644304
2026-03-30 10:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27119644304%27 HTTP/1.1" 200 None
2026-03-30 10:02:38 [astonbarclay.gb] INFO: Scrape type for 119644304: 0
2026-03-30 10:02:38 [astonbarclay.gb] INFO: Found listing with ID: 120114758
2026-03-30 10:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120114758%27 HTTP/1.1" 200 None
2026-03-30 10:02:38 [astonbarclay.gb] INFO: Scrape type for 120114758: 0
2026-03-30 10:02:38 [astonbarclay.gb] INFO: Found listing with ID: 120869561
2026-03-30 10:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120869561%27 HTTP/1.1" 200 None
2026-03-30 10:02:38 [astonbarclay.gb] INFO: Scrape type for 120869561: 1
2026-03-30 10:02:38 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:02:38 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:02:38 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f43664eb3d0>
2026-03-30 10:02:38 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:02:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:02:38 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:02:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_bc051857-bcc4-5858-9132-b155111fef70/bc051857-bcc4-5858-9132-b155111fef70_image_9.jpg HTTP/1.1" 201 0
2026-03-30 10:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FEJ17AWM%252F2026-03-30%252Fimage%252F1e866b7a-2f14-45f3-be4d-2a14d31d42a2_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:02:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EJ17AWM/2026-03-30/image/1e866b7a-2f14-45f3-be4d-2a14d31d42a2_removebg.jpg?w=600 saved to cache
2026-03-30 10:02:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item bc051857-bcc4-5858-9132-b155111fef70
2026-03-30 10:02:38 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: bc051857-bcc4-5858-9132-b155111fef70, skipping ID generation
2026-03-30 10:02:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bc051857-bcc4-5858-9132-b155111fef70 with scrape type 1
2026-03-30 10:02:38 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item bc051857-bcc4-5858-9132-b155111fef70 sending to next pipeline
2026-03-30 10:02:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: bc051857-bcc4-5858-9132-b155111fef70, identifier: 120869987
2026-03-30 10:02:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/EG66HXN/2026-03-28/image/d6e870a0-433e-46e3-b4bf-aeaddd8c5286_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120862857?view=catalogue)
2026-03-30 10:02:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: bc051857-bcc4-5858-9132-b155111fef70 with identifier: 120869987
2026-03-30 10:02:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: bc051857-bcc4-5858-9132-b155111fef70 with identifier: 120869987
2026-03-30 10:02:38 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: bc051857-bcc4-5858-9132-b155111fef70 with identifier: 120869987 to the API
2026-03-30 10:02:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 10:02:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://abimg003.imgix.net/EJ17AWM/2026-03-30/image/1e866b7a-2f14-45f3-be4d-2a14d31d42a2_removebg.jpg?w=600>
{'auction_title': '',
'c_o_2_emission_value': 132,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-04-01T09:00:00Z',
'fuel_type': 'Diesel',
'id': 'bc051857-bcc4-5858-9132-b155111fef70',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'EJ17AWM',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120869987',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'FORD',
'model': 'GALAXY DIESEL ESTATE',
'odometer': 79463,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 10,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_bc051857-bcc4-5858-9132-b155111fef70/bc051857-bcc4-5858-9132-b155111fef70_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 37382,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/EJ17AWM/2026-03-30/image/2649f1d4-ecb7-476a-b634-344018a4dbb8_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_bc051857-bcc4-5858-9132-b155111fef70/bc051857-bcc4-5858-9132-b155111fef70_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 39381,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/EJ17AWM/2026-03-30/image/aa18872e-be5c-4650-958a-ad725869404b_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_bc051857-bcc4-5858-9132-b155111fef70/bc051857-bcc4-5858-9132-b155111fef70_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 37526,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/EJ17AWM/2026-03-30/image/732d2cdf-769d-42df-8a32-57dae432d0ce_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_bc051857-bcc4-5858-9132-b155111fef70/bc051857-bcc4-5858-9132-b155111fef70_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 38174,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/EJ17AWM/2026-03-30/image/470368bc-0a72-43ab-8347-1e508e4c0e34_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_bc051857-bcc4-5858-9132-b155111fef70/bc051857-bcc4-5858-9132-b155111fef70_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 55529,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/EJ17AWM/2026-03-30/image/0412a50d-4bf0-49ac-a001-d96710a2b4da_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_bc051857-bcc4-5858-9132-b155111fef70/bc051857-bcc4-5858-9132-b155111fef70_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 49577,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/EJ17AWM/2026-03-30/image/5f157cce-8b19-4840-804b-4b6fd638f936_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_bc051857-bcc4-5858-9132-b155111fef70/bc051857-bcc4-5858-9132-b155111fef70_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 48923,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/EJ17AWM/2026-03-30/image/ee877c55-3603-4530-b3ce-4f5711bf03fb_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_bc051857-bcc4-5858-9132-b155111fef70/bc051857-bcc4-5858-9132-b155111fef70_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 60228,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/EJ17AWM/2026-03-30/image/d13e3593-bc7f-4b77-9945-ef8edce36f49_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_bc051857-bcc4-5858-9132-b155111fef70/bc051857-bcc4-5858-9132-b155111fef70_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 54005,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/EJ17AWM/2026-03-30/image/078a362a-139c-46c4-8dce-1faee861aefa_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_bc051857-bcc4-5858-9132-b155111fef70/bc051857-bcc4-5858-9132-b155111fef70_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 67426,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/EJ17AWM/2026-03-30/image/1e866b7a-2f14-45f3-be4d-2a14d31d42a2_removebg.jpg?w=600',
'Width': 600}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-04-11',
'seller_name': 'UKCGR - Premium',
'title': 'FORD GALAXY DIESEL ESTATE 2.0 TDCi 150 Titanium X 5dr',
'transmission': 'manual',
'trim': '2.0 TDCi 150 Titanium X 5dr',
'vin': None,
'year': 2017}
2026-03-30 10:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120869987%27 HTTP/1.1" 200 None
2026-03-30 10:02:39 [astonbarclay.gb] INFO: Saving data for 120869987: {'created_time': 1774864959.277522, 'last_price_update_time': 1774864959.277538, 'auction_closing_time': 1775034000.0}
2026-03-30 10:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120869987') HTTP/1.1" 204 0
2026-03-30 10:02:39 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:02:39 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f436659a450>
2026-03-30 10:02:39 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 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-30 10:02:39 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:02:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1096493f-4a98-51cd-bc15-64e1f8719f0b/1096493f-4a98-51cd-bc15-64e1f8719f0b_image_4.jpg HTTP/1.1" 201 0
2026-03-30 10:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FEG66HXN%252F2026-03-28%252Fimage%252F5eacec8f-35ae-4d6a-a2ff-ce5777b05c53_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:02:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EG66HXN/2026-03-28/image/5eacec8f-35ae-4d6a-a2ff-ce5777b05c53_removebg.jpg?w=600 saved to cache
2026-03-30 10:02:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 1096493f-4a98-51cd-bc15-64e1f8719f0b
2026-03-30 10:02:39 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:02:39 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f43654cf7d0>
2026-03-30 10:02:39 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 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-30 10:02:39 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:02:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c31a459a-4f18-5760-8f29-d1c8f58cb774/c31a459a-4f18-5760-8f29-d1c8f58cb774_image_5.jpg HTTP/1.1" 201 0
2026-03-30 10:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FFT21CMU%252F2026-03-28%252Fimage%252Fc187afa7-12ff-4a22-9d14-e070d7c8655f_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:02:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/FT21CMU/2026-03-28/image/c187afa7-12ff-4a22-9d14-e070d7c8655f_removebg.jpg?w=600 saved to cache
2026-03-30 10:02:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item c31a459a-4f18-5760-8f29-d1c8f58cb774
2026-03-30 10:02:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/WV11EZW/2026-03-28/image/3288263f-8231-4768-b5d3-b1bca4f0a229_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120830740?view=catalogue)
2026-03-30 10:02:39 [astonbarclay.gb] INFO: Found listing with ID: 120870551
2026-03-30 10:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120870551%27 HTTP/1.1" 200 None
2026-03-30 10:02:39 [astonbarclay.gb] INFO: Scrape type for 120870551: 1
2026-03-30 10:02:39 [astonbarclay.gb] INFO: Detail data: {'cardType': 'e-xchange', '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': 19311, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 205}, 'saleStart': '2026-03-31T09: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-30 10:02:39 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'e-xchange', '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': 19311, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 205}, 'saleStart': '2026-03-31T09: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-30 10:02:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3d809677-43a3-5f26-b35c-6d72547626f8 with identifier: 119937938
2026-03-30 10:02:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3d809677-43a3-5f26-b35c-6d72547626f8 with scrape type 2
2026-03-30 10:02:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3d809677-43a3-5f26-b35c-6d72547626f8 with scrape type 2
2026-03-30 10:02:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 3d809677-43a3-5f26-b35c-6d72547626f8, identifier: 119937938
2026-03-30 10:02:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/BJ16YFN/2026-03-28/image/7ea90e1d-6276-4725-8b3e-874a59b9b9a9_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120830721?view=catalogue)
2026-03-30 10:02:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120881926?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:02:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120664326?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:02:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 3d809677-43a3-5f26-b35c-6d72547626f8 with identifier: 119937938
2026-03-30 10:02:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 3d809677-43a3-5f26-b35c-6d72547626f8 with identifier: 119937938
2026-03-30 10:02:39 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 3d809677-43a3-5f26-b35c-6d72547626f8 with identifier: 119937938 to the API
2026-03-30 10:02:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 10:02:40 [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-31T09: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-30 10:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27119937938%27 HTTP/1.1" 200 None
2026-03-30 10:02:40 [astonbarclay.gb] INFO: Saving data for 119937938: {'auction_closing_time': 1774947600.0, 'created_time': 1773214952.441086, 'last_price_update_time': 1774864960.23491}
2026-03-30 10:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='119937938') HTTP/1.1" 204 0
2026-03-30 10:02:40 [astonbarclay.gb] INFO: Found listing with ID: 120861366
2026-03-30 10:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120861366%27 HTTP/1.1" 200 None
2026-03-30 10:02:40 [astonbarclay.gb] INFO: Scrape type for 120861366: 1
2026-03-30 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-30 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-30 10:02:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120883011?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:02:40 [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-30 10:02:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/119669852?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:02:40 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:02:40 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f4365188950>
2026-03-30 10:02:40 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:02:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:02:40 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:02:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1096493f-4a98-51cd-bc15-64e1f8719f0b/1096493f-4a98-51cd-bc15-64e1f8719f0b_image_5.jpg HTTP/1.1" 201 0
2026-03-30 10:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%252FEG66HXN%252F2026-03-28%252Fimage%252F7dde3aba-ce88-42dc-b8db-3c90d9f39921_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:02:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EG66HXN/2026-03-28/image/7dde3aba-ce88-42dc-b8db-3c90d9f39921_removebg.jpg?w=600 saved to cache
2026-03-30 10:02:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 1096493f-4a98-51cd-bc15-64e1f8719f0b
2026-03-30 10:02:40 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:02:40 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f4365468cd0>
2026-03-30 10:02:40 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:02:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:02:40 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:02:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1096493f-4a98-51cd-bc15-64e1f8719f0b/1096493f-4a98-51cd-bc15-64e1f8719f0b_image_6.jpg HTTP/1.1" 201 0
2026-03-30 10:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%252FEG66HXN%252F2026-03-28%252Fimage%252Fd6e870a0-433e-46e3-b4bf-aeaddd8c5286_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:02:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EG66HXN/2026-03-28/image/d6e870a0-433e-46e3-b4bf-aeaddd8c5286_removebg.jpg?w=600 saved to cache
2026-03-30 10:02:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 1096493f-4a98-51cd-bc15-64e1f8719f0b
2026-03-30 10:02:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/EG66HXN/2026-03-28/image/c4a72ec8-c207-413a-a2aa-742f0c5f3827_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120862857?view=catalogue)
2026-03-30 10:02:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/EG66HXN/2026-03-28/image/f496f724-4674-48bf-9d4d-ba12c7fe9598_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120862857?view=catalogue)
2026-03-30 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-30 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-30 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-30 10:02:40 [astonbarclay.gb] INFO: Found listing with ID: 120861740
2026-03-30 10:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120861740%27 HTTP/1.1" 200 None
2026-03-30 10:02:40 [astonbarclay.gb] INFO: Scrape type for 120861740: 1
2026-03-30 10:02:40 [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-30 10:02:40 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:02:40 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f43653f8d10>
2026-03-30 10:02:40 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:02:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:02:40 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:02:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d6855991-a720-57ea-80e5-c513d2d0254a/d6855991-a720-57ea-80e5-c513d2d0254a_image_5.jpg HTTP/1.1" 201 0
2026-03-30 10:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%252FWV11EZW%252F2026-03-28%252Fimage%252F3288263f-8231-4768-b5d3-b1bca4f0a229_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:02:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/WV11EZW/2026-03-28/image/3288263f-8231-4768-b5d3-b1bca4f0a229_removebg.jpg?w=600 saved to cache
2026-03-30 10:02:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item d6855991-a720-57ea-80e5-c513d2d0254a
2026-03-30 10:02:40 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:02:40 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f436650bc10>
2026-03-30 10:02:40 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:02:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:02:40 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:02:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_fc12ce88-442a-57c9-8007-099781604f26/fc12ce88-442a-57c9-8007-099781604f26_image_3.jpg HTTP/1.1" 201 0
2026-03-30 10:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%252FBJ16YFN%252F2026-03-28%252Fimage%252F7ea90e1d-6276-4725-8b3e-874a59b9b9a9_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:02:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/BJ16YFN/2026-03-28/image/7ea90e1d-6276-4725-8b3e-874a59b9b9a9_removebg.jpg?w=600 saved to cache
2026-03-30 10:02:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item fc12ce88-442a-57c9-8007-099781604f26
2026-03-30 10:02:40 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: fc12ce88-442a-57c9-8007-099781604f26, skipping ID generation
2026-03-30 10:02:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fc12ce88-442a-57c9-8007-099781604f26 with scrape type 1
2026-03-30 10:02:40 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item fc12ce88-442a-57c9-8007-099781604f26 sending to next pipeline
2026-03-30 10:02:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: fc12ce88-442a-57c9-8007-099781604f26, identifier: 120830721
2026-03-30 10:02:40 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120881926, 'registration': 'YH13KKL', 'account': 'WBA001', 'make': 'SUZUKI', 'model': 'ALTO HATCHBACK', 'derivative': '1.0 SZ 5dr', 'mileage': 82296, 'mileageWarranty': True, 'type': 'car', 'saleId': 19212, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 439}, 'saleStart': '2026-04-03T08:45Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2013-05-07', 'fuel': 'Petrol', 'motExpiry': '2026-11-15', 'doors': 5, 'engineSize': 996, 'bodyType': 'Hatchback', 'images': None, 'colour': 'PINK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'VOSA STATES 12K, 18K, 25K, 35K, 46K, 50K, 56K, 63K, 77K, 81K', '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': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:02:40 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120881926, 'registration': 'YH13KKL', 'account': 'WBA001', 'make': 'SUZUKI', 'model': 'ALTO HATCHBACK', 'derivative': '1.0 SZ 5dr', 'mileage': 82296, 'mileageWarranty': True, 'type': 'car', 'saleId': 19212, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 439}, 'saleStart': '2026-04-03T08:45Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2013-05-07', 'fuel': 'Petrol', 'motExpiry': '2026-11-15', 'doors': 5, 'engineSize': 996, 'bodyType': 'Hatchback', 'images': None, 'colour': 'PINK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'VOSA STATES 12K, 18K, 25K, 35K, 46K, 50K, 56K, 63K, 77K, 81K', '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': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:02:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 515608ac-584a-54a0-9609-6d4f77e88612 with identifier: 120881926
2026-03-30 10:02:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 515608ac-584a-54a0-9609-6d4f77e88612 with scrape type 1
2026-03-30 10:02:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 0 photos for item 515608ac-584a-54a0-9609-6d4f77e88612
2026-03-30 10:02:40 [crawlers.middlewares.photo_download_middleware] INFO: No photos to download for item 515608ac-584a-54a0-9609-6d4f77e88612
2026-03-30 10:02:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 515608ac-584a-54a0-9609-6d4f77e88612, identifier: 120881926
2026-03-30 10:02:40 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120664326, 'registration': 'DY71RFN', 'account': 'DAY005', 'make': 'NISSAN', 'model': 'LEAF HATCHBACK', 'derivative': '110kW N-Connecta 40kWh 5dr Auto', 'mileage': 13019, 'mileageWarranty': True, 'type': 'car', 'saleId': 19212, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 439}, 'saleStart': '2026-04-03T08:45Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2021-09-29', 'fuel': 'Electric', 'motExpiry': '2026-09-28', 'doors': 5, 'engineSize': None, 'bodyType': 'Hatchback', 'images': None, 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'VOSA STATES 8K, 11K', 'virtual': False, 'seller': 'Days Fleet', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': False, 'v5details': None, 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-30 10:02:40 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120664326, 'registration': 'DY71RFN', 'account': 'DAY005', 'make': 'NISSAN', 'model': 'LEAF HATCHBACK', 'derivative': '110kW N-Connecta 40kWh 5dr Auto', 'mileage': 13019, 'mileageWarranty': True, 'type': 'car', 'saleId': 19212, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 439}, 'saleStart': '2026-04-03T08:45Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2021-09-29', 'fuel': 'Electric', 'motExpiry': '2026-09-28', 'doors': 5, 'engineSize': None, 'bodyType': 'Hatchback', 'images': None, 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'VOSA STATES 8K, 11K', 'virtual': False, 'seller': 'Days Fleet', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': False, 'v5details': None, 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-30 10:02:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e6d0068e-9906-57ac-96fb-f5f3add3b9a6 with identifier: 120664326
2026-03-30 10:02:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e6d0068e-9906-57ac-96fb-f5f3add3b9a6 with scrape type 1
2026-03-30 10:02:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 0 photos for item e6d0068e-9906-57ac-96fb-f5f3add3b9a6
2026-03-30 10:02:40 [crawlers.middlewares.photo_download_middleware] INFO: No photos to download for item e6d0068e-9906-57ac-96fb-f5f3add3b9a6
2026-03-30 10:02:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: e6d0068e-9906-57ac-96fb-f5f3add3b9a6, identifier: 120664326
2026-03-30 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-30 10:02:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: fc12ce88-442a-57c9-8007-099781604f26 with identifier: 120830721
2026-03-30 10:02:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: fc12ce88-442a-57c9-8007-099781604f26 with identifier: 120830721
2026-03-30 10:02:40 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: fc12ce88-442a-57c9-8007-099781604f26 with identifier: 120830721 to the API
2026-03-30 10:02:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 10:02:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://abimg003.imgix.net/BJ16YFN/2026-03-28/image/7ea90e1d-6276-4725-8b3e-874a59b9b9a9_removebg.jpg?w=600>
{'auction_title': '',
'c_o_2_emission_value': 122,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 3,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-04-01T09:00:00Z',
'fuel_type': 'Petrol',
'id': 'fc12ce88-442a-57c9-8007-099781604f26',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'BJ16YFN',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120830721',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'FORD',
'model': 'FIESTA HATCHBACK',
'odometer': 73942,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 11,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fc12ce88-442a-57c9-8007-099781604f26/fc12ce88-442a-57c9-8007-099781604f26_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 36121,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/BJ16YFN/2026-03-28/image/3e83f5c3-7f40-48af-a8e5-d451d9a35790_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fc12ce88-442a-57c9-8007-099781604f26/fc12ce88-442a-57c9-8007-099781604f26_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 35435,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/BJ16YFN/2026-03-28/image/fa192ed2-8f8f-42ba-817b-e650ca0028b7_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fc12ce88-442a-57c9-8007-099781604f26/fc12ce88-442a-57c9-8007-099781604f26_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 41212,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/BJ16YFN/2026-03-28/image/44f2331f-bb6a-48d7-8ef3-b2b9b691e290_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fc12ce88-442a-57c9-8007-099781604f26/fc12ce88-442a-57c9-8007-099781604f26_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 38772,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/BJ16YFN/2026-03-28/image/7ea90e1d-6276-4725-8b3e-874a59b9b9a9_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fc12ce88-442a-57c9-8007-099781604f26/fc12ce88-442a-57c9-8007-099781604f26_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 55906,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/BJ16YFN/2026-03-28/image/523b3002-732a-4069-b369-814190ca9a51_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fc12ce88-442a-57c9-8007-099781604f26/fc12ce88-442a-57c9-8007-099781604f26_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 47980,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/BJ16YFN/2026-03-28/image/5f3d3ddd-59b8-4afe-9508-9c1344bf45da_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fc12ce88-442a-57c9-8007-099781604f26/fc12ce88-442a-57c9-8007-099781604f26_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 50083,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/BJ16YFN/2026-03-28/image/ae4673c4-84d7-420a-8a0b-7206707f6c3c_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fc12ce88-442a-57c9-8007-099781604f26/fc12ce88-442a-57c9-8007-099781604f26_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 54996,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/BJ16YFN/2026-03-28/image/86158c37-6d7b-48ba-bdea-01a8d4a2b559_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fc12ce88-442a-57c9-8007-099781604f26/fc12ce88-442a-57c9-8007-099781604f26_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 51499,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/BJ16YFN/2026-03-28/image/34ddb187-2e02-491d-a266-ef1fef0f6b9f_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fc12ce88-442a-57c9-8007-099781604f26/fc12ce88-442a-57c9-8007-099781604f26_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 46034,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/BJ16YFN/2026-03-28/image/eaff730e-5af7-4f86-83ca-f18b66550154_removebg.jpg?w=600',
'Width': 600}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-03-31',
'seller_name': 'SMC Ford Gillingham',
'title': 'FORD FIESTA HATCHBACK 1.25 82 Zetec 3dr',
'transmission': 'manual',
'trim': '1.25 82 Zetec 3dr',
'vin': None,
'year': 2016}
2026-03-30 10:02:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120830721%27 HTTP/1.1" 200 None
2026-03-30 10:02:41 [astonbarclay.gb] INFO: Saving data for 120830721: {'created_time': 1774864961.594753, 'last_price_update_time': 1774864961.59477, 'auction_closing_time': 1775034000.0}
2026-03-30 10:02:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120830721') HTTP/1.1" 204 0
2026-03-30 10:02:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 515608ac-584a-54a0-9609-6d4f77e88612 with identifier: 120881926
2026-03-30 10:02:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-30 10:02:41 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=PINK HTTP/1.1" 200 None
2026-03-30 10:02:41 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 10:02:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-30 10:02:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 515608ac-584a-54a0-9609-6d4f77e88612 with identifier: 120881926
2026-03-30 10:02:42 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 515608ac-584a-54a0-9609-6d4f77e88612 with identifier: 120881926 to the API
2026-03-30 10:02:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 10:02:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120881926?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 99,
'color': 'PINK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.0L',
'expiration_date': '2026-04-03T08:45:00Z',
'fuel_type': 'Petrol',
'id': '515608ac-584a-54a0-9609-6d4f77e88612',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'YH13KKL',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120881926',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'SUZUKI',
'model': 'ALTO HATCHBACK',
'odometer': 82296,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2013-05-07',
'seller_name': 'UKCGR',
'title': 'SUZUKI ALTO HATCHBACK 1.0 SZ 5dr',
'transmission': 'manual',
'trim': '1.0 SZ 5dr',
'vin': None,
'year': 2013}
2026-03-30 10:02:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120881926%27 HTTP/1.1" 200 None
2026-03-30 10:02:42 [astonbarclay.gb] INFO: Saving data for 120881926: {'created_time': 1774864962.72477, 'last_price_update_time': 1774864962.724785, 'auction_closing_time': 1775205900.0}
2026-03-30 10:02:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120881926') HTTP/1.1" 204 0
2026-03-30 10:02:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: e6d0068e-9906-57ac-96fb-f5f3add3b9a6 with identifier: 120664326
2026-03-30 10:02:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: e6d0068e-9906-57ac-96fb-f5f3add3b9a6 with identifier: 120664326
2026-03-30 10:02:42 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: e6d0068e-9906-57ac-96fb-f5f3add3b9a6 with identifier: 120664326 to the API
2026-03-30 10:02:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 10:02:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120664326?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'RED',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-04-03T08:45:00Z',
'fuel_type': 'Electric',
'id': 'e6d0068e-9906-57ac-96fb-f5f3add3b9a6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'DY71RFN',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120664326',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'NISSAN',
'model': 'LEAF HATCHBACK',
'odometer': 13019,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-09-29',
'seller_name': 'Days Fleet',
'title': 'NISSAN LEAF HATCHBACK 110kW N-Connecta 40kWh 5dr Auto',
'transmission': 'automatic',
'trim': '110kW N-Connecta 40kWh 5dr Auto',
'vin': None,
'year': 2021}
2026-03-30 10:02:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120664326%27 HTTP/1.1" 200 None
2026-03-30 10:02:43 [astonbarclay.gb] INFO: Saving data for 120664326: {'created_time': 1774864963.987034, 'last_price_update_time': 1774864963.987048, 'auction_closing_time': 1775205900.0}
2026-03-30 10:02:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120664326') HTTP/1.1" 204 0
2026-03-30 10:02:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/WV11EZW/2026-03-28/image/4c09876a-488a-4298-97a0-5fc50e303364_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120830740?view=catalogue)
2026-03-30 10:02:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/FT21CMU/2026-03-28/image/8c37cd6d-c46b-414e-85c6-a9fb4ae20b3f_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120830712?view=catalogue)
2026-03-30 10:02:44 [astonbarclay.gb] INFO: Found listing with ID: 120859165
2026-03-30 10:02:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120859165%27 HTTP/1.1" 200 None
2026-03-30 10:02:44 [astonbarclay.gb] INFO: Scrape type for 120859165: 1
2026-03-30 10:02:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/KP65GHA/2026-03-28/image/1e1ce95e-3059-4c11-8194-42600bf94099_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120830692?view=catalogue)
2026-03-30 10:02:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/EK67HYM/2026-03-27/image/2d2436ce-bc5f-40f4-a6a6-9f2cbb858c6a_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120858968?view=catalogue)
2026-03-30 10:02:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/EJ67ZSG/2026-03-30/image/398cd0b4-95d4-423f-9f31-e46cf3532261_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120869943?view=catalogue)
2026-03-30 10:02:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120054608?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:02:44 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120883011, 'registration': 'RV62UVN', 'account': 'WBA001', 'make': 'BMW', 'model': '3 SERIES DIESEL SALOON', 'derivative': '320d EfficientDynamics 4dr', 'mileage': 138570, 'mileageWarranty': True, 'type': 'car', 'saleId': 19212, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 439}, 'saleStart': '2026-04-03T08:45Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2012-09-04', 'fuel': 'Diesel', 'motExpiry': '2026-03-14', 'doors': 4, 'engineSize': 1995, 'bodyType': 'Saloon', 'images': None, 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'VOSA STATES 24K, 32K, 41K, 57K, 75K, 89K, 98K, 110K, 126K, 133K, 136K, 138K (FAIL)', 'virtual': False, 'seller': 'UKCGR', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': False, 'v5details': None, 'co2': 109, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:02:44 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120883011, 'registration': 'RV62UVN', 'account': 'WBA001', 'make': 'BMW', 'model': '3 SERIES DIESEL SALOON', 'derivative': '320d EfficientDynamics 4dr', 'mileage': 138570, 'mileageWarranty': True, 'type': 'car', 'saleId': 19212, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 439}, 'saleStart': '2026-04-03T08:45Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2012-09-04', 'fuel': 'Diesel', 'motExpiry': '2026-03-14', 'doors': 4, 'engineSize': 1995, 'bodyType': 'Saloon', 'images': None, 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'VOSA STATES 24K, 32K, 41K, 57K, 75K, 89K, 98K, 110K, 126K, 133K, 136K, 138K (FAIL)', 'virtual': False, 'seller': 'UKCGR', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': False, 'v5details': None, 'co2': 109, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:02:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2876aff0-c2a0-5e3b-b75e-a90b48169d61 with identifier: 120883011
2026-03-30 10:02:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2876aff0-c2a0-5e3b-b75e-a90b48169d61 with scrape type 1
2026-03-30 10:02:44 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 0 photos for item 2876aff0-c2a0-5e3b-b75e-a90b48169d61
2026-03-30 10:02:44 [crawlers.middlewares.photo_download_middleware] INFO: No photos to download for item 2876aff0-c2a0-5e3b-b75e-a90b48169d61
2026-03-30 10:02:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 2876aff0-c2a0-5e3b-b75e-a90b48169d61, identifier: 120883011
2026-03-30 10:02:44 [astonbarclay.gb] INFO: Detail data: {'cardType': 'e-xchange', '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': 19197, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 205}, 'saleStart': '2026-03-31T09:00Z', 'lot': None, 'hall': 'Hall 2', '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': '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-30 10:02:44 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'e-xchange', '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': 19197, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 205}, 'saleStart': '2026-03-31T09:00Z', 'lot': None, 'hall': 'Hall 2', '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': '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-30 10:02:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 50bba46b-880e-5fc9-be03-f90742cc92f6 with identifier: 119498921
2026-03-30 10:02:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 50bba46b-880e-5fc9-be03-f90742cc92f6 with scrape type 2
2026-03-30 10:02:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 50bba46b-880e-5fc9-be03-f90742cc92f6 with scrape type 2
2026-03-30 10:02:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 50bba46b-880e-5fc9-be03-f90742cc92f6, identifier: 119498921
2026-03-30 10:02:44 [astonbarclay.gb] INFO: Detail data: {'cardType': 'e-xchange', 'id': 119669852, 'registration': 'BG23UKF', 'account': 'KIN032', 'make': 'DACIA', 'model': 'SANDERO STEPWAY HATCHBACK', 'derivative': '1.0 TCe Bi-Fuel Essential 5dr', 'mileage': 41639, 'mileageWarranty': True, 'type': 'car', 'saleId': 19212, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 439}, 'saleStart': '2026-04-01T08:45Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2023-07-11', 'fuel': 'Petrol/LPG', 'motExpiry': None, 'doors': 5, 'engineSize': 999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/BG23UKF/2026-03-12/image/5bd1f596-1a48-4491-bc69-479a3c53f554_removebg.jpg?w=600', 'https://abimg003.imgix.net/BG23UKF/2026-03-12/image/1eb0688b-e069-46d4-9cad-06ee96a05588_removebg.jpg?w=600', 'https://abimg003.imgix.net/BG23UKF/2026-03-12/image/1bc92f27-d8d5-4276-a39e-59ff17f5733b_removebg.jpg?w=600', 'https://abimg003.imgix.net/BG23UKF/2026-03-12/image/df6c036a-46d6-4e16-9a53-6a36b0be6ce5_removebg.jpg?w=600', 'https://abimg003.imgix.net/BG23UKF/2026-03-12/image/3a79bd5d-377d-4632-9f49-53f2ca3e848e_removebg.jpg?w=600', 'https://abimg003.imgix.net/BG23UKF/2026-03-12/image/77a9b1db-93e5-404e-8baa-71cb46593b1b_removebg.jpg?w=600', 'https://abimg003.imgix.net/BG23UKF/2026-03-12/image/d36afcb0-c8f5-458f-8101-6b641304473a_removebg.jpg?w=600', 'https://abimg003.imgix.net/BG23UKF/2026-03-12/image/80934105-fb92-498b-b63c-e70a5cf71ad7_removebg.jpg?w=600', 'https://abimg003.imgix.net/BG23UKF/2026-03-12/image/b394649c-a099-4f92-a0b6-5e32d61a1bef_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 02/24- 12K, 03/25 - 26K, 01/26 - 40K', 'remarks': '**349** SPARE KEY, Metallic - Moonstone grey\t/ Fabric - Titanium black', 'virtual': False, 'seller': 'Kinto', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 131, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/4b1a4a68-62ae-4c38-a48f-849bef4757af.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-30 10:02:44 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'e-xchange', 'id': 119669852, 'registration': 'BG23UKF', 'account': 'KIN032', 'make': 'DACIA', 'model': 'SANDERO STEPWAY HATCHBACK', 'derivative': '1.0 TCe Bi-Fuel Essential 5dr', 'mileage': 41639, 'mileageWarranty': True, 'type': 'car', 'saleId': 19212, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 439}, 'saleStart': '2026-04-01T08:45Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2023-07-11', 'fuel': 'Petrol/LPG', 'motExpiry': None, 'doors': 5, 'engineSize': 999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/BG23UKF/2026-03-12/image/5bd1f596-1a48-4491-bc69-479a3c53f554_removebg.jpg?w=600', 'https://abimg003.imgix.net/BG23UKF/2026-03-12/image/1eb0688b-e069-46d4-9cad-06ee96a05588_removebg.jpg?w=600', 'https://abimg003.imgix.net/BG23UKF/2026-03-12/image/1bc92f27-d8d5-4276-a39e-59ff17f5733b_removebg.jpg?w=600', 'https://abimg003.imgix.net/BG23UKF/2026-03-12/image/df6c036a-46d6-4e16-9a53-6a36b0be6ce5_removebg.jpg?w=600', 'https://abimg003.imgix.net/BG23UKF/2026-03-12/image/3a79bd5d-377d-4632-9f49-53f2ca3e848e_removebg.jpg?w=600', 'https://abimg003.imgix.net/BG23UKF/2026-03-12/image/77a9b1db-93e5-404e-8baa-71cb46593b1b_removebg.jpg?w=600', 'https://abimg003.imgix.net/BG23UKF/2026-03-12/image/d36afcb0-c8f5-458f-8101-6b641304473a_removebg.jpg?w=600', 'https://abimg003.imgix.net/BG23UKF/2026-03-12/image/80934105-fb92-498b-b63c-e70a5cf71ad7_removebg.jpg?w=600', 'https://abimg003.imgix.net/BG23UKF/2026-03-12/image/b394649c-a099-4f92-a0b6-5e32d61a1bef_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 02/24- 12K, 03/25 - 26K, 01/26 - 40K', 'remarks': '**349** SPARE KEY, Metallic - Moonstone grey\t/ Fabric - Titanium black', 'virtual': False, 'seller': 'Kinto', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 131, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/4b1a4a68-62ae-4c38-a48f-849bef4757af.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-30 10:02:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 30a22524-f2e5-55a6-aceb-7148d3334a73 with identifier: 119669852
2026-03-30 10:02:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 30a22524-f2e5-55a6-aceb-7148d3334a73 with scrape type 2
2026-03-30 10:02:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 30a22524-f2e5-55a6-aceb-7148d3334a73 with scrape type 2
2026-03-30 10:02:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 30a22524-f2e5-55a6-aceb-7148d3334a73, identifier: 119669852
2026-03-30 10:02:44 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:02:44 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f4364fef8d0>
2026-03-30 10:02:44 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:02:44 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:02:44 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:02:44 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1096493f-4a98-51cd-bc15-64e1f8719f0b/1096493f-4a98-51cd-bc15-64e1f8719f0b_image_7.jpg HTTP/1.1" 201 0
2026-03-30 10:02:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FEG66HXN%252F2026-03-28%252Fimage%252Fc4a72ec8-c207-413a-a2aa-742f0c5f3827_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:02:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EG66HXN/2026-03-28/image/c4a72ec8-c207-413a-a2aa-742f0c5f3827_removebg.jpg?w=600 saved to cache
2026-03-30 10:02:44 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 1096493f-4a98-51cd-bc15-64e1f8719f0b
2026-03-30 10:02:44 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:02:44 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f43650f4e90>
2026-03-30 10:02:44 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:02:44 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:02:44 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:02:44 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1096493f-4a98-51cd-bc15-64e1f8719f0b/1096493f-4a98-51cd-bc15-64e1f8719f0b_image_8.jpg HTTP/1.1" 201 0
2026-03-30 10:02:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FEG66HXN%252F2026-03-28%252Fimage%252Ff496f724-4674-48bf-9d4d-ba12c7fe9598_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:02:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EG66HXN/2026-03-28/image/f496f724-4674-48bf-9d4d-ba12c7fe9598_removebg.jpg?w=600 saved to cache
2026-03-30 10:02:44 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 1096493f-4a98-51cd-bc15-64e1f8719f0b
2026-03-30 10:02:44 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 1096493f-4a98-51cd-bc15-64e1f8719f0b, skipping ID generation
2026-03-30 10:02:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1096493f-4a98-51cd-bc15-64e1f8719f0b with scrape type 1
2026-03-30 10:02:44 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 1096493f-4a98-51cd-bc15-64e1f8719f0b sending to next pipeline
2026-03-30 10:02:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 1096493f-4a98-51cd-bc15-64e1f8719f0b, identifier: 120862857
2026-03-30 10:02:44 [astonbarclay.gb] INFO: Detail data: {'cardType': 'e-xchange', 'id': 120639812, 'registration': 'GX65WUL', 'account': 'ART002', 'make': 'FORD', 'model': 'FOCUS ESTATE', 'derivative': '1.0 EcoBoost Zetec 5dr', 'mileage': 83447, 'mileageWarranty': True, 'type': 'car', 'saleId': 19181, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 122}, 'saleStart': '2026-03-31T09: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': ['https://abimg003.imgix.net/GX65WUL/2026-03-24/image/82b7f6d6-9925-4a64-a1e5-36a90289f1b1_removebg.jpg?w=600', 'https://abimg003.imgix.net/GX65WUL/2026-03-24/image/89f69f4d-c433-48d3-8b49-ccc9cdc0dc98_removebg.jpg?w=600', 'https://abimg003.imgix.net/GX65WUL/2026-03-24/image/acaf31e8-e196-4b31-871a-e9b59d9e63db_removebg.jpg?w=600', 'https://abimg003.imgix.net/GX65WUL/2026-03-24/image/bb36b961-91ad-4cd9-8be1-91f7fcc23cae_removebg.jpg?w=600', 'https://abimg003.imgix.net/GX65WUL/2026-03-24/image/a30db268-91de-4bf1-aff3-4b805688516e_removebg.jpg?w=600', 'https://abimg003.imgix.net/GX65WUL/2026-03-24/image/d7c07eb3-ee6b-44df-9917-023622d49a14_removebg.jpg?w=600', 'https://abimg003.imgix.net/GX65WUL/2026-03-24/image/0d4b3ced-2403-4bfd-bda3-c5cd762b4f49_removebg.jpg?w=600', 'https://abimg003.imgix.net/GX65WUL/2026-03-24/image/321ed680-f3c4-46b9-b47b-861378f3c8e4_removebg.jpg?w=600', 'https://abimg003.imgix.net/GX65WUL/2026-03-24/image/6bac3040-b9f9-4ce8-b1a3-c5806bf55b87_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 08/23-?02/26-?', 'remarks': 'vosa@ 27k, 41k, 48k, 54k, 61k, 67k, 75k, 82k spare key in office', 'virtual': False, 'seller': 'Arthurs Motor Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 109, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/32891057-129e-4d6f-bd1f-6bf762fe5c62.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:02:44 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'e-xchange', 'id': 120639812, 'registration': 'GX65WUL', 'account': 'ART002', 'make': 'FORD', 'model': 'FOCUS ESTATE', 'derivative': '1.0 EcoBoost Zetec 5dr', 'mileage': 83447, 'mileageWarranty': True, 'type': 'car', 'saleId': 19181, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 122}, 'saleStart': '2026-03-31T09: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': ['https://abimg003.imgix.net/GX65WUL/2026-03-24/image/82b7f6d6-9925-4a64-a1e5-36a90289f1b1_removebg.jpg?w=600', 'https://abimg003.imgix.net/GX65WUL/2026-03-24/image/89f69f4d-c433-48d3-8b49-ccc9cdc0dc98_removebg.jpg?w=600', 'https://abimg003.imgix.net/GX65WUL/2026-03-24/image/acaf31e8-e196-4b31-871a-e9b59d9e63db_removebg.jpg?w=600', 'https://abimg003.imgix.net/GX65WUL/2026-03-24/image/bb36b961-91ad-4cd9-8be1-91f7fcc23cae_removebg.jpg?w=600', 'https://abimg003.imgix.net/GX65WUL/2026-03-24/image/a30db268-91de-4bf1-aff3-4b805688516e_removebg.jpg?w=600', 'https://abimg003.imgix.net/GX65WUL/2026-03-24/image/d7c07eb3-ee6b-44df-9917-023622d49a14_removebg.jpg?w=600', 'https://abimg003.imgix.net/GX65WUL/2026-03-24/image/0d4b3ced-2403-4bfd-bda3-c5cd762b4f49_removebg.jpg?w=600', 'https://abimg003.imgix.net/GX65WUL/2026-03-24/image/321ed680-f3c4-46b9-b47b-861378f3c8e4_removebg.jpg?w=600', 'https://abimg003.imgix.net/GX65WUL/2026-03-24/image/6bac3040-b9f9-4ce8-b1a3-c5806bf55b87_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 08/23-?02/26-?', 'remarks': 'vosa@ 27k, 41k, 48k, 54k, 61k, 67k, 75k, 82k spare key in office', 'virtual': False, 'seller': 'Arthurs Motor Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 109, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/32891057-129e-4d6f-bd1f-6bf762fe5c62.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:02:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 186bcdb7-f5fc-5d5a-8259-8661ad80328a with identifier: 120639812
2026-03-30 10:02:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 186bcdb7-f5fc-5d5a-8259-8661ad80328a with scrape type 2
2026-03-30 10:02:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 186bcdb7-f5fc-5d5a-8259-8661ad80328a with scrape type 2
2026-03-30 10:02:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 186bcdb7-f5fc-5d5a-8259-8661ad80328a, identifier: 120639812
2026-03-30 10:02:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/VE17VYJ/2026-03-30/image/db7e4d12-374e-438c-894f-cc5a4381b8b0_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120870219?view=catalogue)
2026-03-30 10:02:44 [astonbarclay.gb] INFO: Found listing with ID: 120845773
2026-03-30 10:02:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120845773%27 HTTP/1.1" 200 None
2026-03-30 10:02:44 [astonbarclay.gb] INFO: Scrape type for 120845773: 0
2026-03-30 10:02:44 [astonbarclay.gb] INFO: Found listing with ID: 120857228
2026-03-30 10:02:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120857228%27 HTTP/1.1" 200 None
2026-03-30 10:02:44 [astonbarclay.gb] INFO: Scrape type for 120857228: 1
2026-03-30 10:02:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:02:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 2876aff0-c2a0-5e3b-b75e-a90b48169d61 with identifier: 120883011
2026-03-30 10:02:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 2876aff0-c2a0-5e3b-b75e-a90b48169d61 with identifier: 120883011
2026-03-30 10:02:44 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 2876aff0-c2a0-5e3b-b75e-a90b48169d61 with identifier: 120883011 to the API
2026-03-30 10:02:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 10:02:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120883011?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 109,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 4,
'emission_standard': 'EURO 5',
'engine': '2.0L',
'expiration_date': '2026-04-03T08:45:00Z',
'fuel_type': 'Diesel',
'id': '2876aff0-c2a0-5e3b-b75e-a90b48169d61',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'RV62UVN',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120883011',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'BMW',
'model': '3 SERIES DIESEL SALOON',
'odometer': 138570,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2012-09-04',
'seller_name': 'UKCGR',
'title': 'BMW 3 SERIES DIESEL SALOON 320d EfficientDynamics 4dr',
'transmission': 'manual',
'trim': '320d EfficientDynamics 4dr',
'vin': None,
'year': 2012}
2026-03-30 10:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120883011%27 HTTP/1.1" 200 None
2026-03-30 10:02:45 [astonbarclay.gb] INFO: Saving data for 120883011: {'created_time': 1774864965.749634, 'last_price_update_time': 1774864965.749645, 'auction_closing_time': 1775205900.0}
2026-03-30 10:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120883011') HTTP/1.1" 204 0
2026-03-30 10:02:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 50bba46b-880e-5fc9-be03-f90742cc92f6 with identifier: 119498921
2026-03-30 10:02:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 50bba46b-880e-5fc9-be03-f90742cc92f6 with identifier: 119498921
2026-03-30 10:02:45 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 50bba46b-880e-5fc9-be03-f90742cc92f6 with identifier: 119498921 to the API
2026-03-30 10:02:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 10:02:46 [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': 'WHITE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-31T09: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-30 10:02:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27119498921%27 HTTP/1.1" 200 None
2026-03-30 10:02:46 [astonbarclay.gb] INFO: Saving data for 119498921: {'auction_closing_time': 1774947600.0, 'created_time': 1773215003.638077, 'last_price_update_time': 1774864966.194603}
2026-03-30 10:02:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='119498921') HTTP/1.1" 204 0
2026-03-30 10:02:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 30a22524-f2e5-55a6-aceb-7148d3334a73 with identifier: 119669852
2026-03-30 10:02:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-30 10:02:46 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=Petrol%2FLPG HTTP/1.1" 200 None
2026-03-30 10:02:46 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 10:02:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-30 10:02:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 30a22524-f2e5-55a6-aceb-7148d3334a73 with identifier: 119669852
2026-03-30 10:02:46 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 30a22524-f2e5-55a6-aceb-7148d3334a73 with identifier: 119669852 to the API
2026-03-30 10:02:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 10:02:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/119669852?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 131,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-04-01T08:45:00Z',
'fuel_type': 'Petrol/LPG',
'id': '30a22524-f2e5-55a6-aceb-7148d3334a73',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'BG23UKF',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/119669852',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'DACIA',
'model': 'SANDERO STEPWAY HATCHBACK',
'odometer': 41639,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-07-11',
'seller_name': 'Kinto',
'title': 'DACIA SANDERO STEPWAY HATCHBACK 1.0 TCe Bi-Fuel Essential 5dr',
'transmission': 'manual',
'trim': '1.0 TCe Bi-Fuel Essential 5dr',
'vin': None,
'year': 2023}
2026-03-30 10:02:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27119669852%27 HTTP/1.1" 200 None
2026-03-30 10:02:46 [astonbarclay.gb] INFO: Saving data for 119669852: {'auction_closing_time': 1775033100.0, 'created_time': 1773403196.429799, 'last_price_update_time': 1774864966.849814}
2026-03-30 10:02:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='119669852') HTTP/1.1" 204 0
2026-03-30 10:02:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 1096493f-4a98-51cd-bc15-64e1f8719f0b with identifier: 120862857
2026-03-30 10:02:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-30 10:02:46 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=GREEN HTTP/1.1" 200 None
2026-03-30 10:02:46 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 10:02:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-30 10:02:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 1096493f-4a98-51cd-bc15-64e1f8719f0b with identifier: 120862857
2026-03-30 10:02:47 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 1096493f-4a98-51cd-bc15-64e1f8719f0b with identifier: 120862857 to the API
2026-03-30 10:02:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:02:47 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:02:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://abimg003.imgix.net/EG66HXN/2026-03-28/image/f496f724-4674-48bf-9d4d-ba12c7fe9598_removebg.jpg?w=600>
{'auction_title': '',
'c_o_2_emission_value': 110,
'color': 'GREEN',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-04-01T09:00:00Z',
'fuel_type': 'Petrol',
'id': '1096493f-4a98-51cd-bc15-64e1f8719f0b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'EG66HXN',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120862857',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'SKODA',
'model': 'FABIA HATCHBACK',
'odometer': 44882,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 9,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1096493f-4a98-51cd-bc15-64e1f8719f0b/1096493f-4a98-51cd-bc15-64e1f8719f0b_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 32718,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/EG66HXN/2026-03-28/image/1e5c76b5-3232-4977-ac1c-c048045bec74_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1096493f-4a98-51cd-bc15-64e1f8719f0b/1096493f-4a98-51cd-bc15-64e1f8719f0b_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 36378,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/EG66HXN/2026-03-28/image/3ba1e1c3-05be-4a1f-b150-b38d50b29bb7_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1096493f-4a98-51cd-bc15-64e1f8719f0b/1096493f-4a98-51cd-bc15-64e1f8719f0b_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 31625,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/EG66HXN/2026-03-28/image/70375f97-2377-43fd-a9a5-a5552ae3bf4f_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1096493f-4a98-51cd-bc15-64e1f8719f0b/1096493f-4a98-51cd-bc15-64e1f8719f0b_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 35224,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/EG66HXN/2026-03-28/image/130659f6-a90b-4c7d-a95e-cd6648be33cf_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1096493f-4a98-51cd-bc15-64e1f8719f0b/1096493f-4a98-51cd-bc15-64e1f8719f0b_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 58001,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/EG66HXN/2026-03-28/image/5eacec8f-35ae-4d6a-a2ff-ce5777b05c53_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1096493f-4a98-51cd-bc15-64e1f8719f0b/1096493f-4a98-51cd-bc15-64e1f8719f0b_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 54994,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/EG66HXN/2026-03-28/image/7dde3aba-ce88-42dc-b8db-3c90d9f39921_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1096493f-4a98-51cd-bc15-64e1f8719f0b/1096493f-4a98-51cd-bc15-64e1f8719f0b_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 52693,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/EG66HXN/2026-03-28/image/d6e870a0-433e-46e3-b4bf-aeaddd8c5286_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1096493f-4a98-51cd-bc15-64e1f8719f0b/1096493f-4a98-51cd-bc15-64e1f8719f0b_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 48933,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/EG66HXN/2026-03-28/image/c4a72ec8-c207-413a-a2aa-742f0c5f3827_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1096493f-4a98-51cd-bc15-64e1f8719f0b/1096493f-4a98-51cd-bc15-64e1f8719f0b_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 50004,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/EG66HXN/2026-03-28/image/f496f724-4674-48bf-9d4d-ba12c7fe9598_removebg.jpg?w=600',
'Width': 600}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-02-27',
'seller_name': 'UKCGR - Premium',
'title': 'SKODA FABIA HATCHBACK 1.2 TSI SE 5dr',
'transmission': 'manual',
'trim': '1.2 TSI SE 5dr',
'vin': None,
'year': 2017}
2026-03-30 10:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120862857%27 HTTP/1.1" 200 None
2026-03-30 10:02:47 [astonbarclay.gb] INFO: Saving data for 120862857: {'created_time': 1774864967.692509, 'last_price_update_time': 1774864967.692522, 'auction_closing_time': 1775034000.0}
2026-03-30 10:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120862857') HTTP/1.1" 204 0
2026-03-30 10:02:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 186bcdb7-f5fc-5d5a-8259-8661ad80328a with identifier: 120639812
2026-03-30 10:02:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 186bcdb7-f5fc-5d5a-8259-8661ad80328a with identifier: 120639812
2026-03-30 10:02:47 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 186bcdb7-f5fc-5d5a-8259-8661ad80328a with identifier: 120639812 to the API
2026-03-30 10:02:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 10:02:48 [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-31T09:00:00Z',
'fuel_type': 'Petrol',
'id': '186bcdb7-f5fc-5d5a-8259-8661ad80328a',
'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': 83447,
'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-30 10:02:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120639812%27 HTTP/1.1" 200 None
2026-03-30 10:02:48 [astonbarclay.gb] INFO: Saving data for 120639812: {'auction_closing_time': 1774947600.0, 'created_time': 1774011698.064967, 'last_price_update_time': 1774864968.315364}
2026-03-30 10:02:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120639812') HTTP/1.1" 204 0
2026-03-30 10:02:48 [astonbarclay.gb] INFO: Found listing with ID: 120856811
2026-03-30 10:02:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120856811%27 HTTP/1.1" 200 None
2026-03-30 10:02:48 [astonbarclay.gb] INFO: Scrape type for 120856811: 1
2026-03-30 10:02:48 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:02:48 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f43664fc490>
2026-03-30 10:02:48 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:02:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:02:48 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:02:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d6855991-a720-57ea-80e5-c513d2d0254a/d6855991-a720-57ea-80e5-c513d2d0254a_image_3.jpg HTTP/1.1" 201 0
2026-03-30 10:02:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FWV11EZW%252F2026-03-28%252Fimage%252F4c09876a-488a-4298-97a0-5fc50e303364_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:02:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/WV11EZW/2026-03-28/image/4c09876a-488a-4298-97a0-5fc50e303364_removebg.jpg?w=600 saved to cache
2026-03-30 10:02:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item d6855991-a720-57ea-80e5-c513d2d0254a
2026-03-30 10:02:48 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:02:48 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f436c13ef10>
2026-03-30 10:02:48 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:02:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:02:48 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:02:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c31a459a-4f18-5760-8f29-d1c8f58cb774/c31a459a-4f18-5760-8f29-d1c8f58cb774_image_3.jpg HTTP/1.1" 201 0
2026-03-30 10:02:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FFT21CMU%252F2026-03-28%252Fimage%252F8c37cd6d-c46b-414e-85c6-a9fb4ae20b3f_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:02:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/FT21CMU/2026-03-28/image/8c37cd6d-c46b-414e-85c6-a9fb4ae20b3f_removebg.jpg?w=600 saved to cache
2026-03-30 10:02:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item c31a459a-4f18-5760-8f29-d1c8f58cb774
2026-03-30 10:02:48 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:02:48 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f43664ffd90>
2026-03-30 10:02:48 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:02:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:02:48 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:02:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9ffde6a3-866a-513a-8c46-21a22175c799/9ffde6a3-866a-513a-8c46-21a22175c799_image_7.jpg HTTP/1.1" 201 0
2026-03-30 10:02:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FKP65GHA%252F2026-03-28%252Fimage%252F1e1ce95e-3059-4c11-8194-42600bf94099_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:02:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/KP65GHA/2026-03-28/image/1e1ce95e-3059-4c11-8194-42600bf94099_removebg.jpg?w=600 saved to cache
2026-03-30 10:02:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 9ffde6a3-866a-513a-8c46-21a22175c799
2026-03-30 10:02:48 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:02:48 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f4366563c50>
2026-03-30 10:02:48 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:02:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:02:48 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:02:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5474d57b-b31d-5714-bd90-39a88b05a1b1/5474d57b-b31d-5714-bd90-39a88b05a1b1_image_9.jpg HTTP/1.1" 201 0
2026-03-30 10:02:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FEK67HYM%252F2026-03-27%252Fimage%252F2d2436ce-bc5f-40f4-a6a6-9f2cbb858c6a_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:02:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EK67HYM/2026-03-27/image/2d2436ce-bc5f-40f4-a6a6-9f2cbb858c6a_removebg.jpg?w=600 saved to cache
2026-03-30 10:02:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 5474d57b-b31d-5714-bd90-39a88b05a1b1
2026-03-30 10:02:48 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:02:48 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f4365377490>
2026-03-30 10:02:48 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:02:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:02:48 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:02:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c289a4b1-7040-5a7c-9907-90547e67110d/c289a4b1-7040-5a7c-9907-90547e67110d_image_9.jpg HTTP/1.1" 201 0
2026-03-30 10:02:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FEJ67ZSG%252F2026-03-30%252Fimage%252F398cd0b4-95d4-423f-9f31-e46cf3532261_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:02:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EJ67ZSG/2026-03-30/image/398cd0b4-95d4-423f-9f31-e46cf3532261_removebg.jpg?w=600 saved to cache
2026-03-30 10:02:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item c289a4b1-7040-5a7c-9907-90547e67110d
2026-03-30 10:02:48 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120054608, 'registration': 'DO54VAN', 'account': 'STA058', 'make': 'MERCEDES-BENZ', 'model': 'E CLASS DIESEL SALOON', 'derivative': 'E220d AMG Line 4dr 9G-Tronic', 'mileage': 120808, 'mileageWarranty': False, 'type': 'car', 'saleId': 19307, 'siteId': 99, 'site': {'id': 99, 'name': 'Aston Barclay Digital', 'vehicles': 38}, 'saleStart': '2026-04-03T10:00Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2016-04-19', 'fuel': 'Diesel', 'motExpiry': '2025-07-20', 'doors': 4, 'engineSize': 1950, 'bodyType': 'Saloon', 'images': ['https://abimg003.imgix.net/DO54VAN/2026-03-02/image/a24a7cc8-fc01-4f8a-a48d-c961c982f46f_removebg.jpg?w=600', 'https://abimg003.imgix.net/DO54VAN/2026-03-02/image/a8117670-081e-4d16-84cb-07473b0c887a_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': 'Cat N Insurance Loss', 'grade': None, 'nonRunner': True, 'inspectionType': 'Express', 'serviceHistory': '', 'remarks': 'Category N Insurance Loss. No Structural Damage and Repairable - Insurer Decided Not to Repair **NON-RUNNER COLLECTION ONLY CHELMSFORD -NO KEYS, MAY HAVE FURTHER FAULTS, SOLD AS SEEN MILEAGE ESTIMATED @ 119K AS PER VENDOR, TRUE MILEAGE UNKNOWN- CAPPED BASED ON ESTIMATED MILEAGE.', 'virtual': True, 'seller': 'Startline Motor Finance Ltd', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '7', 'v5': False, 'v5details': None, 'co2': 112, '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-30 10:02:48 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120054608, 'registration': 'DO54VAN', 'account': 'STA058', 'make': 'MERCEDES-BENZ', 'model': 'E CLASS DIESEL SALOON', 'derivative': 'E220d AMG Line 4dr 9G-Tronic', 'mileage': 120808, 'mileageWarranty': False, 'type': 'car', 'saleId': 19307, 'siteId': 99, 'site': {'id': 99, 'name': 'Aston Barclay Digital', 'vehicles': 38}, 'saleStart': '2026-04-03T10:00Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2016-04-19', 'fuel': 'Diesel', 'motExpiry': '2025-07-20', 'doors': 4, 'engineSize': 1950, 'bodyType': 'Saloon', 'images': ['https://abimg003.imgix.net/DO54VAN/2026-03-02/image/a24a7cc8-fc01-4f8a-a48d-c961c982f46f_removebg.jpg?w=600', 'https://abimg003.imgix.net/DO54VAN/2026-03-02/image/a8117670-081e-4d16-84cb-07473b0c887a_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': 'Cat N Insurance Loss', 'grade': None, 'nonRunner': True, 'inspectionType': 'Express', 'serviceHistory': '', 'remarks': 'Category N Insurance Loss. No Structural Damage and Repairable - Insurer Decided Not to Repair **NON-RUNNER COLLECTION ONLY CHELMSFORD -NO KEYS, MAY HAVE FURTHER FAULTS, SOLD AS SEEN MILEAGE ESTIMATED @ 119K AS PER VENDOR, TRUE MILEAGE UNKNOWN- CAPPED BASED ON ESTIMATED MILEAGE.', 'virtual': True, 'seller': 'Startline Motor Finance Ltd', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '7', 'v5': False, 'v5details': None, 'co2': 112, '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-30 10:02:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e612f528-2d7d-5df8-bbe2-56fd8e7d143a with identifier: 120054608
2026-03-30 10:02:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e612f528-2d7d-5df8-bbe2-56fd8e7d143a with scrape type 1
2026-03-30 10:02:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 2 photos for item e612f528-2d7d-5df8-bbe2-56fd8e7d143a
2026-03-30 10:02:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FDO54VAN%252F2026-03-02%252Fimage%252Fa24a7cc8-fc01-4f8a-a48d-c961c982f46f_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:02:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/DO54VAN/2026-03-02/image/a24a7cc8-fc01-4f8a-a48d-c961c982f46f_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:02:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/KP65GHA/2026-03-28/image/107d232a-426a-4ede-aa36-6eb3f0dad96f_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120830692?view=catalogue)
2026-03-30 10:02:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/EK67HYM/2026-03-27/image/e0c68b4c-aee3-4087-a3f5-da671ceb4eab_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120858968?view=catalogue)
2026-03-30 10:02:48 [astonbarclay.gb] INFO: Found listing with ID: 120856713
2026-03-30 10:02:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120856713%27 HTTP/1.1" 200 None
2026-03-30 10:02:48 [astonbarclay.gb] INFO: Scrape type for 120856713: 0
2026-03-30 10:02:48 [astonbarclay.gb] INFO: Found listing with ID: 120854303
2026-03-30 10:02:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120854303%27 HTTP/1.1" 200 None
2026-03-30 10:02:48 [astonbarclay.gb] INFO: Scrape type for 120854303: 1
2026-03-30 10:02:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FDO54VAN%252F2026-03-02%252Fimage%252Fa8117670-081e-4d16-84cb-07473b0c887a_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:02:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/DO54VAN/2026-03-02/image/a8117670-081e-4d16-84cb-07473b0c887a_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:02:48 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:02:48 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f43653b1150>
2026-03-30 10:02:48 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:02:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:02:48 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:02:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2c71b4b3-a7d9-5d2e-82e8-2647043a842c/2c71b4b3-a7d9-5d2e-82e8-2647043a842c_image_9.jpg HTTP/1.1" 201 0
2026-03-30 10:02:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FVE17VYJ%252F2026-03-30%252Fimage%252Fdb7e4d12-374e-438c-894f-cc5a4381b8b0_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:02:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/VE17VYJ/2026-03-30/image/db7e4d12-374e-438c-894f-cc5a4381b8b0_removebg.jpg?w=600 saved to cache
2026-03-30 10:02:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 2c71b4b3-a7d9-5d2e-82e8-2647043a842c
2026-03-30 10:02:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/WV11EZW/2026-03-28/image/ed584e14-8f26-475c-8932-80c84c464ae6_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120830740?view=catalogue)
2026-03-30 10:02:48 [astonbarclay.gb] INFO: Found listing with ID: 120856408
2026-03-30 10:02:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120856408%27 HTTP/1.1" 200 None
2026-03-30 10:02:48 [astonbarclay.gb] INFO: Scrape type for 120856408: 1
2026-03-30 10:02:48 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:02:48 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f43653b0810>
2026-03-30 10:02:48 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:02:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:02:48 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:02:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9ffde6a3-866a-513a-8c46-21a22175c799/9ffde6a3-866a-513a-8c46-21a22175c799_image_5.jpg HTTP/1.1" 201 0
2026-03-30 10:02:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FKP65GHA%252F2026-03-28%252Fimage%252F107d232a-426a-4ede-aa36-6eb3f0dad96f_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:02:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/KP65GHA/2026-03-28/image/107d232a-426a-4ede-aa36-6eb3f0dad96f_removebg.jpg?w=600 saved to cache
2026-03-30 10:02:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 9ffde6a3-866a-513a-8c46-21a22175c799
2026-03-30 10:02:48 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:02:48 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f4366787b10>
2026-03-30 10:02:48 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:02:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:02:48 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:02:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5474d57b-b31d-5714-bd90-39a88b05a1b1/5474d57b-b31d-5714-bd90-39a88b05a1b1_image_8.jpg HTTP/1.1" 201 0
2026-03-30 10:02:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FEK67HYM%252F2026-03-27%252Fimage%252Fe0c68b4c-aee3-4087-a3f5-da671ceb4eab_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:02:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EK67HYM/2026-03-27/image/e0c68b4c-aee3-4087-a3f5-da671ceb4eab_removebg.jpg?w=600 saved to cache
2026-03-30 10:02:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 5474d57b-b31d-5714-bd90-39a88b05a1b1
2026-03-30 10:02:48 [astonbarclay.gb] INFO: Found listing with ID: 120853676
2026-03-30 10:02:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120853676%27 HTTP/1.1" 200 None
2026-03-30 10:02:48 [astonbarclay.gb] INFO: Scrape type for 120853676: 1
2026-03-30 10:02:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/DO54VAN/2026-03-02/image/a24a7cc8-fc01-4f8a-a48d-c961c982f46f_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120054608?view=catalogue)
2026-03-30 10:02:48 [astonbarclay.gb] INFO: Found listing with ID: 120852551
2026-03-30 10:02:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120852551%27 HTTP/1.1" 200 None
2026-03-30 10:02:48 [astonbarclay.gb] INFO: Scrape type for 120852551: 1
2026-03-30 10:02:48 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:02:48 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f43650d9dd0>
2026-03-30 10:02:48 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:02:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:02:48 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:02:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d6855991-a720-57ea-80e5-c513d2d0254a/d6855991-a720-57ea-80e5-c513d2d0254a_image_1.jpg HTTP/1.1" 201 0
2026-03-30 10:02:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FWV11EZW%252F2026-03-28%252Fimage%252Fed584e14-8f26-475c-8932-80c84c464ae6_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:02:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/WV11EZW/2026-03-28/image/ed584e14-8f26-475c-8932-80c84c464ae6_removebg.jpg?w=600 saved to cache
2026-03-30 10:02:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item d6855991-a720-57ea-80e5-c513d2d0254a
2026-03-30 10:02:48 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: d6855991-a720-57ea-80e5-c513d2d0254a, skipping ID generation
2026-03-30 10:02:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d6855991-a720-57ea-80e5-c513d2d0254a with scrape type 1
2026-03-30 10:02:48 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item d6855991-a720-57ea-80e5-c513d2d0254a sending to next pipeline
2026-03-30 10:02:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: d6855991-a720-57ea-80e5-c513d2d0254a, identifier: 120830740
2026-03-30 10:02:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: d6855991-a720-57ea-80e5-c513d2d0254a with identifier: 120830740
2026-03-30 10:02:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: d6855991-a720-57ea-80e5-c513d2d0254a with identifier: 120830740
2026-03-30 10:02:49 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: d6855991-a720-57ea-80e5-c513d2d0254a with identifier: 120830740 to the API
2026-03-30 10:02:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 10:02:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://abimg003.imgix.net/WV11EZW/2026-03-28/image/ed584e14-8f26-475c-8932-80c84c464ae6_removebg.jpg?w=600>
{'auction_title': '',
'c_o_2_emission_value': 159,
'color': 'SILVER',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.6L',
'expiration_date': '2026-04-01T09:00:00Z',
'fuel_type': 'Petrol',
'id': 'd6855991-a720-57ea-80e5-c513d2d0254a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'WV11EZW',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120830740',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'FORD',
'model': 'FOCUS HATCHBACK SPECIAL EDITIONS',
'odometer': 136753,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 17,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d6855991-a720-57ea-80e5-c513d2d0254a/d6855991-a720-57ea-80e5-c513d2d0254a_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 32407,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/WV11EZW/2026-03-28/image/73bd5049-09e3-4c5c-a3aa-aa3d511886c6_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d6855991-a720-57ea-80e5-c513d2d0254a/d6855991-a720-57ea-80e5-c513d2d0254a_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 28938,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/WV11EZW/2026-03-28/image/ed584e14-8f26-475c-8932-80c84c464ae6_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d6855991-a720-57ea-80e5-c513d2d0254a/d6855991-a720-57ea-80e5-c513d2d0254a_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 30970,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/WV11EZW/2026-03-28/image/4839fea6-0f1f-416f-bd2e-15d3aa3edcd1_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d6855991-a720-57ea-80e5-c513d2d0254a/d6855991-a720-57ea-80e5-c513d2d0254a_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 31869,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/WV11EZW/2026-03-28/image/4c09876a-488a-4298-97a0-5fc50e303364_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d6855991-a720-57ea-80e5-c513d2d0254a/d6855991-a720-57ea-80e5-c513d2d0254a_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 55063,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/WV11EZW/2026-03-28/image/d606b70b-aa18-428d-b61c-fa46a0aafae6_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d6855991-a720-57ea-80e5-c513d2d0254a/d6855991-a720-57ea-80e5-c513d2d0254a_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 64533,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/WV11EZW/2026-03-28/image/3288263f-8231-4768-b5d3-b1bca4f0a229_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d6855991-a720-57ea-80e5-c513d2d0254a/d6855991-a720-57ea-80e5-c513d2d0254a_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 51727,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/WV11EZW/2026-03-28/image/bfbfc6d8-c068-4f10-bd5d-8d5ec0a589a6_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d6855991-a720-57ea-80e5-c513d2d0254a/d6855991-a720-57ea-80e5-c513d2d0254a_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 52242,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/WV11EZW/2026-03-28/image/94307ef1-7fea-4b83-9a42-44332b4cc4c2_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d6855991-a720-57ea-80e5-c513d2d0254a/d6855991-a720-57ea-80e5-c513d2d0254a_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 42367,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/WV11EZW/2026-03-28/image/14ced9d9-b78a-4fef-933e-863e31d7c4c9_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d6855991-a720-57ea-80e5-c513d2d0254a/d6855991-a720-57ea-80e5-c513d2d0254a_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 38832,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/WV11EZW/2026-03-28/image/cf241015-d458-49be-84c3-350f7f93de37_removebg.jpg?w=600',
'Width': 600}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2011-03-22',
'seller_name': 'SMC Ford Gillingham',
'title': 'FORD FOCUS HATCHBACK SPECIAL EDITIONS 1.6 Sport 5dr',
'transmission': 'manual',
'trim': '1.6 Sport 5dr',
'vin': None,
'year': 2011}
2026-03-30 10:02:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120830740%27 HTTP/1.1" 200 None
2026-03-30 10:02:49 [astonbarclay.gb] INFO: Saving data for 120830740: {'created_time': 1774864969.946719, 'last_price_update_time': 1774864969.946735, 'auction_closing_time': 1775034000.0}
2026-03-30 10:02:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120830740') HTTP/1.1" 204 0
2026-03-30 10:02:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/FT21CMU/2026-03-28/image/bb691d4a-b5ac-409b-b470-bdc950cf0459_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120830712?view=catalogue)
2026-03-30 10:02:50 [astonbarclay.gb] INFO: Found listing with ID: 120852018
2026-03-30 10:02:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120852018%27 HTTP/1.1" 200 None
2026-03-30 10:02:50 [astonbarclay.gb] INFO: Scrape type for 120852018: 1
2026-03-30 10:02:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120869561?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:02:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/DO54VAN/2026-03-02/image/a8117670-081e-4d16-84cb-07473b0c887a_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120054608?view=catalogue)
2026-03-30 10:02:50 [astonbarclay.gb] INFO: Found listing with ID: 120849000
2026-03-30 10:02:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120849000%27 HTTP/1.1" 200 None
2026-03-30 10:02:50 [astonbarclay.gb] INFO: Scrape type for 120849000: 0
2026-03-30 10:02:50 [astonbarclay.gb] INFO: Found listing with ID: 120848451
2026-03-30 10:02:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120848451%27 HTTP/1.1" 200 None
2026-03-30 10:02:50 [astonbarclay.gb] INFO: Scrape type for 120848451: 0
2026-03-30 10:02:50 [astonbarclay.gb] INFO: Found listing with ID: 120847311
2026-03-30 10:02:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120847311%27 HTTP/1.1" 200 None
2026-03-30 10:02:50 [astonbarclay.gb] INFO: Scrape type for 120847311: 0
2026-03-30 10:02:50 [astonbarclay.gb] INFO: Found listing with ID: 120845515
2026-03-30 10:02:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120845515%27 HTTP/1.1" 200 None
2026-03-30 10:02:50 [astonbarclay.gb] INFO: Scrape type for 120845515: 0
2026-03-30 10:02:50 [astonbarclay.gb] INFO: Found listing with ID: 120869824
2026-03-30 10:02:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120869824%27 HTTP/1.1" 200 None
2026-03-30 10:02:50 [astonbarclay.gb] INFO: Scrape type for 120869824: 1
2026-03-30 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-30 10:02:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/119992447?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:02:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120193526?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:02:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120870551?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:02:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/119066158?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:02:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120828087?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 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-30 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-30 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-30 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-30 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-30 10:02:50 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:02:50 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f436668a190>
2026-03-30 10:02:50 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 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-30 10:02:50 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:02:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e612f528-2d7d-5df8-bbe2-56fd8e7d143a/e612f528-2d7d-5df8-bbe2-56fd8e7d143a_image_0.jpg HTTP/1.1" 201 0
2026-03-30 10:02:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%252FDO54VAN%252F2026-03-02%252Fimage%252Fa24a7cc8-fc01-4f8a-a48d-c961c982f46f_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:02:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/DO54VAN/2026-03-02/image/a24a7cc8-fc01-4f8a-a48d-c961c982f46f_removebg.jpg?w=600 saved to cache
2026-03-30 10:02:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item e612f528-2d7d-5df8-bbe2-56fd8e7d143a
2026-03-30 10:02:50 [astonbarclay.gb] INFO: Found listing with ID: 120859214
2026-03-30 10:02:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120859214%27 HTTP/1.1" 200 None
2026-03-30 10:02:50 [astonbarclay.gb] INFO: Scrape type for 120859214: 1
2026-03-30 10:02:50 [astonbarclay.gb] INFO: Found listing with ID: 120862781
2026-03-30 10:02:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120862781%27 HTTP/1.1" 200 None
2026-03-30 10:02:50 [astonbarclay.gb] INFO: Scrape type for 120862781: 1
2026-03-30 10:02:50 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:02:50 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f4365292e50>
2026-03-30 10:02:50 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 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-30 10:02:50 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:02:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c31a459a-4f18-5760-8f29-d1c8f58cb774/c31a459a-4f18-5760-8f29-d1c8f58cb774_image_1.jpg HTTP/1.1" 201 0
2026-03-30 10:02:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%252FFT21CMU%252F2026-03-28%252Fimage%252Fbb691d4a-b5ac-409b-b470-bdc950cf0459_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:02:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/FT21CMU/2026-03-28/image/bb691d4a-b5ac-409b-b470-bdc950cf0459_removebg.jpg?w=600 saved to cache
2026-03-30 10:02:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item c31a459a-4f18-5760-8f29-d1c8f58cb774
2026-03-30 10:02:50 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: c31a459a-4f18-5760-8f29-d1c8f58cb774, skipping ID generation
2026-03-30 10:02:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c31a459a-4f18-5760-8f29-d1c8f58cb774 with scrape type 1
2026-03-30 10:02:50 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item c31a459a-4f18-5760-8f29-d1c8f58cb774 sending to next pipeline
2026-03-30 10:02:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: c31a459a-4f18-5760-8f29-d1c8f58cb774, identifier: 120830712
2026-03-30 10:02:50 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120869561, 'registration': 'NJ13VPF', 'account': 'WBA004', 'make': 'BMW', 'model': '1 SERIES HATCHBACK', 'derivative': '118i Sport 5dr', 'mileage': 81102, 'mileageWarranty': True, 'type': 'car', 'saleId': 19238, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 727}, 'saleStart': '2026-04-06T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2013-03-01', 'fuel': 'Petrol', 'motExpiry': '2026-06-15', 'doors': 5, 'engineSize': 1598, 'bodyType': 'Hatchback', 'images': None, 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '4', 'v5': False, 'v5details': None, 'co2': 137, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/b203f678-7930-4602-bd1e-10f4b0b43ade.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:02:50 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120869561, 'registration': 'NJ13VPF', 'account': 'WBA004', 'make': 'BMW', 'model': '1 SERIES HATCHBACK', 'derivative': '118i Sport 5dr', 'mileage': 81102, 'mileageWarranty': True, 'type': 'car', 'saleId': 19238, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 727}, 'saleStart': '2026-04-06T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2013-03-01', 'fuel': 'Petrol', 'motExpiry': '2026-06-15', 'doors': 5, 'engineSize': 1598, 'bodyType': 'Hatchback', 'images': None, 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '4', 'v5': False, 'v5details': None, 'co2': 137, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/b203f678-7930-4602-bd1e-10f4b0b43ade.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:02:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4d126a60-dba7-55f0-81b7-96e3c0155b13 with identifier: 120869561
2026-03-30 10:02:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4d126a60-dba7-55f0-81b7-96e3c0155b13 with scrape type 1
2026-03-30 10:02:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 0 photos for item 4d126a60-dba7-55f0-81b7-96e3c0155b13
2026-03-30 10:02:50 [crawlers.middlewares.photo_download_middleware] INFO: No photos to download for item 4d126a60-dba7-55f0-81b7-96e3c0155b13
2026-03-30 10:02:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 4d126a60-dba7-55f0-81b7-96e3c0155b13, identifier: 120869561
2026-03-30 10:02:50 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:02:50 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f4366785f50>
2026-03-30 10:02:50 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 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-30 10:02:50 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:02:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e612f528-2d7d-5df8-bbe2-56fd8e7d143a/e612f528-2d7d-5df8-bbe2-56fd8e7d143a_image_1.jpg HTTP/1.1" 201 0
2026-03-30 10:02:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%252FDO54VAN%252F2026-03-02%252Fimage%252Fa8117670-081e-4d16-84cb-07473b0c887a_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:02:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/DO54VAN/2026-03-02/image/a8117670-081e-4d16-84cb-07473b0c887a_removebg.jpg?w=600 saved to cache
2026-03-30 10:02:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item e612f528-2d7d-5df8-bbe2-56fd8e7d143a
2026-03-30 10:02:50 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: e612f528-2d7d-5df8-bbe2-56fd8e7d143a, skipping ID generation
2026-03-30 10:02:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e612f528-2d7d-5df8-bbe2-56fd8e7d143a with scrape type 1
2026-03-30 10:02:50 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item e612f528-2d7d-5df8-bbe2-56fd8e7d143a sending to next pipeline
2026-03-30 10:02:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: e612f528-2d7d-5df8-bbe2-56fd8e7d143a, identifier: 120054608
2026-03-30 10:02:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: c31a459a-4f18-5760-8f29-d1c8f58cb774 with identifier: 120830712
2026-03-30 10:02:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: c31a459a-4f18-5760-8f29-d1c8f58cb774 with identifier: 120830712
2026-03-30 10:02:50 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: c31a459a-4f18-5760-8f29-d1c8f58cb774 with identifier: 120830712 to the API
2026-03-30 10:02:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 10:02:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://abimg003.imgix.net/FT21CMU/2026-03-28/image/bb691d4a-b5ac-409b-b470-bdc950cf0459_removebg.jpg?w=600>
{'auction_title': '',
'c_o_2_emission_value': 117,
'color': 'RED',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-04-01T09:00:00Z',
'fuel_type': 'Petrol',
'id': 'c31a459a-4f18-5760-8f29-d1c8f58cb774',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'FT21CMU',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120830712',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'FORD',
'model': 'FIESTA HATCHBACK',
'odometer': 88221,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 10,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c31a459a-4f18-5760-8f29-d1c8f58cb774/c31a459a-4f18-5760-8f29-d1c8f58cb774_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 30082,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/FT21CMU/2026-03-28/image/a0ba62ce-cf45-4ba0-a5c2-a272bd8f7ec8_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c31a459a-4f18-5760-8f29-d1c8f58cb774/c31a459a-4f18-5760-8f29-d1c8f58cb774_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 37962,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/FT21CMU/2026-03-28/image/bb691d4a-b5ac-409b-b470-bdc950cf0459_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c31a459a-4f18-5760-8f29-d1c8f58cb774/c31a459a-4f18-5760-8f29-d1c8f58cb774_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 37138,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/FT21CMU/2026-03-28/image/73cea2e9-77d7-477c-9822-41604f189245_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c31a459a-4f18-5760-8f29-d1c8f58cb774/c31a459a-4f18-5760-8f29-d1c8f58cb774_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 36523,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/FT21CMU/2026-03-28/image/8c37cd6d-c46b-414e-85c6-a9fb4ae20b3f_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c31a459a-4f18-5760-8f29-d1c8f58cb774/c31a459a-4f18-5760-8f29-d1c8f58cb774_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 54819,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/FT21CMU/2026-03-28/image/643dba79-55d9-4fd5-9f85-d5f72a9139d1_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c31a459a-4f18-5760-8f29-d1c8f58cb774/c31a459a-4f18-5760-8f29-d1c8f58cb774_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 36567,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/FT21CMU/2026-03-28/image/c187afa7-12ff-4a22-9d14-e070d7c8655f_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c31a459a-4f18-5760-8f29-d1c8f58cb774/c31a459a-4f18-5760-8f29-d1c8f58cb774_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 59566,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/FT21CMU/2026-03-28/image/e440e8f4-4562-4814-bcd6-b5f869023ae4_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c31a459a-4f18-5760-8f29-d1c8f58cb774/c31a459a-4f18-5760-8f29-d1c8f58cb774_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 52615,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/FT21CMU/2026-03-28/image/ad9386cd-665e-4a3d-9d09-c8b906d2a77a_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c31a459a-4f18-5760-8f29-d1c8f58cb774/c31a459a-4f18-5760-8f29-d1c8f58cb774_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 53344,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/FT21CMU/2026-03-28/image/bfa5c597-c9b0-4896-a60c-2e5b43ccfe5d_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c31a459a-4f18-5760-8f29-d1c8f58cb774/c31a459a-4f18-5760-8f29-d1c8f58cb774_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 48878,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/FT21CMU/2026-03-28/image/4c7b08df-a8e9-460b-9eea-e8e3d897a3be_removebg.jpg?w=600',
'Width': 600}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-07-24',
'seller_name': 'SMC Ford Gillingham',
'title': 'FORD FIESTA HATCHBACK 1.0 EcoBoost Hybrid mHEV 125 ST-Line Edition '
'5dr',
'transmission': 'manual',
'trim': '1.0 EcoBoost Hybrid mHEV 125 ST-Line Edition 5dr',
'vin': None,
'year': 2021}
2026-03-30 10:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120830712%27 HTTP/1.1" 200 None
2026-03-30 10:02:51 [astonbarclay.gb] INFO: Saving data for 120830712: {'created_time': 1774864971.268764, 'last_price_update_time': 1774864971.268805, 'auction_closing_time': 1775034000.0}
2026-03-30 10:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120830712') HTTP/1.1" 204 0
2026-03-30 10:02:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 4d126a60-dba7-55f0-81b7-96e3c0155b13 with identifier: 120869561
2026-03-30 10:02:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 4d126a60-dba7-55f0-81b7-96e3c0155b13 with identifier: 120869561
2026-03-30 10:02:51 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 4d126a60-dba7-55f0-81b7-96e3c0155b13 with identifier: 120869561 to the API
2026-03-30 10:02:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 10:02:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120869561?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 137,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.6L',
'expiration_date': '2026-04-06T12:00:00Z',
'fuel_type': 'Petrol',
'id': '4d126a60-dba7-55f0-81b7-96e3c0155b13',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'NJ13VPF',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120869561',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'BMW',
'model': '1 SERIES HATCHBACK',
'odometer': 81102,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2013-03-01',
'seller_name': 'UKCGR - Trade',
'title': 'BMW 1 SERIES HATCHBACK 118i Sport 5dr',
'transmission': 'manual',
'trim': '118i Sport 5dr',
'vin': None,
'year': 2013}
2026-03-30 10:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120869561%27 HTTP/1.1" 200 None
2026-03-30 10:02:52 [astonbarclay.gb] INFO: Saving data for 120869561: {'created_time': 1774864972.296918, 'last_price_update_time': 1774864972.29693, 'auction_closing_time': 1775476800.0}
2026-03-30 10:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120869561') HTTP/1.1" 204 0
2026-03-30 10:02:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: e612f528-2d7d-5df8-bbe2-56fd8e7d143a with identifier: 120054608
2026-03-30 10:02:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: e612f528-2d7d-5df8-bbe2-56fd8e7d143a with identifier: 120054608
2026-03-30 10:02:52 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: e612f528-2d7d-5df8-bbe2-56fd8e7d143a with identifier: 120054608 to the API
2026-03-30 10:02:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 10:02:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://abimg003.imgix.net/DO54VAN/2026-03-02/image/a8117670-081e-4d16-84cb-07473b0c887a_removebg.jpg?w=600>
{'auction_title': '',
'c_o_2_emission_value': 112,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '1.9L',
'expiration_date': '2026-04-03T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'e612f528-2d7d-5df8-bbe2-56fd8e7d143a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'DO54VAN',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120054608',
'listing': 'auction',
'location': 'Aston Barclay Digital',
'make': 'MERCEDES-BENZ',
'model': 'E CLASS DIESEL SALOON',
'odometer': 120808,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 2,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e612f528-2d7d-5df8-bbe2-56fd8e7d143a/e612f528-2d7d-5df8-bbe2-56fd8e7d143a_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 38275,
'Height': 800,
'OriginUrl': 'https://abimg003.imgix.net/DO54VAN/2026-03-02/image/a24a7cc8-fc01-4f8a-a48d-c961c982f46f_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e612f528-2d7d-5df8-bbe2-56fd8e7d143a/e612f528-2d7d-5df8-bbe2-56fd8e7d143a_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 110245,
'Height': 800,
'OriginUrl': 'https://abimg003.imgix.net/DO54VAN/2026-03-02/image/a8117670-081e-4d16-84cb-07473b0c887a_removebg.jpg?w=600',
'Width': 600}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-04-19',
'seller_name': 'Startline Motor Finance Ltd',
'title': 'MERCEDES-BENZ E CLASS DIESEL SALOON E220d AMG Line 4dr 9G-Tronic',
'transmission': 'automatic',
'trim': 'E220d AMG Line 4dr 9G-Tronic',
'vin': None,
'year': 2016}
2026-03-30 10:02:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120054608%27 HTTP/1.1" 200 None
2026-03-30 10:02:53 [astonbarclay.gb] INFO: Saving data for 120054608: {'created_time': 1774864973.056554, 'last_price_update_time': 1774864973.056591, 'auction_closing_time': 1775210400.0}
2026-03-30 10:02:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120054608') HTTP/1.1" 204 0
2026-03-30 10:02:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/EK67HYM/2026-03-27/image/faebc585-834f-4a6d-bb46-df94bb3543f9_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120858968?view=catalogue)
2026-03-30 10:02:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/EJ67ZSG/2026-03-30/image/776a84c5-ed60-44f0-92cf-58c7fac12c83_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120869943?view=catalogue)
2026-03-30 10:02:53 [astonbarclay.gb] INFO: Found listing with ID: 120859033
2026-03-30 10:02:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120859033%27 HTTP/1.1" 200 None
2026-03-30 10:02:53 [astonbarclay.gb] INFO: Scrape type for 120859033: 1
2026-03-30 10:02:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/VE17VYJ/2026-03-30/image/1dbf5624-9bf9-42c5-ba4a-ef78398e0e0d_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120870219?view=catalogue)
2026-03-30 10:02:53 [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-30 10:02:53 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 119992447, 'registration': 'AU65DZP', 'account': 'ZUT002', 'make': 'BMW', 'model': '5 SERIES DIESEL SALOON', 'derivative': '535d M Sport 4dr Step Auto', 'mileage': 1, 'mileageWarranty': False, 'type': 'car', 'saleId': 19307, 'siteId': 99, 'site': {'id': 99, 'name': 'Aston Barclay Digital', 'vehicles': 38}, 'saleStart': '2026-04-03T10:00Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2015-09-23', 'fuel': 'Diesel', 'motExpiry': '2025-11-10', 'doors': 4, 'engineSize': 2993, 'bodyType': 'Saloon', 'images': ['https://abimg003.imgix.net/AU65DZP/2026-03-26/image/f5dc6e86-7c6f-4107-bef3-81e5a07d8c92_removebg.jpg?w=600', 'https://abimg003.imgix.net/AU65DZP/2026-03-26/image/d3e9c386-b994-4242-8ce1-7a24eeb32738_removebg.jpg?w=600', 'https://abimg003.imgix.net/AU65DZP/2026-03-26/image/7c9d3dbe-7c2f-42c7-b253-973012f6e4e5_removebg.jpg?w=600', 'https://abimg003.imgix.net/AU65DZP/2026-03-26/image/47129f85-0336-472d-a6b2-29ea82719e13_removebg.jpg?w=600', 'https://abimg003.imgix.net/AU65DZP/2026-03-26/image/d2e9c24e-bdf7-4def-86d1-e0efcb5f6083_removebg.jpg?w=600', 'https://abimg003.imgix.net/AU65DZP/2026-03-26/image/f97744dd-ef76-45d7-bbed-505f33cc7a12_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': True, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'NON RUNNER - ENGINE ISSUE - COLLECTION ONLY FROM CHELMSFORD', 'virtual': True, 'seller': 'Zuto', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': False, 'v5details': None, 'co2': 148, '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-30 10:02:53 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 119992447, 'registration': 'AU65DZP', 'account': 'ZUT002', 'make': 'BMW', 'model': '5 SERIES DIESEL SALOON', 'derivative': '535d M Sport 4dr Step Auto', 'mileage': 1, 'mileageWarranty': False, 'type': 'car', 'saleId': 19307, 'siteId': 99, 'site': {'id': 99, 'name': 'Aston Barclay Digital', 'vehicles': 38}, 'saleStart': '2026-04-03T10:00Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2015-09-23', 'fuel': 'Diesel', 'motExpiry': '2025-11-10', 'doors': 4, 'engineSize': 2993, 'bodyType': 'Saloon', 'images': ['https://abimg003.imgix.net/AU65DZP/2026-03-26/image/f5dc6e86-7c6f-4107-bef3-81e5a07d8c92_removebg.jpg?w=600', 'https://abimg003.imgix.net/AU65DZP/2026-03-26/image/d3e9c386-b994-4242-8ce1-7a24eeb32738_removebg.jpg?w=600', 'https://abimg003.imgix.net/AU65DZP/2026-03-26/image/7c9d3dbe-7c2f-42c7-b253-973012f6e4e5_removebg.jpg?w=600', 'https://abimg003.imgix.net/AU65DZP/2026-03-26/image/47129f85-0336-472d-a6b2-29ea82719e13_removebg.jpg?w=600', 'https://abimg003.imgix.net/AU65DZP/2026-03-26/image/d2e9c24e-bdf7-4def-86d1-e0efcb5f6083_removebg.jpg?w=600', 'https://abimg003.imgix.net/AU65DZP/2026-03-26/image/f97744dd-ef76-45d7-bbed-505f33cc7a12_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': True, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'NON RUNNER - ENGINE ISSUE - COLLECTION ONLY FROM CHELMSFORD', 'virtual': True, 'seller': 'Zuto', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': False, 'v5details': None, 'co2': 148, '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-30 10:02:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ff07965e-88e2-548b-ae03-0e94dbb27894 with identifier: 119992447
2026-03-30 10:02:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ff07965e-88e2-548b-ae03-0e94dbb27894 with scrape type 2
2026-03-30 10:02:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ff07965e-88e2-548b-ae03-0e94dbb27894 with scrape type 2
2026-03-30 10:02:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: ff07965e-88e2-548b-ae03-0e94dbb27894, identifier: 119992447
2026-03-30 10:02:53 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120193526, 'registration': 'YP67LBV', 'account': 'MOT131', 'make': 'FORD', 'model': 'TRANSIT CONNECT 200 L1 DIESEL', 'derivative': '1.5 TDCi 100ps Trend Van', 'mileage': 109253, 'mileageWarranty': False, 'type': 'commercial', 'saleId': 19307, 'siteId': 99, 'site': {'id': 99, 'name': 'Aston Barclay Digital', 'vehicles': 38}, 'saleStart': '2026-04-03T10:00Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2017-11-07', 'fuel': 'Diesel', 'motExpiry': '2023-11-28', 'doors': None, 'engineSize': 1499, 'bodyType': 'Van', 'images': ['https://abimg003.imgix.net/YP67LBV/2026-03-05/image/8b26d9ab-95bc-45f2-9cff-0ca3c6980d52_removebg.jpg?w=600', 'https://abimg003.imgix.net/YP67LBV/2026-03-05/image/be9ba9a1-7777-49cc-968e-394239f4c887_removebg.jpg?w=600', 'https://abimg003.imgix.net/YP67LBV/2026-03-05/image/4f6bc4d0-1393-466c-a2d4-506e1c8043b6_removebg.jpg?w=600', 'https://abimg003.imgix.net/YP67LBV/2026-03-05/image/a50b9475-2278-4c3b-b3a9-475f26cffd27_removebg.jpg?w=600', 'https://abimg003.imgix.net/YP67LBV/2026-03-05/image/1d09759b-9d73-499c-8957-0bc0cb503eec_removebg.jpg?w=600', 'https://abimg003.imgix.net/YP67LBV/2026-03-05/image/6669198b-9fb1-4b3b-872c-c43f190f41a4_removebg.jpg?w=600', 'https://abimg003.imgix.net/YP67LBV/2026-03-05/image/17f2f4d2-77e3-417f-aeea-74e4a268a78f_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': True, 'inspectionType': 'Zenith - LCV', 'serviceHistory': '', 'remarks': 'VOSA STATES 72K 95K 109K, NUMBER OF FORMER KEEPERS UNKNOWN, NO ENGINE *MAY HAVE FURTHER FAULTS* MILEAGE TAKEN FROM LAST MOT IN 2022 @109,253 MILES', 'virtual': True, 'seller': 'MotoNovo Finance', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': None, 'v5': True, 'v5details': 'Here', 'co2': 124, 'location': {'siteId': '20846447', 'description': 'Aston Barclay Donington Park'}, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:02:53 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120193526, 'registration': 'YP67LBV', 'account': 'MOT131', 'make': 'FORD', 'model': 'TRANSIT CONNECT 200 L1 DIESEL', 'derivative': '1.5 TDCi 100ps Trend Van', 'mileage': 109253, 'mileageWarranty': False, 'type': 'commercial', 'saleId': 19307, 'siteId': 99, 'site': {'id': 99, 'name': 'Aston Barclay Digital', 'vehicles': 38}, 'saleStart': '2026-04-03T10:00Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2017-11-07', 'fuel': 'Diesel', 'motExpiry': '2023-11-28', 'doors': None, 'engineSize': 1499, 'bodyType': 'Van', 'images': ['https://abimg003.imgix.net/YP67LBV/2026-03-05/image/8b26d9ab-95bc-45f2-9cff-0ca3c6980d52_removebg.jpg?w=600', 'https://abimg003.imgix.net/YP67LBV/2026-03-05/image/be9ba9a1-7777-49cc-968e-394239f4c887_removebg.jpg?w=600', 'https://abimg003.imgix.net/YP67LBV/2026-03-05/image/4f6bc4d0-1393-466c-a2d4-506e1c8043b6_removebg.jpg?w=600', 'https://abimg003.imgix.net/YP67LBV/2026-03-05/image/a50b9475-2278-4c3b-b3a9-475f26cffd27_removebg.jpg?w=600', 'https://abimg003.imgix.net/YP67LBV/2026-03-05/image/1d09759b-9d73-499c-8957-0bc0cb503eec_removebg.jpg?w=600', 'https://abimg003.imgix.net/YP67LBV/2026-03-05/image/6669198b-9fb1-4b3b-872c-c43f190f41a4_removebg.jpg?w=600', 'https://abimg003.imgix.net/YP67LBV/2026-03-05/image/17f2f4d2-77e3-417f-aeea-74e4a268a78f_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': True, 'inspectionType': 'Zenith - LCV', 'serviceHistory': '', 'remarks': 'VOSA STATES 72K 95K 109K, NUMBER OF FORMER KEEPERS UNKNOWN, NO ENGINE *MAY HAVE FURTHER FAULTS* MILEAGE TAKEN FROM LAST MOT IN 2022 @109,253 MILES', 'virtual': True, 'seller': 'MotoNovo Finance', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': None, 'v5': True, 'v5details': 'Here', 'co2': 124, 'location': {'siteId': '20846447', 'description': 'Aston Barclay Donington Park'}, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:02:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8285a581-8fef-5082-8c83-8dea639582ba with identifier: 120193526
2026-03-30 10:02:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8285a581-8fef-5082-8c83-8dea639582ba with scrape type 1
2026-03-30 10:02:53 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 7 photos for item 8285a581-8fef-5082-8c83-8dea639582ba
2026-03-30 10:02:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%252FYP67LBV%252F2026-03-05%252Fimage%252F8b26d9ab-95bc-45f2-9cff-0ca3c6980d52_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:02:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YP67LBV/2026-03-05/image/8b26d9ab-95bc-45f2-9cff-0ca3c6980d52_removebg.jpg?w=600 already downloaded
2026-03-30 10:02:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%252FYP67LBV%252F2026-03-05%252Fimage%252Fbe9ba9a1-7777-49cc-968e-394239f4c887_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:02:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YP67LBV/2026-03-05/image/be9ba9a1-7777-49cc-968e-394239f4c887_removebg.jpg?w=600 already downloaded
2026-03-30 10:02:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%252FYP67LBV%252F2026-03-05%252Fimage%252F4f6bc4d0-1393-466c-a2d4-506e1c8043b6_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:02:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YP67LBV/2026-03-05/image/4f6bc4d0-1393-466c-a2d4-506e1c8043b6_removebg.jpg?w=600 already downloaded
2026-03-30 10:02:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%252FYP67LBV%252F2026-03-05%252Fimage%252Fa50b9475-2278-4c3b-b3a9-475f26cffd27_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:02:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YP67LBV/2026-03-05/image/a50b9475-2278-4c3b-b3a9-475f26cffd27_removebg.jpg?w=600 already downloaded
2026-03-30 10:02:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%252FYP67LBV%252F2026-03-05%252Fimage%252F1d09759b-9d73-499c-8957-0bc0cb503eec_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:02:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YP67LBV/2026-03-05/image/1d09759b-9d73-499c-8957-0bc0cb503eec_removebg.jpg?w=600 already downloaded
2026-03-30 10:02:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%252FYP67LBV%252F2026-03-05%252Fimage%252F6669198b-9fb1-4b3b-872c-c43f190f41a4_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:02:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YP67LBV/2026-03-05/image/6669198b-9fb1-4b3b-872c-c43f190f41a4_removebg.jpg?w=600 already downloaded
2026-03-30 10:02:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%252FYP67LBV%252F2026-03-05%252Fimage%252F17f2f4d2-77e3-417f-aeea-74e4a268a78f_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:02:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YP67LBV/2026-03-05/image/17f2f4d2-77e3-417f-aeea-74e4a268a78f_removebg.jpg?w=600 already downloaded
2026-03-30 10:02:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 8285a581-8fef-5082-8c83-8dea639582ba, identifier: 120193526
2026-03-30 10:02:53 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120870551, 'registration': 'EO15YSR', 'account': 'WBA004', 'make': 'VOLKSWAGEN', 'model': 'POLO HATCHBACK', 'derivative': '1.2 TSI SE 5dr DSG', 'mileage': 112463, 'mileageWarranty': True, 'type': 'car', 'saleId': 19238, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 727}, 'saleStart': '2026-04-06T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2015-03-23', 'fuel': 'Petrol', 'motExpiry': '2027-03-26', 'doors': 5, 'engineSize': 1197, 'bodyType': 'Hatchback', 'images': None, 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': False, 'v5details': None, 'co2': 109, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/36da3a91-df3c-4d76-b44c-919020e65b52.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:02:53 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120870551, 'registration': 'EO15YSR', 'account': 'WBA004', 'make': 'VOLKSWAGEN', 'model': 'POLO HATCHBACK', 'derivative': '1.2 TSI SE 5dr DSG', 'mileage': 112463, 'mileageWarranty': True, 'type': 'car', 'saleId': 19238, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 727}, 'saleStart': '2026-04-06T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2015-03-23', 'fuel': 'Petrol', 'motExpiry': '2027-03-26', 'doors': 5, 'engineSize': 1197, 'bodyType': 'Hatchback', 'images': None, 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': False, 'v5details': None, 'co2': 109, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/36da3a91-df3c-4d76-b44c-919020e65b52.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:02:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 340bc379-42c5-5602-8a89-6bc4e585db75 with identifier: 120870551
2026-03-30 10:02:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 340bc379-42c5-5602-8a89-6bc4e585db75 with scrape type 1
2026-03-30 10:02:53 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 0 photos for item 340bc379-42c5-5602-8a89-6bc4e585db75
2026-03-30 10:02:53 [crawlers.middlewares.photo_download_middleware] INFO: No photos to download for item 340bc379-42c5-5602-8a89-6bc4e585db75
2026-03-30 10:02:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 340bc379-42c5-5602-8a89-6bc4e585db75, identifier: 120870551
2026-03-30 10:02:53 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 119066158, 'registration': 'CV67XET', 'account': 'ZUT002', 'make': 'LAND ROVER', 'model': 'DISCOVERY SPORT DIESEL SW', 'derivative': '2.0 TD4 180 HSE Black 5dr Auto', 'mileage': 1, 'mileageWarranty': False, 'type': 'car', 'saleId': 19307, 'siteId': 99, 'site': {'id': 99, 'name': 'Aston Barclay Digital', 'vehicles': 38}, 'saleStart': '2026-04-03T10:00Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2018-01-12', 'fuel': 'Diesel', 'motExpiry': '2026-01-15', 'doors': 5, 'engineSize': 1999, 'bodyType': 'Station Wagon', 'images': ['https://abimg003.imgix.net/CV67XET/2026-03-26/image/8610519c-a8d1-4830-a83b-0ec2b2282d00_removebg.jpg?w=600', 'https://abimg003.imgix.net/CV67XET/2026-03-26/image/97fd3b9c-cec9-4ba4-9a28-a3dbb03088af_removebg.jpg?w=600', 'https://abimg003.imgix.net/CV67XET/2026-03-26/image/d14d950c-031f-4a58-85c2-0a47a3b22e20_removebg.jpg?w=600', 'https://abimg003.imgix.net/CV67XET/2026-03-26/image/40dd6a97-e725-4cec-97a8-3de95a240d3e_removebg.jpg?w=600', 'https://abimg003.imgix.net/CV67XET/2026-03-26/image/a6b1218b-859c-496f-b9a7-58f3b47bc357_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': True, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'ENGINE ISSUE - COLLECTION ONLY FROM CHELMSFORD', 'virtual': True, 'seller': 'Zuto', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '4', 'v5': False, 'v5details': None, 'co2': 139, 'location': {'siteId': '1', 'description': 'Aston Barclay Chelmsford'}, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:02:53 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 119066158, 'registration': 'CV67XET', 'account': 'ZUT002', 'make': 'LAND ROVER', 'model': 'DISCOVERY SPORT DIESEL SW', 'derivative': '2.0 TD4 180 HSE Black 5dr Auto', 'mileage': 1, 'mileageWarranty': False, 'type': 'car', 'saleId': 19307, 'siteId': 99, 'site': {'id': 99, 'name': 'Aston Barclay Digital', 'vehicles': 38}, 'saleStart': '2026-04-03T10:00Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2018-01-12', 'fuel': 'Diesel', 'motExpiry': '2026-01-15', 'doors': 5, 'engineSize': 1999, 'bodyType': 'Station Wagon', 'images': ['https://abimg003.imgix.net/CV67XET/2026-03-26/image/8610519c-a8d1-4830-a83b-0ec2b2282d00_removebg.jpg?w=600', 'https://abimg003.imgix.net/CV67XET/2026-03-26/image/97fd3b9c-cec9-4ba4-9a28-a3dbb03088af_removebg.jpg?w=600', 'https://abimg003.imgix.net/CV67XET/2026-03-26/image/d14d950c-031f-4a58-85c2-0a47a3b22e20_removebg.jpg?w=600', 'https://abimg003.imgix.net/CV67XET/2026-03-26/image/40dd6a97-e725-4cec-97a8-3de95a240d3e_removebg.jpg?w=600', 'https://abimg003.imgix.net/CV67XET/2026-03-26/image/a6b1218b-859c-496f-b9a7-58f3b47bc357_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': True, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'ENGINE ISSUE - COLLECTION ONLY FROM CHELMSFORD', 'virtual': True, 'seller': 'Zuto', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '4', 'v5': False, 'v5details': None, 'co2': 139, 'location': {'siteId': '1', 'description': 'Aston Barclay Chelmsford'}, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:02:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5a43b69b-3583-5c54-9322-1b4bcb1d1922 with identifier: 119066158
2026-03-30 10:02:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5a43b69b-3583-5c54-9322-1b4bcb1d1922 with scrape type 2
2026-03-30 10:02:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5a43b69b-3583-5c54-9322-1b4bcb1d1922 with scrape type 2
2026-03-30 10:02:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 5a43b69b-3583-5c54-9322-1b4bcb1d1922, identifier: 119066158
2026-03-30 10:02:53 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120828087, 'registration': 'CD13ENZ', 'account': 'ART002', 'make': 'MERCEDES-BENZ', 'model': 'C CLASS DIESEL SALOON', 'derivative': 'C220 CDI BlueEFFICIENCY AMG Sport 4dr Auto', 'mileage': 57000, 'mileageWarranty': True, 'type': 'car', 'saleId': 19181, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 122}, 'saleStart': '2026-04-02T09:00Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2013-05-31', 'fuel': 'Diesel', 'motExpiry': '2027-02-02', 'doors': 4, 'engineSize': 2143, 'bodyType': 'Saloon', 'images': None, 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'Ex-Private Hire / vosa@ 17k, 22k, 24k, 26k, 27k, 28k, 29k, 44k, 48k, 52k, 57k', 'virtual': False, 'seller': 'Arthurs Motor Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': False, 'v5details': None, 'co2': 131, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:02:53 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120828087, 'registration': 'CD13ENZ', 'account': 'ART002', 'make': 'MERCEDES-BENZ', 'model': 'C CLASS DIESEL SALOON', 'derivative': 'C220 CDI BlueEFFICIENCY AMG Sport 4dr Auto', 'mileage': 57000, 'mileageWarranty': True, 'type': 'car', 'saleId': 19181, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 122}, 'saleStart': '2026-04-02T09:00Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2013-05-31', 'fuel': 'Diesel', 'motExpiry': '2027-02-02', 'doors': 4, 'engineSize': 2143, 'bodyType': 'Saloon', 'images': None, 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'Ex-Private Hire / vosa@ 17k, 22k, 24k, 26k, 27k, 28k, 29k, 44k, 48k, 52k, 57k', 'virtual': False, 'seller': 'Arthurs Motor Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': False, 'v5details': None, 'co2': 131, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:02:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 99e0e2a5-7797-5146-a0de-5696d3c17af3 with identifier: 120828087
2026-03-30 10:02:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 99e0e2a5-7797-5146-a0de-5696d3c17af3 with scrape type 2
2026-03-30 10:02:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 99e0e2a5-7797-5146-a0de-5696d3c17af3 with scrape type 2
2026-03-30 10:02:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 99e0e2a5-7797-5146-a0de-5696d3c17af3, identifier: 120828087
2026-03-30 10:02:53 [astonbarclay.gb] INFO: Found listing with ID: 120860778
2026-03-30 10:02:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120860778%27 HTTP/1.1" 200 None
2026-03-30 10:02:53 [astonbarclay.gb] INFO: Scrape type for 120860778: 1
2026-03-30 10:02:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:02:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: ff07965e-88e2-548b-ae03-0e94dbb27894 with identifier: 119992447
2026-03-30 10:02:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: ff07965e-88e2-548b-ae03-0e94dbb27894 with identifier: 119992447
2026-03-30 10:02:54 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: ff07965e-88e2-548b-ae03-0e94dbb27894 with identifier: 119992447 to the API
2026-03-30 10:02:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:02:54 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:02:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/119992447?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 148,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '3.0L',
'expiration_date': '2026-04-03T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'ff07965e-88e2-548b-ae03-0e94dbb27894',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'AU65DZP',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/119992447',
'listing': 'auction',
'location': 'Aston Barclay Digital',
'make': 'BMW',
'model': '5 SERIES DIESEL SALOON',
'odometer': 1,
'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': 'Zuto',
'title': 'BMW 5 SERIES DIESEL SALOON 535d M Sport 4dr Step Auto',
'transmission': 'automatic',
'trim': '535d M Sport 4dr Step Auto',
'vin': None,
'year': 2015}
2026-03-30 10:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119992447%27 HTTP/1.1" 200 None
2026-03-30 10:02:54 [astonbarclay.gb] INFO: Saving data for 119992447: {'auction_closing_time': 1775210400.0, 'created_time': 1774552502.26341, 'last_price_update_time': 1774864974.4046}
2026-03-30 10:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='119992447') HTTP/1.1" 204 0
2026-03-30 10:02:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 8285a581-8fef-5082-8c83-8dea639582ba with identifier: 120193526
2026-03-30 10:02:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 8285a581-8fef-5082-8c83-8dea639582ba with identifier: 120193526
2026-03-30 10:02:54 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 8285a581-8fef-5082-8c83-8dea639582ba with identifier: 120193526 to the API
2026-03-30 10:02:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:02:54 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:02:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120193526?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 124,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': None,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-04-03T10:00:00Z',
'fuel_type': 'Diesel',
'id': '8285a581-8fef-5082-8c83-8dea639582ba',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'YP67LBV',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120193526',
'listing': 'auction',
'location': 'Aston Barclay Digital',
'make': 'FORD',
'model': 'TRANSIT CONNECT 200 L1 DIESEL',
'odometer': 109253,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 7,
'photo_urls': ['https://abimg003.imgix.net/YP67LBV/2026-03-05/image/8b26d9ab-95bc-45f2-9cff-0ca3c6980d52_removebg.jpg?w=600',
'https://abimg003.imgix.net/YP67LBV/2026-03-05/image/be9ba9a1-7777-49cc-968e-394239f4c887_removebg.jpg?w=600',
'https://abimg003.imgix.net/YP67LBV/2026-03-05/image/4f6bc4d0-1393-466c-a2d4-506e1c8043b6_removebg.jpg?w=600',
'https://abimg003.imgix.net/YP67LBV/2026-03-05/image/a50b9475-2278-4c3b-b3a9-475f26cffd27_removebg.jpg?w=600',
'https://abimg003.imgix.net/YP67LBV/2026-03-05/image/1d09759b-9d73-499c-8957-0bc0cb503eec_removebg.jpg?w=600',
'https://abimg003.imgix.net/YP67LBV/2026-03-05/image/6669198b-9fb1-4b3b-872c-c43f190f41a4_removebg.jpg?w=600',
'https://abimg003.imgix.net/YP67LBV/2026-03-05/image/17f2f4d2-77e3-417f-aeea-74e4a268a78f_removebg.jpg?w=600'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6ea193a3-8a55-5277-a4b3-179c79ee716d/6ea193a3-8a55-5277-a4b3-179c79ee716d_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 26807,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/YP67LBV/2026-03-05/image/8b26d9ab-95bc-45f2-9cff-0ca3c6980d52_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6ea193a3-8a55-5277-a4b3-179c79ee716d/6ea193a3-8a55-5277-a4b3-179c79ee716d_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 27209,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/YP67LBV/2026-03-05/image/be9ba9a1-7777-49cc-968e-394239f4c887_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6ea193a3-8a55-5277-a4b3-179c79ee716d/6ea193a3-8a55-5277-a4b3-179c79ee716d_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 25079,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/YP67LBV/2026-03-05/image/4f6bc4d0-1393-466c-a2d4-506e1c8043b6_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6ea193a3-8a55-5277-a4b3-179c79ee716d/6ea193a3-8a55-5277-a4b3-179c79ee716d_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 28863,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/YP67LBV/2026-03-05/image/a50b9475-2278-4c3b-b3a9-475f26cffd27_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6ea193a3-8a55-5277-a4b3-179c79ee716d/6ea193a3-8a55-5277-a4b3-179c79ee716d_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 44196,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/YP67LBV/2026-03-05/image/1d09759b-9d73-499c-8957-0bc0cb503eec_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6ea193a3-8a55-5277-a4b3-179c79ee716d/6ea193a3-8a55-5277-a4b3-179c79ee716d_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 49413,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/YP67LBV/2026-03-05/image/6669198b-9fb1-4b3b-872c-c43f190f41a4_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6ea193a3-8a55-5277-a4b3-179c79ee716d/6ea193a3-8a55-5277-a4b3-179c79ee716d_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 70600,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/YP67LBV/2026-03-05/image/17f2f4d2-77e3-417f-aeea-74e4a268a78f_removebg.jpg?w=600',
'Width': 600}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-11-07',
'seller_name': 'MotoNovo Finance',
'title': 'FORD TRANSIT CONNECT 200 L1 DIESEL 1.5 TDCi 100ps Trend Van',
'transmission': 'manual',
'trim': '1.5 TDCi 100ps Trend Van',
'vin': None,
'year': 2017}
2026-03-30 10:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120193526%27 HTTP/1.1" 200 None
2026-03-30 10:02:55 [astonbarclay.gb] INFO: Saving data for 120193526: {'created_time': 1774864975.104007, 'last_price_update_time': 1774864975.10402, 'auction_closing_time': 1775210400.0}
2026-03-30 10:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120193526') HTTP/1.1" 204 0
2026-03-30 10:02:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 340bc379-42c5-5602-8a89-6bc4e585db75 with identifier: 120870551
2026-03-30 10:02:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 340bc379-42c5-5602-8a89-6bc4e585db75 with identifier: 120870551
2026-03-30 10:02:55 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 340bc379-42c5-5602-8a89-6bc4e585db75 with identifier: 120870551 to the API
2026-03-30 10:02:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 10:02:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120870551?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 109,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-04-06T12:00:00Z',
'fuel_type': 'Petrol',
'id': '340bc379-42c5-5602-8a89-6bc4e585db75',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'EO15YSR',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120870551',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'VOLKSWAGEN',
'model': 'POLO HATCHBACK',
'odometer': 112463,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-03-23',
'seller_name': 'UKCGR - Trade',
'title': 'VOLKSWAGEN POLO HATCHBACK 1.2 TSI SE 5dr DSG',
'transmission': 'automatic',
'trim': '1.2 TSI SE 5dr DSG',
'vin': None,
'year': 2015}
2026-03-30 10:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120870551%27 HTTP/1.1" 200 None
2026-03-30 10:02:55 [astonbarclay.gb] INFO: Saving data for 120870551: {'created_time': 1774864975.859391, 'last_price_update_time': 1774864975.859403, 'auction_closing_time': 1775476800.0}
2026-03-30 10:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120870551') HTTP/1.1" 204 0
2026-03-30 10:02:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 5a43b69b-3583-5c54-9322-1b4bcb1d1922 with identifier: 119066158
2026-03-30 10:02:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 5a43b69b-3583-5c54-9322-1b4bcb1d1922 with identifier: 119066158
2026-03-30 10:02:55 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 5a43b69b-3583-5c54-9322-1b4bcb1d1922 with identifier: 119066158 to the API
2026-03-30 10:02:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 10:02:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/119066158?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 139,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-04-03T10:00:00Z',
'fuel_type': 'Diesel',
'id': '5a43b69b-3583-5c54-9322-1b4bcb1d1922',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'CV67XET',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/119066158',
'listing': 'auction',
'location': 'Aston Barclay Digital',
'make': 'LAND ROVER',
'model': 'DISCOVERY SPORT DIESEL SW',
'odometer': 1,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-01-12',
'seller_name': 'Zuto',
'title': 'LAND ROVER DISCOVERY SPORT DIESEL SW 2.0 TD4 180 HSE Black 5dr Auto',
'transmission': 'automatic',
'trim': '2.0 TD4 180 HSE Black 5dr Auto',
'vin': None,
'year': 2018}
2026-03-30 10:02:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27119066158%27 HTTP/1.1" 200 None
2026-03-30 10:02:56 [astonbarclay.gb] INFO: Saving data for 119066158: {'auction_closing_time': 1775210400.0, 'created_time': 1774552508.251685, 'last_price_update_time': 1774864976.175168}
2026-03-30 10:02:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='119066158') HTTP/1.1" 204 0
2026-03-30 10:02:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 99e0e2a5-7797-5146-a0de-5696d3c17af3 with identifier: 120828087
2026-03-30 10:02:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 99e0e2a5-7797-5146-a0de-5696d3c17af3 with identifier: 120828087
2026-03-30 10:02:56 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 99e0e2a5-7797-5146-a0de-5696d3c17af3 with identifier: 120828087 to the API
2026-03-30 10:02:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 10:02:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120828087?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 131,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 4,
'emission_standard': 'EURO 5',
'engine': '2.1L',
'expiration_date': '2026-04-02T09:00:00Z',
'fuel_type': 'Diesel',
'id': '99e0e2a5-7797-5146-a0de-5696d3c17af3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'CD13ENZ',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120828087',
'listing': 'auction',
'location': 'Aston Barclay Prees Heath',
'make': 'MERCEDES-BENZ',
'model': 'C CLASS DIESEL SALOON',
'odometer': 57000,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2013-05-31',
'seller_name': 'Arthurs Motor Group',
'title': 'MERCEDES-BENZ C CLASS DIESEL SALOON C220 CDI BlueEFFICIENCY AMG '
'Sport 4dr Auto',
'transmission': 'automatic',
'trim': 'C220 CDI BlueEFFICIENCY AMG Sport 4dr Auto',
'vin': None,
'year': 2013}
2026-03-30 10:02:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120828087%27 HTTP/1.1" 200 None
2026-03-30 10:02:56 [astonbarclay.gb] INFO: Saving data for 120828087: {'auction_closing_time': 1775120400.0, 'created_time': 1774552115.676855, 'last_price_update_time': 1774864976.469893}
2026-03-30 10:02:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120828087') HTTP/1.1" 204 0
2026-03-30 10:02:56 [astonbarclay.gb] INFO: Found listing with ID: 120861608
2026-03-30 10:02:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120861608%27 HTTP/1.1" 200 None
2026-03-30 10:02:56 [astonbarclay.gb] INFO: Scrape type for 120861608: 1
2026-03-30 10:02:56 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:02:56 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f4366630950>
2026-03-30 10:02:56 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:02:56 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:02:56 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:02:56 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5474d57b-b31d-5714-bd90-39a88b05a1b1/5474d57b-b31d-5714-bd90-39a88b05a1b1_image_7.jpg HTTP/1.1" 201 0
2026-03-30 10:02:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FEK67HYM%252F2026-03-27%252Fimage%252Ffaebc585-834f-4a6d-bb46-df94bb3543f9_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:02:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EK67HYM/2026-03-27/image/faebc585-834f-4a6d-bb46-df94bb3543f9_removebg.jpg?w=600 saved to cache
2026-03-30 10:02:56 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 5474d57b-b31d-5714-bd90-39a88b05a1b1
2026-03-30 10:02:56 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:02:56 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f436665e5d0>
2026-03-30 10:02:56 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:02:56 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:02:56 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:02:56 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c289a4b1-7040-5a7c-9907-90547e67110d/c289a4b1-7040-5a7c-9907-90547e67110d_image_7.jpg HTTP/1.1" 201 0
2026-03-30 10:02:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FEJ67ZSG%252F2026-03-30%252Fimage%252F776a84c5-ed60-44f0-92cf-58c7fac12c83_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:02:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EJ67ZSG/2026-03-30/image/776a84c5-ed60-44f0-92cf-58c7fac12c83_removebg.jpg?w=600 saved to cache
2026-03-30 10:02:56 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item c289a4b1-7040-5a7c-9907-90547e67110d
2026-03-30 10:02:56 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:02:56 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f43653cdad0>
2026-03-30 10:02:56 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:02:56 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:02:56 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:02:56 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2c71b4b3-a7d9-5d2e-82e8-2647043a842c/2c71b4b3-a7d9-5d2e-82e8-2647043a842c_image_7.jpg HTTP/1.1" 201 0
2026-03-30 10:02:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FVE17VYJ%252F2026-03-30%252Fimage%252F1dbf5624-9bf9-42c5-ba4a-ef78398e0e0d_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:02:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/VE17VYJ/2026-03-30/image/1dbf5624-9bf9-42c5-ba4a-ef78398e0e0d_removebg.jpg?w=600 saved to cache
2026-03-30 10:02:56 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 2c71b4b3-a7d9-5d2e-82e8-2647043a842c
2026-03-30 10:02:56 [astonbarclay.gb] INFO: Detail data: {'cardType': 'e-xchange', 'id': 118463621, 'registration': 'YF72FHN', 'account': 'KIN032', 'make': 'VOLKSWAGEN', 'model': 'POLO HATCHBACK', 'derivative': '1.0 Life 5dr', 'mileage': 12966, 'mileageWarranty': True, 'type': 'car', 'saleId': 19197, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 205}, 'saleStart': '2026-03-31T09:00Z', 'lot': None, 'hall': 'Hall 2', '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-30 10:02:56 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'e-xchange', 'id': 118463621, 'registration': 'YF72FHN', 'account': 'KIN032', 'make': 'VOLKSWAGEN', 'model': 'POLO HATCHBACK', 'derivative': '1.0 Life 5dr', 'mileage': 12966, 'mileageWarranty': True, 'type': 'car', 'saleId': 19197, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 205}, 'saleStart': '2026-03-31T09:00Z', 'lot': None, 'hall': 'Hall 2', '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-30 10:02:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1d69cab9-6733-539a-a465-956623c33bdb with identifier: 118463621
2026-03-30 10:02:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1d69cab9-6733-539a-a465-956623c33bdb with scrape type 2
2026-03-30 10:02:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1d69cab9-6733-539a-a465-956623c33bdb with scrape type 2
2026-03-30 10:02:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 1d69cab9-6733-539a-a465-956623c33bdb, identifier: 118463621
2026-03-30 10:02:56 [astonbarclay.gb] INFO: Found listing with ID: 120861912
2026-03-30 10:02:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120861912%27 HTTP/1.1" 200 None
2026-03-30 10:02:56 [astonbarclay.gb] INFO: Scrape type for 120861912: 1
2026-03-30 10:02:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 1d69cab9-6733-539a-a465-956623c33bdb with identifier: 118463621
2026-03-30 10:02:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-30 10:02:57 [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-30 10:02:57 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 10:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-30 10:02:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 1d69cab9-6733-539a-a465-956623c33bdb with identifier: 118463621
2026-03-30 10:02:57 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 1d69cab9-6733-539a-a465-956623c33bdb with identifier: 118463621 to the API
2026-03-30 10:02:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 10:02:57 [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-31T09: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-30 10:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27118463621%27 HTTP/1.1" 200 None
2026-03-30 10:02:57 [astonbarclay.gb] INFO: Saving data for 118463621: {'auction_closing_time': 1774947600.0, 'created_time': 1773402174.869201, 'last_price_update_time': 1774864977.389602}
2026-03-30 10:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='118463621') HTTP/1.1" 204 0
2026-03-30 10:02:57 [astonbarclay.gb] INFO: Found listing with ID: 120863807
2026-03-30 10:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120863807%27 HTTP/1.1" 200 None
2026-03-30 10:02:57 [astonbarclay.gb] INFO: Scrape type for 120863807: 1
2026-03-30 10:02:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120861366?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:02:57 [astonbarclay.gb] INFO: Found listing with ID: 120863765
2026-03-30 10:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120863765%27 HTTP/1.1" 200 None
2026-03-30 10:02:57 [astonbarclay.gb] INFO: Scrape type for 120863765: 1
2026-03-30 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-30 10:02:57 [astonbarclay.gb] INFO: Found listing with ID: 120862922
2026-03-30 10:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120862922%27 HTTP/1.1" 200 None
2026-03-30 10:02:57 [astonbarclay.gb] INFO: Scrape type for 120862922: 1
2026-03-30 10:02:57 [astonbarclay.gb] INFO: Found listing with ID: 120861191
2026-03-30 10:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120861191%27 HTTP/1.1" 200 None
2026-03-30 10:02:57 [astonbarclay.gb] INFO: Scrape type for 120861191: 1
2026-03-30 10:02:57 [astonbarclay.gb] INFO: Found listing with ID: 120866714
2026-03-30 10:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120866714%27 HTTP/1.1" 200 None
2026-03-30 10:02:57 [astonbarclay.gb] INFO: Scrape type for 120866714: 1
2026-03-30 10:02:57 [astonbarclay.gb] INFO: Found listing with ID: 120868213
2026-03-30 10:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120868213%27 HTTP/1.1" 200 None
2026-03-30 10:02:57 [astonbarclay.gb] INFO: Scrape type for 120868213: 1
2026-03-30 10:02:57 [astonbarclay.gb] INFO: Found listing with ID: 120862530
2026-03-30 10:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120862530%27 HTTP/1.1" 200 None
2026-03-30 10:02:57 [astonbarclay.gb] INFO: Scrape type for 120862530: 1
2026-03-30 10:02:57 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120861366, 'registration': 'YS10PXV', 'account': 'WBA004', 'make': 'PEUGEOT', 'model': '207 HATCHBACK SPECIAL EDITIONS', 'derivative': '1.4 VTi Millesim [95] 5dr', 'mileage': 90679, 'mileageWarranty': True, 'type': 'car', 'saleId': 19238, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 727}, 'saleStart': '2026-04-06T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2010-06-30', 'fuel': 'Petrol', 'motExpiry': '2026-03-08', 'doors': 5, 'engineSize': 1397, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YS10PXV/2026-03-27/image/dc816c92-82b1-4176-80cb-27059a0bc0d4_removebg.jpg?w=600', 'https://abimg003.imgix.net/YS10PXV/2026-03-27/image/5e437f6a-c93c-429a-99a1-f6d1f314d32a_removebg.jpg?w=600', 'https://abimg003.imgix.net/YS10PXV/2026-03-27/image/41d23c09-f6e6-420a-8b6b-c83b03969d41_removebg.jpg?w=600', 'https://abimg003.imgix.net/YS10PXV/2026-03-27/image/ffa53244-8fed-4f16-ad3f-55df946e039b_removebg.jpg?w=600', 'https://abimg003.imgix.net/YS10PXV/2026-03-27/image/abb7df05-2225-482c-9066-362b97a3c5be_removebg.jpg?w=600', 'https://abimg003.imgix.net/YS10PXV/2026-03-27/image/51dc90d1-f026-49dc-95bd-7e4c3b4d9d8d_removebg.jpg?w=600', 'https://abimg003.imgix.net/YS10PXV/2026-03-27/image/d3ab17d4-3354-43e2-8654-480dfa9f0ded_removebg.jpg?w=600', 'https://abimg003.imgix.net/YS10PXV/2026-03-27/image/ca641aab-623d-457e-8222-9f7e8779df13_removebg.jpg?w=600', 'https://abimg003.imgix.net/YS10PXV/2026-03-27/image/09d6a044-d613-45a7-95b9-b214ae859589_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 12/23 80K', 'remarks': 'VOSA STATES 74K- 76K- 82K- 88K-', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '9', 'v5': True, 'v5details': 'Here', 'co2': 137, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/40c25f56-6459-44d4-b68c-08ae125475bc.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:02:57 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120861366, 'registration': 'YS10PXV', 'account': 'WBA004', 'make': 'PEUGEOT', 'model': '207 HATCHBACK SPECIAL EDITIONS', 'derivative': '1.4 VTi Millesim [95] 5dr', 'mileage': 90679, 'mileageWarranty': True, 'type': 'car', 'saleId': 19238, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 727}, 'saleStart': '2026-04-06T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2010-06-30', 'fuel': 'Petrol', 'motExpiry': '2026-03-08', 'doors': 5, 'engineSize': 1397, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YS10PXV/2026-03-27/image/dc816c92-82b1-4176-80cb-27059a0bc0d4_removebg.jpg?w=600', 'https://abimg003.imgix.net/YS10PXV/2026-03-27/image/5e437f6a-c93c-429a-99a1-f6d1f314d32a_removebg.jpg?w=600', 'https://abimg003.imgix.net/YS10PXV/2026-03-27/image/41d23c09-f6e6-420a-8b6b-c83b03969d41_removebg.jpg?w=600', 'https://abimg003.imgix.net/YS10PXV/2026-03-27/image/ffa53244-8fed-4f16-ad3f-55df946e039b_removebg.jpg?w=600', 'https://abimg003.imgix.net/YS10PXV/2026-03-27/image/abb7df05-2225-482c-9066-362b97a3c5be_removebg.jpg?w=600', 'https://abimg003.imgix.net/YS10PXV/2026-03-27/image/51dc90d1-f026-49dc-95bd-7e4c3b4d9d8d_removebg.jpg?w=600', 'https://abimg003.imgix.net/YS10PXV/2026-03-27/image/d3ab17d4-3354-43e2-8654-480dfa9f0ded_removebg.jpg?w=600', 'https://abimg003.imgix.net/YS10PXV/2026-03-27/image/ca641aab-623d-457e-8222-9f7e8779df13_removebg.jpg?w=600', 'https://abimg003.imgix.net/YS10PXV/2026-03-27/image/09d6a044-d613-45a7-95b9-b214ae859589_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 12/23 80K', 'remarks': 'VOSA STATES 74K- 76K- 82K- 88K-', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '9', 'v5': True, 'v5details': 'Here', 'co2': 137, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/40c25f56-6459-44d4-b68c-08ae125475bc.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:02:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c16c2e56-39e0-5d8f-9ba5-0b1bfe7e9291 with identifier: 120861366
2026-03-30 10:02:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c16c2e56-39e0-5d8f-9ba5-0b1bfe7e9291 with scrape type 1
2026-03-30 10:02:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 9 photos for item c16c2e56-39e0-5d8f-9ba5-0b1bfe7e9291
2026-03-30 10:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%252FYS10PXV%252F2026-03-27%252Fimage%252Fdc816c92-82b1-4176-80cb-27059a0bc0d4_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:02:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YS10PXV/2026-03-27/image/dc816c92-82b1-4176-80cb-27059a0bc0d4_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:02:57 [astonbarclay.gb] INFO: Found listing with ID: 120854954
2026-03-30 10:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120854954%27 HTTP/1.1" 200 None
2026-03-30 10:02:57 [astonbarclay.gb] INFO: Scrape type for 120854954: 1
2026-03-30 10:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%252FYS10PXV%252F2026-03-27%252Fimage%252F5e437f6a-c93c-429a-99a1-f6d1f314d32a_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:02:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YS10PXV/2026-03-27/image/5e437f6a-c93c-429a-99a1-f6d1f314d32a_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:02:57 [astonbarclay.gb] INFO: Found listing with ID: 120862756
2026-03-30 10:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120862756%27 HTTP/1.1" 200 None
2026-03-30 10:02:57 [astonbarclay.gb] INFO: Scrape type for 120862756: 1
2026-03-30 10:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%252FYS10PXV%252F2026-03-27%252Fimage%252F41d23c09-f6e6-420a-8b6b-c83b03969d41_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:02:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YS10PXV/2026-03-27/image/41d23c09-f6e6-420a-8b6b-c83b03969d41_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:02:57 [astonbarclay.gb] INFO: Found listing with ID: 120868239
2026-03-30 10:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120868239%27 HTTP/1.1" 200 None
2026-03-30 10:02:57 [astonbarclay.gb] INFO: Scrape type for 120868239: 1
2026-03-30 10:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%252FYS10PXV%252F2026-03-27%252Fimage%252Fffa53244-8fed-4f16-ad3f-55df946e039b_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:02:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YS10PXV/2026-03-27/image/ffa53244-8fed-4f16-ad3f-55df946e039b_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:02:57 [astonbarclay.gb] INFO: Found listing with ID: 120862604
2026-03-30 10:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120862604%27 HTTP/1.1" 200 None
2026-03-30 10:02:57 [astonbarclay.gb] INFO: Scrape type for 120862604: 1
2026-03-30 10:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%252FYS10PXV%252F2026-03-27%252Fimage%252Fabb7df05-2225-482c-9066-362b97a3c5be_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:02:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YS10PXV/2026-03-27/image/abb7df05-2225-482c-9066-362b97a3c5be_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:02:57 [astonbarclay.gb] INFO: Found listing with ID: 120866963
2026-03-30 10:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120866963%27 HTTP/1.1" 200 None
2026-03-30 10:02:57 [astonbarclay.gb] INFO: Scrape type for 120866963: 1
2026-03-30 10:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%252FYS10PXV%252F2026-03-27%252Fimage%252F51dc90d1-f026-49dc-95bd-7e4c3b4d9d8d_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:02:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YS10PXV/2026-03-27/image/51dc90d1-f026-49dc-95bd-7e4c3b4d9d8d_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:02:57 [astonbarclay.gb] INFO: Found listing with ID: 120866316
2026-03-30 10:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120866316%27 HTTP/1.1" 200 None
2026-03-30 10:02:57 [astonbarclay.gb] INFO: Scrape type for 120866316: 1
2026-03-30 10:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%252FYS10PXV%252F2026-03-27%252Fimage%252Fd3ab17d4-3354-43e2-8654-480dfa9f0ded_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:02:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YS10PXV/2026-03-27/image/d3ab17d4-3354-43e2-8654-480dfa9f0ded_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:02:57 [astonbarclay.gb] INFO: Found listing with ID: 120862985
2026-03-30 10:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120862985%27 HTTP/1.1" 200 None
2026-03-30 10:02:57 [astonbarclay.gb] INFO: Scrape type for 120862985: 1
2026-03-30 10:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%252FYS10PXV%252F2026-03-27%252Fimage%252Fca641aab-623d-457e-8222-9f7e8779df13_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:02:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YS10PXV/2026-03-27/image/ca641aab-623d-457e-8222-9f7e8779df13_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:02:57 [astonbarclay.gb] INFO: Found listing with ID: 120870403
2026-03-30 10:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120870403%27 HTTP/1.1" 200 None
2026-03-30 10:02:58 [astonbarclay.gb] INFO: Scrape type for 120870403: 1
2026-03-30 10:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%252FYS10PXV%252F2026-03-27%252Fimage%252F09d6a044-d613-45a7-95b9-b214ae859589_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:02:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YS10PXV/2026-03-27/image/09d6a044-d613-45a7-95b9-b214ae859589_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:02:58 [astonbarclay.gb] INFO: Found listing with ID: 120869844
2026-03-30 10:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120869844%27 HTTP/1.1" 200 None
2026-03-30 10:02:58 [astonbarclay.gb] INFO: Scrape type for 120869844: 1
2026-03-30 10:02:58 [astonbarclay.gb] INFO: Found listing with ID: 120856984
2026-03-30 10:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120856984%27 HTTP/1.1" 200 None
2026-03-30 10:02:58 [astonbarclay.gb] INFO: Scrape type for 120856984: 1
2026-03-30 10:02:58 [astonbarclay.gb] INFO: Found listing with ID: 120868968
2026-03-30 10:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120868968%27 HTTP/1.1" 200 None
2026-03-30 10:02:58 [astonbarclay.gb] INFO: Scrape type for 120868968: 1
2026-03-30 10:02:58 [astonbarclay.gb] INFO: Found listing with ID: 120868322
2026-03-30 10:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120868322%27 HTTP/1.1" 200 None
2026-03-30 10:02:58 [astonbarclay.gb] INFO: Scrape type for 120868322: 1
2026-03-30 10:02:58 [astonbarclay.gb] INFO: Found listing with ID: 120870906
2026-03-30 10:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120870906%27 HTTP/1.1" 200 None
2026-03-30 10:02:58 [astonbarclay.gb] INFO: Scrape type for 120870906: 1
2026-03-30 10:02:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120881998?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:02:58 [astonbarclay.gb] INFO: Found listing with ID: 120870960
2026-03-30 10:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120870960%27 HTTP/1.1" 200 None
2026-03-30 10:02:58 [astonbarclay.gb] INFO: Scrape type for 120870960: 1
2026-03-30 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-30 10:02:58 [astonbarclay.gb] INFO: Found listing with ID: 120869629
2026-03-30 10:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120869629%27 HTTP/1.1" 200 None
2026-03-30 10:02:58 [astonbarclay.gb] INFO: Scrape type for 120869629: 1
2026-03-30 10:02:58 [astonbarclay.gb] INFO: Found listing with ID: 120870237
2026-03-30 10:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120870237%27 HTTP/1.1" 200 None
2026-03-30 10:02:58 [astonbarclay.gb] INFO: Scrape type for 120870237: 1
2026-03-30 10:02:58 [astonbarclay.gb] INFO: Found listing with ID: 120869510
2026-03-30 10:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120869510%27 HTTP/1.1" 200 None
2026-03-30 10:02:58 [astonbarclay.gb] INFO: Scrape type for 120869510: 1
2026-03-30 10:02:58 [astonbarclay.gb] INFO: Found listing with ID: 120870897
2026-03-30 10:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120870897%27 HTTP/1.1" 200 None
2026-03-30 10:02:58 [astonbarclay.gb] INFO: Scrape type for 120870897: 1
2026-03-30 10:02:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120882482?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:02:58 [astonbarclay.gb] INFO: Found listing with ID: 120870496
2026-03-30 10:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120870496%27 HTTP/1.1" 200 None
2026-03-30 10:02:58 [astonbarclay.gb] INFO: Scrape type for 120870496: 1
2026-03-30 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-30 10:02:58 [astonbarclay.gb] INFO: Found listing with ID: 120870474
2026-03-30 10:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120870474%27 HTTP/1.1" 200 None
2026-03-30 10:02:58 [astonbarclay.gb] INFO: Scrape type for 120870474: 1
2026-03-30 10:02:58 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120881998, 'registration': 'YE58WNV', 'account': 'WBA001', 'make': 'FORD', 'model': 'FOCUS DIESEL HATCHBACK', 'derivative': '1.8 TDCi Zetec 5dr', 'mileage': 100051, 'mileageWarranty': True, 'type': 'car', 'saleId': 19212, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 439}, 'saleStart': '2026-04-03T08:45Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2008-11-27', 'fuel': 'Diesel', 'motExpiry': '2026-06-01', 'doors': 5, 'engineSize': 1753, 'bodyType': 'Hatchback', 'images': None, 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'VOSA STATES 25K, 29K, 34K, 38K, 42K, 44K, 46K, 52K, 58K, 66K, 69K, 77K, 83K, 90K, 95K', 'virtual': False, 'seller': 'UKCGR', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': False, 'v5details': None, 'co2': 137, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:02:58 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120881998, 'registration': 'YE58WNV', 'account': 'WBA001', 'make': 'FORD', 'model': 'FOCUS DIESEL HATCHBACK', 'derivative': '1.8 TDCi Zetec 5dr', 'mileage': 100051, 'mileageWarranty': True, 'type': 'car', 'saleId': 19212, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 439}, 'saleStart': '2026-04-03T08:45Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2008-11-27', 'fuel': 'Diesel', 'motExpiry': '2026-06-01', 'doors': 5, 'engineSize': 1753, 'bodyType': 'Hatchback', 'images': None, 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'VOSA STATES 25K, 29K, 34K, 38K, 42K, 44K, 46K, 52K, 58K, 66K, 69K, 77K, 83K, 90K, 95K', 'virtual': False, 'seller': 'UKCGR', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': False, 'v5details': None, 'co2': 137, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:02:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2fc15fac-a8ad-5caf-bdc7-82ce3cabcc02 with identifier: 120881998
2026-03-30 10:02:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2fc15fac-a8ad-5caf-bdc7-82ce3cabcc02 with scrape type 1
2026-03-30 10:02:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 0 photos for item 2fc15fac-a8ad-5caf-bdc7-82ce3cabcc02
2026-03-30 10:02:58 [crawlers.middlewares.photo_download_middleware] INFO: No photos to download for item 2fc15fac-a8ad-5caf-bdc7-82ce3cabcc02
2026-03-30 10:02:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 2fc15fac-a8ad-5caf-bdc7-82ce3cabcc02, identifier: 120881998
2026-03-30 10:02:58 [astonbarclay.gb] INFO: Found listing with ID: 120870271
2026-03-30 10:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120870271%27 HTTP/1.1" 200 None
2026-03-30 10:02:58 [astonbarclay.gb] INFO: Scrape type for 120870271: 1
2026-03-30 10:02:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 2fc15fac-a8ad-5caf-bdc7-82ce3cabcc02 with identifier: 120881998
2026-03-30 10:02:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 2fc15fac-a8ad-5caf-bdc7-82ce3cabcc02 with identifier: 120881998
2026-03-30 10:02:58 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 2fc15fac-a8ad-5caf-bdc7-82ce3cabcc02 with identifier: 120881998 to the API
2026-03-30 10:02:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 10:02:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120881998?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 137,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 4',
'engine': '1.8L',
'expiration_date': '2026-04-03T08:45:00Z',
'fuel_type': 'Diesel',
'id': '2fc15fac-a8ad-5caf-bdc7-82ce3cabcc02',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'YE58WNV',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120881998',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'FORD',
'model': 'FOCUS DIESEL HATCHBACK',
'odometer': 100051,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2008-11-27',
'seller_name': 'UKCGR',
'title': 'FORD FOCUS DIESEL HATCHBACK 1.8 TDCi Zetec 5dr',
'transmission': 'manual',
'trim': '1.8 TDCi Zetec 5dr',
'vin': None,
'year': 2008}
2026-03-30 10:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120881998%27 HTTP/1.1" 200 None
2026-03-30 10:02:58 [astonbarclay.gb] INFO: Saving data for 120881998: {'created_time': 1774864978.858102, 'last_price_update_time': 1774864978.858119, 'auction_closing_time': 1775205900.0}
2026-03-30 10:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120881998') HTTP/1.1" 204 0
2026-03-30 10:02:59 [astonbarclay.gb] INFO: Found listing with ID: 120870603
2026-03-30 10:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120870603%27 HTTP/1.1" 200 None
2026-03-30 10:02:59 [astonbarclay.gb] INFO: Scrape type for 120870603: 1
2026-03-30 10:02:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120859165?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:02:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120856811?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 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-30 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-30 10:02:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120861740?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:02:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120852551?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:02:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120852018?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:02:59 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120882482, 'registration': 'WJ13KFV', 'account': 'KEN008', 'make': 'KIA', 'model': 'PICANTO HATCHBACK', 'derivative': '1.0 2 5dr', 'mileage': 78500, 'mileageWarranty': True, 'type': 'car', 'saleId': 19181, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 122}, 'saleStart': '2026-04-02T09:00Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2013-03-25', 'fuel': 'Petrol', 'motExpiry': '2027-03-24', 'doors': 5, 'engineSize': 998, 'bodyType': 'Hatchback', 'images': None, 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'vosa@ 11k, 14k, 18k, 20k, 22k, 24k, 26k, 38k, 51k, 65k, 77k', 'virtual': False, 'seller': 'Ken Jervis Kia', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': False, 'v5details': None, 'co2': 99, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:02:59 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120882482, 'registration': 'WJ13KFV', 'account': 'KEN008', 'make': 'KIA', 'model': 'PICANTO HATCHBACK', 'derivative': '1.0 2 5dr', 'mileage': 78500, 'mileageWarranty': True, 'type': 'car', 'saleId': 19181, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 122}, 'saleStart': '2026-04-02T09:00Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2013-03-25', 'fuel': 'Petrol', 'motExpiry': '2027-03-24', 'doors': 5, 'engineSize': 998, 'bodyType': 'Hatchback', 'images': None, 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'vosa@ 11k, 14k, 18k, 20k, 22k, 24k, 26k, 38k, 51k, 65k, 77k', 'virtual': False, 'seller': 'Ken Jervis Kia', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': False, 'v5details': None, 'co2': 99, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:02:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 636c1a08-e061-523d-a530-39db422890be with identifier: 120882482
2026-03-30 10:02:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 636c1a08-e061-523d-a530-39db422890be with scrape type 1
2026-03-30 10:02:59 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 0 photos for item 636c1a08-e061-523d-a530-39db422890be
2026-03-30 10:02:59 [crawlers.middlewares.photo_download_middleware] INFO: No photos to download for item 636c1a08-e061-523d-a530-39db422890be
2026-03-30 10:02:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 636c1a08-e061-523d-a530-39db422890be, identifier: 120882482
2026-03-30 10:02:59 [astonbarclay.gb] INFO: Found listing with ID: 120868950
2026-03-30 10:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120868950%27 HTTP/1.1" 200 None
2026-03-30 10:02:59 [astonbarclay.gb] INFO: Scrape type for 120868950: 1
2026-03-30 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-30 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-30 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-30 10:02:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 636c1a08-e061-523d-a530-39db422890be with identifier: 120882482
2026-03-30 10:02:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 636c1a08-e061-523d-a530-39db422890be with identifier: 120882482
2026-03-30 10:02:59 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 636c1a08-e061-523d-a530-39db422890be with identifier: 120882482 to the API
2026-03-30 10:02:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 10:02:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120882482?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 99,
'color': 'RED',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.0L',
'expiration_date': '2026-04-02T09:00:00Z',
'fuel_type': 'Petrol',
'id': '636c1a08-e061-523d-a530-39db422890be',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'WJ13KFV',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120882482',
'listing': 'auction',
'location': 'Aston Barclay Prees Heath',
'make': 'KIA',
'model': 'PICANTO HATCHBACK',
'odometer': 78500,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2013-03-25',
'seller_name': 'Ken Jervis Kia',
'title': 'KIA PICANTO HATCHBACK 1.0 2 5dr',
'transmission': 'manual',
'trim': '1.0 2 5dr',
'vin': None,
'year': 2013}
2026-03-30 10:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120882482%27 HTTP/1.1" 200 None
2026-03-30 10:02:59 [astonbarclay.gb] INFO: Saving data for 120882482: {'created_time': 1774864979.602837, 'last_price_update_time': 1774864979.60285, 'auction_closing_time': 1775120400.0}
2026-03-30 10:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120882482') HTTP/1.1" 204 0
2026-03-30 10:02:59 [astonbarclay.gb] INFO: Found listing with ID: 120869705
2026-03-30 10:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120869705%27 HTTP/1.1" 200 None
2026-03-30 10:02:59 [astonbarclay.gb] INFO: Scrape type for 120869705: 1
2026-03-30 10:02:59 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120859165, 'registration': 'SV58FVL', 'account': 'WBA004', 'make': 'MINI', 'model': 'HATCHBACK', 'derivative': '1.6 John Cooper Works 3dr', 'mileage': 96320, 'mileageWarranty': True, 'type': 'car', 'saleId': 19238, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 727}, 'saleStart': '2026-04-06T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2008-10-02', 'fuel': 'Petrol', 'motExpiry': '2026-08-23', 'doors': 3, 'engineSize': 1598, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/SV58FVL/2026-03-27/image/7d3db606-4244-4c34-b7ce-821ab35b606b_removebg.jpg?w=600', 'https://abimg003.imgix.net/SV58FVL/2026-03-27/image/b6c2dd15-0a85-4b9c-b9fd-f226291c7354_removebg.jpg?w=600', 'https://abimg003.imgix.net/SV58FVL/2026-03-27/image/4bee1ded-fb74-4709-ba1a-a616aee0aee9_removebg.jpg?w=600', 'https://abimg003.imgix.net/SV58FVL/2026-03-27/image/e34ae9a6-aab0-41b0-9f1b-cc943a616626_removebg.jpg?w=600', 'https://abimg003.imgix.net/SV58FVL/2026-03-27/image/b276aa29-8ec5-4cc0-9c99-7b0993618084_removebg.jpg?w=600', 'https://abimg003.imgix.net/SV58FVL/2026-03-27/image/7ee6281e-c20a-4430-8793-ec0a26c3c9b9_removebg.jpg?w=600', 'https://abimg003.imgix.net/SV58FVL/2026-03-27/image/67635ccb-6374-4cac-8c4b-783aef45966e_removebg.jpg?w=600', 'https://abimg003.imgix.net/SV58FVL/2026-03-27/image/01fdcc2b-2fdf-48a1-9ccc-eb2c61a635a9_removebg.jpg?w=600', 'https://abimg003.imgix.net/SV58FVL/2026-03-27/image/0cc0fa75-4335-43a5-979e-2d0f5774c62e_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 11/12-22K, ??-29K, ??-47K, 12/16-59K, 12/17-70K, ??-82K, ??-89K, 08/25-95K', 'remarks': 'VOSA STATES 89K, 92K, 92K, 95K, SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '7', 'v5': True, 'v5details': 'Here', 'co2': 165, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/f285c7ec-5b19-46c4-a46b-db1eb9d9a75a.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:02:59 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120859165, 'registration': 'SV58FVL', 'account': 'WBA004', 'make': 'MINI', 'model': 'HATCHBACK', 'derivative': '1.6 John Cooper Works 3dr', 'mileage': 96320, 'mileageWarranty': True, 'type': 'car', 'saleId': 19238, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 727}, 'saleStart': '2026-04-06T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2008-10-02', 'fuel': 'Petrol', 'motExpiry': '2026-08-23', 'doors': 3, 'engineSize': 1598, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/SV58FVL/2026-03-27/image/7d3db606-4244-4c34-b7ce-821ab35b606b_removebg.jpg?w=600', 'https://abimg003.imgix.net/SV58FVL/2026-03-27/image/b6c2dd15-0a85-4b9c-b9fd-f226291c7354_removebg.jpg?w=600', 'https://abimg003.imgix.net/SV58FVL/2026-03-27/image/4bee1ded-fb74-4709-ba1a-a616aee0aee9_removebg.jpg?w=600', 'https://abimg003.imgix.net/SV58FVL/2026-03-27/image/e34ae9a6-aab0-41b0-9f1b-cc943a616626_removebg.jpg?w=600', 'https://abimg003.imgix.net/SV58FVL/2026-03-27/image/b276aa29-8ec5-4cc0-9c99-7b0993618084_removebg.jpg?w=600', 'https://abimg003.imgix.net/SV58FVL/2026-03-27/image/7ee6281e-c20a-4430-8793-ec0a26c3c9b9_removebg.jpg?w=600', 'https://abimg003.imgix.net/SV58FVL/2026-03-27/image/67635ccb-6374-4cac-8c4b-783aef45966e_removebg.jpg?w=600', 'https://abimg003.imgix.net/SV58FVL/2026-03-27/image/01fdcc2b-2fdf-48a1-9ccc-eb2c61a635a9_removebg.jpg?w=600', 'https://abimg003.imgix.net/SV58FVL/2026-03-27/image/0cc0fa75-4335-43a5-979e-2d0f5774c62e_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 11/12-22K, ??-29K, ??-47K, 12/16-59K, 12/17-70K, ??-82K, ??-89K, 08/25-95K', 'remarks': 'VOSA STATES 89K, 92K, 92K, 95K, SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '7', 'v5': True, 'v5details': 'Here', 'co2': 165, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/f285c7ec-5b19-46c4-a46b-db1eb9d9a75a.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:02:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a1517e35-164a-5a79-839c-9407733aeb30 with identifier: 120859165
2026-03-30 10:02:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a1517e35-164a-5a79-839c-9407733aeb30 with scrape type 1
2026-03-30 10:02:59 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 9 photos for item a1517e35-164a-5a79-839c-9407733aeb30
2026-03-30 10:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%252FSV58FVL%252F2026-03-27%252Fimage%252F7d3db606-4244-4c34-b7ce-821ab35b606b_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:02:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/SV58FVL/2026-03-27/image/7d3db606-4244-4c34-b7ce-821ab35b606b_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:02:59 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120856811, 'registration': 'OE10EJF', 'account': 'WBA004', 'make': 'AUDI', 'model': 'A4 AVANT', 'derivative': 'S4 TFSI Quattro 5dr S tronic', 'mileage': 108181, 'mileageWarranty': True, 'type': 'car', 'saleId': 19238, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 727}, 'saleStart': '2026-04-06T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2010-07-05', 'fuel': 'Petrol', 'motExpiry': '2026-12-10', 'doors': 5, 'engineSize': 2995, 'bodyType': 'Estate', 'images': None, 'colour': 'BLACK', 'writeoffcode': 'Cat N Insurance Loss', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': 'Service book 05/12 5K - 09/13 13K - 11/13 14K - 06/14 15K - 09/15 26K - 09/16 36K -02/17 39K - 09/17 45K - 01/19 56K - 06/21 73K - 07/22 81K - 06/23 89K - 06/24 96K - 09/25 104K', 'remarks': 'Category N Insurance Loss. No Structural Damage and Repairable - Insurer Decided Not to Repair VOSA STATES 84K- 91K- 97K- 103K- 106K - 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': 224, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:02:59 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120856811, 'registration': 'OE10EJF', 'account': 'WBA004', 'make': 'AUDI', 'model': 'A4 AVANT', 'derivative': 'S4 TFSI Quattro 5dr S tronic', 'mileage': 108181, 'mileageWarranty': True, 'type': 'car', 'saleId': 19238, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 727}, 'saleStart': '2026-04-06T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2010-07-05', 'fuel': 'Petrol', 'motExpiry': '2026-12-10', 'doors': 5, 'engineSize': 2995, 'bodyType': 'Estate', 'images': None, 'colour': 'BLACK', 'writeoffcode': 'Cat N Insurance Loss', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': 'Service book 05/12 5K - 09/13 13K - 11/13 14K - 06/14 15K - 09/15 26K - 09/16 36K -02/17 39K - 09/17 45K - 01/19 56K - 06/21 73K - 07/22 81K - 06/23 89K - 06/24 96K - 09/25 104K', 'remarks': 'Category N Insurance Loss. No Structural Damage and Repairable - Insurer Decided Not to Repair VOSA STATES 84K- 91K- 97K- 103K- 106K - 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': 224, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:02:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d77b0881-66b9-5381-88f4-ee9e76de66c1 with identifier: 120856811
2026-03-30 10:02:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d77b0881-66b9-5381-88f4-ee9e76de66c1 with scrape type 1
2026-03-30 10:02:59 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 0 photos for item d77b0881-66b9-5381-88f4-ee9e76de66c1
2026-03-30 10:02:59 [crawlers.middlewares.photo_download_middleware] INFO: No photos to download for item d77b0881-66b9-5381-88f4-ee9e76de66c1
2026-03-30 10:02:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: d77b0881-66b9-5381-88f4-ee9e76de66c1, identifier: 120856811
2026-03-30 10:02:59 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120861740, 'registration': 'AY64MXK', 'account': 'WBA004', 'make': 'FORD', 'model': 'FIESTA HATCHBACK', 'derivative': '1.0 EcoBoost Zetec 5dr Powershift', 'mileage': 10226, 'mileageWarranty': True, 'type': 'car', 'saleId': 19238, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 727}, 'saleStart': '2026-04-06T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2014-09-01', 'fuel': 'Petrol', 'motExpiry': '2026-09-03', 'doors': 5, 'engineSize': 998, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/AY64MXK/2026-03-30/image/72deff10-b23f-4f84-bfa3-6474542af57d_removebg.jpg?w=600', 'https://abimg003.imgix.net/AY64MXK/2026-03-30/image/d2ebc5ce-492a-4cb5-9a2e-17baf9c7c99d_removebg.jpg?w=600', 'https://abimg003.imgix.net/AY64MXK/2026-03-30/image/7f4f9816-bc6a-4904-9563-d8fb1d1b2a91_removebg.jpg?w=600', 'https://abimg003.imgix.net/AY64MXK/2026-03-30/image/ae4790b2-5d94-4e5a-8258-3baa907468e1_removebg.jpg?w=600', 'https://abimg003.imgix.net/AY64MXK/2026-03-30/image/de56b4e1-3571-4234-a31b-cb164c8dbc99_removebg.jpg?w=600', 'https://abimg003.imgix.net/AY64MXK/2026-03-30/image/41e7f48c-f503-4aba-94e2-e6ce295bfd0e_removebg.jpg?w=600', 'https://abimg003.imgix.net/AY64MXK/2026-03-30/image/695baf60-03fc-4a22-b63d-4c5e49abe4f8_removebg.jpg?w=600', 'https://abimg003.imgix.net/AY64MXK/2026-03-30/image/4e378a8c-9f98-45a4-9218-c08c66ae7fa7_removebg.jpg?w=600', 'https://abimg003.imgix.net/AY64MXK/2026-03-30/image/0a3852b6-4128-4fe1-ade2-55a41d6f1079_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 08/15 1K - 08/16 2K - 08/17 4K - 08/19 6K -08/20 6K - 08/21 7K - 08/22 8K - 08/23 9K - 09/24 9K', 'remarks': 'VOSA STATES 8K- 9K- 9K- 9K- SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 114, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/8abc1258-d7c5-40c2-984d-31f5b884d048.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:02:59 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120861740, 'registration': 'AY64MXK', 'account': 'WBA004', 'make': 'FORD', 'model': 'FIESTA HATCHBACK', 'derivative': '1.0 EcoBoost Zetec 5dr Powershift', 'mileage': 10226, 'mileageWarranty': True, 'type': 'car', 'saleId': 19238, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 727}, 'saleStart': '2026-04-06T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2014-09-01', 'fuel': 'Petrol', 'motExpiry': '2026-09-03', 'doors': 5, 'engineSize': 998, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/AY64MXK/2026-03-30/image/72deff10-b23f-4f84-bfa3-6474542af57d_removebg.jpg?w=600', 'https://abimg003.imgix.net/AY64MXK/2026-03-30/image/d2ebc5ce-492a-4cb5-9a2e-17baf9c7c99d_removebg.jpg?w=600', 'https://abimg003.imgix.net/AY64MXK/2026-03-30/image/7f4f9816-bc6a-4904-9563-d8fb1d1b2a91_removebg.jpg?w=600', 'https://abimg003.imgix.net/AY64MXK/2026-03-30/image/ae4790b2-5d94-4e5a-8258-3baa907468e1_removebg.jpg?w=600', 'https://abimg003.imgix.net/AY64MXK/2026-03-30/image/de56b4e1-3571-4234-a31b-cb164c8dbc99_removebg.jpg?w=600', 'https://abimg003.imgix.net/AY64MXK/2026-03-30/image/41e7f48c-f503-4aba-94e2-e6ce295bfd0e_removebg.jpg?w=600', 'https://abimg003.imgix.net/AY64MXK/2026-03-30/image/695baf60-03fc-4a22-b63d-4c5e49abe4f8_removebg.jpg?w=600', 'https://abimg003.imgix.net/AY64MXK/2026-03-30/image/4e378a8c-9f98-45a4-9218-c08c66ae7fa7_removebg.jpg?w=600', 'https://abimg003.imgix.net/AY64MXK/2026-03-30/image/0a3852b6-4128-4fe1-ade2-55a41d6f1079_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 08/15 1K - 08/16 2K - 08/17 4K - 08/19 6K -08/20 6K - 08/21 7K - 08/22 8K - 08/23 9K - 09/24 9K', 'remarks': 'VOSA STATES 8K- 9K- 9K- 9K- SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 114, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/8abc1258-d7c5-40c2-984d-31f5b884d048.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:02:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 51210752-cd93-53cf-9f68-b9648ba44455 with identifier: 120861740
2026-03-30 10:02:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 51210752-cd93-53cf-9f68-b9648ba44455 with scrape type 1
2026-03-30 10:02:59 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 9 photos for item 51210752-cd93-53cf-9f68-b9648ba44455
2026-03-30 10:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%252FAY64MXK%252F2026-03-30%252Fimage%252F72deff10-b23f-4f84-bfa3-6474542af57d_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:02:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/AY64MXK/2026-03-30/image/72deff10-b23f-4f84-bfa3-6474542af57d_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:02:59 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120852551, 'registration': 'EO64ZVY', 'account': 'WBA004', 'make': 'VAUXHALL', 'model': 'MERIVA ESTATE', 'derivative': '1.4T 16V Exclusiv 5dr Auto', 'mileage': 118027, 'mileageWarranty': True, 'type': 'car', 'saleId': 19238, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 727}, 'saleStart': '2026-04-06T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2014-10-10', 'fuel': 'Petrol', 'motExpiry': '2026-09-11', 'doors': 5, 'engineSize': 1364, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/EO64ZVY/2026-03-27/image/c57386bc-bfd1-4fae-b8c6-148233f234b0_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO64ZVY/2026-03-27/image/d0e98192-15ac-4b30-9e82-2abdd05be22b_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO64ZVY/2026-03-27/image/f90b863d-695e-4d74-bc3c-5779d8f19390_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO64ZVY/2026-03-27/image/20800ec1-abfe-4d54-aa0e-89a3690ddf4d_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO64ZVY/2026-03-27/image/128423cf-a565-4604-9b8e-0cf0a28d79b7_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO64ZVY/2026-03-27/image/76fdf71e-15fe-4aa1-b361-2172f5f4633d_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO64ZVY/2026-03-27/image/7c9a4e77-d667-4808-8b0e-d3f3a391ac1f_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO64ZVY/2026-03-27/image/3a221666-36de-45e3-a903-564d626c2444_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO64ZVY/2026-03-27/image/e21b46ae-a8de-4bfb-afbe-232006949aef_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 10/15-14K, 10/16-21K, 02/18-30K, 12/18-36K, 11/19-51K, 10/20-60K, 10/21-72K, 10/22-84K, 10/23-97K', 'remarks': 'VOSA STATES 83K, 96K, 104K, 113K, DAMAGED SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 166, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/aa3c5957-ebaa-4b1d-9777-10109ded0d55.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:02:59 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120852551, 'registration': 'EO64ZVY', 'account': 'WBA004', 'make': 'VAUXHALL', 'model': 'MERIVA ESTATE', 'derivative': '1.4T 16V Exclusiv 5dr Auto', 'mileage': 118027, 'mileageWarranty': True, 'type': 'car', 'saleId': 19238, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 727}, 'saleStart': '2026-04-06T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2014-10-10', 'fuel': 'Petrol', 'motExpiry': '2026-09-11', 'doors': 5, 'engineSize': 1364, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/EO64ZVY/2026-03-27/image/c57386bc-bfd1-4fae-b8c6-148233f234b0_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO64ZVY/2026-03-27/image/d0e98192-15ac-4b30-9e82-2abdd05be22b_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO64ZVY/2026-03-27/image/f90b863d-695e-4d74-bc3c-5779d8f19390_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO64ZVY/2026-03-27/image/20800ec1-abfe-4d54-aa0e-89a3690ddf4d_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO64ZVY/2026-03-27/image/128423cf-a565-4604-9b8e-0cf0a28d79b7_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO64ZVY/2026-03-27/image/76fdf71e-15fe-4aa1-b361-2172f5f4633d_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO64ZVY/2026-03-27/image/7c9a4e77-d667-4808-8b0e-d3f3a391ac1f_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO64ZVY/2026-03-27/image/3a221666-36de-45e3-a903-564d626c2444_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO64ZVY/2026-03-27/image/e21b46ae-a8de-4bfb-afbe-232006949aef_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 10/15-14K, 10/16-21K, 02/18-30K, 12/18-36K, 11/19-51K, 10/20-60K, 10/21-72K, 10/22-84K, 10/23-97K', 'remarks': 'VOSA STATES 83K, 96K, 104K, 113K, DAMAGED SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 166, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/aa3c5957-ebaa-4b1d-9777-10109ded0d55.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:02:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 901bf81b-8614-597b-92e2-ca84dd7b4695 with identifier: 120852551
2026-03-30 10:02:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 901bf81b-8614-597b-92e2-ca84dd7b4695 with scrape type 1
2026-03-30 10:02:59 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 9 photos for item 901bf81b-8614-597b-92e2-ca84dd7b4695
2026-03-30 10:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%252FEO64ZVY%252F2026-03-27%252Fimage%252Fc57386bc-bfd1-4fae-b8c6-148233f234b0_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:02:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EO64ZVY/2026-03-27/image/c57386bc-bfd1-4fae-b8c6-148233f234b0_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:02:59 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120852018, 'registration': 'RV11DVP', 'account': 'WBA004', 'make': 'AUDI', 'model': 'Q5 ESTATE SPECIAL EDITIONS', 'derivative': '2.0 TDI Quattro S Line Special Ed 5dr S Tronic', 'mileage': 152535, 'mileageWarranty': True, 'type': 'car', 'saleId': 19238, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 727}, 'saleStart': '2026-04-06T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2011-03-25', 'fuel': 'Diesel', 'motExpiry': '2026-12-08', 'doors': 5, 'engineSize': 1968, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/RV11DVP/2026-03-27/image/fcf4d2c0-6db5-4ada-83e5-a11341502ff8_removebg.jpg?w=600', 'https://abimg003.imgix.net/RV11DVP/2026-03-27/image/7be27815-7cd8-4af6-9a3f-1792842276ea_removebg.jpg?w=600', 'https://abimg003.imgix.net/RV11DVP/2026-03-27/image/6dbc9343-116d-4b5b-8cf9-6c4ca89d5f1f_removebg.jpg?w=600', 'https://abimg003.imgix.net/RV11DVP/2026-03-27/image/ceb713cf-3d6d-4cb9-8bff-d768221f0d65_removebg.jpg?w=600', 'https://abimg003.imgix.net/RV11DVP/2026-03-27/image/7f3b6144-1ac6-46b1-9d09-a9cff327b902_removebg.jpg?w=600', 'https://abimg003.imgix.net/RV11DVP/2026-03-27/image/9cb379f2-0e7c-4793-9c33-3a1b1f8a257a_removebg.jpg?w=600', 'https://abimg003.imgix.net/RV11DVP/2026-03-27/image/0903da89-d6d9-40b5-8e09-337aceb285c7_removebg.jpg?w=600', 'https://abimg003.imgix.net/RV11DVP/2026-03-27/image/1b025469-5c8b-4aa9-a82c-22a508558096_removebg.jpg?w=600', 'https://abimg003.imgix.net/RV11DVP/2026-03-27/image/cd2a6b03-cc75-48d6-8fdb-7f74b78b5745_removebg.jpg?w=600', 'https://abimg003.imgix.net/RV11DVP/2026-03-27/image/0bbdaf49-e342-4aad-98c2-dce630d52104_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 08/20-105K, 11/21-113K, 12/24-136K', 'remarks': 'VOSA STATES 122K, 130K, 136K, 147K, 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': 184, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/76cc5591-fb13-4dcc-aada-397316dc7e4d.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:02:59 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120852018, 'registration': 'RV11DVP', 'account': 'WBA004', 'make': 'AUDI', 'model': 'Q5 ESTATE SPECIAL EDITIONS', 'derivative': '2.0 TDI Quattro S Line Special Ed 5dr S Tronic', 'mileage': 152535, 'mileageWarranty': True, 'type': 'car', 'saleId': 19238, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 727}, 'saleStart': '2026-04-06T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2011-03-25', 'fuel': 'Diesel', 'motExpiry': '2026-12-08', 'doors': 5, 'engineSize': 1968, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/RV11DVP/2026-03-27/image/fcf4d2c0-6db5-4ada-83e5-a11341502ff8_removebg.jpg?w=600', 'https://abimg003.imgix.net/RV11DVP/2026-03-27/image/7be27815-7cd8-4af6-9a3f-1792842276ea_removebg.jpg?w=600', 'https://abimg003.imgix.net/RV11DVP/2026-03-27/image/6dbc9343-116d-4b5b-8cf9-6c4ca89d5f1f_removebg.jpg?w=600', 'https://abimg003.imgix.net/RV11DVP/2026-03-27/image/ceb713cf-3d6d-4cb9-8bff-d768221f0d65_removebg.jpg?w=600', 'https://abimg003.imgix.net/RV11DVP/2026-03-27/image/7f3b6144-1ac6-46b1-9d09-a9cff327b902_removebg.jpg?w=600', 'https://abimg003.imgix.net/RV11DVP/2026-03-27/image/9cb379f2-0e7c-4793-9c33-3a1b1f8a257a_removebg.jpg?w=600', 'https://abimg003.imgix.net/RV11DVP/2026-03-27/image/0903da89-d6d9-40b5-8e09-337aceb285c7_removebg.jpg?w=600', 'https://abimg003.imgix.net/RV11DVP/2026-03-27/image/1b025469-5c8b-4aa9-a82c-22a508558096_removebg.jpg?w=600', 'https://abimg003.imgix.net/RV11DVP/2026-03-27/image/cd2a6b03-cc75-48d6-8fdb-7f74b78b5745_removebg.jpg?w=600', 'https://abimg003.imgix.net/RV11DVP/2026-03-27/image/0bbdaf49-e342-4aad-98c2-dce630d52104_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 08/20-105K, 11/21-113K, 12/24-136K', 'remarks': 'VOSA STATES 122K, 130K, 136K, 147K, 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': 184, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/76cc5591-fb13-4dcc-aada-397316dc7e4d.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:02:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1b194829-c76e-5fd2-9d5e-027fa7dc15f1 with identifier: 120852018
2026-03-30 10:02:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1b194829-c76e-5fd2-9d5e-027fa7dc15f1 with scrape type 1
2026-03-30 10:02:59 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 1b194829-c76e-5fd2-9d5e-027fa7dc15f1
2026-03-30 10:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%252FRV11DVP%252F2026-03-27%252Fimage%252Ffcf4d2c0-6db5-4ada-83e5-a11341502ff8_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:02:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/RV11DVP/2026-03-27/image/fcf4d2c0-6db5-4ada-83e5-a11341502ff8_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:02:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120856408?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:02:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: d77b0881-66b9-5381-88f4-ee9e76de66c1 with identifier: 120856811
2026-03-30 10:02:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: d77b0881-66b9-5381-88f4-ee9e76de66c1 with identifier: 120856811
2026-03-30 10:03:00 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: d77b0881-66b9-5381-88f4-ee9e76de66c1 with identifier: 120856811 to the API
2026-03-30 10:03:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 10:03:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120856811?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 224,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '3.0L',
'expiration_date': '2026-04-06T12:00:00Z',
'fuel_type': 'Petrol',
'id': 'd77b0881-66b9-5381-88f4-ee9e76de66c1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'OE10EJF',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120856811',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'AUDI',
'model': 'A4 AVANT',
'odometer': 108181,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2010-07-05',
'seller_name': 'UKCGR - Trade',
'title': 'AUDI A4 AVANT S4 TFSI Quattro 5dr S tronic',
'transmission': 'automatic',
'trim': 'S4 TFSI Quattro 5dr S tronic',
'vin': None,
'year': 2010}
2026-03-30 10:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120856811%27 HTTP/1.1" 200 None
2026-03-30 10:03:00 [astonbarclay.gb] INFO: Saving data for 120856811: {'created_time': 1774864980.37644, 'last_price_update_time': 1774864980.376453, 'auction_closing_time': 1775476800.0}
2026-03-30 10:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120856811') HTTP/1.1" 204 0
2026-03-30 10:03:00 [astonbarclay.gb] INFO: Found listing with ID: 120870107
2026-03-30 10:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120870107%27 HTTP/1.1" 200 None
2026-03-30 10:03:00 [astonbarclay.gb] INFO: Scrape type for 120870107: 1
2026-03-30 10:03:00 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FSV58FVL%252F2026-03-27%252Fimage%252Fb6c2dd15-0a85-4b9c-b9fd-f226291c7354_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:03:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/SV58FVL/2026-03-27/image/b6c2dd15-0a85-4b9c-b9fd-f226291c7354_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FAY64MXK%252F2026-03-30%252Fimage%252Fd2ebc5ce-492a-4cb5-9a2e-17baf9c7c99d_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:03:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/AY64MXK/2026-03-30/image/d2ebc5ce-492a-4cb5-9a2e-17baf9c7c99d_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FEO64ZVY%252F2026-03-27%252Fimage%252Fd0e98192-15ac-4b30-9e82-2abdd05be22b_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:03:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EO64ZVY/2026-03-27/image/d0e98192-15ac-4b30-9e82-2abdd05be22b_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FRV11DVP%252F2026-03-27%252Fimage%252F7be27815-7cd8-4af6-9a3f-1792842276ea_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:03:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/RV11DVP/2026-03-27/image/7be27815-7cd8-4af6-9a3f-1792842276ea_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:03:00 [astonbarclay.gb] INFO: Found listing with ID: 120869546
2026-03-30 10:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120869546%27 HTTP/1.1" 200 None
2026-03-30 10:03:00 [astonbarclay.gb] INFO: Scrape type for 120869546: 1
2026-03-30 10:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FSV58FVL%252F2026-03-27%252Fimage%252F4bee1ded-fb74-4709-ba1a-a616aee0aee9_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:03:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/SV58FVL/2026-03-27/image/4bee1ded-fb74-4709-ba1a-a616aee0aee9_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FAY64MXK%252F2026-03-30%252Fimage%252F7f4f9816-bc6a-4904-9563-d8fb1d1b2a91_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:03:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/AY64MXK/2026-03-30/image/7f4f9816-bc6a-4904-9563-d8fb1d1b2a91_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FEO64ZVY%252F2026-03-27%252Fimage%252Ff90b863d-695e-4d74-bc3c-5779d8f19390_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:03:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EO64ZVY/2026-03-27/image/f90b863d-695e-4d74-bc3c-5779d8f19390_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FRV11DVP%252F2026-03-27%252Fimage%252F6dbc9343-116d-4b5b-8cf9-6c4ca89d5f1f_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:03:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/RV11DVP/2026-03-27/image/6dbc9343-116d-4b5b-8cf9-6c4ca89d5f1f_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:03:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120853676?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:03:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120854303?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:03:00 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120856408, 'registration': 'EA63JYV', 'account': 'WBA004', 'make': 'HYUNDAI', 'model': 'IX20 DIESEL HATCHBACK', 'derivative': '1.6 CRDi Blue Drive Style 5dr', 'mileage': 74334, 'mileageWarranty': True, 'type': 'car', 'saleId': 19238, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 727}, 'saleStart': '2026-04-06T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2013-11-22', 'fuel': 'Diesel', 'motExpiry': '2026-09-08', 'doors': 5, 'engineSize': 1582, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/EA63JYV/2026-03-27/image/e0431c7a-cca3-44a1-a4d3-52c94c9179cb_removebg.jpg?w=600', 'https://abimg003.imgix.net/EA63JYV/2026-03-27/image/e2035a06-f334-480f-bc07-82a0c4bd6612_removebg.jpg?w=600', 'https://abimg003.imgix.net/EA63JYV/2026-03-27/image/5aa942b9-5072-44bf-a2f6-08e3e5c703e9_removebg.jpg?w=600', 'https://abimg003.imgix.net/EA63JYV/2026-03-27/image/1ec919f9-fedc-495f-bc9c-53200bf7fca7_removebg.jpg?w=600', 'https://abimg003.imgix.net/EA63JYV/2026-03-27/image/1f18158d-8f27-4ce7-abb8-36bee042c931_removebg.jpg?w=600', 'https://abimg003.imgix.net/EA63JYV/2026-03-27/image/93307384-d9d2-497e-8c62-4e5dd38acff4_removebg.jpg?w=600', 'https://abimg003.imgix.net/EA63JYV/2026-03-27/image/d8c9e0f3-e1e2-4139-b229-dfb0532498e7_removebg.jpg?w=600', 'https://abimg003.imgix.net/EA63JYV/2026-03-27/image/7f6b38bc-6281-417d-834b-a7278ed9f0f8_removebg.jpg?w=600', 'https://abimg003.imgix.net/EA63JYV/2026-03-27/image/7598c35a-7575-46b0-9ea3-261adfb1efd4_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 10/14-10K, 01/16-20K, 11/16-25K, 09/17-31K, ??-41K, 03/25-69K', 'remarks': 'VOSA STATES 54K, 58K, 64K, 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': 117, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/64171bf4-4e8b-4baa-931e-1a624534fd83.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:03:00 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120856408, 'registration': 'EA63JYV', 'account': 'WBA004', 'make': 'HYUNDAI', 'model': 'IX20 DIESEL HATCHBACK', 'derivative': '1.6 CRDi Blue Drive Style 5dr', 'mileage': 74334, 'mileageWarranty': True, 'type': 'car', 'saleId': 19238, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 727}, 'saleStart': '2026-04-06T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2013-11-22', 'fuel': 'Diesel', 'motExpiry': '2026-09-08', 'doors': 5, 'engineSize': 1582, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/EA63JYV/2026-03-27/image/e0431c7a-cca3-44a1-a4d3-52c94c9179cb_removebg.jpg?w=600', 'https://abimg003.imgix.net/EA63JYV/2026-03-27/image/e2035a06-f334-480f-bc07-82a0c4bd6612_removebg.jpg?w=600', 'https://abimg003.imgix.net/EA63JYV/2026-03-27/image/5aa942b9-5072-44bf-a2f6-08e3e5c703e9_removebg.jpg?w=600', 'https://abimg003.imgix.net/EA63JYV/2026-03-27/image/1ec919f9-fedc-495f-bc9c-53200bf7fca7_removebg.jpg?w=600', 'https://abimg003.imgix.net/EA63JYV/2026-03-27/image/1f18158d-8f27-4ce7-abb8-36bee042c931_removebg.jpg?w=600', 'https://abimg003.imgix.net/EA63JYV/2026-03-27/image/93307384-d9d2-497e-8c62-4e5dd38acff4_removebg.jpg?w=600', 'https://abimg003.imgix.net/EA63JYV/2026-03-27/image/d8c9e0f3-e1e2-4139-b229-dfb0532498e7_removebg.jpg?w=600', 'https://abimg003.imgix.net/EA63JYV/2026-03-27/image/7f6b38bc-6281-417d-834b-a7278ed9f0f8_removebg.jpg?w=600', 'https://abimg003.imgix.net/EA63JYV/2026-03-27/image/7598c35a-7575-46b0-9ea3-261adfb1efd4_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 10/14-10K, 01/16-20K, 11/16-25K, 09/17-31K, ??-41K, 03/25-69K', 'remarks': 'VOSA STATES 54K, 58K, 64K, 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': 117, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/64171bf4-4e8b-4baa-931e-1a624534fd83.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:03:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ed0d64b6-cf3f-5827-828b-4f5f1c5e928a with identifier: 120856408
2026-03-30 10:03:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ed0d64b6-cf3f-5827-828b-4f5f1c5e928a with scrape type 1
2026-03-30 10:03:00 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 9 photos for item ed0d64b6-cf3f-5827-828b-4f5f1c5e928a
2026-03-30 10:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FEA63JYV%252F2026-03-27%252Fimage%252Fe0431c7a-cca3-44a1-a4d3-52c94c9179cb_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:03:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EA63JYV/2026-03-27/image/e0431c7a-cca3-44a1-a4d3-52c94c9179cb_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:03:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/RV11DVP/2026-03-27/image/fcf4d2c0-6db5-4ada-83e5-a11341502ff8_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120852018?view=catalogue)
2026-03-30 10:03:00 [astonbarclay.gb] INFO: Found listing with ID: 120870336
2026-03-30 10:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120870336%27 HTTP/1.1" 200 None
2026-03-30 10:03:00 [astonbarclay.gb] INFO: Scrape type for 120870336: 1
2026-03-30 10:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FSV58FVL%252F2026-03-27%252Fimage%252Fe34ae9a6-aab0-41b0-9f1b-cc943a616626_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:03:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/SV58FVL/2026-03-27/image/e34ae9a6-aab0-41b0-9f1b-cc943a616626_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FAY64MXK%252F2026-03-30%252Fimage%252Fae4790b2-5d94-4e5a-8258-3baa907468e1_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:03:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/AY64MXK/2026-03-30/image/ae4790b2-5d94-4e5a-8258-3baa907468e1_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FEO64ZVY%252F2026-03-27%252Fimage%252F20800ec1-abfe-4d54-aa0e-89a3690ddf4d_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:03:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EO64ZVY/2026-03-27/image/20800ec1-abfe-4d54-aa0e-89a3690ddf4d_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FRV11DVP%252F2026-03-27%252Fimage%252Fceb713cf-3d6d-4cb9-8bff-d768221f0d65_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:03:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/RV11DVP/2026-03-27/image/ceb713cf-3d6d-4cb9-8bff-d768221f0d65_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:03:00 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:03:00 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FEA63JYV%252F2026-03-27%252Fimage%252Fe2035a06-f334-480f-bc07-82a0c4bd6612_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:03:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EA63JYV/2026-03-27/image/e2035a06-f334-480f-bc07-82a0c4bd6612_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:03:00 [astonbarclay.gb] INFO: Found listing with ID: 120869864
2026-03-30 10:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120869864%27 HTTP/1.1" 200 None
2026-03-30 10:03:00 [astonbarclay.gb] INFO: Scrape type for 120869864: 1
2026-03-30 10:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FSV58FVL%252F2026-03-27%252Fimage%252Fb276aa29-8ec5-4cc0-9c99-7b0993618084_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:03:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/SV58FVL/2026-03-27/image/b276aa29-8ec5-4cc0-9c99-7b0993618084_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FAY64MXK%252F2026-03-30%252Fimage%252Fde56b4e1-3571-4234-a31b-cb164c8dbc99_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:03:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/AY64MXK/2026-03-30/image/de56b4e1-3571-4234-a31b-cb164c8dbc99_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FEO64ZVY%252F2026-03-27%252Fimage%252F128423cf-a565-4604-9b8e-0cf0a28d79b7_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:03:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EO64ZVY/2026-03-27/image/128423cf-a565-4604-9b8e-0cf0a28d79b7_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FRV11DVP%252F2026-03-27%252Fimage%252F7f3b6144-1ac6-46b1-9d09-a9cff327b902_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:03:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/RV11DVP/2026-03-27/image/7f3b6144-1ac6-46b1-9d09-a9cff327b902_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FEA63JYV%252F2026-03-27%252Fimage%252F5aa942b9-5072-44bf-a2f6-08e3e5c703e9_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:03:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EA63JYV/2026-03-27/image/5aa942b9-5072-44bf-a2f6-08e3e5c703e9_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:03:00 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120853676, 'registration': 'EJ23WCK', 'account': 'WBA003', 'make': 'TOYOTA', 'model': 'HILUX DIESEL', 'derivative': 'Invincible X D/Cab Pick Up 2.8 D-4D Auto', 'mileage': 106021, 'mileageWarranty': True, 'type': 'commercial', 'saleId': 19238, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 727}, 'saleStart': '2026-04-06T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2023-05-18', 'fuel': 'Diesel', 'motExpiry': None, 'doors': None, 'engineSize': 2755, 'bodyType': 'Double Cab Pick-up', 'images': ['https://abimg003.imgix.net/EJ23WCK/2026-03-27/image/31e7f52e-6817-418a-9aaa-69899bdedb2b_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ23WCK/2026-03-27/image/6adbfb52-1080-4445-970d-faa3e3e090a9_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ23WCK/2026-03-27/image/c3d37f2c-68dd-42e7-a0e4-f523bf9b16af_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ23WCK/2026-03-27/image/a95dcf10-a5ec-4b9b-93a8-31a7d8abb176_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ23WCK/2026-03-27/image/b751fddc-2514-4d9a-8244-4c0f3327eaf2_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ23WCK/2026-03-27/image/19b63686-a975-41b9-9df2-a48f041fc1e4_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ23WCK/2026-03-27/image/26f0d73b-72cf-4f5b-a077-7f4026a37395_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ23WCK/2026-03-27/image/a6382481-6a87-4425-9988-b1cbad6b4b98_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ23WCK/2026-03-27/image/ded9bf81-3388-463f-8742-9306bcef948a_removebg.jpg?w=600'], 'colour': 'BRONZE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith - LCV', 'serviceHistory': 'Service book 08/23-10K, 11/23-19K, 03/24-31K, 06/24-40K, 09/24-51K, 01/25-62K, 04/25-72K, 07/25-81K, 10/25-93K, 01/26-101K', 'remarks': 'SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'UKCGR - Select', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 247, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/e1fd1579-7811-4f58-bcda-fbc60b580159.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:03:00 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120853676, 'registration': 'EJ23WCK', 'account': 'WBA003', 'make': 'TOYOTA', 'model': 'HILUX DIESEL', 'derivative': 'Invincible X D/Cab Pick Up 2.8 D-4D Auto', 'mileage': 106021, 'mileageWarranty': True, 'type': 'commercial', 'saleId': 19238, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 727}, 'saleStart': '2026-04-06T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2023-05-18', 'fuel': 'Diesel', 'motExpiry': None, 'doors': None, 'engineSize': 2755, 'bodyType': 'Double Cab Pick-up', 'images': ['https://abimg003.imgix.net/EJ23WCK/2026-03-27/image/31e7f52e-6817-418a-9aaa-69899bdedb2b_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ23WCK/2026-03-27/image/6adbfb52-1080-4445-970d-faa3e3e090a9_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ23WCK/2026-03-27/image/c3d37f2c-68dd-42e7-a0e4-f523bf9b16af_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ23WCK/2026-03-27/image/a95dcf10-a5ec-4b9b-93a8-31a7d8abb176_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ23WCK/2026-03-27/image/b751fddc-2514-4d9a-8244-4c0f3327eaf2_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ23WCK/2026-03-27/image/19b63686-a975-41b9-9df2-a48f041fc1e4_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ23WCK/2026-03-27/image/26f0d73b-72cf-4f5b-a077-7f4026a37395_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ23WCK/2026-03-27/image/a6382481-6a87-4425-9988-b1cbad6b4b98_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ23WCK/2026-03-27/image/ded9bf81-3388-463f-8742-9306bcef948a_removebg.jpg?w=600'], 'colour': 'BRONZE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith - LCV', 'serviceHistory': 'Service book 08/23-10K, 11/23-19K, 03/24-31K, 06/24-40K, 09/24-51K, 01/25-62K, 04/25-72K, 07/25-81K, 10/25-93K, 01/26-101K', 'remarks': 'SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'UKCGR - Select', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 247, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/e1fd1579-7811-4f58-bcda-fbc60b580159.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:03:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d0989946-9a1f-5157-9e8d-a2607b2d8fa0 with identifier: 120853676
2026-03-30 10:03:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d0989946-9a1f-5157-9e8d-a2607b2d8fa0 with scrape type 1
2026-03-30 10:03:00 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 9 photos for item d0989946-9a1f-5157-9e8d-a2607b2d8fa0
2026-03-30 10:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FEJ23WCK%252F2026-03-27%252Fimage%252F31e7f52e-6817-418a-9aaa-69899bdedb2b_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:03:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EJ23WCK/2026-03-27/image/31e7f52e-6817-418a-9aaa-69899bdedb2b_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:03:00 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120854303, 'registration': 'LR11MYJ', 'account': 'WBA004', 'make': 'PEUGEOT', 'model': '3008 EXCLUSIVE', 'derivative': None, 'mileage': 99440, 'mileageWarranty': True, 'type': 'car', 'saleId': 19238, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 727}, 'saleStart': '2026-04-06T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2011-07-25', 'fuel': 'Petrol', 'motExpiry': '2026-07-25', 'doors': 5, 'engineSize': 1598, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/LR11MYJ/2026-03-27/image/bc0d942a-c997-431a-99ea-462772091646_removebg.jpg?w=600', 'https://abimg003.imgix.net/LR11MYJ/2026-03-27/image/72b63b38-f274-4be5-a431-b05792a42dcb_removebg.jpg?w=600', 'https://abimg003.imgix.net/LR11MYJ/2026-03-27/image/a8dfef96-7b53-49cf-81bf-f19a5817aca1_removebg.jpg?w=600', 'https://abimg003.imgix.net/LR11MYJ/2026-03-27/image/1e66931e-ef4d-4609-b3bc-b17e34a32695_removebg.jpg?w=600', 'https://abimg003.imgix.net/LR11MYJ/2026-03-27/image/b75c5960-d9b7-43a9-8b1a-3bd02ea86e0f_removebg.jpg?w=600', 'https://abimg003.imgix.net/LR11MYJ/2026-03-27/image/1f5498da-5dbe-458c-a772-18b54f14cf8a_removebg.jpg?w=600', 'https://abimg003.imgix.net/LR11MYJ/2026-03-27/image/69846f86-707e-40de-9681-1df103d38663_removebg.jpg?w=600', 'https://abimg003.imgix.net/LR11MYJ/2026-03-27/image/9d5eebcf-e920-4636-bb99-545ef6d94c08_removebg.jpg?w=600', 'https://abimg003.imgix.net/LR11MYJ/2026-03-27/image/bedf0014-2025-4b91-be65-1bd7dbfab819_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 07/12-4K, 07/13-7K, 07/14-9K, 07/15-15K, 07/16-25K, 07/17-35K, 01/18-39K, 09/19-51K, 09/20-60K, 02/23-78K, 02/25-94K', 'remarks': 'VOSA STATES 73K, 82K, 90K, 96K', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 167, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/a2ff360b-0ccf-47e5-905e-4b689e0b6e18.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:03:00 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120854303, 'registration': 'LR11MYJ', 'account': 'WBA004', 'make': 'PEUGEOT', 'model': '3008 EXCLUSIVE', 'derivative': None, 'mileage': 99440, 'mileageWarranty': True, 'type': 'car', 'saleId': 19238, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 727}, 'saleStart': '2026-04-06T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2011-07-25', 'fuel': 'Petrol', 'motExpiry': '2026-07-25', 'doors': 5, 'engineSize': 1598, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/LR11MYJ/2026-03-27/image/bc0d942a-c997-431a-99ea-462772091646_removebg.jpg?w=600', 'https://abimg003.imgix.net/LR11MYJ/2026-03-27/image/72b63b38-f274-4be5-a431-b05792a42dcb_removebg.jpg?w=600', 'https://abimg003.imgix.net/LR11MYJ/2026-03-27/image/a8dfef96-7b53-49cf-81bf-f19a5817aca1_removebg.jpg?w=600', 'https://abimg003.imgix.net/LR11MYJ/2026-03-27/image/1e66931e-ef4d-4609-b3bc-b17e34a32695_removebg.jpg?w=600', 'https://abimg003.imgix.net/LR11MYJ/2026-03-27/image/b75c5960-d9b7-43a9-8b1a-3bd02ea86e0f_removebg.jpg?w=600', 'https://abimg003.imgix.net/LR11MYJ/2026-03-27/image/1f5498da-5dbe-458c-a772-18b54f14cf8a_removebg.jpg?w=600', 'https://abimg003.imgix.net/LR11MYJ/2026-03-27/image/69846f86-707e-40de-9681-1df103d38663_removebg.jpg?w=600', 'https://abimg003.imgix.net/LR11MYJ/2026-03-27/image/9d5eebcf-e920-4636-bb99-545ef6d94c08_removebg.jpg?w=600', 'https://abimg003.imgix.net/LR11MYJ/2026-03-27/image/bedf0014-2025-4b91-be65-1bd7dbfab819_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 07/12-4K, 07/13-7K, 07/14-9K, 07/15-15K, 07/16-25K, 07/17-35K, 01/18-39K, 09/19-51K, 09/20-60K, 02/23-78K, 02/25-94K', 'remarks': 'VOSA STATES 73K, 82K, 90K, 96K', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 167, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/a2ff360b-0ccf-47e5-905e-4b689e0b6e18.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:03:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 628e4ce8-42db-59fd-bc16-d27f3ef4b9da with identifier: 120854303
2026-03-30 10:03:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 628e4ce8-42db-59fd-bc16-d27f3ef4b9da with scrape type 1
2026-03-30 10:03:00 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 9 photos for item 628e4ce8-42db-59fd-bc16-d27f3ef4b9da
2026-03-30 10:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FLR11MYJ%252F2026-03-27%252Fimage%252Fbc0d942a-c997-431a-99ea-462772091646_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:03:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/LR11MYJ/2026-03-27/image/bc0d942a-c997-431a-99ea-462772091646_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:03:00 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:03:00 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f43666b6f10>
2026-03-30 10:03:00 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 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-30 10:03:00 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:03:00 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1b194829-c76e-5fd2-9d5e-027fa7dc15f1/1b194829-c76e-5fd2-9d5e-027fa7dc15f1_image_0.jpg HTTP/1.1" 201 0
2026-03-30 10:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%252FRV11DVP%252F2026-03-27%252Fimage%252Ffcf4d2c0-6db5-4ada-83e5-a11341502ff8_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:03:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/RV11DVP/2026-03-27/image/fcf4d2c0-6db5-4ada-83e5-a11341502ff8_removebg.jpg?w=600 saved to cache
2026-03-30 10:03:00 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 1b194829-c76e-5fd2-9d5e-027fa7dc15f1
2026-03-30 10:03:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/AY64MXK/2026-03-30/image/7f4f9816-bc6a-4904-9563-d8fb1d1b2a91_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120861740?view=catalogue)
2026-03-30 10:03:00 [astonbarclay.gb] INFO: Found listing with ID: 120869733
2026-03-30 10:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120869733%27 HTTP/1.1" 200 None
2026-03-30 10:03:00 [astonbarclay.gb] INFO: Scrape type for 120869733: 1
2026-03-30 10:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FSV58FVL%252F2026-03-27%252Fimage%252F7ee6281e-c20a-4430-8793-ec0a26c3c9b9_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:03:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/SV58FVL/2026-03-27/image/7ee6281e-c20a-4430-8793-ec0a26c3c9b9_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FAY64MXK%252F2026-03-30%252Fimage%252F41e7f48c-f503-4aba-94e2-e6ce295bfd0e_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:03:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/AY64MXK/2026-03-30/image/41e7f48c-f503-4aba-94e2-e6ce295bfd0e_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FEO64ZVY%252F2026-03-27%252Fimage%252F76fdf71e-15fe-4aa1-b361-2172f5f4633d_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:03:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EO64ZVY/2026-03-27/image/76fdf71e-15fe-4aa1-b361-2172f5f4633d_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FRV11DVP%252F2026-03-27%252Fimage%252F9cb379f2-0e7c-4793-9c33-3a1b1f8a257a_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:03:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/RV11DVP/2026-03-27/image/9cb379f2-0e7c-4793-9c33-3a1b1f8a257a_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:03:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/RV11DVP/2026-03-27/image/6dbc9343-116d-4b5b-8cf9-6c4ca89d5f1f_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120852018?view=catalogue)
2026-03-30 10:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FEA63JYV%252F2026-03-27%252Fimage%252F1ec919f9-fedc-495f-bc9c-53200bf7fca7_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:03:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EA63JYV/2026-03-27/image/1ec919f9-fedc-495f-bc9c-53200bf7fca7_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FEJ23WCK%252F2026-03-27%252Fimage%252F6adbfb52-1080-4445-970d-faa3e3e090a9_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:03:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EJ23WCK/2026-03-27/image/6adbfb52-1080-4445-970d-faa3e3e090a9_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FLR11MYJ%252F2026-03-27%252Fimage%252F72b63b38-f274-4be5-a431-b05792a42dcb_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:03:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/LR11MYJ/2026-03-27/image/72b63b38-f274-4be5-a431-b05792a42dcb_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:03:01 [astonbarclay.gb] INFO: Found listing with ID: 120869723
2026-03-30 10:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120869723%27 HTTP/1.1" 200 None
2026-03-30 10:03:01 [astonbarclay.gb] INFO: Scrape type for 120869723: 1
2026-03-30 10:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FSV58FVL%252F2026-03-27%252Fimage%252F67635ccb-6374-4cac-8c4b-783aef45966e_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:03:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/SV58FVL/2026-03-27/image/67635ccb-6374-4cac-8c4b-783aef45966e_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FAY64MXK%252F2026-03-30%252Fimage%252F695baf60-03fc-4a22-b63d-4c5e49abe4f8_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:03:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/AY64MXK/2026-03-30/image/695baf60-03fc-4a22-b63d-4c5e49abe4f8_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FEO64ZVY%252F2026-03-27%252Fimage%252F7c9a4e77-d667-4808-8b0e-d3f3a391ac1f_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:03:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EO64ZVY/2026-03-27/image/7c9a4e77-d667-4808-8b0e-d3f3a391ac1f_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FRV11DVP%252F2026-03-27%252Fimage%252F0903da89-d6d9-40b5-8e09-337aceb285c7_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:03:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/RV11DVP/2026-03-27/image/0903da89-d6d9-40b5-8e09-337aceb285c7_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FEA63JYV%252F2026-03-27%252Fimage%252F1f18158d-8f27-4ce7-abb8-36bee042c931_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:03:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EA63JYV/2026-03-27/image/1f18158d-8f27-4ce7-abb8-36bee042c931_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FEJ23WCK%252F2026-03-27%252Fimage%252Fc3d37f2c-68dd-42e7-a0e4-f523bf9b16af_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:03:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EJ23WCK/2026-03-27/image/c3d37f2c-68dd-42e7-a0e4-f523bf9b16af_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FLR11MYJ%252F2026-03-27%252Fimage%252Fa8dfef96-7b53-49cf-81bf-f19a5817aca1_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:03:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/LR11MYJ/2026-03-27/image/a8dfef96-7b53-49cf-81bf-f19a5817aca1_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:03:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/EO64ZVY/2026-03-27/image/f90b863d-695e-4d74-bc3c-5779d8f19390_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120852551?view=catalogue)
2026-03-30 10:03:01 [astonbarclay.gb] INFO: Found listing with ID: 120869913
2026-03-30 10:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120869913%27 HTTP/1.1" 200 None
2026-03-30 10:03:01 [astonbarclay.gb] INFO: Scrape type for 120869913: 1
2026-03-30 10:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FSV58FVL%252F2026-03-27%252Fimage%252F01fdcc2b-2fdf-48a1-9ccc-eb2c61a635a9_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:03:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/SV58FVL/2026-03-27/image/01fdcc2b-2fdf-48a1-9ccc-eb2c61a635a9_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FAY64MXK%252F2026-03-30%252Fimage%252F4e378a8c-9f98-45a4-9218-c08c66ae7fa7_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:03:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/AY64MXK/2026-03-30/image/4e378a8c-9f98-45a4-9218-c08c66ae7fa7_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FEO64ZVY%252F2026-03-27%252Fimage%252F3a221666-36de-45e3-a903-564d626c2444_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:03:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EO64ZVY/2026-03-27/image/3a221666-36de-45e3-a903-564d626c2444_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FRV11DVP%252F2026-03-27%252Fimage%252F1b025469-5c8b-4aa9-a82c-22a508558096_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:03:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/RV11DVP/2026-03-27/image/1b025469-5c8b-4aa9-a82c-22a508558096_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:03:01 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:03:01 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f43653baa10>
2026-03-30 10:03:01 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:03:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:03:01 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:03:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_51210752-cd93-53cf-9f68-b9648ba44455/51210752-cd93-53cf-9f68-b9648ba44455_image_2.jpg HTTP/1.1" 201 0
2026-03-30 10:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%252FAY64MXK%252F2026-03-30%252Fimage%252F7f4f9816-bc6a-4904-9563-d8fb1d1b2a91_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:03:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/AY64MXK/2026-03-30/image/7f4f9816-bc6a-4904-9563-d8fb1d1b2a91_removebg.jpg?w=600 saved to cache
2026-03-30 10:03:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 51210752-cd93-53cf-9f68-b9648ba44455
2026-03-30 10:03:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/EJ23WCK/2026-03-27/image/31e7f52e-6817-418a-9aaa-69899bdedb2b_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120853676?view=catalogue)
2026-03-30 10:03:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/LR11MYJ/2026-03-27/image/bc0d942a-c997-431a-99ea-462772091646_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120854303?view=catalogue)
2026-03-30 10:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FEA63JYV%252F2026-03-27%252Fimage%252F93307384-d9d2-497e-8c62-4e5dd38acff4_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:03:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EA63JYV/2026-03-27/image/93307384-d9d2-497e-8c62-4e5dd38acff4_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FEJ23WCK%252F2026-03-27%252Fimage%252Fa95dcf10-a5ec-4b9b-93a8-31a7d8abb176_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:03:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EJ23WCK/2026-03-27/image/a95dcf10-a5ec-4b9b-93a8-31a7d8abb176_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FLR11MYJ%252F2026-03-27%252Fimage%252F1e66931e-ef4d-4609-b3bc-b17e34a32695_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:03:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/LR11MYJ/2026-03-27/image/1e66931e-ef4d-4609-b3bc-b17e34a32695_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:03:01 [astonbarclay.gb] INFO: Found listing with ID: 120869591
2026-03-30 10:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120869591%27 HTTP/1.1" 200 None
2026-03-30 10:03:01 [astonbarclay.gb] INFO: Scrape type for 120869591: 1
2026-03-30 10:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FSV58FVL%252F2026-03-27%252Fimage%252F0cc0fa75-4335-43a5-979e-2d0f5774c62e_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:03:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/SV58FVL/2026-03-27/image/0cc0fa75-4335-43a5-979e-2d0f5774c62e_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FAY64MXK%252F2026-03-30%252Fimage%252F0a3852b6-4128-4fe1-ade2-55a41d6f1079_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:03:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/AY64MXK/2026-03-30/image/0a3852b6-4128-4fe1-ade2-55a41d6f1079_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FEO64ZVY%252F2026-03-27%252Fimage%252Fe21b46ae-a8de-4bfb-afbe-232006949aef_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:03:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EO64ZVY/2026-03-27/image/e21b46ae-a8de-4bfb-afbe-232006949aef_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FRV11DVP%252F2026-03-27%252Fimage%252Fcd2a6b03-cc75-48d6-8fdb-7f74b78b5745_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:03:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/RV11DVP/2026-03-27/image/cd2a6b03-cc75-48d6-8fdb-7f74b78b5745_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:03:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120859214?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:03:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120857228?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:03:01 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:03:01 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f43651e0390>
2026-03-30 10:03:01 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:03:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:03:01 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:03:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1b194829-c76e-5fd2-9d5e-027fa7dc15f1/1b194829-c76e-5fd2-9d5e-027fa7dc15f1_image_2.jpg HTTP/1.1" 201 0
2026-03-30 10:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%252FRV11DVP%252F2026-03-27%252Fimage%252F6dbc9343-116d-4b5b-8cf9-6c4ca89d5f1f_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:03:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/RV11DVP/2026-03-27/image/6dbc9343-116d-4b5b-8cf9-6c4ca89d5f1f_removebg.jpg?w=600 saved to cache
2026-03-30 10:03:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 1b194829-c76e-5fd2-9d5e-027fa7dc15f1
2026-03-30 10:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FEA63JYV%252F2026-03-27%252Fimage%252Fd8c9e0f3-e1e2-4139-b229-dfb0532498e7_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:03:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EA63JYV/2026-03-27/image/d8c9e0f3-e1e2-4139-b229-dfb0532498e7_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FEJ23WCK%252F2026-03-27%252Fimage%252Fb751fddc-2514-4d9a-8244-4c0f3327eaf2_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:03:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EJ23WCK/2026-03-27/image/b751fddc-2514-4d9a-8244-4c0f3327eaf2_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FLR11MYJ%252F2026-03-27%252Fimage%252Fb75c5960-d9b7-43a9-8b1a-3bd02ea86e0f_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:03:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/LR11MYJ/2026-03-27/image/b75c5960-d9b7-43a9-8b1a-3bd02ea86e0f_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:03:01 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:03:01 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:03:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120862781?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:03:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120869824?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:03:01 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:03:01 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f43652d9550>
2026-03-30 10:03:01 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:03:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:03:01 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:03:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_901bf81b-8614-597b-92e2-ca84dd7b4695/901bf81b-8614-597b-92e2-ca84dd7b4695_image_2.jpg HTTP/1.1" 201 0
2026-03-30 10:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%252FEO64ZVY%252F2026-03-27%252Fimage%252Ff90b863d-695e-4d74-bc3c-5779d8f19390_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:03:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EO64ZVY/2026-03-27/image/f90b863d-695e-4d74-bc3c-5779d8f19390_removebg.jpg?w=600 saved to cache
2026-03-30 10:03:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 901bf81b-8614-597b-92e2-ca84dd7b4695
2026-03-30 10:03:01 [astonbarclay.gb] INFO: Found listing with ID: 120869770
2026-03-30 10:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120869770%27 HTTP/1.1" 200 None
2026-03-30 10:03:01 [astonbarclay.gb] INFO: Scrape type for 120869770: 1
2026-03-30 10:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FRV11DVP%252F2026-03-27%252Fimage%252F0bbdaf49-e342-4aad-98c2-dce630d52104_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:03:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/RV11DVP/2026-03-27/image/0bbdaf49-e342-4aad-98c2-dce630d52104_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:03:01 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:03:01 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:03:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/EJ23WCK/2026-03-27/image/c3d37f2c-68dd-42e7-a0e4-f523bf9b16af_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120853676?view=catalogue)
2026-03-30 10:03:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/RV11DVP/2026-03-27/image/0903da89-d6d9-40b5-8e09-337aceb285c7_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120852018?view=catalogue)
2026-03-30 10:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FEA63JYV%252F2026-03-27%252Fimage%252F7f6b38bc-6281-417d-834b-a7278ed9f0f8_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:03:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EA63JYV/2026-03-27/image/7f6b38bc-6281-417d-834b-a7278ed9f0f8_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FEJ23WCK%252F2026-03-27%252Fimage%252F19b63686-a975-41b9-9df2-a48f041fc1e4_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:03:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EJ23WCK/2026-03-27/image/19b63686-a975-41b9-9df2-a48f041fc1e4_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FLR11MYJ%252F2026-03-27%252Fimage%252F1f5498da-5dbe-458c-a772-18b54f14cf8a_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:03:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/LR11MYJ/2026-03-27/image/1f5498da-5dbe-458c-a772-18b54f14cf8a_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:03:02 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:03:02 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f43650f9e90>
2026-03-30 10:03:02 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:03:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:03:02 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:03:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d0989946-9a1f-5157-9e8d-a2607b2d8fa0/d0989946-9a1f-5157-9e8d-a2607b2d8fa0_image_0.jpg HTTP/1.1" 201 0
2026-03-30 10:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FEJ23WCK%252F2026-03-27%252Fimage%252F31e7f52e-6817-418a-9aaa-69899bdedb2b_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:03:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EJ23WCK/2026-03-27/image/31e7f52e-6817-418a-9aaa-69899bdedb2b_removebg.jpg?w=600 saved to cache
2026-03-30 10:03:02 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item d0989946-9a1f-5157-9e8d-a2607b2d8fa0
2026-03-30 10:03:02 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:03:02 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f4365183d50>
2026-03-30 10:03:02 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:03:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:03:02 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:03:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_628e4ce8-42db-59fd-bc16-d27f3ef4b9da/628e4ce8-42db-59fd-bc16-d27f3ef4b9da_image_0.jpg HTTP/1.1" 201 0
2026-03-30 10:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FLR11MYJ%252F2026-03-27%252Fimage%252Fbc0d942a-c997-431a-99ea-462772091646_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:03:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/LR11MYJ/2026-03-27/image/bc0d942a-c997-431a-99ea-462772091646_removebg.jpg?w=600 saved to cache
2026-03-30 10:03:02 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 628e4ce8-42db-59fd-bc16-d27f3ef4b9da
2026-03-30 10:03:02 [astonbarclay.gb] INFO: Found listing with ID: 120869976
2026-03-30 10:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120869976%27 HTTP/1.1" 200 None
2026-03-30 10:03:02 [astonbarclay.gb] INFO: Scrape type for 120869976: 1
2026-03-30 10:03:02 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120859214, 'registration': 'GL59EZH', 'account': 'WBA004', 'make': 'FIAT', 'model': '500 HATCHBACK', 'derivative': '1.2 Pop 3dr', 'mileage': 95619, 'mileageWarranty': True, 'type': 'car', 'saleId': 19238, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 727}, 'saleStart': '2026-04-06T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2009-11-30', 'fuel': 'Petrol', 'motExpiry': '2026-06-15', 'doors': 3, 'engineSize': 1242, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/GL59EZH/2026-03-27/image/1c7dc889-0034-4903-9c53-8c8fe494fad8_removebg.jpg?w=600', 'https://abimg003.imgix.net/GL59EZH/2026-03-27/image/27b65720-28b2-4e7a-bb1c-9b6e748661ff_removebg.jpg?w=600', 'https://abimg003.imgix.net/GL59EZH/2026-03-27/image/af23a847-af7c-408e-aeed-f914df06593d_removebg.jpg?w=600', 'https://abimg003.imgix.net/GL59EZH/2026-03-27/image/845e1d5b-358a-4daa-bc0a-ec6a6585fcb6_removebg.jpg?w=600', 'https://abimg003.imgix.net/GL59EZH/2026-03-27/image/14da57ee-7056-4a29-9212-0886fb048ddf_removebg.jpg?w=600', 'https://abimg003.imgix.net/GL59EZH/2026-03-27/image/ad312af5-8173-4578-87f8-1faaf30d2a05_removebg.jpg?w=600', 'https://abimg003.imgix.net/GL59EZH/2026-03-27/image/3a14a3d2-5674-42c3-a80b-4e4f34c90fa2_removebg.jpg?w=600', 'https://abimg003.imgix.net/GL59EZH/2026-03-27/image/dd8c2858-8ae6-4bee-92b9-d5668d4c78f6_removebg.jpg?w=600', 'https://abimg003.imgix.net/GL59EZH/2026-03-27/image/a30062d5-004c-448e-a211-9d080a7e34b1_removebg.jpg?w=600', 'https://abimg003.imgix.net/GL59EZH/2026-03-27/image/7dece86c-7b17-4fb5-bb31-c5ccdbb6ff24_removebg.jpg?w=600', 'https://abimg003.imgix.net/GL59EZH/2026-03-27/image/2ddbd966-0d4c-4555-8550-95268539820d_removebg.jpg?w=600', 'https://abimg003.imgix.net/GL59EZH/2026-03-27/image/806eded1-765e-4af2-847c-9dbfb024cc06_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 10/10-5K, 10/11-11K, 11/12-17K, 11/13-24K, 11/14-31K, 04/16-43K, 12/16-47K, 04/19-51K, 09/20-57K', 'remarks': 'VOSA STATES 80K, 88K, 89K, 89K', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '7', 'v5': True, 'v5details': 'Here', 'co2': 119, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/827f3db9-be4d-4b11-abe3-edce343d9413.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:03:02 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120859214, 'registration': 'GL59EZH', 'account': 'WBA004', 'make': 'FIAT', 'model': '500 HATCHBACK', 'derivative': '1.2 Pop 3dr', 'mileage': 95619, 'mileageWarranty': True, 'type': 'car', 'saleId': 19238, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 727}, 'saleStart': '2026-04-06T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2009-11-30', 'fuel': 'Petrol', 'motExpiry': '2026-06-15', 'doors': 3, 'engineSize': 1242, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/GL59EZH/2026-03-27/image/1c7dc889-0034-4903-9c53-8c8fe494fad8_removebg.jpg?w=600', 'https://abimg003.imgix.net/GL59EZH/2026-03-27/image/27b65720-28b2-4e7a-bb1c-9b6e748661ff_removebg.jpg?w=600', 'https://abimg003.imgix.net/GL59EZH/2026-03-27/image/af23a847-af7c-408e-aeed-f914df06593d_removebg.jpg?w=600', 'https://abimg003.imgix.net/GL59EZH/2026-03-27/image/845e1d5b-358a-4daa-bc0a-ec6a6585fcb6_removebg.jpg?w=600', 'https://abimg003.imgix.net/GL59EZH/2026-03-27/image/14da57ee-7056-4a29-9212-0886fb048ddf_removebg.jpg?w=600', 'https://abimg003.imgix.net/GL59EZH/2026-03-27/image/ad312af5-8173-4578-87f8-1faaf30d2a05_removebg.jpg?w=600', 'https://abimg003.imgix.net/GL59EZH/2026-03-27/image/3a14a3d2-5674-42c3-a80b-4e4f34c90fa2_removebg.jpg?w=600', 'https://abimg003.imgix.net/GL59EZH/2026-03-27/image/dd8c2858-8ae6-4bee-92b9-d5668d4c78f6_removebg.jpg?w=600', 'https://abimg003.imgix.net/GL59EZH/2026-03-27/image/a30062d5-004c-448e-a211-9d080a7e34b1_removebg.jpg?w=600', 'https://abimg003.imgix.net/GL59EZH/2026-03-27/image/7dece86c-7b17-4fb5-bb31-c5ccdbb6ff24_removebg.jpg?w=600', 'https://abimg003.imgix.net/GL59EZH/2026-03-27/image/2ddbd966-0d4c-4555-8550-95268539820d_removebg.jpg?w=600', 'https://abimg003.imgix.net/GL59EZH/2026-03-27/image/806eded1-765e-4af2-847c-9dbfb024cc06_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 10/10-5K, 10/11-11K, 11/12-17K, 11/13-24K, 11/14-31K, 04/16-43K, 12/16-47K, 04/19-51K, 09/20-57K', 'remarks': 'VOSA STATES 80K, 88K, 89K, 89K', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '7', 'v5': True, 'v5details': 'Here', 'co2': 119, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/827f3db9-be4d-4b11-abe3-edce343d9413.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:03:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 291b5846-9946-56ed-9f64-d493546ed195 with identifier: 120859214
2026-03-30 10:03:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 291b5846-9946-56ed-9f64-d493546ed195 with scrape type 1
2026-03-30 10:03:02 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 291b5846-9946-56ed-9f64-d493546ed195
2026-03-30 10:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FGL59EZH%252F2026-03-27%252Fimage%252F1c7dc889-0034-4903-9c53-8c8fe494fad8_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:03:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/GL59EZH/2026-03-27/image/1c7dc889-0034-4903-9c53-8c8fe494fad8_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:03:02 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120857228, 'registration': 'AV63FTP', 'account': 'WBA004', 'make': 'FORD', 'model': 'FIESTA HATCHBACK', 'derivative': '1.25 Style 3dr', 'mileage': 82366, 'mileageWarranty': True, 'type': 'car', 'saleId': 19238, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 727}, 'saleStart': '2026-04-06T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2014-02-28', 'fuel': 'Petrol', 'motExpiry': '2026-11-23', 'doors': 3, 'engineSize': 1242, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/AV63FTP/2026-03-28/image/cfdba6d0-26c9-4726-8886-1729cfde2b43_removebg.jpg?w=600', 'https://abimg003.imgix.net/AV63FTP/2026-03-28/image/63cacf7f-9d5a-4c6b-a9fb-36bc15052552_removebg.jpg?w=600', 'https://abimg003.imgix.net/AV63FTP/2026-03-28/image/0228615c-3aa8-4212-950a-29cd09ae21f2_removebg.jpg?w=600', 'https://abimg003.imgix.net/AV63FTP/2026-03-28/image/fdef774d-f4e8-423d-8f19-9ead57059d1a_removebg.jpg?w=600', 'https://abimg003.imgix.net/AV63FTP/2026-03-28/image/16e3451a-97b6-42a2-b584-b2c6a9a36645_removebg.jpg?w=600', 'https://abimg003.imgix.net/AV63FTP/2026-03-28/image/c3ee4f62-a3b5-4ac5-8746-a432ffb79ee6_removebg.jpg?w=600', 'https://abimg003.imgix.net/AV63FTP/2026-03-28/image/234ffc90-5113-402c-bd12-fb15243c9c64_removebg.jpg?w=600', 'https://abimg003.imgix.net/AV63FTP/2026-03-28/image/de1850e8-c874-4b26-8f70-08e12716c1fe_removebg.jpg?w=600', 'https://abimg003.imgix.net/AV63FTP/2026-03-28/image/90240e63-5d40-4f0d-8590-7c35634a8cf6_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 03/15 4K - 03/16 10K 04/19 51K', 'remarks': 'VOSA STATES 67K- 71K- 76K - 81K -', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 120, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/1589e719-fa92-47cf-9bbb-1dc27671ac11.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:03:02 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120857228, 'registration': 'AV63FTP', 'account': 'WBA004', 'make': 'FORD', 'model': 'FIESTA HATCHBACK', 'derivative': '1.25 Style 3dr', 'mileage': 82366, 'mileageWarranty': True, 'type': 'car', 'saleId': 19238, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 727}, 'saleStart': '2026-04-06T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2014-02-28', 'fuel': 'Petrol', 'motExpiry': '2026-11-23', 'doors': 3, 'engineSize': 1242, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/AV63FTP/2026-03-28/image/cfdba6d0-26c9-4726-8886-1729cfde2b43_removebg.jpg?w=600', 'https://abimg003.imgix.net/AV63FTP/2026-03-28/image/63cacf7f-9d5a-4c6b-a9fb-36bc15052552_removebg.jpg?w=600', 'https://abimg003.imgix.net/AV63FTP/2026-03-28/image/0228615c-3aa8-4212-950a-29cd09ae21f2_removebg.jpg?w=600', 'https://abimg003.imgix.net/AV63FTP/2026-03-28/image/fdef774d-f4e8-423d-8f19-9ead57059d1a_removebg.jpg?w=600', 'https://abimg003.imgix.net/AV63FTP/2026-03-28/image/16e3451a-97b6-42a2-b584-b2c6a9a36645_removebg.jpg?w=600', 'https://abimg003.imgix.net/AV63FTP/2026-03-28/image/c3ee4f62-a3b5-4ac5-8746-a432ffb79ee6_removebg.jpg?w=600', 'https://abimg003.imgix.net/AV63FTP/2026-03-28/image/234ffc90-5113-402c-bd12-fb15243c9c64_removebg.jpg?w=600', 'https://abimg003.imgix.net/AV63FTP/2026-03-28/image/de1850e8-c874-4b26-8f70-08e12716c1fe_removebg.jpg?w=600', 'https://abimg003.imgix.net/AV63FTP/2026-03-28/image/90240e63-5d40-4f0d-8590-7c35634a8cf6_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 03/15 4K - 03/16 10K 04/19 51K', 'remarks': 'VOSA STATES 67K- 71K- 76K - 81K -', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 120, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/1589e719-fa92-47cf-9bbb-1dc27671ac11.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:03:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 711cb640-07f1-5908-81e7-75232c49f03a with identifier: 120857228
2026-03-30 10:03:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 711cb640-07f1-5908-81e7-75232c49f03a with scrape type 1
2026-03-30 10:03:02 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 9 photos for item 711cb640-07f1-5908-81e7-75232c49f03a
2026-03-30 10:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FAV63FTP%252F2026-03-28%252Fimage%252Fcfdba6d0-26c9-4726-8886-1729cfde2b43_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:03:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/AV63FTP/2026-03-28/image/cfdba6d0-26c9-4726-8886-1729cfde2b43_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:03:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/EJ23WCK/2026-03-27/image/a95dcf10-a5ec-4b9b-93a8-31a7d8abb176_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120853676?view=catalogue)
2026-03-30 10:03:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/LR11MYJ/2026-03-27/image/a8dfef96-7b53-49cf-81bf-f19a5817aca1_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120854303?view=catalogue)
2026-03-30 10:03:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/LR11MYJ/2026-03-27/image/1e66931e-ef4d-4609-b3bc-b17e34a32695_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120854303?view=catalogue)
2026-03-30 10:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FEA63JYV%252F2026-03-27%252Fimage%252F7598c35a-7575-46b0-9ea3-261adfb1efd4_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:03:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EA63JYV/2026-03-27/image/7598c35a-7575-46b0-9ea3-261adfb1efd4_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FEJ23WCK%252F2026-03-27%252Fimage%252F26f0d73b-72cf-4f5b-a077-7f4026a37395_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:03:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EJ23WCK/2026-03-27/image/26f0d73b-72cf-4f5b-a077-7f4026a37395_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FLR11MYJ%252F2026-03-27%252Fimage%252F69846f86-707e-40de-9681-1df103d38663_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:03:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/LR11MYJ/2026-03-27/image/69846f86-707e-40de-9681-1df103d38663_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:03:02 [astonbarclay.gb] INFO: Found listing with ID: 120870483
2026-03-30 10:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120870483%27 HTTP/1.1" 200 None
2026-03-30 10:03:02 [astonbarclay.gb] INFO: Scrape type for 120870483: 1
2026-03-30 10:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FGL59EZH%252F2026-03-27%252Fimage%252F27b65720-28b2-4e7a-bb1c-9b6e748661ff_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:03:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/GL59EZH/2026-03-27/image/27b65720-28b2-4e7a-bb1c-9b6e748661ff_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FAV63FTP%252F2026-03-28%252Fimage%252F63cacf7f-9d5a-4c6b-a9fb-36bc15052552_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:03:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/AV63FTP/2026-03-28/image/63cacf7f-9d5a-4c6b-a9fb-36bc15052552_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:03:02 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120862781, 'registration': 'DN11LTJ', 'account': 'WBA004', 'make': 'PEUGEOT', 'model': '207 HATCHBACK SPECIAL EDITIONS', 'derivative': '1.4 Envy 5dr', 'mileage': 78940, 'mileageWarranty': True, 'type': 'car', 'saleId': 19238, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 727}, 'saleStart': '2026-04-06T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2011-03-30', 'fuel': 'Petrol', 'motExpiry': '2026-05-26', 'doors': 5, 'engineSize': 1360, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/DN11LTJ/2026-03-28/image/0961fb26-f65e-4d99-91ee-220fe4d9caf6_removebg.jpg?w=600', 'https://abimg003.imgix.net/DN11LTJ/2026-03-28/image/1cb89037-ed99-4c63-839d-34b20226851f_removebg.jpg?w=600', 'https://abimg003.imgix.net/DN11LTJ/2026-03-28/image/89d5ade7-3a5b-49f7-8095-9247e36a6d3c_removebg.jpg?w=600', 'https://abimg003.imgix.net/DN11LTJ/2026-03-28/image/841128b0-4b21-46a7-b894-b17437fb92fe_removebg.jpg?w=600', 'https://abimg003.imgix.net/DN11LTJ/2026-03-28/image/01ad26eb-d628-46d4-9c15-9c9f81b16633_removebg.jpg?w=600', 'https://abimg003.imgix.net/DN11LTJ/2026-03-28/image/4960da4a-011c-4d5c-8100-1cc58782f38a_removebg.jpg?w=600', 'https://abimg003.imgix.net/DN11LTJ/2026-03-28/image/2456a652-2251-4569-8d5a-f5f189e8380c_removebg.jpg?w=600', 'https://abimg003.imgix.net/DN11LTJ/2026-03-28/image/291ac7ea-0d00-49d1-a1aa-f5452f7b1a20_removebg.jpg?w=600', 'https://abimg003.imgix.net/DN11LTJ/2026-03-28/image/5854daaf-e99f-44ea-949e-779c867da0f9_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '6', 'v5': False, 'v5details': None, 'co2': 145, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/280bc9f6-4b9c-484e-a79b-a9f12b430693.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:03:02 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120862781, 'registration': 'DN11LTJ', 'account': 'WBA004', 'make': 'PEUGEOT', 'model': '207 HATCHBACK SPECIAL EDITIONS', 'derivative': '1.4 Envy 5dr', 'mileage': 78940, 'mileageWarranty': True, 'type': 'car', 'saleId': 19238, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 727}, 'saleStart': '2026-04-06T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2011-03-30', 'fuel': 'Petrol', 'motExpiry': '2026-05-26', 'doors': 5, 'engineSize': 1360, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/DN11LTJ/2026-03-28/image/0961fb26-f65e-4d99-91ee-220fe4d9caf6_removebg.jpg?w=600', 'https://abimg003.imgix.net/DN11LTJ/2026-03-28/image/1cb89037-ed99-4c63-839d-34b20226851f_removebg.jpg?w=600', 'https://abimg003.imgix.net/DN11LTJ/2026-03-28/image/89d5ade7-3a5b-49f7-8095-9247e36a6d3c_removebg.jpg?w=600', 'https://abimg003.imgix.net/DN11LTJ/2026-03-28/image/841128b0-4b21-46a7-b894-b17437fb92fe_removebg.jpg?w=600', 'https://abimg003.imgix.net/DN11LTJ/2026-03-28/image/01ad26eb-d628-46d4-9c15-9c9f81b16633_removebg.jpg?w=600', 'https://abimg003.imgix.net/DN11LTJ/2026-03-28/image/4960da4a-011c-4d5c-8100-1cc58782f38a_removebg.jpg?w=600', 'https://abimg003.imgix.net/DN11LTJ/2026-03-28/image/2456a652-2251-4569-8d5a-f5f189e8380c_removebg.jpg?w=600', 'https://abimg003.imgix.net/DN11LTJ/2026-03-28/image/291ac7ea-0d00-49d1-a1aa-f5452f7b1a20_removebg.jpg?w=600', 'https://abimg003.imgix.net/DN11LTJ/2026-03-28/image/5854daaf-e99f-44ea-949e-779c867da0f9_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '6', 'v5': False, 'v5details': None, 'co2': 145, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/280bc9f6-4b9c-484e-a79b-a9f12b430693.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:03:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2a39de84-8a97-5463-a289-594c7342ed22 with identifier: 120862781
2026-03-30 10:03:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2a39de84-8a97-5463-a289-594c7342ed22 with scrape type 1
2026-03-30 10:03:02 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 9 photos for item 2a39de84-8a97-5463-a289-594c7342ed22
2026-03-30 10:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FDN11LTJ%252F2026-03-28%252Fimage%252F0961fb26-f65e-4d99-91ee-220fe4d9caf6_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:03:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/DN11LTJ/2026-03-28/image/0961fb26-f65e-4d99-91ee-220fe4d9caf6_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:03:02 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120869824, 'registration': 'PX06PMY', 'account': 'WBA004', 'make': 'CITROEN', 'model': 'C4 HATCHBACK', 'derivative': '1.6i 16V SX 5dr Auto', 'mileage': 69366, 'mileageWarranty': True, 'type': 'car', 'saleId': 19238, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 727}, 'saleStart': '2026-04-06T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2006-03-01', 'fuel': 'Petrol', 'motExpiry': '2026-12-02', 'doors': 5, 'engineSize': 1587, 'bodyType': 'Hatchback', 'images': None, 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': False, 'v5details': None, 'co2': 180, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/302354af-a931-4b15-9ad1-2ef385a5ffc0.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:03:02 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120869824, 'registration': 'PX06PMY', 'account': 'WBA004', 'make': 'CITROEN', 'model': 'C4 HATCHBACK', 'derivative': '1.6i 16V SX 5dr Auto', 'mileage': 69366, 'mileageWarranty': True, 'type': 'car', 'saleId': 19238, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 727}, 'saleStart': '2026-04-06T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2006-03-01', 'fuel': 'Petrol', 'motExpiry': '2026-12-02', 'doors': 5, 'engineSize': 1587, 'bodyType': 'Hatchback', 'images': None, 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': False, 'v5details': None, 'co2': 180, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/302354af-a931-4b15-9ad1-2ef385a5ffc0.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:03:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 65aacc5f-82d2-57d2-9a51-0c254786ad39 with identifier: 120869824
2026-03-30 10:03:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 65aacc5f-82d2-57d2-9a51-0c254786ad39 with scrape type 1
2026-03-30 10:03:02 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 0 photos for item 65aacc5f-82d2-57d2-9a51-0c254786ad39
2026-03-30 10:03:02 [crawlers.middlewares.photo_download_middleware] INFO: No photos to download for item 65aacc5f-82d2-57d2-9a51-0c254786ad39
2026-03-30 10:03:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 65aacc5f-82d2-57d2-9a51-0c254786ad39, identifier: 120869824
2026-03-30 10:03:02 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:03:02 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f4367c585d0>
2026-03-30 10:03:02 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:03:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:03:02 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:03:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d0989946-9a1f-5157-9e8d-a2607b2d8fa0/d0989946-9a1f-5157-9e8d-a2607b2d8fa0_image_2.jpg HTTP/1.1" 201 0
2026-03-30 10:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FEJ23WCK%252F2026-03-27%252Fimage%252Fc3d37f2c-68dd-42e7-a0e4-f523bf9b16af_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:03:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EJ23WCK/2026-03-27/image/c3d37f2c-68dd-42e7-a0e4-f523bf9b16af_removebg.jpg?w=600 saved to cache
2026-03-30 10:03:02 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item d0989946-9a1f-5157-9e8d-a2607b2d8fa0
2026-03-30 10:03:02 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:03:02 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f4365008690>
2026-03-30 10:03:02 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:03:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:03:02 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:03:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1b194829-c76e-5fd2-9d5e-027fa7dc15f1/1b194829-c76e-5fd2-9d5e-027fa7dc15f1_image_6.jpg HTTP/1.1" 201 0
2026-03-30 10:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FRV11DVP%252F2026-03-27%252Fimage%252F0903da89-d6d9-40b5-8e09-337aceb285c7_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:03:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/RV11DVP/2026-03-27/image/0903da89-d6d9-40b5-8e09-337aceb285c7_removebg.jpg?w=600 saved to cache
2026-03-30 10:03:02 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 1b194829-c76e-5fd2-9d5e-027fa7dc15f1
2026-03-30 10:03:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/EJ23WCK/2026-03-27/image/b751fddc-2514-4d9a-8244-4c0f3327eaf2_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120853676?view=catalogue)
2026-03-30 10:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FEJ23WCK%252F2026-03-27%252Fimage%252Fa6382481-6a87-4425-9988-b1cbad6b4b98_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:03:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EJ23WCK/2026-03-27/image/a6382481-6a87-4425-9988-b1cbad6b4b98_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FLR11MYJ%252F2026-03-27%252Fimage%252F9d5eebcf-e920-4636-bb99-545ef6d94c08_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:03:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/LR11MYJ/2026-03-27/image/9d5eebcf-e920-4636-bb99-545ef6d94c08_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:03:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120870897?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:03:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 65aacc5f-82d2-57d2-9a51-0c254786ad39 with identifier: 120869824
2026-03-30 10:03:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 65aacc5f-82d2-57d2-9a51-0c254786ad39 with identifier: 120869824
2026-03-30 10:03:03 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 65aacc5f-82d2-57d2-9a51-0c254786ad39 with identifier: 120869824 to the API
2026-03-30 10:03:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 10:03:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120869824?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 180,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 4',
'engine': '1.6L',
'expiration_date': '2026-04-06T12:00:00Z',
'fuel_type': 'Petrol',
'id': '65aacc5f-82d2-57d2-9a51-0c254786ad39',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'PX06PMY',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120869824',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'CITROEN',
'model': 'C4 HATCHBACK',
'odometer': 69366,
'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': 'CITROEN C4 HATCHBACK 1.6i 16V SX 5dr Auto',
'transmission': 'automatic',
'trim': '1.6i 16V SX 5dr Auto',
'vin': None,
'year': 2006}
2026-03-30 10:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120869824%27 HTTP/1.1" 200 None
2026-03-30 10:03:03 [astonbarclay.gb] INFO: Saving data for 120869824: {'created_time': 1774864983.443666, 'last_price_update_time': 1774864983.443691, 'auction_closing_time': 1775476800.0}
2026-03-30 10:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120869824') HTTP/1.1" 204 0
2026-03-30 10:03:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/EO64ZVY/2026-03-27/image/e21b46ae-a8de-4bfb-afbe-232006949aef_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120852551?view=catalogue)
2026-03-30 10:03:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/LR11MYJ/2026-03-27/image/b75c5960-d9b7-43a9-8b1a-3bd02ea86e0f_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120854303?view=catalogue)
2026-03-30 10:03:03 [astonbarclay.gb] INFO: Found listing with ID: 120870925
2026-03-30 10:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120870925%27 HTTP/1.1" 200 None
2026-03-30 10:03:03 [astonbarclay.gb] INFO: Scrape type for 120870925: 1
2026-03-30 10:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FGL59EZH%252F2026-03-27%252Fimage%252Faf23a847-af7c-408e-aeed-f914df06593d_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:03:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/GL59EZH/2026-03-27/image/af23a847-af7c-408e-aeed-f914df06593d_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FAV63FTP%252F2026-03-28%252Fimage%252F0228615c-3aa8-4212-950a-29cd09ae21f2_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:03:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/AV63FTP/2026-03-28/image/0228615c-3aa8-4212-950a-29cd09ae21f2_removebg.jpg?w=600 not downloaded yet
2026-03-30 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-30 10:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FDN11LTJ%252F2026-03-28%252Fimage%252F1cb89037-ed99-4c63-839d-34b20226851f_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:03:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/DN11LTJ/2026-03-28/image/1cb89037-ed99-4c63-839d-34b20226851f_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:03:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/EJ23WCK/2026-03-27/image/19b63686-a975-41b9-9df2-a48f041fc1e4_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120853676?view=catalogue)
2026-03-30 10:03:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/EA63JYV/2026-03-27/image/7f6b38bc-6281-417d-834b-a7278ed9f0f8_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120856408?view=catalogue)
2026-03-30 10:03:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/LR11MYJ/2026-03-27/image/1f5498da-5dbe-458c-a772-18b54f14cf8a_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120854303?view=catalogue)
2026-03-30 10:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FEJ23WCK%252F2026-03-27%252Fimage%252Fded9bf81-3388-463f-8742-9306bcef948a_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:03:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EJ23WCK/2026-03-27/image/ded9bf81-3388-463f-8742-9306bcef948a_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FLR11MYJ%252F2026-03-27%252Fimage%252Fbedf0014-2025-4b91-be65-1bd7dbfab819_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:03:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/LR11MYJ/2026-03-27/image/bedf0014-2025-4b91-be65-1bd7dbfab819_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:03:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120870906?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:03:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120863807?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:03:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120859033?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:03:03 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:03:03 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f436538e450>
2026-03-30 10:03:03 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 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-30 10:03:03 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:03:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d0989946-9a1f-5157-9e8d-a2607b2d8fa0/d0989946-9a1f-5157-9e8d-a2607b2d8fa0_image_3.jpg HTTP/1.1" 201 0
2026-03-30 10:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%252FEJ23WCK%252F2026-03-27%252Fimage%252Fa95dcf10-a5ec-4b9b-93a8-31a7d8abb176_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:03:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EJ23WCK/2026-03-27/image/a95dcf10-a5ec-4b9b-93a8-31a7d8abb176_removebg.jpg?w=600 saved to cache
2026-03-30 10:03:03 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item d0989946-9a1f-5157-9e8d-a2607b2d8fa0
2026-03-30 10:03:03 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:03:03 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f4365194ed0>
2026-03-30 10:03:03 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 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-30 10:03:03 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:03:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_628e4ce8-42db-59fd-bc16-d27f3ef4b9da/628e4ce8-42db-59fd-bc16-d27f3ef4b9da_image_2.jpg HTTP/1.1" 201 0
2026-03-30 10:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%252FLR11MYJ%252F2026-03-27%252Fimage%252Fa8dfef96-7b53-49cf-81bf-f19a5817aca1_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:03:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/LR11MYJ/2026-03-27/image/a8dfef96-7b53-49cf-81bf-f19a5817aca1_removebg.jpg?w=600 saved to cache
2026-03-30 10:03:03 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 628e4ce8-42db-59fd-bc16-d27f3ef4b9da
2026-03-30 10:03:03 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:03:03 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f4365464910>
2026-03-30 10:03:03 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 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-30 10:03:03 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:03:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_628e4ce8-42db-59fd-bc16-d27f3ef4b9da/628e4ce8-42db-59fd-bc16-d27f3ef4b9da_image_3.jpg HTTP/1.1" 201 0
2026-03-30 10:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%252FLR11MYJ%252F2026-03-27%252Fimage%252F1e66931e-ef4d-4609-b3bc-b17e34a32695_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:03:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/LR11MYJ/2026-03-27/image/1e66931e-ef4d-4609-b3bc-b17e34a32695_removebg.jpg?w=600 saved to cache
2026-03-30 10:03:03 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 628e4ce8-42db-59fd-bc16-d27f3ef4b9da
2026-03-30 10:03:03 [astonbarclay.gb] INFO: Found listing with ID: 120870067
2026-03-30 10:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120870067%27 HTTP/1.1" 200 None
2026-03-30 10:03:03 [astonbarclay.gb] INFO: Scrape type for 120870067: 1
2026-03-30 10:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FGL59EZH%252F2026-03-27%252Fimage%252F845e1d5b-358a-4daa-bc0a-ec6a6585fcb6_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:03:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/GL59EZH/2026-03-27/image/845e1d5b-358a-4daa-bc0a-ec6a6585fcb6_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FAV63FTP%252F2026-03-28%252Fimage%252Ffdef774d-f4e8-423d-8f19-9ead57059d1a_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:03:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/AV63FTP/2026-03-28/image/fdef774d-f4e8-423d-8f19-9ead57059d1a_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FDN11LTJ%252F2026-03-28%252Fimage%252F89d5ade7-3a5b-49f7-8095-9247e36a6d3c_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:03:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/DN11LTJ/2026-03-28/image/89d5ade7-3a5b-49f7-8095-9247e36a6d3c_removebg.jpg?w=600 not downloaded yet
2026-03-30 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-30 10:03:03 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:03:03 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f43666128d0>
2026-03-30 10:03:03 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 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-30 10:03:03 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:03:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d0989946-9a1f-5157-9e8d-a2607b2d8fa0/d0989946-9a1f-5157-9e8d-a2607b2d8fa0_image_4.jpg HTTP/1.1" 201 0
2026-03-30 10:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%252FEJ23WCK%252F2026-03-27%252Fimage%252Fb751fddc-2514-4d9a-8244-4c0f3327eaf2_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:03:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EJ23WCK/2026-03-27/image/b751fddc-2514-4d9a-8244-4c0f3327eaf2_removebg.jpg?w=600 saved to cache
2026-03-30 10:03:03 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item d0989946-9a1f-5157-9e8d-a2607b2d8fa0
2026-03-30 10:03:03 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120870897, 'registration': 'EA56MRV', 'account': 'WBA004', 'make': 'JAGUAR', 'model': 'S-TYPE SALOON', 'derivative': '3.0 V6 S 4dr Auto [Euro 4]', 'mileage': 103019, 'mileageWarranty': True, 'type': 'car', 'saleId': 19238, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 727}, 'saleStart': '2026-04-06T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2006-10-19', 'fuel': 'Petrol', 'motExpiry': '2027-02-14', 'doors': 4, 'engineSize': 2967, 'bodyType': 'Saloon', 'images': None, 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': False, 'v5details': None, 'co2': 259, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/65711df7-8709-4a43-a360-9e412efca6f9.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:03:03 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120870897, 'registration': 'EA56MRV', 'account': 'WBA004', 'make': 'JAGUAR', 'model': 'S-TYPE SALOON', 'derivative': '3.0 V6 S 4dr Auto [Euro 4]', 'mileage': 103019, 'mileageWarranty': True, 'type': 'car', 'saleId': 19238, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 727}, 'saleStart': '2026-04-06T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2006-10-19', 'fuel': 'Petrol', 'motExpiry': '2027-02-14', 'doors': 4, 'engineSize': 2967, 'bodyType': 'Saloon', 'images': None, 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': False, 'v5details': None, 'co2': 259, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/65711df7-8709-4a43-a360-9e412efca6f9.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:03:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b7e320f4-ef67-5f47-8452-9ca4ba62f2cd with identifier: 120870897
2026-03-30 10:03:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b7e320f4-ef67-5f47-8452-9ca4ba62f2cd with scrape type 1
2026-03-30 10:03:03 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 0 photos for item b7e320f4-ef67-5f47-8452-9ca4ba62f2cd
2026-03-30 10:03:03 [crawlers.middlewares.photo_download_middleware] INFO: No photos to download for item b7e320f4-ef67-5f47-8452-9ca4ba62f2cd
2026-03-30 10:03:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: b7e320f4-ef67-5f47-8452-9ca4ba62f2cd, identifier: 120870897
2026-03-30 10:03:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: b7e320f4-ef67-5f47-8452-9ca4ba62f2cd with identifier: 120870897
2026-03-30 10:03:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: b7e320f4-ef67-5f47-8452-9ca4ba62f2cd with identifier: 120870897
2026-03-30 10:03:04 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: b7e320f4-ef67-5f47-8452-9ca4ba62f2cd with identifier: 120870897 to the API
2026-03-30 10:03:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 10:03:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120870897?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 259,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 4,
'emission_standard': 'EURO 4',
'engine': '3.0L',
'expiration_date': '2026-04-06T12:00:00Z',
'fuel_type': 'Petrol',
'id': 'b7e320f4-ef67-5f47-8452-9ca4ba62f2cd',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'EA56MRV',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120870897',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'JAGUAR',
'model': 'S-TYPE SALOON',
'odometer': 103019,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2006-10-19',
'seller_name': 'UKCGR - Trade',
'title': 'JAGUAR S-TYPE SALOON 3.0 V6 S 4dr Auto [Euro 4]',
'transmission': 'automatic',
'trim': '3.0 V6 S 4dr Auto [Euro 4]',
'vin': None,
'year': 2006}
2026-03-30 10:03:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120870897%27 HTTP/1.1" 200 None
2026-03-30 10:03:04 [astonbarclay.gb] INFO: Saving data for 120870897: {'created_time': 1774864984.465292, 'last_price_update_time': 1774864984.465306, 'auction_closing_time': 1775476800.0}
2026-03-30 10:03:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120870897') HTTP/1.1" 204 0
2026-03-30 10:03:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/DN11LTJ/2026-03-28/image/0961fb26-f65e-4d99-91ee-220fe4d9caf6_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120862781?view=catalogue)
2026-03-30 10:03:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/LR11MYJ/2026-03-27/image/69846f86-707e-40de-9681-1df103d38663_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120854303?view=catalogue)
2026-03-30 10:03:04 [astonbarclay.gb] INFO: Found listing with ID: 120869696
2026-03-30 10:03:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120869696%27 HTTP/1.1" 200 None
2026-03-30 10:03:04 [astonbarclay.gb] INFO: Scrape type for 120869696: 1
2026-03-30 10:03:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FGL59EZH%252F2026-03-27%252Fimage%252F14da57ee-7056-4a29-9212-0886fb048ddf_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:03:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/GL59EZH/2026-03-27/image/14da57ee-7056-4a29-9212-0886fb048ddf_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:03:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FAV63FTP%252F2026-03-28%252Fimage%252F16e3451a-97b6-42a2-b584-b2c6a9a36645_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:03:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/AV63FTP/2026-03-28/image/16e3451a-97b6-42a2-b584-b2c6a9a36645_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:03:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FDN11LTJ%252F2026-03-28%252Fimage%252F841128b0-4b21-46a7-b894-b17437fb92fe_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:03:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/DN11LTJ/2026-03-28/image/841128b0-4b21-46a7-b894-b17437fb92fe_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:03:04 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:03:04 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f4365284f50>
2026-03-30 10:03:04 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:03:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:03:04 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:03:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_901bf81b-8614-597b-92e2-ca84dd7b4695/901bf81b-8614-597b-92e2-ca84dd7b4695_image_8.jpg HTTP/1.1" 201 0
2026-03-30 10:03:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FEO64ZVY%252F2026-03-27%252Fimage%252Fe21b46ae-a8de-4bfb-afbe-232006949aef_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:03:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EO64ZVY/2026-03-27/image/e21b46ae-a8de-4bfb-afbe-232006949aef_removebg.jpg?w=600 saved to cache
2026-03-30 10:03:04 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 901bf81b-8614-597b-92e2-ca84dd7b4695
2026-03-30 10:03:04 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:03:04 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f43664dde50>
2026-03-30 10:03:04 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:03:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:03:04 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:03:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_628e4ce8-42db-59fd-bc16-d27f3ef4b9da/628e4ce8-42db-59fd-bc16-d27f3ef4b9da_image_4.jpg HTTP/1.1" 201 0
2026-03-30 10:03:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FLR11MYJ%252F2026-03-27%252Fimage%252Fb75c5960-d9b7-43a9-8b1a-3bd02ea86e0f_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:03:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/LR11MYJ/2026-03-27/image/b75c5960-d9b7-43a9-8b1a-3bd02ea86e0f_removebg.jpg?w=600 saved to cache
2026-03-30 10:03:04 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 628e4ce8-42db-59fd-bc16-d27f3ef4b9da
2026-03-30 10:03:04 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:03:04 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f43653ffb10>
2026-03-30 10:03:04 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:03:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:03:04 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:03:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d0989946-9a1f-5157-9e8d-a2607b2d8fa0/d0989946-9a1f-5157-9e8d-a2607b2d8fa0_image_5.jpg HTTP/1.1" 201 0
2026-03-30 10:03:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FEJ23WCK%252F2026-03-27%252Fimage%252F19b63686-a975-41b9-9df2-a48f041fc1e4_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:03:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EJ23WCK/2026-03-27/image/19b63686-a975-41b9-9df2-a48f041fc1e4_removebg.jpg?w=600 saved to cache
2026-03-30 10:03:04 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item d0989946-9a1f-5157-9e8d-a2607b2d8fa0
2026-03-30 10:03:04 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:03:04 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f4365486d10>
2026-03-30 10:03:04 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:03:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:03:04 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:03:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ed0d64b6-cf3f-5827-828b-4f5f1c5e928a/ed0d64b6-cf3f-5827-828b-4f5f1c5e928a_image_7.jpg HTTP/1.1" 201 0
2026-03-30 10:03:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FEA63JYV%252F2026-03-27%252Fimage%252F7f6b38bc-6281-417d-834b-a7278ed9f0f8_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:03:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EA63JYV/2026-03-27/image/7f6b38bc-6281-417d-834b-a7278ed9f0f8_removebg.jpg?w=600 saved to cache
2026-03-30 10:03:04 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item ed0d64b6-cf3f-5827-828b-4f5f1c5e928a
2026-03-30 10:03:04 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:03:04 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f43653fdad0>
2026-03-30 10:03:04 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:03:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:03:04 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:03:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_628e4ce8-42db-59fd-bc16-d27f3ef4b9da/628e4ce8-42db-59fd-bc16-d27f3ef4b9da_image_5.jpg HTTP/1.1" 201 0
2026-03-30 10:03:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%252FLR11MYJ%252F2026-03-27%252Fimage%252F1f5498da-5dbe-458c-a772-18b54f14cf8a_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:03:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/LR11MYJ/2026-03-27/image/1f5498da-5dbe-458c-a772-18b54f14cf8a_removebg.jpg?w=600 saved to cache
2026-03-30 10:03:05 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 628e4ce8-42db-59fd-bc16-d27f3ef4b9da
2026-03-30 10:03:05 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120870906, 'registration': 'BT11YOW', 'account': 'WBA004', 'make': 'AUDI', 'model': 'A1 DIESEL HATCHBACK', 'derivative': '1.6 TDI Sport 3dr', 'mileage': 138035, 'mileageWarranty': True, 'type': 'car', 'saleId': 19238, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 727}, 'saleStart': '2026-04-06T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2011-06-03', 'fuel': 'Diesel', 'motExpiry': '2026-04-27', 'doors': 3, 'engineSize': 1598, 'bodyType': 'Hatchback', 'images': None, 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '5', 'v5': False, 'v5details': None, 'co2': 105, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/e13224a6-8cdf-4f28-8e41-c0835a89d4a9.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:03:05 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120870906, 'registration': 'BT11YOW', 'account': 'WBA004', 'make': 'AUDI', 'model': 'A1 DIESEL HATCHBACK', 'derivative': '1.6 TDI Sport 3dr', 'mileage': 138035, 'mileageWarranty': True, 'type': 'car', 'saleId': 19238, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 727}, 'saleStart': '2026-04-06T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2011-06-03', 'fuel': 'Diesel', 'motExpiry': '2026-04-27', 'doors': 3, 'engineSize': 1598, 'bodyType': 'Hatchback', 'images': None, 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '5', 'v5': False, 'v5details': None, 'co2': 105, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/e13224a6-8cdf-4f28-8e41-c0835a89d4a9.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:03:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a61f1efd-abdb-52ba-8b86-131202e174f0 with identifier: 120870906
2026-03-30 10:03:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a61f1efd-abdb-52ba-8b86-131202e174f0 with scrape type 1
2026-03-30 10:03:05 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 0 photos for item a61f1efd-abdb-52ba-8b86-131202e174f0
2026-03-30 10:03:05 [crawlers.middlewares.photo_download_middleware] INFO: No photos to download for item a61f1efd-abdb-52ba-8b86-131202e174f0
2026-03-30 10:03:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: a61f1efd-abdb-52ba-8b86-131202e174f0, identifier: 120870906
2026-03-30 10:03:05 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120863807, 'registration': 'EF61KUV', 'account': 'WBA004', 'make': 'KIA', 'model': 'VENGA HATCHBACK', 'derivative': '1.6 2 5dr Auto', 'mileage': 66061, 'mileageWarranty': True, 'type': 'car', 'saleId': 19238, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 727}, 'saleStart': '2026-04-06T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2011-12-15', 'fuel': 'Petrol', 'motExpiry': '2027-03-05', 'doors': 5, 'engineSize': 1591, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/EF61KUV/2026-03-28/image/0f16fdf1-ff1b-4fa3-98ac-f81f2082fcf7_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF61KUV/2026-03-28/image/19cf5264-568d-4046-a245-6f66f25b8abb_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF61KUV/2026-03-28/image/b492fead-84e0-4e94-a25a-f2606105246b_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF61KUV/2026-03-28/image/8385b8b9-bbb7-4e00-b4c8-f08bc5e4676d_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF61KUV/2026-03-28/image/50aac7e4-5056-4ead-9018-d48fb32e766e_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF61KUV/2026-03-28/image/793a9cc9-005e-47aa-b2aa-8acca9d61acb_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF61KUV/2026-03-28/image/428970e2-9073-4390-86d1-b8dc98390a32_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF61KUV/2026-03-28/image/f93a83f4-bb47-4d6b-922a-f54b57982601_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF61KUV/2026-03-28/image/6831c69f-e5d3-42db-bef3-613876f0d4fb_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': False, 'v5details': None, 'co2': 154, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/079a6ae8-c572-4e11-ba52-db6f60616a61.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:03:05 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120863807, 'registration': 'EF61KUV', 'account': 'WBA004', 'make': 'KIA', 'model': 'VENGA HATCHBACK', 'derivative': '1.6 2 5dr Auto', 'mileage': 66061, 'mileageWarranty': True, 'type': 'car', 'saleId': 19238, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 727}, 'saleStart': '2026-04-06T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2011-12-15', 'fuel': 'Petrol', 'motExpiry': '2027-03-05', 'doors': 5, 'engineSize': 1591, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/EF61KUV/2026-03-28/image/0f16fdf1-ff1b-4fa3-98ac-f81f2082fcf7_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF61KUV/2026-03-28/image/19cf5264-568d-4046-a245-6f66f25b8abb_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF61KUV/2026-03-28/image/b492fead-84e0-4e94-a25a-f2606105246b_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF61KUV/2026-03-28/image/8385b8b9-bbb7-4e00-b4c8-f08bc5e4676d_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF61KUV/2026-03-28/image/50aac7e4-5056-4ead-9018-d48fb32e766e_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF61KUV/2026-03-28/image/793a9cc9-005e-47aa-b2aa-8acca9d61acb_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF61KUV/2026-03-28/image/428970e2-9073-4390-86d1-b8dc98390a32_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF61KUV/2026-03-28/image/f93a83f4-bb47-4d6b-922a-f54b57982601_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF61KUV/2026-03-28/image/6831c69f-e5d3-42db-bef3-613876f0d4fb_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': False, 'v5details': None, 'co2': 154, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/079a6ae8-c572-4e11-ba52-db6f60616a61.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:03:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0bb15247-a91b-5a1a-8fea-e6aeafca8613 with identifier: 120863807
2026-03-30 10:03:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0bb15247-a91b-5a1a-8fea-e6aeafca8613 with scrape type 1
2026-03-30 10:03:05 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 9 photos for item 0bb15247-a91b-5a1a-8fea-e6aeafca8613
2026-03-30 10:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FEF61KUV%252F2026-03-28%252Fimage%252F0f16fdf1-ff1b-4fa3-98ac-f81f2082fcf7_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:03:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EF61KUV/2026-03-28/image/0f16fdf1-ff1b-4fa3-98ac-f81f2082fcf7_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:03:05 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120859033, 'registration': 'LN13FFW', 'account': 'WBA004', 'make': 'BMW', 'model': 'X6 DIESEL ESTATE', 'derivative': 'xDrive40d 5dr Step Auto', 'mileage': 100207, 'mileageWarranty': True, 'type': 'car', 'saleId': 19238, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 727}, 'saleStart': '2026-04-06T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2013-03-08', 'fuel': 'Diesel', 'motExpiry': '2026-09-25', 'doors': 5, 'engineSize': 2993, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/LN13FFW/2026-03-27/image/daf98657-bd34-4bde-a928-ba428f495f47_removebg.jpg?w=600', 'https://abimg003.imgix.net/LN13FFW/2026-03-27/image/10376401-11f5-4db9-9e37-b343dbee14a0_removebg.jpg?w=600', 'https://abimg003.imgix.net/LN13FFW/2026-03-27/image/57a0eb38-e448-48ab-9ce6-294f56b0bfa1_removebg.jpg?w=600', 'https://abimg003.imgix.net/LN13FFW/2026-03-27/image/835e5a51-5ae5-467f-8ec1-336aa452376d_removebg.jpg?w=600', 'https://abimg003.imgix.net/LN13FFW/2026-03-27/image/fe2ba2d8-a830-48f7-90f4-d4773d946efa_removebg.jpg?w=600', 'https://abimg003.imgix.net/LN13FFW/2026-03-27/image/d7586ac4-1c88-4d82-b714-b602bc5b55ec_removebg.jpg?w=600', 'https://abimg003.imgix.net/LN13FFW/2026-03-27/image/608b0370-5b13-4540-a243-510cf4bab8b5_removebg.jpg?w=600', 'https://abimg003.imgix.net/LN13FFW/2026-03-27/image/a0bb5786-03c1-47a3-8be4-7d22f4b2ceaf_removebg.jpg?w=600', 'https://abimg003.imgix.net/LN13FFW/2026-03-27/image/0e0fc91a-8a4f-43e5-9bf3-be3ab5b40a65_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'VOSA STATES 77K, 83K, 91K, 96K', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 198, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/a9ce3990-7dac-4b6a-8c0f-ec878be7248e.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:03:05 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120859033, 'registration': 'LN13FFW', 'account': 'WBA004', 'make': 'BMW', 'model': 'X6 DIESEL ESTATE', 'derivative': 'xDrive40d 5dr Step Auto', 'mileage': 100207, 'mileageWarranty': True, 'type': 'car', 'saleId': 19238, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 727}, 'saleStart': '2026-04-06T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2013-03-08', 'fuel': 'Diesel', 'motExpiry': '2026-09-25', 'doors': 5, 'engineSize': 2993, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/LN13FFW/2026-03-27/image/daf98657-bd34-4bde-a928-ba428f495f47_removebg.jpg?w=600', 'https://abimg003.imgix.net/LN13FFW/2026-03-27/image/10376401-11f5-4db9-9e37-b343dbee14a0_removebg.jpg?w=600', 'https://abimg003.imgix.net/LN13FFW/2026-03-27/image/57a0eb38-e448-48ab-9ce6-294f56b0bfa1_removebg.jpg?w=600', 'https://abimg003.imgix.net/LN13FFW/2026-03-27/image/835e5a51-5ae5-467f-8ec1-336aa452376d_removebg.jpg?w=600', 'https://abimg003.imgix.net/LN13FFW/2026-03-27/image/fe2ba2d8-a830-48f7-90f4-d4773d946efa_removebg.jpg?w=600', 'https://abimg003.imgix.net/LN13FFW/2026-03-27/image/d7586ac4-1c88-4d82-b714-b602bc5b55ec_removebg.jpg?w=600', 'https://abimg003.imgix.net/LN13FFW/2026-03-27/image/608b0370-5b13-4540-a243-510cf4bab8b5_removebg.jpg?w=600', 'https://abimg003.imgix.net/LN13FFW/2026-03-27/image/a0bb5786-03c1-47a3-8be4-7d22f4b2ceaf_removebg.jpg?w=600', 'https://abimg003.imgix.net/LN13FFW/2026-03-27/image/0e0fc91a-8a4f-43e5-9bf3-be3ab5b40a65_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'VOSA STATES 77K, 83K, 91K, 96K', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 198, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/a9ce3990-7dac-4b6a-8c0f-ec878be7248e.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:03:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c7dfec3a-8329-5e04-acb7-2e27a733bf6b with identifier: 120859033
2026-03-30 10:03:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c7dfec3a-8329-5e04-acb7-2e27a733bf6b with scrape type 1
2026-03-30 10:03:05 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 9 photos for item c7dfec3a-8329-5e04-acb7-2e27a733bf6b
2026-03-30 10:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FLN13FFW%252F2026-03-27%252Fimage%252Fdaf98657-bd34-4bde-a928-ba428f495f47_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:03:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/LN13FFW/2026-03-27/image/daf98657-bd34-4bde-a928-ba428f495f47_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:03:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/EJ23WCK/2026-03-27/image/a6382481-6a87-4425-9988-b1cbad6b4b98_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120853676?view=catalogue)
2026-03-30 10:03:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/AV63FTP/2026-03-28/image/63cacf7f-9d5a-4c6b-a9fb-36bc15052552_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120857228?view=catalogue)
2026-03-30 10:03:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/GL59EZH/2026-03-27/image/27b65720-28b2-4e7a-bb1c-9b6e748661ff_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120859214?view=catalogue)
2026-03-30 10:03:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/LR11MYJ/2026-03-27/image/9d5eebcf-e920-4636-bb99-545ef6d94c08_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120854303?view=catalogue)
2026-03-30 10:03:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: a61f1efd-abdb-52ba-8b86-131202e174f0 with identifier: 120870906
2026-03-30 10:03:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: a61f1efd-abdb-52ba-8b86-131202e174f0 with identifier: 120870906
2026-03-30 10:03:05 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: a61f1efd-abdb-52ba-8b86-131202e174f0 with identifier: 120870906 to the API
2026-03-30 10:03:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 10:03:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120870906?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 105,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 3,
'emission_standard': 'EURO 5',
'engine': '1.6L',
'expiration_date': '2026-04-06T12:00:00Z',
'fuel_type': 'Diesel',
'id': 'a61f1efd-abdb-52ba-8b86-131202e174f0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'BT11YOW',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120870906',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'AUDI',
'model': 'A1 DIESEL HATCHBACK',
'odometer': 138035,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2011-06-03',
'seller_name': 'UKCGR - Trade',
'title': 'AUDI A1 DIESEL HATCHBACK 1.6 TDI Sport 3dr',
'transmission': 'manual',
'trim': '1.6 TDI Sport 3dr',
'vin': None,
'year': 2011}
2026-03-30 10:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120870906%27 HTTP/1.1" 200 None
2026-03-30 10:03:05 [astonbarclay.gb] INFO: Saving data for 120870906: {'created_time': 1774864985.563006, 'last_price_update_time': 1774864985.563018, 'auction_closing_time': 1775476800.0}
2026-03-30 10:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120870906') HTTP/1.1" 204 0
2026-03-30 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-30 10:03:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/RV11DVP/2026-03-27/image/cd2a6b03-cc75-48d6-8fdb-7f74b78b5745_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120852018?view=catalogue)
2026-03-30 10:03:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/DN11LTJ/2026-03-28/image/1cb89037-ed99-4c63-839d-34b20226851f_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120862781?view=catalogue)
2026-03-30 10:03:05 [astonbarclay.gb] INFO: Found listing with ID: 120869686
2026-03-30 10:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120869686%27 HTTP/1.1" 200 None
2026-03-30 10:03:05 [astonbarclay.gb] INFO: Scrape type for 120869686: 1
2026-03-30 10:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FGL59EZH%252F2026-03-27%252Fimage%252Fad312af5-8173-4578-87f8-1faaf30d2a05_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:03:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/GL59EZH/2026-03-27/image/ad312af5-8173-4578-87f8-1faaf30d2a05_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FAV63FTP%252F2026-03-28%252Fimage%252Fc3ee4f62-a3b5-4ac5-8746-a432ffb79ee6_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:03:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/AV63FTP/2026-03-28/image/c3ee4f62-a3b5-4ac5-8746-a432ffb79ee6_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FDN11LTJ%252F2026-03-28%252Fimage%252F01ad26eb-d628-46d4-9c15-9c9f81b16633_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:03:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/DN11LTJ/2026-03-28/image/01ad26eb-d628-46d4-9c15-9c9f81b16633_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FEF61KUV%252F2026-03-28%252Fimage%252F19cf5264-568d-4046-a245-6f66f25b8abb_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:03:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EF61KUV/2026-03-28/image/19cf5264-568d-4046-a245-6f66f25b8abb_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FLN13FFW%252F2026-03-27%252Fimage%252F10376401-11f5-4db9-9e37-b343dbee14a0_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:03:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/LN13FFW/2026-03-27/image/10376401-11f5-4db9-9e37-b343dbee14a0_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:03:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120870496?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:03:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/AV63FTP/2026-03-28/image/0228615c-3aa8-4212-950a-29cd09ae21f2_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120857228?view=catalogue)
2026-03-30 10:03:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/GL59EZH/2026-03-27/image/af23a847-af7c-408e-aeed-f914df06593d_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120859214?view=catalogue)
2026-03-30 10:03:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120870271?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:03:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120870474?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:03:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120870603?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:03:05 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:03:05 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f43651ad650>
2026-03-30 10:03:05 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 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-30 10:03:05 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:03:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2a39de84-8a97-5463-a289-594c7342ed22/2a39de84-8a97-5463-a289-594c7342ed22_image_0.jpg HTTP/1.1" 201 0
2026-03-30 10:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%252FDN11LTJ%252F2026-03-28%252Fimage%252F0961fb26-f65e-4d99-91ee-220fe4d9caf6_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:03:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/DN11LTJ/2026-03-28/image/0961fb26-f65e-4d99-91ee-220fe4d9caf6_removebg.jpg?w=600 saved to cache
2026-03-30 10:03:05 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 2a39de84-8a97-5463-a289-594c7342ed22
2026-03-30 10:03:05 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:03:05 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f43653b5950>
2026-03-30 10:03:05 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 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-30 10:03:05 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:03:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_628e4ce8-42db-59fd-bc16-d27f3ef4b9da/628e4ce8-42db-59fd-bc16-d27f3ef4b9da_image_6.jpg HTTP/1.1" 201 0
2026-03-30 10:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%252FLR11MYJ%252F2026-03-27%252Fimage%252F69846f86-707e-40de-9681-1df103d38663_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:03:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/LR11MYJ/2026-03-27/image/69846f86-707e-40de-9681-1df103d38663_removebg.jpg?w=600 saved to cache
2026-03-30 10:03:05 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 628e4ce8-42db-59fd-bc16-d27f3ef4b9da
2026-03-30 10:03:05 [astonbarclay.gb] INFO: Found listing with ID: 120869904
2026-03-30 10:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120869904%27 HTTP/1.1" 200 None
2026-03-30 10:03:05 [astonbarclay.gb] INFO: Scrape type for 120869904: 1
2026-03-30 10:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FGL59EZH%252F2026-03-27%252Fimage%252F3a14a3d2-5674-42c3-a80b-4e4f34c90fa2_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:03:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/GL59EZH/2026-03-27/image/3a14a3d2-5674-42c3-a80b-4e4f34c90fa2_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FAV63FTP%252F2026-03-28%252Fimage%252F234ffc90-5113-402c-bd12-fb15243c9c64_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:03:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/AV63FTP/2026-03-28/image/234ffc90-5113-402c-bd12-fb15243c9c64_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FDN11LTJ%252F2026-03-28%252Fimage%252F4960da4a-011c-4d5c-8100-1cc58782f38a_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:03:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/DN11LTJ/2026-03-28/image/4960da4a-011c-4d5c-8100-1cc58782f38a_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FEF61KUV%252F2026-03-28%252Fimage%252Fb492fead-84e0-4e94-a25a-f2606105246b_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:03:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EF61KUV/2026-03-28/image/b492fead-84e0-4e94-a25a-f2606105246b_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FLN13FFW%252F2026-03-27%252Fimage%252F57a0eb38-e448-48ab-9ce6-294f56b0bfa1_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:03:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/LN13FFW/2026-03-27/image/57a0eb38-e448-48ab-9ce6-294f56b0bfa1_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:03:05 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:03:05 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f43651f8d50>
2026-03-30 10:03:05 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 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-30 10:03:05 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:03:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d0989946-9a1f-5157-9e8d-a2607b2d8fa0/d0989946-9a1f-5157-9e8d-a2607b2d8fa0_image_7.jpg HTTP/1.1" 201 0
2026-03-30 10:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FEJ23WCK%252F2026-03-27%252Fimage%252Fa6382481-6a87-4425-9988-b1cbad6b4b98_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:03:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EJ23WCK/2026-03-27/image/a6382481-6a87-4425-9988-b1cbad6b4b98_removebg.jpg?w=600 saved to cache
2026-03-30 10:03:06 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item d0989946-9a1f-5157-9e8d-a2607b2d8fa0
2026-03-30 10:03:06 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:03:06 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f4365289010>
2026-03-30 10:03:06 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:03:06 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:03:06 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:03:06 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_711cb640-07f1-5908-81e7-75232c49f03a/711cb640-07f1-5908-81e7-75232c49f03a_image_1.jpg HTTP/1.1" 201 0
2026-03-30 10:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FAV63FTP%252F2026-03-28%252Fimage%252F63cacf7f-9d5a-4c6b-a9fb-36bc15052552_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:03:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/AV63FTP/2026-03-28/image/63cacf7f-9d5a-4c6b-a9fb-36bc15052552_removebg.jpg?w=600 saved to cache
2026-03-30 10:03:06 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 711cb640-07f1-5908-81e7-75232c49f03a
2026-03-30 10:03:06 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:03:06 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f4365468090>
2026-03-30 10:03:06 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:03:06 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:03:06 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:03:06 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_291b5846-9946-56ed-9f64-d493546ed195/291b5846-9946-56ed-9f64-d493546ed195_image_1.jpg HTTP/1.1" 201 0
2026-03-30 10:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FGL59EZH%252F2026-03-27%252Fimage%252F27b65720-28b2-4e7a-bb1c-9b6e748661ff_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:03:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/GL59EZH/2026-03-27/image/27b65720-28b2-4e7a-bb1c-9b6e748661ff_removebg.jpg?w=600 saved to cache
2026-03-30 10:03:06 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 291b5846-9946-56ed-9f64-d493546ed195
2026-03-30 10:03:06 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:03:06 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f4365001c50>
2026-03-30 10:03:06 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:03:06 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:03:06 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:03:06 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_628e4ce8-42db-59fd-bc16-d27f3ef4b9da/628e4ce8-42db-59fd-bc16-d27f3ef4b9da_image_7.jpg HTTP/1.1" 201 0
2026-03-30 10:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FLR11MYJ%252F2026-03-27%252Fimage%252F9d5eebcf-e920-4636-bb99-545ef6d94c08_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:03:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/LR11MYJ/2026-03-27/image/9d5eebcf-e920-4636-bb99-545ef6d94c08_removebg.jpg?w=600 saved to cache
2026-03-30 10:03:06 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 628e4ce8-42db-59fd-bc16-d27f3ef4b9da
2026-03-30 10:03:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/EJ23WCK/2026-03-27/image/ded9bf81-3388-463f-8742-9306bcef948a_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120853676?view=catalogue)
2026-03-30 10:03:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/DN11LTJ/2026-03-28/image/89d5ade7-3a5b-49f7-8095-9247e36a6d3c_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120862781?view=catalogue)
2026-03-30 10:03:06 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:03:06 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f4365202110>
2026-03-30 10:03:06 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:03:06 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:03:06 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:03:06 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1b194829-c76e-5fd2-9d5e-027fa7dc15f1/1b194829-c76e-5fd2-9d5e-027fa7dc15f1_image_8.jpg HTTP/1.1" 201 0
2026-03-30 10:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FRV11DVP%252F2026-03-27%252Fimage%252Fcd2a6b03-cc75-48d6-8fdb-7f74b78b5745_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:03:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/RV11DVP/2026-03-27/image/cd2a6b03-cc75-48d6-8fdb-7f74b78b5745_removebg.jpg?w=600 saved to cache
2026-03-30 10:03:06 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 1b194829-c76e-5fd2-9d5e-027fa7dc15f1
2026-03-30 10:03:06 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:03:06 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f436536db10>
2026-03-30 10:03:06 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:03:06 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:03:06 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:03:06 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2a39de84-8a97-5463-a289-594c7342ed22/2a39de84-8a97-5463-a289-594c7342ed22_image_1.jpg HTTP/1.1" 201 0
2026-03-30 10:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FDN11LTJ%252F2026-03-28%252Fimage%252F1cb89037-ed99-4c63-839d-34b20226851f_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:03:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/DN11LTJ/2026-03-28/image/1cb89037-ed99-4c63-839d-34b20226851f_removebg.jpg?w=600 saved to cache
2026-03-30 10:03:06 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 2a39de84-8a97-5463-a289-594c7342ed22
2026-03-30 10:03:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/LN13FFW/2026-03-27/image/daf98657-bd34-4bde-a928-ba428f495f47_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120859033?view=catalogue)
2026-03-30 10:03:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/EF61KUV/2026-03-28/image/0f16fdf1-ff1b-4fa3-98ac-f81f2082fcf7_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120863807?view=catalogue)
2026-03-30 10:03:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/LR11MYJ/2026-03-27/image/bedf0014-2025-4b91-be65-1bd7dbfab819_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120854303?view=catalogue)
2026-03-30 10:03:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/AV63FTP/2026-03-28/image/fdef774d-f4e8-423d-8f19-9ead57059d1a_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120857228?view=catalogue)
2026-03-30 10:03:06 [astonbarclay.gb] INFO: Found listing with ID: 120870916
2026-03-30 10:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120870916%27 HTTP/1.1" 200 None
2026-03-30 10:03:06 [astonbarclay.gb] INFO: Scrape type for 120870916: 1
2026-03-30 10:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FGL59EZH%252F2026-03-27%252Fimage%252Fdd8c2858-8ae6-4bee-92b9-d5668d4c78f6_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:03:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/GL59EZH/2026-03-27/image/dd8c2858-8ae6-4bee-92b9-d5668d4c78f6_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FAV63FTP%252F2026-03-28%252Fimage%252Fde1850e8-c874-4b26-8f70-08e12716c1fe_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:03:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/AV63FTP/2026-03-28/image/de1850e8-c874-4b26-8f70-08e12716c1fe_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FDN11LTJ%252F2026-03-28%252Fimage%252F2456a652-2251-4569-8d5a-f5f189e8380c_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:03:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/DN11LTJ/2026-03-28/image/2456a652-2251-4569-8d5a-f5f189e8380c_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FEF61KUV%252F2026-03-28%252Fimage%252F8385b8b9-bbb7-4e00-b4c8-f08bc5e4676d_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:03:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EF61KUV/2026-03-28/image/8385b8b9-bbb7-4e00-b4c8-f08bc5e4676d_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FLN13FFW%252F2026-03-27%252Fimage%252F835e5a51-5ae5-467f-8ec1-336aa452376d_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:03:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/LN13FFW/2026-03-27/image/835e5a51-5ae5-467f-8ec1-336aa452376d_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:03:06 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120870496, 'registration': 'EF64MUB', 'account': 'WBA004', 'make': 'FORD', 'model': 'FIESTA HATCHBACK', 'derivative': '1.0 EcoBoost Titanium 3dr', 'mileage': 91093, 'mileageWarranty': True, 'type': 'car', 'saleId': 19238, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 727}, 'saleStart': '2026-04-06T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2014-12-31', 'fuel': 'Petrol', 'motExpiry': '2026-04-09', 'doors': 3, 'engineSize': 998, 'bodyType': 'Hatchback', 'images': None, 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': False, 'v5details': None, 'co2': 99, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:03:06 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120870496, 'registration': 'EF64MUB', 'account': 'WBA004', 'make': 'FORD', 'model': 'FIESTA HATCHBACK', 'derivative': '1.0 EcoBoost Titanium 3dr', 'mileage': 91093, 'mileageWarranty': True, 'type': 'car', 'saleId': 19238, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 727}, 'saleStart': '2026-04-06T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2014-12-31', 'fuel': 'Petrol', 'motExpiry': '2026-04-09', 'doors': 3, 'engineSize': 998, 'bodyType': 'Hatchback', 'images': None, 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': False, 'v5details': None, 'co2': 99, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:03:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d7449c01-ead4-5e95-b485-cd7bef103c06 with identifier: 120870496
2026-03-30 10:03:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d7449c01-ead4-5e95-b485-cd7bef103c06 with scrape type 1
2026-03-30 10:03:06 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 0 photos for item d7449c01-ead4-5e95-b485-cd7bef103c06
2026-03-30 10:03:06 [crawlers.middlewares.photo_download_middleware] INFO: No photos to download for item d7449c01-ead4-5e95-b485-cd7bef103c06
2026-03-30 10:03:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: d7449c01-ead4-5e95-b485-cd7bef103c06, identifier: 120870496
2026-03-30 10:03:06 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:03:06 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f4365420850>
2026-03-30 10:03:06 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:03:06 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:03:06 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:03:06 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_711cb640-07f1-5908-81e7-75232c49f03a/711cb640-07f1-5908-81e7-75232c49f03a_image_2.jpg HTTP/1.1" 201 0
2026-03-30 10:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FAV63FTP%252F2026-03-28%252Fimage%252F0228615c-3aa8-4212-950a-29cd09ae21f2_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:03:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/AV63FTP/2026-03-28/image/0228615c-3aa8-4212-950a-29cd09ae21f2_removebg.jpg?w=600 saved to cache
2026-03-30 10:03:06 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 711cb640-07f1-5908-81e7-75232c49f03a
2026-03-30 10:03:06 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:03:06 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f43651944d0>
2026-03-30 10:03:06 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:03:06 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:03:06 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:03:06 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_291b5846-9946-56ed-9f64-d493546ed195/291b5846-9946-56ed-9f64-d493546ed195_image_2.jpg HTTP/1.1" 201 0
2026-03-30 10:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FGL59EZH%252F2026-03-27%252Fimage%252Faf23a847-af7c-408e-aeed-f914df06593d_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:03:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/GL59EZH/2026-03-27/image/af23a847-af7c-408e-aeed-f914df06593d_removebg.jpg?w=600 saved to cache
2026-03-30 10:03:06 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 291b5846-9946-56ed-9f64-d493546ed195
2026-03-30 10:03:06 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120870271, 'registration': 'EJ10KFO', 'account': 'WBA004', 'make': 'VOLKSWAGEN', 'model': 'FOX HATCHBACK', 'derivative': '1.2 Urban Fox 3dr', 'mileage': 78741, 'mileageWarranty': True, 'type': 'car', 'saleId': 19238, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 727}, 'saleStart': '2026-04-06T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2010-05-28', 'fuel': 'Petrol', 'motExpiry': '2026-04-03', 'doors': 3, 'engineSize': 1198, 'bodyType': 'Hatchback', 'images': None, 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': False, 'v5details': None, 'co2': 139, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/0f988899-cfdf-4d4e-bd0a-8e527c770543.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:03:06 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120870271, 'registration': 'EJ10KFO', 'account': 'WBA004', 'make': 'VOLKSWAGEN', 'model': 'FOX HATCHBACK', 'derivative': '1.2 Urban Fox 3dr', 'mileage': 78741, 'mileageWarranty': True, 'type': 'car', 'saleId': 19238, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 727}, 'saleStart': '2026-04-06T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2010-05-28', 'fuel': 'Petrol', 'motExpiry': '2026-04-03', 'doors': 3, 'engineSize': 1198, 'bodyType': 'Hatchback', 'images': None, 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': False, 'v5details': None, 'co2': 139, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/0f988899-cfdf-4d4e-bd0a-8e527c770543.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:03:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 96be1f5d-4d64-59ef-a07a-575f7d2753b4 with identifier: 120870271
2026-03-30 10:03:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 96be1f5d-4d64-59ef-a07a-575f7d2753b4 with scrape type 1
2026-03-30 10:03:06 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 0 photos for item 96be1f5d-4d64-59ef-a07a-575f7d2753b4
2026-03-30 10:03:06 [crawlers.middlewares.photo_download_middleware] INFO: No photos to download for item 96be1f5d-4d64-59ef-a07a-575f7d2753b4
2026-03-30 10:03:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 96be1f5d-4d64-59ef-a07a-575f7d2753b4, identifier: 120870271
2026-03-30 10:03:06 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120870474, 'registration': 'AR07NJX', 'account': 'WBA004', 'make': 'VAUXHALL', 'model': 'ZAFIRA ESTATE', 'derivative': '1.6i Club 5dr', 'mileage': 93544, 'mileageWarranty': True, 'type': 'car', 'saleId': 19238, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 727}, 'saleStart': '2026-04-06T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2007-08-15', 'fuel': 'Petrol', 'motExpiry': '2026-10-01', 'doors': 5, 'engineSize': 1598, 'bodyType': 'Estate', 'images': None, 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': False, 'v5details': None, 'co2': 175, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/abcb173f-ad45-4219-8fc8-09a084991fc6.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:03:06 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120870474, 'registration': 'AR07NJX', 'account': 'WBA004', 'make': 'VAUXHALL', 'model': 'ZAFIRA ESTATE', 'derivative': '1.6i Club 5dr', 'mileage': 93544, 'mileageWarranty': True, 'type': 'car', 'saleId': 19238, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 727}, 'saleStart': '2026-04-06T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2007-08-15', 'fuel': 'Petrol', 'motExpiry': '2026-10-01', 'doors': 5, 'engineSize': 1598, 'bodyType': 'Estate', 'images': None, 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': False, 'v5details': None, 'co2': 175, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/abcb173f-ad45-4219-8fc8-09a084991fc6.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:03:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 57592821-7782-5498-84e0-d1ee3f97db5a with identifier: 120870474
2026-03-30 10:03:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 57592821-7782-5498-84e0-d1ee3f97db5a with scrape type 1
2026-03-30 10:03:06 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 0 photos for item 57592821-7782-5498-84e0-d1ee3f97db5a
2026-03-30 10:03:06 [crawlers.middlewares.photo_download_middleware] INFO: No photos to download for item 57592821-7782-5498-84e0-d1ee3f97db5a
2026-03-30 10:03:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 57592821-7782-5498-84e0-d1ee3f97db5a, identifier: 120870474
2026-03-30 10:03:06 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120870603, 'registration': 'EJ63DVK', 'account': 'WBA004', 'make': 'TOYOTA', 'model': 'AYGO HATCHBACK', 'derivative': '1.0 VVT-i Move with Style 5dr', 'mileage': 149092, 'mileageWarranty': True, 'type': 'car', 'saleId': 19238, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 727}, 'saleStart': '2026-04-06T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2013-12-17', 'fuel': 'Petrol', 'motExpiry': '2026-12-16', 'doors': 5, 'engineSize': 998, 'bodyType': 'Hatchback', 'images': None, 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '4', 'v5': False, 'v5details': None, 'co2': 99, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/5ee30f4e-2260-4ca0-8748-22ad4f15d747.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:03:06 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120870603, 'registration': 'EJ63DVK', 'account': 'WBA004', 'make': 'TOYOTA', 'model': 'AYGO HATCHBACK', 'derivative': '1.0 VVT-i Move with Style 5dr', 'mileage': 149092, 'mileageWarranty': True, 'type': 'car', 'saleId': 19238, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 727}, 'saleStart': '2026-04-06T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2013-12-17', 'fuel': 'Petrol', 'motExpiry': '2026-12-16', 'doors': 5, 'engineSize': 998, 'bodyType': 'Hatchback', 'images': None, 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '4', 'v5': False, 'v5details': None, 'co2': 99, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/5ee30f4e-2260-4ca0-8748-22ad4f15d747.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:03:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: da7fc072-6df9-508d-a6cf-78f44e382247 with identifier: 120870603
2026-03-30 10:03:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item da7fc072-6df9-508d-a6cf-78f44e382247 with scrape type 1
2026-03-30 10:03:06 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 0 photos for item da7fc072-6df9-508d-a6cf-78f44e382247
2026-03-30 10:03:06 [crawlers.middlewares.photo_download_middleware] INFO: No photos to download for item da7fc072-6df9-508d-a6cf-78f44e382247
2026-03-30 10:03:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: da7fc072-6df9-508d-a6cf-78f44e382247, identifier: 120870603
2026-03-30 10:03:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: d7449c01-ead4-5e95-b485-cd7bef103c06 with identifier: 120870496
2026-03-30 10:03:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: d7449c01-ead4-5e95-b485-cd7bef103c06 with identifier: 120870496
2026-03-30 10:03:07 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: d7449c01-ead4-5e95-b485-cd7bef103c06 with identifier: 120870496 to the API
2026-03-30 10:03:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 10:03:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120870496?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 99,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 3,
'emission_standard': 'EURO 5',
'engine': '1.0L',
'expiration_date': '2026-04-06T12:00:00Z',
'fuel_type': 'Petrol',
'id': 'd7449c01-ead4-5e95-b485-cd7bef103c06',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'EF64MUB',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120870496',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'FORD',
'model': 'FIESTA HATCHBACK',
'odometer': 91093,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2014-12-31',
'seller_name': 'UKCGR - Trade',
'title': 'FORD FIESTA HATCHBACK 1.0 EcoBoost Titanium 3dr',
'transmission': 'manual',
'trim': '1.0 EcoBoost Titanium 3dr',
'vin': None,
'year': 2014}
2026-03-30 10:03:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120870496%27 HTTP/1.1" 200 None
2026-03-30 10:03:07 [astonbarclay.gb] INFO: Saving data for 120870496: {'created_time': 1774864987.713583, 'last_price_update_time': 1774864987.713596, 'auction_closing_time': 1775476800.0}
2026-03-30 10:03:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120870496') HTTP/1.1" 204 0
2026-03-30 10:03:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 96be1f5d-4d64-59ef-a07a-575f7d2753b4 with identifier: 120870271
2026-03-30 10:03:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 96be1f5d-4d64-59ef-a07a-575f7d2753b4 with identifier: 120870271
2026-03-30 10:03:07 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 96be1f5d-4d64-59ef-a07a-575f7d2753b4 with identifier: 120870271 to the API
2026-03-30 10:03:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 10:03:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120870271?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 139,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 3,
'emission_standard': 'EURO 4',
'engine': '1.2L',
'expiration_date': '2026-04-06T12:00:00Z',
'fuel_type': 'Petrol',
'id': '96be1f5d-4d64-59ef-a07a-575f7d2753b4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'EJ10KFO',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120870271',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'VOLKSWAGEN',
'model': 'FOX HATCHBACK',
'odometer': 78741,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2010-05-28',
'seller_name': 'UKCGR - Trade',
'title': 'VOLKSWAGEN FOX HATCHBACK 1.2 Urban Fox 3dr',
'transmission': 'manual',
'trim': '1.2 Urban Fox 3dr',
'vin': None,
'year': 2010}
2026-03-30 10:03:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120870271%27 HTTP/1.1" 200 None
2026-03-30 10:03:08 [astonbarclay.gb] INFO: Saving data for 120870271: {'created_time': 1774864988.170105, 'last_price_update_time': 1774864988.170122, 'auction_closing_time': 1775476800.0}
2026-03-30 10:03:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120870271') HTTP/1.1" 204 0
2026-03-30 10:03:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 57592821-7782-5498-84e0-d1ee3f97db5a with identifier: 120870474
2026-03-30 10:03:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 57592821-7782-5498-84e0-d1ee3f97db5a with identifier: 120870474
2026-03-30 10:03:08 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 57592821-7782-5498-84e0-d1ee3f97db5a with identifier: 120870474 to the API
2026-03-30 10:03:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 10:03:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120870474?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 175,
'color': 'SILVER',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 4',
'engine': '1.6L',
'expiration_date': '2026-04-06T12:00:00Z',
'fuel_type': 'Petrol',
'id': '57592821-7782-5498-84e0-d1ee3f97db5a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'AR07NJX',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120870474',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'VAUXHALL',
'model': 'ZAFIRA ESTATE',
'odometer': 93544,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2007-08-15',
'seller_name': 'UKCGR - Trade',
'title': 'VAUXHALL ZAFIRA ESTATE 1.6i Club 5dr',
'transmission': 'manual',
'trim': '1.6i Club 5dr',
'vin': None,
'year': 2007}
2026-03-30 10:03:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120870474%27 HTTP/1.1" 200 None
2026-03-30 10:03:08 [astonbarclay.gb] INFO: Saving data for 120870474: {'created_time': 1774864988.637462, 'last_price_update_time': 1774864988.637475, 'auction_closing_time': 1775476800.0}
2026-03-30 10:03:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120870474') HTTP/1.1" 204 0
2026-03-30 10:03:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: da7fc072-6df9-508d-a6cf-78f44e382247 with identifier: 120870603
2026-03-30 10:03:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: da7fc072-6df9-508d-a6cf-78f44e382247 with identifier: 120870603
2026-03-30 10:03:08 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: da7fc072-6df9-508d-a6cf-78f44e382247 with identifier: 120870603 to the API
2026-03-30 10:03:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 10:03:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120870603?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 99,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.0L',
'expiration_date': '2026-04-06T12:00:00Z',
'fuel_type': 'Petrol',
'id': 'da7fc072-6df9-508d-a6cf-78f44e382247',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'EJ63DVK',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120870603',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'TOYOTA',
'model': 'AYGO HATCHBACK',
'odometer': 149092,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2013-12-17',
'seller_name': 'UKCGR - Trade',
'title': 'TOYOTA AYGO HATCHBACK 1.0 VVT-i Move with Style 5dr',
'transmission': 'manual',
'trim': '1.0 VVT-i Move with Style 5dr',
'vin': None,
'year': 2013}
2026-03-30 10:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120870603%27 HTTP/1.1" 200 None
2026-03-30 10:03:09 [astonbarclay.gb] INFO: Saving data for 120870603: {'created_time': 1774864989.063944, 'last_price_update_time': 1774864989.063959, 'auction_closing_time': 1775476800.0}
2026-03-30 10:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120870603') HTTP/1.1" 204 0
2026-03-30 10:03:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/DN11LTJ/2026-03-28/image/841128b0-4b21-46a7-b894-b17437fb92fe_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120862781?view=catalogue)
2026-03-30 10:03:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/GL59EZH/2026-03-27/image/14da57ee-7056-4a29-9212-0886fb048ddf_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120859214?view=catalogue)
2026-03-30 10:03:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/AV63FTP/2026-03-28/image/16e3451a-97b6-42a2-b584-b2c6a9a36645_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120857228?view=catalogue)
2026-03-30 10:03:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/GL59EZH/2026-03-27/image/845e1d5b-358a-4daa-bc0a-ec6a6585fcb6_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120859214?view=catalogue)
2026-03-30 10:03:09 [scrapy.extensions.logstats] INFO: Crawled 179 pages (at 65 pages/min), scraped 130 items (at 47 items/min)
2026-03-30 10:03:09 [scrapy.extensions.memusage] INFO: Peak memory usage is 189MiB
2026-03-30 10:03:09 [astonbarclay.gb] INFO: Found listing with ID: 120870612
2026-03-30 10:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120870612%27 HTTP/1.1" 200 None
2026-03-30 10:03:09 [astonbarclay.gb] INFO: Scrape type for 120870612: 1
2026-03-30 10:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%252FGL59EZH%252F2026-03-27%252Fimage%252Fa30062d5-004c-448e-a211-9d080a7e34b1_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:03:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/GL59EZH/2026-03-27/image/a30062d5-004c-448e-a211-9d080a7e34b1_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%252FAV63FTP%252F2026-03-28%252Fimage%252F90240e63-5d40-4f0d-8590-7c35634a8cf6_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:03:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/AV63FTP/2026-03-28/image/90240e63-5d40-4f0d-8590-7c35634a8cf6_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%252FDN11LTJ%252F2026-03-28%252Fimage%252F291ac7ea-0d00-49d1-a1aa-f5452f7b1a20_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:03:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/DN11LTJ/2026-03-28/image/291ac7ea-0d00-49d1-a1aa-f5452f7b1a20_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%252FEF61KUV%252F2026-03-28%252Fimage%252F50aac7e4-5056-4ead-9018-d48fb32e766e_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:03:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EF61KUV/2026-03-28/image/50aac7e4-5056-4ead-9018-d48fb32e766e_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%252FLN13FFW%252F2026-03-27%252Fimage%252Ffe2ba2d8-a830-48f7-90f4-d4773d946efa_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:03:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/LN13FFW/2026-03-27/image/fe2ba2d8-a830-48f7-90f4-d4773d946efa_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:03:09 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:03:09 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f43651e29d0>
2026-03-30 10:03:09 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:03:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:03:09 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:03:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d0989946-9a1f-5157-9e8d-a2607b2d8fa0/d0989946-9a1f-5157-9e8d-a2607b2d8fa0_image_8.jpg HTTP/1.1" 201 0
2026-03-30 10:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FEJ23WCK%252F2026-03-27%252Fimage%252Fded9bf81-3388-463f-8742-9306bcef948a_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:03:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EJ23WCK/2026-03-27/image/ded9bf81-3388-463f-8742-9306bcef948a_removebg.jpg?w=600 saved to cache
2026-03-30 10:03:09 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item d0989946-9a1f-5157-9e8d-a2607b2d8fa0
2026-03-30 10:03:09 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:03:09 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f436656a250>
2026-03-30 10:03:09 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:03:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:03:09 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:03:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2a39de84-8a97-5463-a289-594c7342ed22/2a39de84-8a97-5463-a289-594c7342ed22_image_2.jpg HTTP/1.1" 201 0
2026-03-30 10:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FDN11LTJ%252F2026-03-28%252Fimage%252F89d5ade7-3a5b-49f7-8095-9247e36a6d3c_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:03:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/DN11LTJ/2026-03-28/image/89d5ade7-3a5b-49f7-8095-9247e36a6d3c_removebg.jpg?w=600 saved to cache
2026-03-30 10:03:09 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 2a39de84-8a97-5463-a289-594c7342ed22
2026-03-30 10:03:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/LN13FFW/2026-03-27/image/10376401-11f5-4db9-9e37-b343dbee14a0_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120859033?view=catalogue)
2026-03-30 10:03:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/EF61KUV/2026-03-28/image/19cf5264-568d-4046-a245-6f66f25b8abb_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120863807?view=catalogue)
2026-03-30 10:03:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/DN11LTJ/2026-03-28/image/01ad26eb-d628-46d4-9c15-9c9f81b16633_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120862781?view=catalogue)
2026-03-30 10:03:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/AV63FTP/2026-03-28/image/c3ee4f62-a3b5-4ac5-8746-a432ffb79ee6_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120857228?view=catalogue)
2026-03-30 10:03:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120869510?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 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-30 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-30 10:03:09 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:03:09 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f4365332410>
2026-03-30 10:03:09 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:03:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:03:09 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:03:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c7dfec3a-8329-5e04-acb7-2e27a733bf6b/c7dfec3a-8329-5e04-acb7-2e27a733bf6b_image_0.jpg HTTP/1.1" 201 0
2026-03-30 10:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FLN13FFW%252F2026-03-27%252Fimage%252Fdaf98657-bd34-4bde-a928-ba428f495f47_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:03:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/LN13FFW/2026-03-27/image/daf98657-bd34-4bde-a928-ba428f495f47_removebg.jpg?w=600 saved to cache
2026-03-30 10:03:09 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item c7dfec3a-8329-5e04-acb7-2e27a733bf6b
2026-03-30 10:03:09 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:03:09 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f43651ad590>
2026-03-30 10:03:09 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:03:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:03:09 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:03:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0bb15247-a91b-5a1a-8fea-e6aeafca8613/0bb15247-a91b-5a1a-8fea-e6aeafca8613_image_0.jpg HTTP/1.1" 201 0
2026-03-30 10:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FEF61KUV%252F2026-03-28%252Fimage%252F0f16fdf1-ff1b-4fa3-98ac-f81f2082fcf7_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:03:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EF61KUV/2026-03-28/image/0f16fdf1-ff1b-4fa3-98ac-f81f2082fcf7_removebg.jpg?w=600 saved to cache
2026-03-30 10:03:09 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 0bb15247-a91b-5a1a-8fea-e6aeafca8613
2026-03-30 10:03:09 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:03:09 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f4366e52050>
2026-03-30 10:03:09 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:03:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:03:09 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:03:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_628e4ce8-42db-59fd-bc16-d27f3ef4b9da/628e4ce8-42db-59fd-bc16-d27f3ef4b9da_image_8.jpg HTTP/1.1" 201 0
2026-03-30 10:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FLR11MYJ%252F2026-03-27%252Fimage%252Fbedf0014-2025-4b91-be65-1bd7dbfab819_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:03:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/LR11MYJ/2026-03-27/image/bedf0014-2025-4b91-be65-1bd7dbfab819_removebg.jpg?w=600 saved to cache
2026-03-30 10:03:09 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 628e4ce8-42db-59fd-bc16-d27f3ef4b9da
2026-03-30 10:03:09 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:03:09 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f436536eb50>
2026-03-30 10:03:09 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:03:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:03:09 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:03:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_711cb640-07f1-5908-81e7-75232c49f03a/711cb640-07f1-5908-81e7-75232c49f03a_image_3.jpg HTTP/1.1" 201 0
2026-03-30 10:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FAV63FTP%252F2026-03-28%252Fimage%252Ffdef774d-f4e8-423d-8f19-9ead57059d1a_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:03:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/AV63FTP/2026-03-28/image/fdef774d-f4e8-423d-8f19-9ead57059d1a_removebg.jpg?w=600 saved to cache
2026-03-30 10:03:09 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 711cb640-07f1-5908-81e7-75232c49f03a
2026-03-30 10:03:09 [astonbarclay.gb] INFO: Found listing with ID: 120870088
2026-03-30 10:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120870088%27 HTTP/1.1" 200 None
2026-03-30 10:03:09 [astonbarclay.gb] INFO: Scrape type for 120870088: 1
2026-03-30 10:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%252FGL59EZH%252F2026-03-27%252Fimage%252F7dece86c-7b17-4fb5-bb31-c5ccdbb6ff24_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:03:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/GL59EZH/2026-03-27/image/7dece86c-7b17-4fb5-bb31-c5ccdbb6ff24_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%252FDN11LTJ%252F2026-03-28%252Fimage%252F5854daaf-e99f-44ea-949e-779c867da0f9_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:03:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/DN11LTJ/2026-03-28/image/5854daaf-e99f-44ea-949e-779c867da0f9_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%252FEF61KUV%252F2026-03-28%252Fimage%252F793a9cc9-005e-47aa-b2aa-8acca9d61acb_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:03:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EF61KUV/2026-03-28/image/793a9cc9-005e-47aa-b2aa-8acca9d61acb_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%252FLN13FFW%252F2026-03-27%252Fimage%252Fd7586ac4-1c88-4d82-b714-b602bc5b55ec_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:03:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/LN13FFW/2026-03-27/image/d7586ac4-1c88-4d82-b714-b602bc5b55ec_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:03:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120870483?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:03:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/EF61KUV/2026-03-28/image/b492fead-84e0-4e94-a25a-f2606105246b_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120863807?view=catalogue)
2026-03-30 10:03:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/LN13FFW/2026-03-27/image/57a0eb38-e448-48ab-9ce6-294f56b0bfa1_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120859033?view=catalogue)
2026-03-30 10:03:09 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:03:09 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f43654bbd90>
2026-03-30 10:03:09 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:03:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:03:09 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:03:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2a39de84-8a97-5463-a289-594c7342ed22/2a39de84-8a97-5463-a289-594c7342ed22_image_3.jpg HTTP/1.1" 201 0
2026-03-30 10:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FDN11LTJ%252F2026-03-28%252Fimage%252F841128b0-4b21-46a7-b894-b17437fb92fe_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:03:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/DN11LTJ/2026-03-28/image/841128b0-4b21-46a7-b894-b17437fb92fe_removebg.jpg?w=600 saved to cache
2026-03-30 10:03:09 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 2a39de84-8a97-5463-a289-594c7342ed22
2026-03-30 10:03:09 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:03:09 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f4367b5b410>
2026-03-30 10:03:09 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:03:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:03:09 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:03:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_291b5846-9946-56ed-9f64-d493546ed195/291b5846-9946-56ed-9f64-d493546ed195_image_4.jpg HTTP/1.1" 201 0
2026-03-30 10:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FGL59EZH%252F2026-03-27%252Fimage%252F14da57ee-7056-4a29-9212-0886fb048ddf_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:03:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/GL59EZH/2026-03-27/image/14da57ee-7056-4a29-9212-0886fb048ddf_removebg.jpg?w=600 saved to cache
2026-03-30 10:03:09 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 291b5846-9946-56ed-9f64-d493546ed195
2026-03-30 10:03:09 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:03:09 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f43653b7e90>
2026-03-30 10:03:09 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:03:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:03:09 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:03:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_711cb640-07f1-5908-81e7-75232c49f03a/711cb640-07f1-5908-81e7-75232c49f03a_image_4.jpg HTTP/1.1" 201 0
2026-03-30 10:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FAV63FTP%252F2026-03-28%252Fimage%252F16e3451a-97b6-42a2-b584-b2c6a9a36645_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:03:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/AV63FTP/2026-03-28/image/16e3451a-97b6-42a2-b584-b2c6a9a36645_removebg.jpg?w=600 saved to cache
2026-03-30 10:03:09 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 711cb640-07f1-5908-81e7-75232c49f03a
2026-03-30 10:03:09 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:03:09 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f4365005150>
2026-03-30 10:03:09 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:03:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:03:09 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:03:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_291b5846-9946-56ed-9f64-d493546ed195/291b5846-9946-56ed-9f64-d493546ed195_image_3.jpg HTTP/1.1" 201 0
2026-03-30 10:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FGL59EZH%252F2026-03-27%252Fimage%252F845e1d5b-358a-4daa-bc0a-ec6a6585fcb6_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:03:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/GL59EZH/2026-03-27/image/845e1d5b-358a-4daa-bc0a-ec6a6585fcb6_removebg.jpg?w=600 saved to cache
2026-03-30 10:03:09 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 291b5846-9946-56ed-9f64-d493546ed195
2026-03-30 10:03:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/DN11LTJ/2026-03-28/image/4960da4a-011c-4d5c-8100-1cc58782f38a_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120862781?view=catalogue)
2026-03-30 10:03:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/EF61KUV/2026-03-28/image/8385b8b9-bbb7-4e00-b4c8-f08bc5e4676d_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120863807?view=catalogue)
2026-03-30 10:03:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/GL59EZH/2026-03-27/image/ad312af5-8173-4578-87f8-1faaf30d2a05_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120859214?view=catalogue)
2026-03-30 10:03:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/LN13FFW/2026-03-27/image/835e5a51-5ae5-467f-8ec1-336aa452376d_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120859033?view=catalogue)
2026-03-30 10:03:09 [astonbarclay.gb] INFO: Found listing with ID: 120870568
2026-03-30 10:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120870568%27 HTTP/1.1" 200 None
2026-03-30 10:03:09 [astonbarclay.gb] INFO: Scrape type for 120870568: 1
2026-03-30 10:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%252FEF61KUV%252F2026-03-28%252Fimage%252F428970e2-9073-4390-86d1-b8dc98390a32_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:03:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EF61KUV/2026-03-28/image/428970e2-9073-4390-86d1-b8dc98390a32_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%252FLN13FFW%252F2026-03-27%252Fimage%252F608b0370-5b13-4540-a243-510cf4bab8b5_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:03:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/LN13FFW/2026-03-27/image/608b0370-5b13-4540-a243-510cf4bab8b5_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:03:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/DN11LTJ/2026-03-28/image/2456a652-2251-4569-8d5a-f5f189e8380c_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120862781?view=catalogue)
2026-03-30 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-30 10:03:09 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:03:09 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f4365206910>
2026-03-30 10:03:09 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:03:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:03:09 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:03:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c7dfec3a-8329-5e04-acb7-2e27a733bf6b/c7dfec3a-8329-5e04-acb7-2e27a733bf6b_image_1.jpg HTTP/1.1" 201 0
2026-03-30 10:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FLN13FFW%252F2026-03-27%252Fimage%252F10376401-11f5-4db9-9e37-b343dbee14a0_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:03:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/LN13FFW/2026-03-27/image/10376401-11f5-4db9-9e37-b343dbee14a0_removebg.jpg?w=600 saved to cache
2026-03-30 10:03:09 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item c7dfec3a-8329-5e04-acb7-2e27a733bf6b
2026-03-30 10:03:09 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:03:09 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f4366653850>
2026-03-30 10:03:09 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:03:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:03:09 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:03:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0bb15247-a91b-5a1a-8fea-e6aeafca8613/0bb15247-a91b-5a1a-8fea-e6aeafca8613_image_1.jpg HTTP/1.1" 201 0
2026-03-30 10:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FEF61KUV%252F2026-03-28%252Fimage%252F19cf5264-568d-4046-a245-6f66f25b8abb_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:03:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EF61KUV/2026-03-28/image/19cf5264-568d-4046-a245-6f66f25b8abb_removebg.jpg?w=600 saved to cache
2026-03-30 10:03:09 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 0bb15247-a91b-5a1a-8fea-e6aeafca8613
2026-03-30 10:03:09 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:03:09 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f43667d14d0>
2026-03-30 10:03:09 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:03:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:03:09 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:03:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2a39de84-8a97-5463-a289-594c7342ed22/2a39de84-8a97-5463-a289-594c7342ed22_image_4.jpg HTTP/1.1" 201 0
2026-03-30 10:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%252FDN11LTJ%252F2026-03-28%252Fimage%252F01ad26eb-d628-46d4-9c15-9c9f81b16633_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:03:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/DN11LTJ/2026-03-28/image/01ad26eb-d628-46d4-9c15-9c9f81b16633_removebg.jpg?w=600 saved to cache
2026-03-30 10:03:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 2a39de84-8a97-5463-a289-594c7342ed22
2026-03-30 10:03:10 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:03:10 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f4367c75d10>
2026-03-30 10:03:10 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 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-30 10:03:10 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:03:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_711cb640-07f1-5908-81e7-75232c49f03a/711cb640-07f1-5908-81e7-75232c49f03a_image_5.jpg HTTP/1.1" 201 0
2026-03-30 10:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%252FAV63FTP%252F2026-03-28%252Fimage%252Fc3ee4f62-a3b5-4ac5-8746-a432ffb79ee6_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:03:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/AV63FTP/2026-03-28/image/c3ee4f62-a3b5-4ac5-8746-a432ffb79ee6_removebg.jpg?w=600 saved to cache
2026-03-30 10:03:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 711cb640-07f1-5908-81e7-75232c49f03a
2026-03-30 10:03:10 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120869510, 'registration': 'EA07ZHY', 'account': 'WBA004', 'make': 'FORD', 'model': 'KA HATCHBACK', 'derivative': '1.3i Style [70] 3dr [Climate]', 'mileage': 42877, 'mileageWarranty': True, 'type': 'car', 'saleId': 19238, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 727}, 'saleStart': '2026-04-06T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2007-04-27', 'fuel': 'Petrol', 'motExpiry': '2026-04-08', 'doors': 3, 'engineSize': 1297, 'bodyType': 'Hatchback', 'images': None, 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': False, 'v5details': None, 'co2': 150, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/73349a19-4f43-455f-8965-0f4bedd39f8b.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:03:10 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120869510, 'registration': 'EA07ZHY', 'account': 'WBA004', 'make': 'FORD', 'model': 'KA HATCHBACK', 'derivative': '1.3i Style [70] 3dr [Climate]', 'mileage': 42877, 'mileageWarranty': True, 'type': 'car', 'saleId': 19238, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 727}, 'saleStart': '2026-04-06T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2007-04-27', 'fuel': 'Petrol', 'motExpiry': '2026-04-08', 'doors': 3, 'engineSize': 1297, 'bodyType': 'Hatchback', 'images': None, 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': False, 'v5details': None, 'co2': 150, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/73349a19-4f43-455f-8965-0f4bedd39f8b.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:03:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d8e0bb6f-e1e7-5f8d-8b74-dd89c822729d with identifier: 120869510
2026-03-30 10:03:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d8e0bb6f-e1e7-5f8d-8b74-dd89c822729d with scrape type 1
2026-03-30 10:03:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 0 photos for item d8e0bb6f-e1e7-5f8d-8b74-dd89c822729d
2026-03-30 10:03:10 [crawlers.middlewares.photo_download_middleware] INFO: No photos to download for item d8e0bb6f-e1e7-5f8d-8b74-dd89c822729d
2026-03-30 10:03:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: d8e0bb6f-e1e7-5f8d-8b74-dd89c822729d, identifier: 120869510
2026-03-30 10:03:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/AV63FTP/2026-03-28/image/234ffc90-5113-402c-bd12-fb15243c9c64_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120857228?view=catalogue)
2026-03-30 10:03:10 [astonbarclay.gb] INFO: Found listing with ID: 120870969
2026-03-30 10:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120870969%27 HTTP/1.1" 200 None
2026-03-30 10:03:10 [astonbarclay.gb] INFO: Scrape type for 120870969: 1
2026-03-30 10:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%252FEF61KUV%252F2026-03-28%252Fimage%252Ff93a83f4-bb47-4d6b-922a-f54b57982601_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:03:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EF61KUV/2026-03-28/image/f93a83f4-bb47-4d6b-922a-f54b57982601_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%252FLN13FFW%252F2026-03-27%252Fimage%252Fa0bb5786-03c1-47a3-8be4-7d22f4b2ceaf_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:03:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/LN13FFW/2026-03-27/image/a0bb5786-03c1-47a3-8be4-7d22f4b2ceaf_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:03:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: d8e0bb6f-e1e7-5f8d-8b74-dd89c822729d with identifier: 120869510
2026-03-30 10:03:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: d8e0bb6f-e1e7-5f8d-8b74-dd89c822729d with identifier: 120869510
2026-03-30 10:03:10 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: d8e0bb6f-e1e7-5f8d-8b74-dd89c822729d with identifier: 120869510 to the API
2026-03-30 10:03:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:03:10 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:03:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120869510?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 150,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 3,
'emission_standard': 'EURO 4',
'engine': '1.3L',
'expiration_date': '2026-04-06T12:00:00Z',
'fuel_type': 'Petrol',
'id': 'd8e0bb6f-e1e7-5f8d-8b74-dd89c822729d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'EA07ZHY',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120869510',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'FORD',
'model': 'KA HATCHBACK',
'odometer': 42877,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2007-04-27',
'seller_name': 'UKCGR - Trade',
'title': 'FORD KA HATCHBACK 1.3i Style [70] 3dr [Climate]',
'transmission': 'manual',
'trim': '1.3i Style [70] 3dr [Climate]',
'vin': None,
'year': 2007}
2026-03-30 10:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120869510%27 HTTP/1.1" 200 None
2026-03-30 10:03:10 [astonbarclay.gb] INFO: Saving data for 120869510: {'created_time': 1774864990.905447, 'last_price_update_time': 1774864990.90546, 'auction_closing_time': 1775476800.0}
2026-03-30 10:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120869510') HTTP/1.1" 204 0
2026-03-30 10:03:10 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120870483, 'registration': 'EX16FBE', 'account': 'WBA004', 'make': 'FORD', 'model': 'FOCUS HATCHBACK', 'derivative': '1.0 EcoBoost 125 Titanium 5dr', 'mileage': 45995, 'mileageWarranty': True, 'type': 'car', 'saleId': 19238, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 727}, 'saleStart': '2026-04-06T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2016-03-15', 'fuel': 'Petrol', 'motExpiry': '2027-03-14', 'doors': 5, 'engineSize': 999, 'bodyType': 'Hatchback', 'images': None, 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': False, 'v5details': None, 'co2': 108, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:03:10 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120870483, 'registration': 'EX16FBE', 'account': 'WBA004', 'make': 'FORD', 'model': 'FOCUS HATCHBACK', 'derivative': '1.0 EcoBoost 125 Titanium 5dr', 'mileage': 45995, 'mileageWarranty': True, 'type': 'car', 'saleId': 19238, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 727}, 'saleStart': '2026-04-06T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2016-03-15', 'fuel': 'Petrol', 'motExpiry': '2027-03-14', 'doors': 5, 'engineSize': 999, 'bodyType': 'Hatchback', 'images': None, 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': False, 'v5details': None, 'co2': 108, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:03:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3cd2976a-f3bf-59db-b2be-151af6497243 with identifier: 120870483
2026-03-30 10:03:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3cd2976a-f3bf-59db-b2be-151af6497243 with scrape type 1
2026-03-30 10:03:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 0 photos for item 3cd2976a-f3bf-59db-b2be-151af6497243
2026-03-30 10:03:10 [crawlers.middlewares.photo_download_middleware] INFO: No photos to download for item 3cd2976a-f3bf-59db-b2be-151af6497243
2026-03-30 10:03:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 3cd2976a-f3bf-59db-b2be-151af6497243, identifier: 120870483
2026-03-30 10:03:11 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:03:11 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f4367c74990>
2026-03-30 10:03:11 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 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-30 10:03:11 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:03:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0bb15247-a91b-5a1a-8fea-e6aeafca8613/0bb15247-a91b-5a1a-8fea-e6aeafca8613_image_2.jpg HTTP/1.1" 201 0
2026-03-30 10:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%252FEF61KUV%252F2026-03-28%252Fimage%252Fb492fead-84e0-4e94-a25a-f2606105246b_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:03:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EF61KUV/2026-03-28/image/b492fead-84e0-4e94-a25a-f2606105246b_removebg.jpg?w=600 saved to cache
2026-03-30 10:03:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 0bb15247-a91b-5a1a-8fea-e6aeafca8613
2026-03-30 10:03:11 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:03:11 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f436660b450>
2026-03-30 10:03:11 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 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-30 10:03:11 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:03:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c7dfec3a-8329-5e04-acb7-2e27a733bf6b/c7dfec3a-8329-5e04-acb7-2e27a733bf6b_image_2.jpg HTTP/1.1" 201 0
2026-03-30 10:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%252FLN13FFW%252F2026-03-27%252Fimage%252F57a0eb38-e448-48ab-9ce6-294f56b0bfa1_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:03:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/LN13FFW/2026-03-27/image/57a0eb38-e448-48ab-9ce6-294f56b0bfa1_removebg.jpg?w=600 saved to cache
2026-03-30 10:03:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item c7dfec3a-8329-5e04-acb7-2e27a733bf6b
2026-03-30 10:03:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/LN13FFW/2026-03-27/image/fe2ba2d8-a830-48f7-90f4-d4773d946efa_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120859033?view=catalogue)
2026-03-30 10:03:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/EF61KUV/2026-03-28/image/50aac7e4-5056-4ead-9018-d48fb32e766e_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120863807?view=catalogue)
2026-03-30 10:03:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/GL59EZH/2026-03-27/image/dd8c2858-8ae6-4bee-92b9-d5668d4c78f6_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120859214?view=catalogue)
2026-03-30 10:03:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/GL59EZH/2026-03-27/image/3a14a3d2-5674-42c3-a80b-4e4f34c90fa2_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120859214?view=catalogue)
2026-03-30 10:03:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/DN11LTJ/2026-03-28/image/291ac7ea-0d00-49d1-a1aa-f5452f7b1a20_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120862781?view=catalogue)
2026-03-30 10:03:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 3cd2976a-f3bf-59db-b2be-151af6497243 with identifier: 120870483
2026-03-30 10:03:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 3cd2976a-f3bf-59db-b2be-151af6497243 with identifier: 120870483
2026-03-30 10:03:11 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 3cd2976a-f3bf-59db-b2be-151af6497243 with identifier: 120870483 to the API
2026-03-30 10:03:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:03:11 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:03:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120870483?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 108,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-04-06T12:00:00Z',
'fuel_type': 'Petrol',
'id': '3cd2976a-f3bf-59db-b2be-151af6497243',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'EX16FBE',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120870483',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'FORD',
'model': 'FOCUS HATCHBACK',
'odometer': 45995,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-03-15',
'seller_name': 'UKCGR - Trade',
'title': 'FORD FOCUS HATCHBACK 1.0 EcoBoost 125 Titanium 5dr',
'transmission': 'manual',
'trim': '1.0 EcoBoost 125 Titanium 5dr',
'vin': None,
'year': 2016}
2026-03-30 10:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120870483%27 HTTP/1.1" 200 None
2026-03-30 10:03:11 [astonbarclay.gb] INFO: Saving data for 120870483: {'created_time': 1774864991.615859, 'last_price_update_time': 1774864991.615871, 'auction_closing_time': 1775476800.0}
2026-03-30 10:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120870483') HTTP/1.1" 204 0
2026-03-30 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-30 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-30 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-30 10:03:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/AV63FTP/2026-03-28/image/de1850e8-c874-4b26-8f70-08e12716c1fe_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120857228?view=catalogue)
2026-03-30 10:03:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/AV63FTP/2026-03-28/image/90240e63-5d40-4f0d-8590-7c35634a8cf6_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120857228?view=catalogue)
2026-03-30 10:03:11 [astonbarclay.gb] INFO: Found listing with ID: 120869853
2026-03-30 10:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120869853%27 HTTP/1.1" 200 None
2026-03-30 10:03:11 [astonbarclay.gb] INFO: Scrape type for 120869853: 1
2026-03-30 10:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%252FEF61KUV%252F2026-03-28%252Fimage%252F6831c69f-e5d3-42db-bef3-613876f0d4fb_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:03:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EF61KUV/2026-03-28/image/6831c69f-e5d3-42db-bef3-613876f0d4fb_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%252FLN13FFW%252F2026-03-27%252Fimage%252F0e0fc91a-8a4f-43e5-9bf3-be3ab5b40a65_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:03:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/LN13FFW/2026-03-27/image/0e0fc91a-8a4f-43e5-9bf3-be3ab5b40a65_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:03:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120870067?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:03:11 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:03:11 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f4365132dd0>
2026-03-30 10:03:11 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 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-30 10:03:11 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:03:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2a39de84-8a97-5463-a289-594c7342ed22/2a39de84-8a97-5463-a289-594c7342ed22_image_5.jpg HTTP/1.1" 201 0
2026-03-30 10:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%252FDN11LTJ%252F2026-03-28%252Fimage%252F4960da4a-011c-4d5c-8100-1cc58782f38a_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:03:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/DN11LTJ/2026-03-28/image/4960da4a-011c-4d5c-8100-1cc58782f38a_removebg.jpg?w=600 saved to cache
2026-03-30 10:03:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 2a39de84-8a97-5463-a289-594c7342ed22
2026-03-30 10:03:11 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:03:11 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f4365268210>
2026-03-30 10:03:11 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 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-30 10:03:11 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:03:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0bb15247-a91b-5a1a-8fea-e6aeafca8613/0bb15247-a91b-5a1a-8fea-e6aeafca8613_image_3.jpg HTTP/1.1" 201 0
2026-03-30 10:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%252FEF61KUV%252F2026-03-28%252Fimage%252F8385b8b9-bbb7-4e00-b4c8-f08bc5e4676d_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:03:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EF61KUV/2026-03-28/image/8385b8b9-bbb7-4e00-b4c8-f08bc5e4676d_removebg.jpg?w=600 saved to cache
2026-03-30 10:03:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 0bb15247-a91b-5a1a-8fea-e6aeafca8613
2026-03-30 10:03:11 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:03:11 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f43654ba910>
2026-03-30 10:03:11 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 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-30 10:03:11 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:03:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_291b5846-9946-56ed-9f64-d493546ed195/291b5846-9946-56ed-9f64-d493546ed195_image_5.jpg HTTP/1.1" 201 0
2026-03-30 10:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%252FGL59EZH%252F2026-03-27%252Fimage%252Fad312af5-8173-4578-87f8-1faaf30d2a05_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:03:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/GL59EZH/2026-03-27/image/ad312af5-8173-4578-87f8-1faaf30d2a05_removebg.jpg?w=600 saved to cache
2026-03-30 10:03:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 291b5846-9946-56ed-9f64-d493546ed195
2026-03-30 10:03:11 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:03:11 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f43650ef7d0>
2026-03-30 10:03:11 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 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-30 10:03:11 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:03:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c7dfec3a-8329-5e04-acb7-2e27a733bf6b/c7dfec3a-8329-5e04-acb7-2e27a733bf6b_image_3.jpg HTTP/1.1" 201 0
2026-03-30 10:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%252FLN13FFW%252F2026-03-27%252Fimage%252F835e5a51-5ae5-467f-8ec1-336aa452376d_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:03:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/LN13FFW/2026-03-27/image/835e5a51-5ae5-467f-8ec1-336aa452376d_removebg.jpg?w=600 saved to cache
2026-03-30 10:03:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item c7dfec3a-8329-5e04-acb7-2e27a733bf6b
2026-03-30 10:03:11 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:03:11 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f43667d1e90>
2026-03-30 10:03:11 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 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-30 10:03:11 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:03:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2a39de84-8a97-5463-a289-594c7342ed22/2a39de84-8a97-5463-a289-594c7342ed22_image_6.jpg HTTP/1.1" 201 0
2026-03-30 10:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%252FDN11LTJ%252F2026-03-28%252Fimage%252F2456a652-2251-4569-8d5a-f5f189e8380c_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:03:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/DN11LTJ/2026-03-28/image/2456a652-2251-4569-8d5a-f5f189e8380c_removebg.jpg?w=600 saved to cache
2026-03-30 10:03:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 2a39de84-8a97-5463-a289-594c7342ed22
2026-03-30 10:03:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/LN13FFW/2026-03-27/image/d7586ac4-1c88-4d82-b714-b602bc5b55ec_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120859033?view=catalogue)
2026-03-30 10:03:12 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:03:12 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:03:12 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:03:12 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f43664f5790>
2026-03-30 10:03:12 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 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-30 10:03:12 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:03:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_711cb640-07f1-5908-81e7-75232c49f03a/711cb640-07f1-5908-81e7-75232c49f03a_image_6.jpg HTTP/1.1" 201 0
2026-03-30 10:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%252FAV63FTP%252F2026-03-28%252Fimage%252F234ffc90-5113-402c-bd12-fb15243c9c64_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:03:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/AV63FTP/2026-03-28/image/234ffc90-5113-402c-bd12-fb15243c9c64_removebg.jpg?w=600 saved to cache
2026-03-30 10:03:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 711cb640-07f1-5908-81e7-75232c49f03a
2026-03-30 10:03:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/EF61KUV/2026-03-28/image/793a9cc9-005e-47aa-b2aa-8acca9d61acb_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120863807?view=catalogue)
2026-03-30 10:03:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/LN13FFW/2026-03-27/image/608b0370-5b13-4540-a243-510cf4bab8b5_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120859033?view=catalogue)
2026-03-30 10:03:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/DN11LTJ/2026-03-28/image/5854daaf-e99f-44ea-949e-779c867da0f9_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120862781?view=catalogue)
2026-03-30 10:03:12 [astonbarclay.gb] INFO: Found listing with ID: 120869758
2026-03-30 10:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120869758%27 HTTP/1.1" 200 None
2026-03-30 10:03:12 [astonbarclay.gb] INFO: Scrape type for 120869758: 1
2026-03-30 10:03:12 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:03:12 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f43666be050>
2026-03-30 10:03:12 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 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-30 10:03:12 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:03:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c7dfec3a-8329-5e04-acb7-2e27a733bf6b/c7dfec3a-8329-5e04-acb7-2e27a733bf6b_image_4.jpg HTTP/1.1" 201 0
2026-03-30 10:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%252FLN13FFW%252F2026-03-27%252Fimage%252Ffe2ba2d8-a830-48f7-90f4-d4773d946efa_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:03:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/LN13FFW/2026-03-27/image/fe2ba2d8-a830-48f7-90f4-d4773d946efa_removebg.jpg?w=600 saved to cache
2026-03-30 10:03:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item c7dfec3a-8329-5e04-acb7-2e27a733bf6b
2026-03-30 10:03:12 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:03:12 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f4366598190>
2026-03-30 10:03:12 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 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-30 10:03:12 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:03:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0bb15247-a91b-5a1a-8fea-e6aeafca8613/0bb15247-a91b-5a1a-8fea-e6aeafca8613_image_4.jpg HTTP/1.1" 201 0
2026-03-30 10:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%252FEF61KUV%252F2026-03-28%252Fimage%252F50aac7e4-5056-4ead-9018-d48fb32e766e_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:03:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EF61KUV/2026-03-28/image/50aac7e4-5056-4ead-9018-d48fb32e766e_removebg.jpg?w=600 saved to cache
2026-03-30 10:03:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 0bb15247-a91b-5a1a-8fea-e6aeafca8613
2026-03-30 10:03:12 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:03:12 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f43653d8490>
2026-03-30 10:03:12 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 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-30 10:03:12 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:03:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_291b5846-9946-56ed-9f64-d493546ed195/291b5846-9946-56ed-9f64-d493546ed195_image_7.jpg HTTP/1.1" 201 0
2026-03-30 10:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%252FGL59EZH%252F2026-03-27%252Fimage%252Fdd8c2858-8ae6-4bee-92b9-d5668d4c78f6_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:03:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/GL59EZH/2026-03-27/image/dd8c2858-8ae6-4bee-92b9-d5668d4c78f6_removebg.jpg?w=600 saved to cache
2026-03-30 10:03:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 291b5846-9946-56ed-9f64-d493546ed195
2026-03-30 10:03:12 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:03:12 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f43666c5bd0>
2026-03-30 10:03:12 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 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-30 10:03:12 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:03:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_291b5846-9946-56ed-9f64-d493546ed195/291b5846-9946-56ed-9f64-d493546ed195_image_6.jpg HTTP/1.1" 201 0
2026-03-30 10:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%252FGL59EZH%252F2026-03-27%252Fimage%252F3a14a3d2-5674-42c3-a80b-4e4f34c90fa2_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:03:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/GL59EZH/2026-03-27/image/3a14a3d2-5674-42c3-a80b-4e4f34c90fa2_removebg.jpg?w=600 saved to cache
2026-03-30 10:03:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 291b5846-9946-56ed-9f64-d493546ed195
2026-03-30 10:03:12 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:03:12 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f43653d9610>
2026-03-30 10:03:12 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 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-30 10:03:12 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:03:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2a39de84-8a97-5463-a289-594c7342ed22/2a39de84-8a97-5463-a289-594c7342ed22_image_7.jpg HTTP/1.1" 201 0
2026-03-30 10:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%252FDN11LTJ%252F2026-03-28%252Fimage%252F291ac7ea-0d00-49d1-a1aa-f5452f7b1a20_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:03:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/DN11LTJ/2026-03-28/image/291ac7ea-0d00-49d1-a1aa-f5452f7b1a20_removebg.jpg?w=600 saved to cache
2026-03-30 10:03:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 2a39de84-8a97-5463-a289-594c7342ed22
2026-03-30 10:03:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/EF61KUV/2026-03-28/image/428970e2-9073-4390-86d1-b8dc98390a32_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120863807?view=catalogue)
2026-03-30 10:03:12 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:03:12 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f436659b050>
2026-03-30 10:03:12 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 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-30 10:03:12 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:03:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_711cb640-07f1-5908-81e7-75232c49f03a/711cb640-07f1-5908-81e7-75232c49f03a_image_7.jpg HTTP/1.1" 201 0
2026-03-30 10:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%252FAV63FTP%252F2026-03-28%252Fimage%252Fde1850e8-c874-4b26-8f70-08e12716c1fe_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:03:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/AV63FTP/2026-03-28/image/de1850e8-c874-4b26-8f70-08e12716c1fe_removebg.jpg?w=600 saved to cache
2026-03-30 10:03:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 711cb640-07f1-5908-81e7-75232c49f03a
2026-03-30 10:03:12 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:03:12 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f4365352f10>
2026-03-30 10:03:12 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 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-30 10:03:12 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:03:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_711cb640-07f1-5908-81e7-75232c49f03a/711cb640-07f1-5908-81e7-75232c49f03a_image_8.jpg HTTP/1.1" 201 0
2026-03-30 10:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%252FAV63FTP%252F2026-03-28%252Fimage%252F90240e63-5d40-4f0d-8590-7c35634a8cf6_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:03:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/AV63FTP/2026-03-28/image/90240e63-5d40-4f0d-8590-7c35634a8cf6_removebg.jpg?w=600 saved to cache
2026-03-30 10:03:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 711cb640-07f1-5908-81e7-75232c49f03a
2026-03-30 10:03:12 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120870067, 'registration': 'EY62JXN', 'account': 'WBA004', 'make': 'FORD', 'model': 'FOCUS HATCHBACK', 'derivative': '1.0 EcoBoost Zetec 5dr', 'mileage': 107688, 'mileageWarranty': True, 'type': 'car', 'saleId': 19238, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 727}, 'saleStart': '2026-04-06T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2012-09-12', 'fuel': 'Petrol', 'motExpiry': '2026-09-11', 'doors': 5, 'engineSize': 998, 'bodyType': 'Hatchback', 'images': None, 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': False, 'v5details': None, 'co2': 109, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/31372002-b6e1-4778-9b7f-08f61d28df32.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:03:12 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120870067, 'registration': 'EY62JXN', 'account': 'WBA004', 'make': 'FORD', 'model': 'FOCUS HATCHBACK', 'derivative': '1.0 EcoBoost Zetec 5dr', 'mileage': 107688, 'mileageWarranty': True, 'type': 'car', 'saleId': 19238, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 727}, 'saleStart': '2026-04-06T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2012-09-12', 'fuel': 'Petrol', 'motExpiry': '2026-09-11', 'doors': 5, 'engineSize': 998, 'bodyType': 'Hatchback', 'images': None, 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': False, 'v5details': None, 'co2': 109, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/31372002-b6e1-4778-9b7f-08f61d28df32.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:03:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: db861b02-aad6-513d-9fc6-dff217580b39 with identifier: 120870067
2026-03-30 10:03:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item db861b02-aad6-513d-9fc6-dff217580b39 with scrape type 1
2026-03-30 10:03:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 0 photos for item db861b02-aad6-513d-9fc6-dff217580b39
2026-03-30 10:03:12 [crawlers.middlewares.photo_download_middleware] INFO: No photos to download for item db861b02-aad6-513d-9fc6-dff217580b39
2026-03-30 10:03:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: db861b02-aad6-513d-9fc6-dff217580b39, identifier: 120870067
2026-03-30 10:03:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/LN13FFW/2026-03-27/image/a0bb5786-03c1-47a3-8be4-7d22f4b2ceaf_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120859033?view=catalogue)
2026-03-30 10:03:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/EF61KUV/2026-03-28/image/f93a83f4-bb47-4d6b-922a-f54b57982601_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120863807?view=catalogue)
2026-03-30 10:03:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/GL59EZH/2026-03-27/image/a30062d5-004c-448e-a211-9d080a7e34b1_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120859214?view=catalogue)
2026-03-30 10:03:12 [astonbarclay.gb] INFO: Found listing with ID: 120870578
2026-03-30 10:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120870578%27 HTTP/1.1" 200 None
2026-03-30 10:03:12 [astonbarclay.gb] INFO: Scrape type for 120870578: 1
2026-03-30 10:03:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: db861b02-aad6-513d-9fc6-dff217580b39 with identifier: 120870067
2026-03-30 10:03:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: db861b02-aad6-513d-9fc6-dff217580b39 with identifier: 120870067
2026-03-30 10:03:12 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: db861b02-aad6-513d-9fc6-dff217580b39 with identifier: 120870067 to the API
2026-03-30 10:03:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 10:03:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120870067?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 109,
'color': 'RED',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.0L',
'expiration_date': '2026-04-06T12:00:00Z',
'fuel_type': 'Petrol',
'id': 'db861b02-aad6-513d-9fc6-dff217580b39',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'EY62JXN',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120870067',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'FORD',
'model': 'FOCUS HATCHBACK',
'odometer': 107688,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2012-09-12',
'seller_name': 'UKCGR - Trade',
'title': 'FORD FOCUS HATCHBACK 1.0 EcoBoost Zetec 5dr',
'transmission': 'manual',
'trim': '1.0 EcoBoost Zetec 5dr',
'vin': None,
'year': 2012}
2026-03-30 10:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120870067%27 HTTP/1.1" 200 None
2026-03-30 10:03:12 [astonbarclay.gb] INFO: Saving data for 120870067: {'created_time': 1774864992.959861, 'last_price_update_time': 1774864992.959876, 'auction_closing_time': 1775476800.0}
2026-03-30 10:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120870067') HTTP/1.1" 204 0
2026-03-30 10:03:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/GL59EZH/2026-03-27/image/7dece86c-7b17-4fb5-bb31-c5ccdbb6ff24_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120859214?view=catalogue)
2026-03-30 10:03:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:03:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f43666aad10>
2026-03-30 10:03:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 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-30 10:03:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:03:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c7dfec3a-8329-5e04-acb7-2e27a733bf6b/c7dfec3a-8329-5e04-acb7-2e27a733bf6b_image_5.jpg HTTP/1.1" 201 0
2026-03-30 10:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%252FLN13FFW%252F2026-03-27%252Fimage%252Fd7586ac4-1c88-4d82-b714-b602bc5b55ec_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:03:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/LN13FFW/2026-03-27/image/d7586ac4-1c88-4d82-b714-b602bc5b55ec_removebg.jpg?w=600 saved to cache
2026-03-30 10:03:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item c7dfec3a-8329-5e04-acb7-2e27a733bf6b
2026-03-30 10:03:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:03:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f43654a6950>
2026-03-30 10:03:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 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-30 10:03:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:03:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0bb15247-a91b-5a1a-8fea-e6aeafca8613/0bb15247-a91b-5a1a-8fea-e6aeafca8613_image_5.jpg HTTP/1.1" 201 0
2026-03-30 10:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%252FEF61KUV%252F2026-03-28%252Fimage%252F793a9cc9-005e-47aa-b2aa-8acca9d61acb_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:03:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EF61KUV/2026-03-28/image/793a9cc9-005e-47aa-b2aa-8acca9d61acb_removebg.jpg?w=600 saved to cache
2026-03-30 10:03:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 0bb15247-a91b-5a1a-8fea-e6aeafca8613
2026-03-30 10:03:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:03:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f4365465350>
2026-03-30 10:03:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 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-30 10:03:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:03:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c7dfec3a-8329-5e04-acb7-2e27a733bf6b/c7dfec3a-8329-5e04-acb7-2e27a733bf6b_image_6.jpg HTTP/1.1" 201 0
2026-03-30 10:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%252FLN13FFW%252F2026-03-27%252Fimage%252F608b0370-5b13-4540-a243-510cf4bab8b5_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:03:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/LN13FFW/2026-03-27/image/608b0370-5b13-4540-a243-510cf4bab8b5_removebg.jpg?w=600 saved to cache
2026-03-30 10:03:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item c7dfec3a-8329-5e04-acb7-2e27a733bf6b
2026-03-30 10:03:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:03:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f43652dea90>
2026-03-30 10:03:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 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-30 10:03:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:03:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2a39de84-8a97-5463-a289-594c7342ed22/2a39de84-8a97-5463-a289-594c7342ed22_image_8.jpg HTTP/1.1" 201 0
2026-03-30 10:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%252FDN11LTJ%252F2026-03-28%252Fimage%252F5854daaf-e99f-44ea-949e-779c867da0f9_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:03:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/DN11LTJ/2026-03-28/image/5854daaf-e99f-44ea-949e-779c867da0f9_removebg.jpg?w=600 saved to cache
2026-03-30 10:03:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 2a39de84-8a97-5463-a289-594c7342ed22
2026-03-30 10:03:13 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 2a39de84-8a97-5463-a289-594c7342ed22, skipping ID generation
2026-03-30 10:03:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2a39de84-8a97-5463-a289-594c7342ed22 with scrape type 1
2026-03-30 10:03:13 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 2a39de84-8a97-5463-a289-594c7342ed22 sending to next pipeline
2026-03-30 10:03:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 2a39de84-8a97-5463-a289-594c7342ed22, identifier: 120862781
2026-03-30 10:03:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/LN13FFW/2026-03-27/image/0e0fc91a-8a4f-43e5-9bf3-be3ab5b40a65_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120859033?view=catalogue)
2026-03-30 10:03:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/EF61KUV/2026-03-28/image/6831c69f-e5d3-42db-bef3-613876f0d4fb_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120863807?view=catalogue)
2026-03-30 10:03:13 [astonbarclay.gb] INFO: Found listing with ID: 93126246
2026-03-30 10:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%2793126246%27 HTTP/1.1" 200 None
2026-03-30 10:03:13 [astonbarclay.gb] INFO: Scrape type for 93126246: 1
2026-03-30 10:03:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120869904?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:03:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120870916?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:03:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 2a39de84-8a97-5463-a289-594c7342ed22 with identifier: 120862781
2026-03-30 10:03:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 2a39de84-8a97-5463-a289-594c7342ed22 with identifier: 120862781
2026-03-30 10:03:13 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 2a39de84-8a97-5463-a289-594c7342ed22 with identifier: 120862781 to the API
2026-03-30 10:03:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:03:13 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:03:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://abimg003.imgix.net/DN11LTJ/2026-03-28/image/5854daaf-e99f-44ea-949e-779c867da0f9_removebg.jpg?w=600>
{'auction_title': '',
'c_o_2_emission_value': 145,
'color': 'RED',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.4L',
'expiration_date': '2026-04-06T12:00:00Z',
'fuel_type': 'Petrol',
'id': '2a39de84-8a97-5463-a289-594c7342ed22',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'DN11LTJ',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120862781',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'PEUGEOT',
'model': '207 HATCHBACK SPECIAL EDITIONS',
'odometer': 78940,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 9,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2a39de84-8a97-5463-a289-594c7342ed22/2a39de84-8a97-5463-a289-594c7342ed22_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 40541,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/DN11LTJ/2026-03-28/image/0961fb26-f65e-4d99-91ee-220fe4d9caf6_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2a39de84-8a97-5463-a289-594c7342ed22/2a39de84-8a97-5463-a289-594c7342ed22_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 38132,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/DN11LTJ/2026-03-28/image/1cb89037-ed99-4c63-839d-34b20226851f_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2a39de84-8a97-5463-a289-594c7342ed22/2a39de84-8a97-5463-a289-594c7342ed22_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 35377,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/DN11LTJ/2026-03-28/image/89d5ade7-3a5b-49f7-8095-9247e36a6d3c_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2a39de84-8a97-5463-a289-594c7342ed22/2a39de84-8a97-5463-a289-594c7342ed22_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 34169,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/DN11LTJ/2026-03-28/image/841128b0-4b21-46a7-b894-b17437fb92fe_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2a39de84-8a97-5463-a289-594c7342ed22/2a39de84-8a97-5463-a289-594c7342ed22_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 58320,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/DN11LTJ/2026-03-28/image/01ad26eb-d628-46d4-9c15-9c9f81b16633_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2a39de84-8a97-5463-a289-594c7342ed22/2a39de84-8a97-5463-a289-594c7342ed22_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 50977,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/DN11LTJ/2026-03-28/image/4960da4a-011c-4d5c-8100-1cc58782f38a_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2a39de84-8a97-5463-a289-594c7342ed22/2a39de84-8a97-5463-a289-594c7342ed22_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 55837,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/DN11LTJ/2026-03-28/image/2456a652-2251-4569-8d5a-f5f189e8380c_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2a39de84-8a97-5463-a289-594c7342ed22/2a39de84-8a97-5463-a289-594c7342ed22_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 50067,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/DN11LTJ/2026-03-28/image/291ac7ea-0d00-49d1-a1aa-f5452f7b1a20_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2a39de84-8a97-5463-a289-594c7342ed22/2a39de84-8a97-5463-a289-594c7342ed22_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 37331,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/DN11LTJ/2026-03-28/image/5854daaf-e99f-44ea-949e-779c867da0f9_removebg.jpg?w=600',
'Width': 600}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2011-03-30',
'seller_name': 'UKCGR - Trade',
'title': 'PEUGEOT 207 HATCHBACK SPECIAL EDITIONS 1.4 Envy 5dr',
'transmission': 'manual',
'trim': '1.4 Envy 5dr',
'vin': None,
'year': 2011}
2026-03-30 10:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120862781%27 HTTP/1.1" 200 None
2026-03-30 10:03:13 [astonbarclay.gb] INFO: Saving data for 120862781: {'created_time': 1774864993.845335, 'last_price_update_time': 1774864993.845347, 'auction_closing_time': 1775476800.0}
2026-03-30 10:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120862781') HTTP/1.1" 204 0
2026-03-30 10:03:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:03:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f436529e410>
2026-03-30 10:03:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 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-30 10:03:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:03:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0bb15247-a91b-5a1a-8fea-e6aeafca8613/0bb15247-a91b-5a1a-8fea-e6aeafca8613_image_6.jpg HTTP/1.1" 201 0
2026-03-30 10:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%252FEF61KUV%252F2026-03-28%252Fimage%252F428970e2-9073-4390-86d1-b8dc98390a32_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:03:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EF61KUV/2026-03-28/image/428970e2-9073-4390-86d1-b8dc98390a32_removebg.jpg?w=600 saved to cache
2026-03-30 10:03:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 0bb15247-a91b-5a1a-8fea-e6aeafca8613
2026-03-30 10:03:13 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:03:13 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:03:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120870088?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:03:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:03:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f4366e22fd0>
2026-03-30 10:03:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 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-30 10:03:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:03:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c7dfec3a-8329-5e04-acb7-2e27a733bf6b/c7dfec3a-8329-5e04-acb7-2e27a733bf6b_image_7.jpg HTTP/1.1" 201 0
2026-03-30 10:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%252FLN13FFW%252F2026-03-27%252Fimage%252Fa0bb5786-03c1-47a3-8be4-7d22f4b2ceaf_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:03:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/LN13FFW/2026-03-27/image/a0bb5786-03c1-47a3-8be4-7d22f4b2ceaf_removebg.jpg?w=600 saved to cache
2026-03-30 10:03:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item c7dfec3a-8329-5e04-acb7-2e27a733bf6b
2026-03-30 10:03:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:03:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f436d565950>
2026-03-30 10:03:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 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-30 10:03:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:03:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0bb15247-a91b-5a1a-8fea-e6aeafca8613/0bb15247-a91b-5a1a-8fea-e6aeafca8613_image_7.jpg HTTP/1.1" 201 0
2026-03-30 10:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%252FEF61KUV%252F2026-03-28%252Fimage%252Ff93a83f4-bb47-4d6b-922a-f54b57982601_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:03:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EF61KUV/2026-03-28/image/f93a83f4-bb47-4d6b-922a-f54b57982601_removebg.jpg?w=600 saved to cache
2026-03-30 10:03:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 0bb15247-a91b-5a1a-8fea-e6aeafca8613
2026-03-30 10:03:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:03:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f43667bb790>
2026-03-30 10:03:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 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-30 10:03:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:03:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_291b5846-9946-56ed-9f64-d493546ed195/291b5846-9946-56ed-9f64-d493546ed195_image_8.jpg HTTP/1.1" 201 0
2026-03-30 10:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%252FGL59EZH%252F2026-03-27%252Fimage%252Fa30062d5-004c-448e-a211-9d080a7e34b1_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:03:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/GL59EZH/2026-03-27/image/a30062d5-004c-448e-a211-9d080a7e34b1_removebg.jpg?w=600 saved to cache
2026-03-30 10:03:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 291b5846-9946-56ed-9f64-d493546ed195
2026-03-30 10:03:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/EJ23WCK/2026-03-27/image/26f0d73b-72cf-4f5b-a077-7f4026a37395_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120853676?view=catalogue)
2026-03-30 10:03:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/EA63JYV/2026-03-27/image/7598c35a-7575-46b0-9ea3-261adfb1efd4_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120856408?view=catalogue)
2026-03-30 10:03:14 [astonbarclay.gb] INFO: Found listing with ID: 120841318
2026-03-30 10:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120841318%27 HTTP/1.1" 200 None
2026-03-30 10:03:14 [astonbarclay.gb] INFO: Scrape type for 120841318: 0
2026-03-30 10:03:14 [astonbarclay.gb] INFO: Found listing with ID: 120680236
2026-03-30 10:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120680236%27 HTTP/1.1" 200 None
2026-03-30 10:03:14 [astonbarclay.gb] INFO: Scrape type for 120680236: 0
2026-03-30 10:03:14 [astonbarclay.gb] INFO: Found listing with ID: 120860142
2026-03-30 10:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120860142%27 HTTP/1.1" 200 None
2026-03-30 10:03:14 [astonbarclay.gb] INFO: Scrape type for 120860142: 0
2026-03-30 10:03:14 [astonbarclay.gb] INFO: Found listing with ID: 120859754
2026-03-30 10:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120859754%27 HTTP/1.1" 200 None
2026-03-30 10:03:14 [astonbarclay.gb] INFO: Scrape type for 120859754: 0
2026-03-30 10:03:14 [astonbarclay.gb] INFO: Found listing with ID: 120818990
2026-03-30 10:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120818990%27 HTTP/1.1" 200 None
2026-03-30 10:03:14 [astonbarclay.gb] INFO: Scrape type for 120818990: 0
2026-03-30 10:03:14 [astonbarclay.gb] INFO: Found listing with ID: 120878409
2026-03-30 10:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120878409%27 HTTP/1.1" 200 None
2026-03-30 10:03:14 [astonbarclay.gb] INFO: Scrape type for 120878409: 1
2026-03-30 10:03:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:03:14 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:03:14 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f43652804d0>
2026-03-30 10:03:14 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 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-30 10:03:14 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:03:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_291b5846-9946-56ed-9f64-d493546ed195/291b5846-9946-56ed-9f64-d493546ed195_image_9.jpg HTTP/1.1" 201 0
2026-03-30 10:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%252FGL59EZH%252F2026-03-27%252Fimage%252F7dece86c-7b17-4fb5-bb31-c5ccdbb6ff24_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:03:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/GL59EZH/2026-03-27/image/7dece86c-7b17-4fb5-bb31-c5ccdbb6ff24_removebg.jpg?w=600 saved to cache
2026-03-30 10:03:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 291b5846-9946-56ed-9f64-d493546ed195
2026-03-30 10:03:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/AV63FTP/2026-03-28/image/cfdba6d0-26c9-4726-8886-1729cfde2b43_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120857228?view=catalogue)
2026-03-30 10:03:14 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:03:14 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f43651f39d0>
2026-03-30 10:03:14 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 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-30 10:03:14 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:03:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c7dfec3a-8329-5e04-acb7-2e27a733bf6b/c7dfec3a-8329-5e04-acb7-2e27a733bf6b_image_8.jpg HTTP/1.1" 201 0
2026-03-30 10:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%252FLN13FFW%252F2026-03-27%252Fimage%252F0e0fc91a-8a4f-43e5-9bf3-be3ab5b40a65_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:03:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/LN13FFW/2026-03-27/image/0e0fc91a-8a4f-43e5-9bf3-be3ab5b40a65_removebg.jpg?w=600 saved to cache
2026-03-30 10:03:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item c7dfec3a-8329-5e04-acb7-2e27a733bf6b
2026-03-30 10:03:14 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: c7dfec3a-8329-5e04-acb7-2e27a733bf6b, skipping ID generation
2026-03-30 10:03:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c7dfec3a-8329-5e04-acb7-2e27a733bf6b with scrape type 1
2026-03-30 10:03:14 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item c7dfec3a-8329-5e04-acb7-2e27a733bf6b sending to next pipeline
2026-03-30 10:03:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: c7dfec3a-8329-5e04-acb7-2e27a733bf6b, identifier: 120859033
2026-03-30 10:03:14 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:03:14 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f43652799d0>
2026-03-30 10:03:14 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 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-30 10:03:14 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:03:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0bb15247-a91b-5a1a-8fea-e6aeafca8613/0bb15247-a91b-5a1a-8fea-e6aeafca8613_image_8.jpg HTTP/1.1" 201 0
2026-03-30 10:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%252FEF61KUV%252F2026-03-28%252Fimage%252F6831c69f-e5d3-42db-bef3-613876f0d4fb_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:03:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EF61KUV/2026-03-28/image/6831c69f-e5d3-42db-bef3-613876f0d4fb_removebg.jpg?w=600 saved to cache
2026-03-30 10:03:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 0bb15247-a91b-5a1a-8fea-e6aeafca8613
2026-03-30 10:03:14 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 0bb15247-a91b-5a1a-8fea-e6aeafca8613, skipping ID generation
2026-03-30 10:03:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0bb15247-a91b-5a1a-8fea-e6aeafca8613 with scrape type 1
2026-03-30 10:03:14 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 0bb15247-a91b-5a1a-8fea-e6aeafca8613 sending to next pipeline
2026-03-30 10:03:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 0bb15247-a91b-5a1a-8fea-e6aeafca8613, identifier: 120863807
2026-03-30 10:03:14 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120869904, 'registration': 'GF08UTN', 'account': 'WBA004', 'make': 'BMW', 'model': '1 SERIES CONVERTIBLE', 'derivative': '118i SE 2dr', 'mileage': 84488, 'mileageWarranty': True, 'type': 'car', 'saleId': 19238, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 727}, 'saleStart': '2026-04-06T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2008-04-29', 'fuel': 'Petrol', 'motExpiry': '2026-09-18', 'doors': 2, 'engineSize': 1995, 'bodyType': 'Convertible', 'images': ['https://abimg003.imgix.net/GF08UTN/2026-03-30/image/12ab1cc9-9710-4b7d-8562-be17106f293f_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF08UTN/2026-03-30/image/31a4909e-acfb-4f47-90c7-0d3e677d1a2b_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF08UTN/2026-03-30/image/d2d963bc-2abd-4e0f-b9a4-b74fb198cd4b_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF08UTN/2026-03-30/image/f87ce8ef-2735-4c96-b1ee-28eebdf0d5eb_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF08UTN/2026-03-30/image/8efa4ccf-f891-4f35-b584-f4e46a65665c_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF08UTN/2026-03-30/image/ff740caa-ab55-4d4a-8136-84b07653d8e4_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF08UTN/2026-03-30/image/15732c4e-d03b-4a2f-8290-6db012f4a551_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF08UTN/2026-03-30/image/88aea84e-37eb-4cee-ab60-1079701bc378_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF08UTN/2026-03-30/image/67b8e4da-08da-4745-9188-fdc05aad970d_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF08UTN/2026-03-30/image/634adc78-7b4a-4c42-8f75-fc9f865c44db_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': False, 'v5details': None, 'co2': 149, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/333f564c-9663-457f-90fc-f2c6302927ca.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:03:14 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120869904, 'registration': 'GF08UTN', 'account': 'WBA004', 'make': 'BMW', 'model': '1 SERIES CONVERTIBLE', 'derivative': '118i SE 2dr', 'mileage': 84488, 'mileageWarranty': True, 'type': 'car', 'saleId': 19238, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 727}, 'saleStart': '2026-04-06T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2008-04-29', 'fuel': 'Petrol', 'motExpiry': '2026-09-18', 'doors': 2, 'engineSize': 1995, 'bodyType': 'Convertible', 'images': ['https://abimg003.imgix.net/GF08UTN/2026-03-30/image/12ab1cc9-9710-4b7d-8562-be17106f293f_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF08UTN/2026-03-30/image/31a4909e-acfb-4f47-90c7-0d3e677d1a2b_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF08UTN/2026-03-30/image/d2d963bc-2abd-4e0f-b9a4-b74fb198cd4b_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF08UTN/2026-03-30/image/f87ce8ef-2735-4c96-b1ee-28eebdf0d5eb_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF08UTN/2026-03-30/image/8efa4ccf-f891-4f35-b584-f4e46a65665c_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF08UTN/2026-03-30/image/ff740caa-ab55-4d4a-8136-84b07653d8e4_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF08UTN/2026-03-30/image/15732c4e-d03b-4a2f-8290-6db012f4a551_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF08UTN/2026-03-30/image/88aea84e-37eb-4cee-ab60-1079701bc378_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF08UTN/2026-03-30/image/67b8e4da-08da-4745-9188-fdc05aad970d_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF08UTN/2026-03-30/image/634adc78-7b4a-4c42-8f75-fc9f865c44db_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': False, 'v5details': None, 'co2': 149, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/333f564c-9663-457f-90fc-f2c6302927ca.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:03:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7f10126a-48e4-5272-8542-39d8b657ed6e with identifier: 120869904
2026-03-30 10:03:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7f10126a-48e4-5272-8542-39d8b657ed6e with scrape type 1
2026-03-30 10:03:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 7f10126a-48e4-5272-8542-39d8b657ed6e
2026-03-30 10:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%252FGF08UTN%252F2026-03-30%252Fimage%252F12ab1cc9-9710-4b7d-8562-be17106f293f_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:03:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/GF08UTN/2026-03-30/image/12ab1cc9-9710-4b7d-8562-be17106f293f_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:03:14 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120870916, 'registration': 'GV08YTD', 'account': 'WBA004', 'make': 'JAGUAR', 'model': 'XF DIESEL SALOON', 'derivative': '2.7d Luxury 4dr Auto', 'mileage': 109115, 'mileageWarranty': True, 'type': 'car', 'saleId': 19238, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 727}, 'saleStart': '2026-04-06T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2008-07-28', 'fuel': 'Diesel', 'motExpiry': '2026-06-24', 'doors': 4, 'engineSize': 2720, 'bodyType': 'Saloon', 'images': None, 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': False, 'v5details': None, 'co2': 199, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/2d98f29b-50a6-45b1-9ce3-3960393c9261.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:03:14 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120870916, 'registration': 'GV08YTD', 'account': 'WBA004', 'make': 'JAGUAR', 'model': 'XF DIESEL SALOON', 'derivative': '2.7d Luxury 4dr Auto', 'mileage': 109115, 'mileageWarranty': True, 'type': 'car', 'saleId': 19238, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 727}, 'saleStart': '2026-04-06T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2008-07-28', 'fuel': 'Diesel', 'motExpiry': '2026-06-24', 'doors': 4, 'engineSize': 2720, 'bodyType': 'Saloon', 'images': None, 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': False, 'v5details': None, 'co2': 199, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/2d98f29b-50a6-45b1-9ce3-3960393c9261.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:03:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7287cb05-49e7-5cf7-9789-6684550e876e with identifier: 120870916
2026-03-30 10:03:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7287cb05-49e7-5cf7-9789-6684550e876e with scrape type 1
2026-03-30 10:03:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 0 photos for item 7287cb05-49e7-5cf7-9789-6684550e876e
2026-03-30 10:03:14 [crawlers.middlewares.photo_download_middleware] INFO: No photos to download for item 7287cb05-49e7-5cf7-9789-6684550e876e
2026-03-30 10:03:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 7287cb05-49e7-5cf7-9789-6684550e876e, identifier: 120870916
2026-03-30 10:03:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/GL59EZH/2026-03-27/image/1c7dc889-0034-4903-9c53-8c8fe494fad8_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120859214?view=catalogue)
2026-03-30 10:03:14 [astonbarclay.gb] INFO: Found listing with ID: 120881711
2026-03-30 10:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120881711%27 HTTP/1.1" 200 None
2026-03-30 10:03:14 [astonbarclay.gb] INFO: Scrape type for 120881711: 1
2026-03-30 10:03:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: c7dfec3a-8329-5e04-acb7-2e27a733bf6b with identifier: 120859033
2026-03-30 10:03:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: c7dfec3a-8329-5e04-acb7-2e27a733bf6b with identifier: 120859033
2026-03-30 10:03:14 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: c7dfec3a-8329-5e04-acb7-2e27a733bf6b with identifier: 120859033 to the API
2026-03-30 10:03:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:03:14 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:03:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://abimg003.imgix.net/LN13FFW/2026-03-27/image/0e0fc91a-8a4f-43e5-9bf3-be3ab5b40a65_removebg.jpg?w=600>
{'auction_title': '',
'c_o_2_emission_value': 198,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '3.0L',
'expiration_date': '2026-04-06T12:00:00Z',
'fuel_type': 'Diesel',
'id': 'c7dfec3a-8329-5e04-acb7-2e27a733bf6b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'LN13FFW',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120859033',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'BMW',
'model': 'X6 DIESEL ESTATE',
'odometer': 100207,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 9,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c7dfec3a-8329-5e04-acb7-2e27a733bf6b/c7dfec3a-8329-5e04-acb7-2e27a733bf6b_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 37328,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/LN13FFW/2026-03-27/image/daf98657-bd34-4bde-a928-ba428f495f47_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c7dfec3a-8329-5e04-acb7-2e27a733bf6b/c7dfec3a-8329-5e04-acb7-2e27a733bf6b_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 35533,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/LN13FFW/2026-03-27/image/10376401-11f5-4db9-9e37-b343dbee14a0_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c7dfec3a-8329-5e04-acb7-2e27a733bf6b/c7dfec3a-8329-5e04-acb7-2e27a733bf6b_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 41546,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/LN13FFW/2026-03-27/image/57a0eb38-e448-48ab-9ce6-294f56b0bfa1_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c7dfec3a-8329-5e04-acb7-2e27a733bf6b/c7dfec3a-8329-5e04-acb7-2e27a733bf6b_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 39716,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/LN13FFW/2026-03-27/image/835e5a51-5ae5-467f-8ec1-336aa452376d_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c7dfec3a-8329-5e04-acb7-2e27a733bf6b/c7dfec3a-8329-5e04-acb7-2e27a733bf6b_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 44700,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/LN13FFW/2026-03-27/image/fe2ba2d8-a830-48f7-90f4-d4773d946efa_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c7dfec3a-8329-5e04-acb7-2e27a733bf6b/c7dfec3a-8329-5e04-acb7-2e27a733bf6b_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 56915,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/LN13FFW/2026-03-27/image/d7586ac4-1c88-4d82-b714-b602bc5b55ec_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c7dfec3a-8329-5e04-acb7-2e27a733bf6b/c7dfec3a-8329-5e04-acb7-2e27a733bf6b_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 51453,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/LN13FFW/2026-03-27/image/608b0370-5b13-4540-a243-510cf4bab8b5_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c7dfec3a-8329-5e04-acb7-2e27a733bf6b/c7dfec3a-8329-5e04-acb7-2e27a733bf6b_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 34232,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/LN13FFW/2026-03-27/image/a0bb5786-03c1-47a3-8be4-7d22f4b2ceaf_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c7dfec3a-8329-5e04-acb7-2e27a733bf6b/c7dfec3a-8329-5e04-acb7-2e27a733bf6b_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 43212,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/LN13FFW/2026-03-27/image/0e0fc91a-8a4f-43e5-9bf3-be3ab5b40a65_removebg.jpg?w=600',
'Width': 600}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2013-03-08',
'seller_name': 'UKCGR - Trade',
'title': 'BMW X6 DIESEL ESTATE xDrive40d 5dr Step Auto',
'transmission': 'automatic',
'trim': 'xDrive40d 5dr Step Auto',
'vin': None,
'year': 2013}
2026-03-30 10:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120859033%27 HTTP/1.1" 200 None
2026-03-30 10:03:15 [astonbarclay.gb] INFO: Saving data for 120859033: {'created_time': 1774864995.059219, 'last_price_update_time': 1774864995.059231, 'auction_closing_time': 1775476800.0}
2026-03-30 10:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120859033') HTTP/1.1" 204 0
2026-03-30 10:03:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 0bb15247-a91b-5a1a-8fea-e6aeafca8613 with identifier: 120863807
2026-03-30 10:03:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 0bb15247-a91b-5a1a-8fea-e6aeafca8613 with identifier: 120863807
2026-03-30 10:03:15 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 0bb15247-a91b-5a1a-8fea-e6aeafca8613 with identifier: 120863807 to the API
2026-03-30 10:03:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 10:03:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://abimg003.imgix.net/EF61KUV/2026-03-28/image/6831c69f-e5d3-42db-bef3-613876f0d4fb_removebg.jpg?w=600>
{'auction_title': '',
'c_o_2_emission_value': 154,
'color': 'SILVER',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.6L',
'expiration_date': '2026-04-06T12:00:00Z',
'fuel_type': 'Petrol',
'id': '0bb15247-a91b-5a1a-8fea-e6aeafca8613',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'EF61KUV',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120863807',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'KIA',
'model': 'VENGA HATCHBACK',
'odometer': 66061,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 9,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0bb15247-a91b-5a1a-8fea-e6aeafca8613/0bb15247-a91b-5a1a-8fea-e6aeafca8613_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 33934,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/EF61KUV/2026-03-28/image/0f16fdf1-ff1b-4fa3-98ac-f81f2082fcf7_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0bb15247-a91b-5a1a-8fea-e6aeafca8613/0bb15247-a91b-5a1a-8fea-e6aeafca8613_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 32605,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/EF61KUV/2026-03-28/image/19cf5264-568d-4046-a245-6f66f25b8abb_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0bb15247-a91b-5a1a-8fea-e6aeafca8613/0bb15247-a91b-5a1a-8fea-e6aeafca8613_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 28724,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/EF61KUV/2026-03-28/image/b492fead-84e0-4e94-a25a-f2606105246b_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0bb15247-a91b-5a1a-8fea-e6aeafca8613/0bb15247-a91b-5a1a-8fea-e6aeafca8613_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 29397,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/EF61KUV/2026-03-28/image/8385b8b9-bbb7-4e00-b4c8-f08bc5e4676d_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0bb15247-a91b-5a1a-8fea-e6aeafca8613/0bb15247-a91b-5a1a-8fea-e6aeafca8613_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 43796,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/EF61KUV/2026-03-28/image/50aac7e4-5056-4ead-9018-d48fb32e766e_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0bb15247-a91b-5a1a-8fea-e6aeafca8613/0bb15247-a91b-5a1a-8fea-e6aeafca8613_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 50134,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/EF61KUV/2026-03-28/image/793a9cc9-005e-47aa-b2aa-8acca9d61acb_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0bb15247-a91b-5a1a-8fea-e6aeafca8613/0bb15247-a91b-5a1a-8fea-e6aeafca8613_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 52225,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/EF61KUV/2026-03-28/image/428970e2-9073-4390-86d1-b8dc98390a32_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0bb15247-a91b-5a1a-8fea-e6aeafca8613/0bb15247-a91b-5a1a-8fea-e6aeafca8613_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 53008,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/EF61KUV/2026-03-28/image/f93a83f4-bb47-4d6b-922a-f54b57982601_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0bb15247-a91b-5a1a-8fea-e6aeafca8613/0bb15247-a91b-5a1a-8fea-e6aeafca8613_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 50736,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/EF61KUV/2026-03-28/image/6831c69f-e5d3-42db-bef3-613876f0d4fb_removebg.jpg?w=600',
'Width': 600}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2011-12-15',
'seller_name': 'UKCGR - Trade',
'title': 'KIA VENGA HATCHBACK 1.6 2 5dr Auto',
'transmission': 'automatic',
'trim': '1.6 2 5dr Auto',
'vin': None,
'year': 2011}
2026-03-30 10:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120863807%27 HTTP/1.1" 200 None
2026-03-30 10:03:15 [astonbarclay.gb] INFO: Saving data for 120863807: {'created_time': 1774864995.530219, 'last_price_update_time': 1774864995.530231, 'auction_closing_time': 1775476800.0}
2026-03-30 10:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120863807') HTTP/1.1" 204 0
2026-03-30 10:03:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 7287cb05-49e7-5cf7-9789-6684550e876e with identifier: 120870916
2026-03-30 10:03:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 7287cb05-49e7-5cf7-9789-6684550e876e with identifier: 120870916
2026-03-30 10:03:15 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 7287cb05-49e7-5cf7-9789-6684550e876e with identifier: 120870916 to the API
2026-03-30 10:03:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:03:16 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:03:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120870916?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 199,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 4,
'emission_standard': 'EURO 4',
'engine': '2.7L',
'expiration_date': '2026-04-06T12:00:00Z',
'fuel_type': 'Diesel',
'id': '7287cb05-49e7-5cf7-9789-6684550e876e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'GV08YTD',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120870916',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'JAGUAR',
'model': 'XF DIESEL SALOON',
'odometer': 109115,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2008-07-28',
'seller_name': 'UKCGR - Trade',
'title': 'JAGUAR XF DIESEL SALOON 2.7d Luxury 4dr Auto',
'transmission': 'automatic',
'trim': '2.7d Luxury 4dr Auto',
'vin': None,
'year': 2008}
2026-03-30 10:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120870916%27 HTTP/1.1" 200 None
2026-03-30 10:03:16 [astonbarclay.gb] INFO: Saving data for 120870916: {'created_time': 1774864996.19363, 'last_price_update_time': 1774864996.193646, 'auction_closing_time': 1775476800.0}
2026-03-30 10:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120870916') HTTP/1.1" 204 0
2026-03-30 10:03:16 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120870088, 'registration': 'KP12RYO', 'account': 'WBA004', 'make': 'MERCEDES-BENZ', 'model': 'B CLASS DIESEL HATCHBACK', 'derivative': 'B180 CDI BlueEFFICIENCY Sport 5dr Auto', 'mileage': 118227, 'mileageWarranty': True, 'type': 'car', 'saleId': 19238, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 727}, 'saleStart': '2026-04-06T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2012-04-24', 'fuel': 'Diesel', 'motExpiry': '2026-08-09', 'doors': 5, 'engineSize': 1796, 'bodyType': 'Hatchback', 'images': None, 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '5', 'v5': False, 'v5details': None, 'co2': 122, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/7dff2552-128a-470f-b227-91ac038a2049.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:03:16 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120870088, 'registration': 'KP12RYO', 'account': 'WBA004', 'make': 'MERCEDES-BENZ', 'model': 'B CLASS DIESEL HATCHBACK', 'derivative': 'B180 CDI BlueEFFICIENCY Sport 5dr Auto', 'mileage': 118227, 'mileageWarranty': True, 'type': 'car', 'saleId': 19238, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 727}, 'saleStart': '2026-04-06T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2012-04-24', 'fuel': 'Diesel', 'motExpiry': '2026-08-09', 'doors': 5, 'engineSize': 1796, 'bodyType': 'Hatchback', 'images': None, 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '5', 'v5': False, 'v5details': None, 'co2': 122, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/7dff2552-128a-470f-b227-91ac038a2049.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:03:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 99f37411-1f9e-5ad3-b0ef-6f9de0655f84 with identifier: 120870088
2026-03-30 10:03:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 99f37411-1f9e-5ad3-b0ef-6f9de0655f84 with scrape type 1
2026-03-30 10:03:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 0 photos for item 99f37411-1f9e-5ad3-b0ef-6f9de0655f84
2026-03-30 10:03:16 [crawlers.middlewares.photo_download_middleware] INFO: No photos to download for item 99f37411-1f9e-5ad3-b0ef-6f9de0655f84
2026-03-30 10:03:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 99f37411-1f9e-5ad3-b0ef-6f9de0655f84, identifier: 120870088
2026-03-30 10:03:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/RV11DVP/2026-03-27/image/0bbdaf49-e342-4aad-98c2-dce630d52104_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120852018?view=catalogue)
2026-03-30 10:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%252FGF08UTN%252F2026-03-30%252Fimage%252F31a4909e-acfb-4f47-90c7-0d3e677d1a2b_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:03:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/GF08UTN/2026-03-30/image/31a4909e-acfb-4f47-90c7-0d3e677d1a2b_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:03:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 99f37411-1f9e-5ad3-b0ef-6f9de0655f84 with identifier: 120870088
2026-03-30 10:03:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 99f37411-1f9e-5ad3-b0ef-6f9de0655f84 with identifier: 120870088
2026-03-30 10:03:16 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 99f37411-1f9e-5ad3-b0ef-6f9de0655f84 with identifier: 120870088 to the API
2026-03-30 10:03:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:03:16 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:03:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120870088?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 122,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.8L',
'expiration_date': '2026-04-06T12:00:00Z',
'fuel_type': 'Diesel',
'id': '99f37411-1f9e-5ad3-b0ef-6f9de0655f84',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'KP12RYO',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120870088',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'MERCEDES-BENZ',
'model': 'B CLASS DIESEL HATCHBACK',
'odometer': 118227,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2012-04-24',
'seller_name': 'UKCGR - Trade',
'title': 'MERCEDES-BENZ B CLASS DIESEL HATCHBACK B180 CDI BlueEFFICIENCY '
'Sport 5dr Auto',
'transmission': 'automatic',
'trim': 'B180 CDI BlueEFFICIENCY Sport 5dr Auto',
'vin': None,
'year': 2012}
2026-03-30 10:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120870088%27 HTTP/1.1" 200 None
2026-03-30 10:03:16 [astonbarclay.gb] INFO: Saving data for 120870088: {'created_time': 1774864996.801197, 'last_price_update_time': 1774864996.801239, 'auction_closing_time': 1775476800.0}
2026-03-30 10:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120870088') HTTP/1.1" 204 0
2026-03-30 10:03:16 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:03:16 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f436678c410>
2026-03-30 10:03:16 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 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-30 10:03:16 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:03:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d0989946-9a1f-5157-9e8d-a2607b2d8fa0/d0989946-9a1f-5157-9e8d-a2607b2d8fa0_image_6.jpg HTTP/1.1" 201 0
2026-03-30 10:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%252FEJ23WCK%252F2026-03-27%252Fimage%252F26f0d73b-72cf-4f5b-a077-7f4026a37395_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:03:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EJ23WCK/2026-03-27/image/26f0d73b-72cf-4f5b-a077-7f4026a37395_removebg.jpg?w=600 saved to cache
2026-03-30 10:03:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item d0989946-9a1f-5157-9e8d-a2607b2d8fa0
2026-03-30 10:03:16 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:03:16 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f436502e950>
2026-03-30 10:03:16 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 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-30 10:03:16 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:03:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ed0d64b6-cf3f-5827-828b-4f5f1c5e928a/ed0d64b6-cf3f-5827-828b-4f5f1c5e928a_image_8.jpg HTTP/1.1" 201 0
2026-03-30 10:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%252FEA63JYV%252F2026-03-27%252Fimage%252F7598c35a-7575-46b0-9ea3-261adfb1efd4_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:03:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EA63JYV/2026-03-27/image/7598c35a-7575-46b0-9ea3-261adfb1efd4_removebg.jpg?w=600 saved to cache
2026-03-30 10:03:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item ed0d64b6-cf3f-5827-828b-4f5f1c5e928a
2026-03-30 10:03:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/EA63JYV/2026-03-27/image/d8c9e0f3-e1e2-4139-b229-dfb0532498e7_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120856408?view=catalogue)
2026-03-30 10:03:16 [astonbarclay.gb] INFO: Found listing with ID: 120878369
2026-03-30 10:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120878369%27 HTTP/1.1" 200 None
2026-03-30 10:03:16 [astonbarclay.gb] INFO: Scrape type for 120878369: 1
2026-03-30 10:03:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120870568?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:03:16 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:03:16 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f43652cbf50>
2026-03-30 10:03:16 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 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-30 10:03:16 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:03:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_711cb640-07f1-5908-81e7-75232c49f03a/711cb640-07f1-5908-81e7-75232c49f03a_image_0.jpg HTTP/1.1" 201 0
2026-03-30 10:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%252FAV63FTP%252F2026-03-28%252Fimage%252Fcfdba6d0-26c9-4726-8886-1729cfde2b43_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:03:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/AV63FTP/2026-03-28/image/cfdba6d0-26c9-4726-8886-1729cfde2b43_removebg.jpg?w=600 saved to cache
2026-03-30 10:03:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 711cb640-07f1-5908-81e7-75232c49f03a
2026-03-30 10:03:16 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 711cb640-07f1-5908-81e7-75232c49f03a, skipping ID generation
2026-03-30 10:03:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 711cb640-07f1-5908-81e7-75232c49f03a with scrape type 1
2026-03-30 10:03:16 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 711cb640-07f1-5908-81e7-75232c49f03a sending to next pipeline
2026-03-30 10:03:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 711cb640-07f1-5908-81e7-75232c49f03a, identifier: 120857228
2026-03-30 10:03:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/AY64MXK/2026-03-30/image/0a3852b6-4128-4fe1-ade2-55a41d6f1079_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120861740?view=catalogue)
2026-03-30 10:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%252FGF08UTN%252F2026-03-30%252Fimage%252Fd2d963bc-2abd-4e0f-b9a4-b74fb198cd4b_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:03:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/GF08UTN/2026-03-30/image/d2d963bc-2abd-4e0f-b9a4-b74fb198cd4b_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:03:17 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:03:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 711cb640-07f1-5908-81e7-75232c49f03a with identifier: 120857228
2026-03-30 10:03:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 711cb640-07f1-5908-81e7-75232c49f03a with identifier: 120857228
2026-03-30 10:03:17 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 711cb640-07f1-5908-81e7-75232c49f03a with identifier: 120857228 to the API
2026-03-30 10:03:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:03:17 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:03:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://abimg003.imgix.net/AV63FTP/2026-03-28/image/cfdba6d0-26c9-4726-8886-1729cfde2b43_removebg.jpg?w=600>
{'auction_title': '',
'c_o_2_emission_value': 120,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 3,
'emission_standard': 'EURO 5',
'engine': '1.2L',
'expiration_date': '2026-04-06T12:00:00Z',
'fuel_type': 'Petrol',
'id': '711cb640-07f1-5908-81e7-75232c49f03a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'AV63FTP',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120857228',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'FORD',
'model': 'FIESTA HATCHBACK',
'odometer': 82366,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 9,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_711cb640-07f1-5908-81e7-75232c49f03a/711cb640-07f1-5908-81e7-75232c49f03a_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 35232,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/AV63FTP/2026-03-28/image/cfdba6d0-26c9-4726-8886-1729cfde2b43_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_711cb640-07f1-5908-81e7-75232c49f03a/711cb640-07f1-5908-81e7-75232c49f03a_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 37150,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/AV63FTP/2026-03-28/image/63cacf7f-9d5a-4c6b-a9fb-36bc15052552_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_711cb640-07f1-5908-81e7-75232c49f03a/711cb640-07f1-5908-81e7-75232c49f03a_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 40433,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/AV63FTP/2026-03-28/image/0228615c-3aa8-4212-950a-29cd09ae21f2_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_711cb640-07f1-5908-81e7-75232c49f03a/711cb640-07f1-5908-81e7-75232c49f03a_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 39089,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/AV63FTP/2026-03-28/image/fdef774d-f4e8-423d-8f19-9ead57059d1a_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_711cb640-07f1-5908-81e7-75232c49f03a/711cb640-07f1-5908-81e7-75232c49f03a_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 55265,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/AV63FTP/2026-03-28/image/16e3451a-97b6-42a2-b584-b2c6a9a36645_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_711cb640-07f1-5908-81e7-75232c49f03a/711cb640-07f1-5908-81e7-75232c49f03a_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 58594,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/AV63FTP/2026-03-28/image/c3ee4f62-a3b5-4ac5-8746-a432ffb79ee6_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_711cb640-07f1-5908-81e7-75232c49f03a/711cb640-07f1-5908-81e7-75232c49f03a_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 55253,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/AV63FTP/2026-03-28/image/234ffc90-5113-402c-bd12-fb15243c9c64_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_711cb640-07f1-5908-81e7-75232c49f03a/711cb640-07f1-5908-81e7-75232c49f03a_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 45428,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/AV63FTP/2026-03-28/image/de1850e8-c874-4b26-8f70-08e12716c1fe_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_711cb640-07f1-5908-81e7-75232c49f03a/711cb640-07f1-5908-81e7-75232c49f03a_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 45510,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/AV63FTP/2026-03-28/image/90240e63-5d40-4f0d-8590-7c35634a8cf6_removebg.jpg?w=600',
'Width': 600}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2014-02-28',
'seller_name': 'UKCGR - Trade',
'title': 'FORD FIESTA HATCHBACK 1.25 Style 3dr',
'transmission': 'manual',
'trim': '1.25 Style 3dr',
'vin': None,
'year': 2014}
2026-03-30 10:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120857228%27 HTTP/1.1" 200 None
2026-03-30 10:03:17 [astonbarclay.gb] INFO: Saving data for 120857228: {'created_time': 1774864997.539096, 'last_price_update_time': 1774864997.539116, 'auction_closing_time': 1775476800.0}
2026-03-30 10:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120857228') HTTP/1.1" 204 0
2026-03-30 10:03:17 [astonbarclay.gb] INFO: Found listing with ID: 120680251
2026-03-30 10:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120680251%27 HTTP/1.1" 200 None
2026-03-30 10:03:17 [astonbarclay.gb] INFO: Scrape type for 120680251: 0
2026-03-30 10:03:17 [astonbarclay.gb] INFO: Found listing with ID: 120859542
2026-03-30 10:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120859542%27 HTTP/1.1" 200 None
2026-03-30 10:03:17 [astonbarclay.gb] INFO: Scrape type for 120859542: 0
2026-03-30 10:03:17 [astonbarclay.gb] INFO: Found listing with ID: 120876933
2026-03-30 10:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120876933%27 HTTP/1.1" 200 None
2026-03-30 10:03:17 [astonbarclay.gb] INFO: Scrape type for 120876933: 1
2026-03-30 10:03:17 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:03:17 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f43667ae7d0>
2026-03-30 10:03:17 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 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-30 10:03:17 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:03:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_291b5846-9946-56ed-9f64-d493546ed195/291b5846-9946-56ed-9f64-d493546ed195_image_0.jpg HTTP/1.1" 201 0
2026-03-30 10:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%252FGL59EZH%252F2026-03-27%252Fimage%252F1c7dc889-0034-4903-9c53-8c8fe494fad8_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:03:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/GL59EZH/2026-03-27/image/1c7dc889-0034-4903-9c53-8c8fe494fad8_removebg.jpg?w=600 saved to cache
2026-03-30 10:03:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 291b5846-9946-56ed-9f64-d493546ed195
2026-03-30 10:03:17 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 291b5846-9946-56ed-9f64-d493546ed195, skipping ID generation
2026-03-30 10:03:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 291b5846-9946-56ed-9f64-d493546ed195 with scrape type 1
2026-03-30 10:03:17 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 291b5846-9946-56ed-9f64-d493546ed195 sending to next pipeline
2026-03-30 10:03:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 291b5846-9946-56ed-9f64-d493546ed195, identifier: 120859214
2026-03-30 10:03:17 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:03:17 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f43665e1010>
2026-03-30 10:03:17 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 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-30 10:03:17 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:03:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1b194829-c76e-5fd2-9d5e-027fa7dc15f1/1b194829-c76e-5fd2-9d5e-027fa7dc15f1_image_9.jpg HTTP/1.1" 201 0
2026-03-30 10:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%252FRV11DVP%252F2026-03-27%252Fimage%252F0bbdaf49-e342-4aad-98c2-dce630d52104_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:03:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/RV11DVP/2026-03-27/image/0bbdaf49-e342-4aad-98c2-dce630d52104_removebg.jpg?w=600 saved to cache
2026-03-30 10:03:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 1b194829-c76e-5fd2-9d5e-027fa7dc15f1
2026-03-30 10:03:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/GF08UTN/2026-03-30/image/12ab1cc9-9710-4b7d-8562-be17106f293f_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120869904?view=catalogue)
2026-03-30 10:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%252FGF08UTN%252F2026-03-30%252Fimage%252Ff87ce8ef-2735-4c96-b1ee-28eebdf0d5eb_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:03:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/GF08UTN/2026-03-30/image/f87ce8ef-2735-4c96-b1ee-28eebdf0d5eb_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:03:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 291b5846-9946-56ed-9f64-d493546ed195 with identifier: 120859214
2026-03-30 10:03:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 291b5846-9946-56ed-9f64-d493546ed195 with identifier: 120859214
2026-03-30 10:03:17 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 291b5846-9946-56ed-9f64-d493546ed195 with identifier: 120859214 to the API
2026-03-30 10:03:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:03:18 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:03:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://abimg003.imgix.net/GL59EZH/2026-03-27/image/1c7dc889-0034-4903-9c53-8c8fe494fad8_removebg.jpg?w=600>
{'auction_title': '',
'c_o_2_emission_value': 119,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 3,
'emission_standard': 'EURO 5',
'engine': '1.2L',
'expiration_date': '2026-04-06T12:00:00Z',
'fuel_type': 'Petrol',
'id': '291b5846-9946-56ed-9f64-d493546ed195',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'GL59EZH',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120859214',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'FIAT',
'model': '500 HATCHBACK',
'odometer': 95619,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 12,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_291b5846-9946-56ed-9f64-d493546ed195/291b5846-9946-56ed-9f64-d493546ed195_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 28401,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/GL59EZH/2026-03-27/image/1c7dc889-0034-4903-9c53-8c8fe494fad8_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_291b5846-9946-56ed-9f64-d493546ed195/291b5846-9946-56ed-9f64-d493546ed195_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 28833,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/GL59EZH/2026-03-27/image/27b65720-28b2-4e7a-bb1c-9b6e748661ff_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_291b5846-9946-56ed-9f64-d493546ed195/291b5846-9946-56ed-9f64-d493546ed195_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 27223,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/GL59EZH/2026-03-27/image/af23a847-af7c-408e-aeed-f914df06593d_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_291b5846-9946-56ed-9f64-d493546ed195/291b5846-9946-56ed-9f64-d493546ed195_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 27428,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/GL59EZH/2026-03-27/image/845e1d5b-358a-4daa-bc0a-ec6a6585fcb6_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_291b5846-9946-56ed-9f64-d493546ed195/291b5846-9946-56ed-9f64-d493546ed195_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 44842,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/GL59EZH/2026-03-27/image/14da57ee-7056-4a29-9212-0886fb048ddf_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_291b5846-9946-56ed-9f64-d493546ed195/291b5846-9946-56ed-9f64-d493546ed195_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 39819,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/GL59EZH/2026-03-27/image/ad312af5-8173-4578-87f8-1faaf30d2a05_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_291b5846-9946-56ed-9f64-d493546ed195/291b5846-9946-56ed-9f64-d493546ed195_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 46956,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/GL59EZH/2026-03-27/image/3a14a3d2-5674-42c3-a80b-4e4f34c90fa2_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_291b5846-9946-56ed-9f64-d493546ed195/291b5846-9946-56ed-9f64-d493546ed195_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 40254,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/GL59EZH/2026-03-27/image/dd8c2858-8ae6-4bee-92b9-d5668d4c78f6_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_291b5846-9946-56ed-9f64-d493546ed195/291b5846-9946-56ed-9f64-d493546ed195_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 40257,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/GL59EZH/2026-03-27/image/a30062d5-004c-448e-a211-9d080a7e34b1_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_291b5846-9946-56ed-9f64-d493546ed195/291b5846-9946-56ed-9f64-d493546ed195_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 52249,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/GL59EZH/2026-03-27/image/7dece86c-7b17-4fb5-bb31-c5ccdbb6ff24_removebg.jpg?w=600',
'Width': 600}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2009-11-30',
'seller_name': 'UKCGR - Trade',
'title': 'FIAT 500 HATCHBACK 1.2 Pop 3dr',
'transmission': 'manual',
'trim': '1.2 Pop 3dr',
'vin': None,
'year': 2009}
2026-03-30 10:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120859214%27 HTTP/1.1" 200 None
2026-03-30 10:03:18 [astonbarclay.gb] INFO: Saving data for 120859214: {'created_time': 1774864998.308046, 'last_price_update_time': 1774864998.308059, 'auction_closing_time': 1775476800.0}
2026-03-30 10:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120859214') HTTP/1.1" 204 0
2026-03-30 10:03:18 [astonbarclay.gb] INFO: Found listing with ID: 120877049
2026-03-30 10:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120877049%27 HTTP/1.1" 200 None
2026-03-30 10:03:18 [astonbarclay.gb] INFO: Scrape type for 120877049: 1
2026-03-30 10:03:18 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:03:18 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f436666f810>
2026-03-30 10:03:18 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 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-30 10:03:18 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:03:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ed0d64b6-cf3f-5827-828b-4f5f1c5e928a/ed0d64b6-cf3f-5827-828b-4f5f1c5e928a_image_6.jpg HTTP/1.1" 201 0
2026-03-30 10:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%252FEA63JYV%252F2026-03-27%252Fimage%252Fd8c9e0f3-e1e2-4139-b229-dfb0532498e7_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:03:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EA63JYV/2026-03-27/image/d8c9e0f3-e1e2-4139-b229-dfb0532498e7_removebg.jpg?w=600 saved to cache
2026-03-30 10:03:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item ed0d64b6-cf3f-5827-828b-4f5f1c5e928a
2026-03-30 10:03:18 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120870568, 'registration': 'KU10XDV', 'account': 'WBA004', 'make': 'TOYOTA', 'model': 'YARIS HATCHBACK', 'derivative': '1.33 VVT-i TR 5dr [6]', 'mileage': 80360, 'mileageWarranty': True, 'type': 'car', 'saleId': 19238, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 727}, 'saleStart': '2026-04-06T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2010-03-02', 'fuel': 'Petrol', 'motExpiry': '2026-10-18', 'doors': 5, 'engineSize': 1329, 'bodyType': 'Hatchback', 'images': None, 'colour': 'BLUE', 'writeoffcode': 'Cat N Insurance Loss', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'Category N Insurance Loss. No Structural Damage and Repairable - Insurer Decided Not to Repair', 'virtual': False, 'seller': 'UKCGR - Trade', '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': None, 'assuredType': None, 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:03:18 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120870568, 'registration': 'KU10XDV', 'account': 'WBA004', 'make': 'TOYOTA', 'model': 'YARIS HATCHBACK', 'derivative': '1.33 VVT-i TR 5dr [6]', 'mileage': 80360, 'mileageWarranty': True, 'type': 'car', 'saleId': 19238, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 727}, 'saleStart': '2026-04-06T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2010-03-02', 'fuel': 'Petrol', 'motExpiry': '2026-10-18', 'doors': 5, 'engineSize': 1329, 'bodyType': 'Hatchback', 'images': None, 'colour': 'BLUE', 'writeoffcode': 'Cat N Insurance Loss', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'Category N Insurance Loss. No Structural Damage and Repairable - Insurer Decided Not to Repair', 'virtual': False, 'seller': 'UKCGR - Trade', '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': None, 'assuredType': None, 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:03:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 86e5e2b9-06b8-53ed-bf93-c77a9a659451 with identifier: 120870568
2026-03-30 10:03:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 86e5e2b9-06b8-53ed-bf93-c77a9a659451 with scrape type 1
2026-03-30 10:03:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 0 photos for item 86e5e2b9-06b8-53ed-bf93-c77a9a659451
2026-03-30 10:03:18 [crawlers.middlewares.photo_download_middleware] INFO: No photos to download for item 86e5e2b9-06b8-53ed-bf93-c77a9a659451
2026-03-30 10:03:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 86e5e2b9-06b8-53ed-bf93-c77a9a659451, identifier: 120870568
2026-03-30 10:03:18 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:03:18 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f4365417b90>
2026-03-30 10:03:18 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 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-30 10:03:18 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:03:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_51210752-cd93-53cf-9f68-b9648ba44455/51210752-cd93-53cf-9f68-b9648ba44455_image_8.jpg HTTP/1.1" 201 0
2026-03-30 10:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%252FAY64MXK%252F2026-03-30%252Fimage%252F0a3852b6-4128-4fe1-ade2-55a41d6f1079_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:03:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/AY64MXK/2026-03-30/image/0a3852b6-4128-4fe1-ade2-55a41d6f1079_removebg.jpg?w=600 saved to cache
2026-03-30 10:03:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 51210752-cd93-53cf-9f68-b9648ba44455
2026-03-30 10:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%252FGF08UTN%252F2026-03-30%252Fimage%252F8efa4ccf-f891-4f35-b584-f4e46a65665c_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:03:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/GF08UTN/2026-03-30/image/8efa4ccf-f891-4f35-b584-f4e46a65665c_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:03:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120870969?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:03:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120870612?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:03:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120870925?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:03:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 86e5e2b9-06b8-53ed-bf93-c77a9a659451 with identifier: 120870568
2026-03-30 10:03:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 86e5e2b9-06b8-53ed-bf93-c77a9a659451 with identifier: 120870568
2026-03-30 10:03:18 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 86e5e2b9-06b8-53ed-bf93-c77a9a659451 with identifier: 120870568 to the API
2026-03-30 10:03:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:03:18 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:03:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120870568?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 120,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.3L',
'expiration_date': '2026-04-06T12:00:00Z',
'fuel_type': 'Petrol',
'id': '86e5e2b9-06b8-53ed-bf93-c77a9a659451',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'KU10XDV',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120870568',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'TOYOTA',
'model': 'YARIS HATCHBACK',
'odometer': 80360,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2010-03-02',
'seller_name': 'UKCGR - Trade',
'title': 'TOYOTA YARIS HATCHBACK 1.33 VVT-i TR 5dr [6]',
'transmission': 'manual',
'trim': '1.33 VVT-i TR 5dr [6]',
'vin': None,
'year': 2010}
2026-03-30 10:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120870568%27 HTTP/1.1" 200 None
2026-03-30 10:03:19 [astonbarclay.gb] INFO: Saving data for 120870568: {'created_time': 1774864999.031562, 'last_price_update_time': 1774864999.031575, 'auction_closing_time': 1775476800.0}
2026-03-30 10:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120870568') HTTP/1.1" 204 0
2026-03-30 10:03:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/GF08UTN/2026-03-30/image/31a4909e-acfb-4f47-90c7-0d3e677d1a2b_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120869904?view=catalogue)
2026-03-30 10:03:19 [astonbarclay.gb] INFO: Found listing with ID: 120730333
2026-03-30 10:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120730333%27 HTTP/1.1" 200 None
2026-03-30 10:03:19 [astonbarclay.gb] INFO: Scrape type for 120730333: 2
2026-03-30 10:03:19 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:03:19 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:03:19 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:03:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/GF08UTN/2026-03-30/image/d2d963bc-2abd-4e0f-b9a4-b74fb198cd4b_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120869904?view=catalogue)
2026-03-30 10:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FGF08UTN%252F2026-03-30%252Fimage%252Fff740caa-ab55-4d4a-8136-84b07653d8e4_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:03:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/GF08UTN/2026-03-30/image/ff740caa-ab55-4d4a-8136-84b07653d8e4_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:03:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120869758?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:03:19 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:03:19 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f43652b2310>
2026-03-30 10:03:19 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 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-30 10:03:19 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:03:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7f10126a-48e4-5272-8542-39d8b657ed6e/7f10126a-48e4-5272-8542-39d8b657ed6e_image_0.jpg HTTP/1.1" 201 0
2026-03-30 10:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%252FGF08UTN%252F2026-03-30%252Fimage%252F12ab1cc9-9710-4b7d-8562-be17106f293f_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:03:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/GF08UTN/2026-03-30/image/12ab1cc9-9710-4b7d-8562-be17106f293f_removebg.jpg?w=600 saved to cache
2026-03-30 10:03:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 7f10126a-48e4-5272-8542-39d8b657ed6e
2026-03-30 10:03:19 [astonbarclay.gb] INFO: Found listing with ID: 120878208
2026-03-30 10:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120878208%27 HTTP/1.1" 200 None
2026-03-30 10:03:19 [astonbarclay.gb] INFO: Scrape type for 120878208: 1
2026-03-30 10:03:19 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:03:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120869686?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:03:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120869696?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FGF08UTN%252F2026-03-30%252Fimage%252F15732c4e-d03b-4a2f-8290-6db012f4a551_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:03:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/GF08UTN/2026-03-30/image/15732c4e-d03b-4a2f-8290-6db012f4a551_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:03:19 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:03:19 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:03:19 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120870969, 'registration': 'LL15KUT', 'account': 'WBA004', 'make': 'MERCEDES-BENZ', 'model': 'SLK250 AMG SPORT CDI BLUE', 'derivative': None, 'mileage': 124591, 'mileageWarranty': True, 'type': 'car', 'saleId': 19238, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 727}, 'saleStart': '2026-04-06T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2015-04-30', 'fuel': 'Diesel', 'motExpiry': '2026-07-02', 'doors': None, 'engineSize': 2143, 'bodyType': 'Convertible', 'images': None, 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': False, 'v5details': None, 'co2': 132, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/3f71766c-3036-4eda-a9d1-246f8c5feb10.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:03:19 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120870969, 'registration': 'LL15KUT', 'account': 'WBA004', 'make': 'MERCEDES-BENZ', 'model': 'SLK250 AMG SPORT CDI BLUE', 'derivative': None, 'mileage': 124591, 'mileageWarranty': True, 'type': 'car', 'saleId': 19238, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 727}, 'saleStart': '2026-04-06T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2015-04-30', 'fuel': 'Diesel', 'motExpiry': '2026-07-02', 'doors': None, 'engineSize': 2143, 'bodyType': 'Convertible', 'images': None, 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': False, 'v5details': None, 'co2': 132, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/3f71766c-3036-4eda-a9d1-246f8c5feb10.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:03:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8acbc9a3-dd57-5600-8dff-49c690390cdd with identifier: 120870969
2026-03-30 10:03:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8acbc9a3-dd57-5600-8dff-49c690390cdd with scrape type 1
2026-03-30 10:03:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 0 photos for item 8acbc9a3-dd57-5600-8dff-49c690390cdd
2026-03-30 10:03:19 [crawlers.middlewares.photo_download_middleware] INFO: No photos to download for item 8acbc9a3-dd57-5600-8dff-49c690390cdd
2026-03-30 10:03:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 8acbc9a3-dd57-5600-8dff-49c690390cdd, identifier: 120870969
2026-03-30 10:03:19 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120870612, 'registration': 'LS62HWC', 'account': 'WBA004', 'make': 'TOYOTA', 'model': 'AYGO HATCHBACK', 'derivative': '1.0 VVT-i Fire 5dr [AC]', 'mileage': 75467, 'mileageWarranty': True, 'type': 'car', 'saleId': 19238, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 727}, 'saleStart': '2026-04-06T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2012-09-28', 'fuel': 'Petrol', 'motExpiry': '2026-07-28', 'doors': 5, 'engineSize': 998, 'bodyType': 'Hatchback', 'images': None, 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '4', 'v5': False, 'v5details': None, 'co2': 99, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/0dea5cc7-7f1e-49a1-bde1-081e86c73158.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:03:19 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120870612, 'registration': 'LS62HWC', 'account': 'WBA004', 'make': 'TOYOTA', 'model': 'AYGO HATCHBACK', 'derivative': '1.0 VVT-i Fire 5dr [AC]', 'mileage': 75467, 'mileageWarranty': True, 'type': 'car', 'saleId': 19238, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 727}, 'saleStart': '2026-04-06T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2012-09-28', 'fuel': 'Petrol', 'motExpiry': '2026-07-28', 'doors': 5, 'engineSize': 998, 'bodyType': 'Hatchback', 'images': None, 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '4', 'v5': False, 'v5details': None, 'co2': 99, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/0dea5cc7-7f1e-49a1-bde1-081e86c73158.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:03:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5bcc25cf-590f-5944-a7b3-2b3a2032d070 with identifier: 120870612
2026-03-30 10:03:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5bcc25cf-590f-5944-a7b3-2b3a2032d070 with scrape type 1
2026-03-30 10:03:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 0 photos for item 5bcc25cf-590f-5944-a7b3-2b3a2032d070
2026-03-30 10:03:19 [crawlers.middlewares.photo_download_middleware] INFO: No photos to download for item 5bcc25cf-590f-5944-a7b3-2b3a2032d070
2026-03-30 10:03:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 5bcc25cf-590f-5944-a7b3-2b3a2032d070, identifier: 120870612
2026-03-30 10:03:19 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120870925, 'registration': 'EY10LKK', 'account': 'WBA004', 'make': 'HYUNDAI', 'model': 'I10 HATCHBACK', 'derivative': '1.2 Comfort 5dr Auto', 'mileage': 64638, 'mileageWarranty': True, 'type': 'car', 'saleId': 19238, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 727}, 'saleStart': '2026-04-06T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2010-03-03', 'fuel': 'Petrol', 'motExpiry': '2027-03-17', 'doors': 5, 'engineSize': 1248, 'bodyType': 'Hatchback', 'images': None, 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': False, 'v5details': None, 'co2': 139, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/952d4f27-c99d-4527-a133-b19f2d3048a1.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:03:19 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120870925, 'registration': 'EY10LKK', 'account': 'WBA004', 'make': 'HYUNDAI', 'model': 'I10 HATCHBACK', 'derivative': '1.2 Comfort 5dr Auto', 'mileage': 64638, 'mileageWarranty': True, 'type': 'car', 'saleId': 19238, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 727}, 'saleStart': '2026-04-06T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2010-03-03', 'fuel': 'Petrol', 'motExpiry': '2027-03-17', 'doors': 5, 'engineSize': 1248, 'bodyType': 'Hatchback', 'images': None, 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': False, 'v5details': None, 'co2': 139, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/952d4f27-c99d-4527-a133-b19f2d3048a1.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:03:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 62ef55da-a8d5-559e-8707-36b09031664b with identifier: 120870925
2026-03-30 10:03:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 62ef55da-a8d5-559e-8707-36b09031664b with scrape type 1
2026-03-30 10:03:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 0 photos for item 62ef55da-a8d5-559e-8707-36b09031664b
2026-03-30 10:03:19 [crawlers.middlewares.photo_download_middleware] INFO: No photos to download for item 62ef55da-a8d5-559e-8707-36b09031664b
2026-03-30 10:03:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 62ef55da-a8d5-559e-8707-36b09031664b, identifier: 120870925
2026-03-30 10:03:19 [astonbarclay.gb] INFO: Found listing with ID: 120878393
2026-03-30 10:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120878393%27 HTTP/1.1" 200 None
2026-03-30 10:03:19 [astonbarclay.gb] INFO: Scrape type for 120878393: 1
2026-03-30 10:03:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 8acbc9a3-dd57-5600-8dff-49c690390cdd with identifier: 120870969
2026-03-30 10:03:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 8acbc9a3-dd57-5600-8dff-49c690390cdd with identifier: 120870969
2026-03-30 10:03:19 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 8acbc9a3-dd57-5600-8dff-49c690390cdd with identifier: 120870969 to the API
2026-03-30 10:03:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:03:19 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:03:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120870969?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 132,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': None,
'emission_standard': 'EURO 5',
'engine': '2.1L',
'expiration_date': '2026-04-06T12:00:00Z',
'fuel_type': 'Diesel',
'id': '8acbc9a3-dd57-5600-8dff-49c690390cdd',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'LL15KUT',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120870969',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'MERCEDES-BENZ',
'model': 'SLK250 AMG SPORT CDI BLUE',
'odometer': 124591,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-04-30',
'seller_name': 'UKCGR - Trade',
'title': 'MERCEDES-BENZ SLK250 AMG SPORT CDI BLUE None',
'transmission': 'automatic',
'trim': None,
'vin': None,
'year': 2015}
2026-03-30 10:03:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120870969%27 HTTP/1.1" 200 None
2026-03-30 10:03:20 [astonbarclay.gb] INFO: Saving data for 120870969: {'created_time': 1774865000.013955, 'last_price_update_time': 1774865000.013974, 'auction_closing_time': 1775476800.0}
2026-03-30 10:03:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120870969') HTTP/1.1" 204 0
2026-03-30 10:03:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 5bcc25cf-590f-5944-a7b3-2b3a2032d070 with identifier: 120870612
2026-03-30 10:03:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 5bcc25cf-590f-5944-a7b3-2b3a2032d070 with identifier: 120870612
2026-03-30 10:03:20 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 5bcc25cf-590f-5944-a7b3-2b3a2032d070 with identifier: 120870612 to the API
2026-03-30 10:03:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 10:03:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120870612?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 99,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.0L',
'expiration_date': '2026-04-06T12:00:00Z',
'fuel_type': 'Petrol',
'id': '5bcc25cf-590f-5944-a7b3-2b3a2032d070',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'LS62HWC',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120870612',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'TOYOTA',
'model': 'AYGO HATCHBACK',
'odometer': 75467,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2012-09-28',
'seller_name': 'UKCGR - Trade',
'title': 'TOYOTA AYGO HATCHBACK 1.0 VVT-i Fire 5dr [AC]',
'transmission': 'manual',
'trim': '1.0 VVT-i Fire 5dr [AC]',
'vin': None,
'year': 2012}
2026-03-30 10:03:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120870612%27 HTTP/1.1" 200 None
2026-03-30 10:03:20 [astonbarclay.gb] INFO: Saving data for 120870612: {'created_time': 1774865000.508316, 'last_price_update_time': 1774865000.50833, 'auction_closing_time': 1775476800.0}
2026-03-30 10:03:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120870612') HTTP/1.1" 204 0
2026-03-30 10:03:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 62ef55da-a8d5-559e-8707-36b09031664b with identifier: 120870925
2026-03-30 10:03:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 62ef55da-a8d5-559e-8707-36b09031664b with identifier: 120870925
2026-03-30 10:03:20 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 62ef55da-a8d5-559e-8707-36b09031664b with identifier: 120870925 to the API
2026-03-30 10:03:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 10:03:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120870925?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 139,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 4',
'engine': '1.2L',
'expiration_date': '2026-04-06T12:00:00Z',
'fuel_type': 'Petrol',
'id': '62ef55da-a8d5-559e-8707-36b09031664b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'EY10LKK',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120870925',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'HYUNDAI',
'model': 'I10 HATCHBACK',
'odometer': 64638,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2010-03-03',
'seller_name': 'UKCGR - Trade',
'title': 'HYUNDAI I10 HATCHBACK 1.2 Comfort 5dr Auto',
'transmission': 'automatic',
'trim': '1.2 Comfort 5dr Auto',
'vin': None,
'year': 2010}
2026-03-30 10:03:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120870925%27 HTTP/1.1" 200 None
2026-03-30 10:03:20 [astonbarclay.gb] INFO: Saving data for 120870925: {'created_time': 1774865000.94881, 'last_price_update_time': 1774865000.948822, 'auction_closing_time': 1775476800.0}
2026-03-30 10:03:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120870925') HTTP/1.1" 204 0
2026-03-30 10:03:20 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:03:20 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f436527bad0>
2026-03-30 10:03:20 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 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-30 10:03:20 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:03:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7f10126a-48e4-5272-8542-39d8b657ed6e/7f10126a-48e4-5272-8542-39d8b657ed6e_image_1.jpg HTTP/1.1" 201 0
2026-03-30 10:03:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%252FGF08UTN%252F2026-03-30%252Fimage%252F31a4909e-acfb-4f47-90c7-0d3e677d1a2b_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:03:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/GF08UTN/2026-03-30/image/31a4909e-acfb-4f47-90c7-0d3e677d1a2b_removebg.jpg?w=600 saved to cache
2026-03-30 10:03:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 7f10126a-48e4-5272-8542-39d8b657ed6e
2026-03-30 10:03:21 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:03:21 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f43654bec50>
2026-03-30 10:03:21 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 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-30 10:03:21 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:03:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7f10126a-48e4-5272-8542-39d8b657ed6e/7f10126a-48e4-5272-8542-39d8b657ed6e_image_2.jpg HTTP/1.1" 201 0
2026-03-30 10:03:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%252FGF08UTN%252F2026-03-30%252Fimage%252Fd2d963bc-2abd-4e0f-b9a4-b74fb198cd4b_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:03:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/GF08UTN/2026-03-30/image/d2d963bc-2abd-4e0f-b9a4-b74fb198cd4b_removebg.jpg?w=600 saved to cache
2026-03-30 10:03:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 7f10126a-48e4-5272-8542-39d8b657ed6e
2026-03-30 10:03:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/SV58FVL/2026-03-27/image/0cc0fa75-4335-43a5-979e-2d0f5774c62e_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120859165?view=catalogue)
2026-03-30 10:03:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/GF08UTN/2026-03-30/image/f87ce8ef-2735-4c96-b1ee-28eebdf0d5eb_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120869904?view=catalogue)
2026-03-30 10:03:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/GF08UTN/2026-03-30/image/8efa4ccf-f891-4f35-b584-f4e46a65665c_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120869904?view=catalogue)
2026-03-30 10:03:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FGF08UTN%252F2026-03-30%252Fimage%252F88aea84e-37eb-4cee-ab60-1079701bc378_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:03:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/GF08UTN/2026-03-30/image/88aea84e-37eb-4cee-ab60-1079701bc378_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:03:21 [astonbarclay.gb] INFO: Found listing with ID: 120844750
2026-03-30 10:03:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120844750%27 HTTP/1.1" 200 None
2026-03-30 10:03:21 [astonbarclay.gb] INFO: Scrape type for 120844750: 0
2026-03-30 10:03:21 [astonbarclay.gb] INFO: Found listing with ID: 120868022
2026-03-30 10:03:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120868022%27 HTTP/1.1" 200 None
2026-03-30 10:03:21 [astonbarclay.gb] INFO: Scrape type for 120868022: 0
2026-03-30 10:03:21 [astonbarclay.gb] INFO: Found listing with ID: 120819000
2026-03-30 10:03:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120819000%27 HTTP/1.1" 200 None
2026-03-30 10:03:21 [astonbarclay.gb] INFO: Scrape type for 120819000: 0
2026-03-30 10:03:21 [astonbarclay.gb] INFO: Found listing with ID: 120878380
2026-03-30 10:03:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120878380%27 HTTP/1.1" 200 None
2026-03-30 10:03:21 [astonbarclay.gb] INFO: Scrape type for 120878380: 1
2026-03-30 10:03:21 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120869758, 'registration': 'MV58CRZ', 'account': 'WBA004', 'make': 'MINI', 'model': 'HATCHBACK', 'derivative': '1.6 Cooper 3dr', 'mileage': 70559, 'mileageWarranty': True, 'type': 'car', 'saleId': 19238, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 727}, 'saleStart': '2026-04-06T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2008-11-18', 'fuel': 'Petrol', 'motExpiry': '2027-03-29', 'doors': 3, 'engineSize': 1598, 'bodyType': 'Hatchback', 'images': None, 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': False, 'v5details': None, 'co2': 129, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/c0e99116-230f-4906-9ffc-25bfb4b85e07.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:03:21 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120869758, 'registration': 'MV58CRZ', 'account': 'WBA004', 'make': 'MINI', 'model': 'HATCHBACK', 'derivative': '1.6 Cooper 3dr', 'mileage': 70559, 'mileageWarranty': True, 'type': 'car', 'saleId': 19238, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 727}, 'saleStart': '2026-04-06T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2008-11-18', 'fuel': 'Petrol', 'motExpiry': '2027-03-29', 'doors': 3, 'engineSize': 1598, 'bodyType': 'Hatchback', 'images': None, 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': False, 'v5details': None, 'co2': 129, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/c0e99116-230f-4906-9ffc-25bfb4b85e07.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:03:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 308ea324-17b3-5564-a471-e1ad1663229e with identifier: 120869758
2026-03-30 10:03:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 308ea324-17b3-5564-a471-e1ad1663229e with scrape type 1
2026-03-30 10:03:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 0 photos for item 308ea324-17b3-5564-a471-e1ad1663229e
2026-03-30 10:03:21 [crawlers.middlewares.photo_download_middleware] INFO: No photos to download for item 308ea324-17b3-5564-a471-e1ad1663229e
2026-03-30 10:03:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 308ea324-17b3-5564-a471-e1ad1663229e, identifier: 120869758
2026-03-30 10:03:21 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120869686, 'registration': 'FV09GHF', 'account': 'WBA004', 'make': 'VAUXHALL', 'model': 'CORSA HATCHBACK', 'derivative': '1.4i 16V Club 5dr Auto [AC]', 'mileage': 86224, 'mileageWarranty': True, 'type': 'car', 'saleId': 19238, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 727}, 'saleStart': '2026-04-06T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2009-06-01', 'fuel': 'Petrol', 'motExpiry': '2026-07-27', 'doors': 5, 'engineSize': 1364, 'bodyType': 'Hatchback', 'images': None, 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': False, 'v5details': None, 'co2': 158, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/5ec05008-3764-467b-b5a4-dcbf03e53fe6.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:03:21 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120869686, 'registration': 'FV09GHF', 'account': 'WBA004', 'make': 'VAUXHALL', 'model': 'CORSA HATCHBACK', 'derivative': '1.4i 16V Club 5dr Auto [AC]', 'mileage': 86224, 'mileageWarranty': True, 'type': 'car', 'saleId': 19238, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 727}, 'saleStart': '2026-04-06T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2009-06-01', 'fuel': 'Petrol', 'motExpiry': '2026-07-27', 'doors': 5, 'engineSize': 1364, 'bodyType': 'Hatchback', 'images': None, 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': False, 'v5details': None, 'co2': 158, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/5ec05008-3764-467b-b5a4-dcbf03e53fe6.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:03:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5d8861f6-e235-5382-9122-af0ed9e09f41 with identifier: 120869686
2026-03-30 10:03:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5d8861f6-e235-5382-9122-af0ed9e09f41 with scrape type 1
2026-03-30 10:03:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 0 photos for item 5d8861f6-e235-5382-9122-af0ed9e09f41
2026-03-30 10:03:21 [crawlers.middlewares.photo_download_middleware] INFO: No photos to download for item 5d8861f6-e235-5382-9122-af0ed9e09f41
2026-03-30 10:03:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 5d8861f6-e235-5382-9122-af0ed9e09f41, identifier: 120869686
2026-03-30 10:03:21 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120869696, 'registration': 'FP64YSF', 'account': 'WBA004', 'make': 'VAUXHALL', 'model': 'INSIGNIA DIESEL HATCHBACK', 'derivative': '2.0 CDTi [163] Elite Nav 5dr Auto', 'mileage': 134234, 'mileageWarranty': True, 'type': 'car', 'saleId': 19238, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 727}, 'saleStart': '2026-04-06T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2014-12-18', 'fuel': 'Diesel', 'motExpiry': '2026-12-20', 'doors': 5, 'engineSize': 1956, 'bodyType': 'Hatchback', 'images': None, 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': False, 'v5details': None, 'co2': 140, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/b2562d33-dac0-45e2-8f76-fe4bc2c5a48a.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:03:21 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120869696, 'registration': 'FP64YSF', 'account': 'WBA004', 'make': 'VAUXHALL', 'model': 'INSIGNIA DIESEL HATCHBACK', 'derivative': '2.0 CDTi [163] Elite Nav 5dr Auto', 'mileage': 134234, 'mileageWarranty': True, 'type': 'car', 'saleId': 19238, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 727}, 'saleStart': '2026-04-06T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2014-12-18', 'fuel': 'Diesel', 'motExpiry': '2026-12-20', 'doors': 5, 'engineSize': 1956, 'bodyType': 'Hatchback', 'images': None, 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': False, 'v5details': None, 'co2': 140, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/b2562d33-dac0-45e2-8f76-fe4bc2c5a48a.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:03:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8a6da481-1190-56b6-9fa5-77401485b9fb with identifier: 120869696
2026-03-30 10:03:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8a6da481-1190-56b6-9fa5-77401485b9fb with scrape type 1
2026-03-30 10:03:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 0 photos for item 8a6da481-1190-56b6-9fa5-77401485b9fb
2026-03-30 10:03:21 [crawlers.middlewares.photo_download_middleware] INFO: No photos to download for item 8a6da481-1190-56b6-9fa5-77401485b9fb
2026-03-30 10:03:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 8a6da481-1190-56b6-9fa5-77401485b9fb, identifier: 120869696
2026-03-30 10:03:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FGF08UTN%252F2026-03-30%252Fimage%252F67b8e4da-08da-4745-9188-fdc05aad970d_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:03:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/GF08UTN/2026-03-30/image/67b8e4da-08da-4745-9188-fdc05aad970d_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:03:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 308ea324-17b3-5564-a471-e1ad1663229e with identifier: 120869758
2026-03-30 10:03:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 308ea324-17b3-5564-a471-e1ad1663229e with identifier: 120869758
2026-03-30 10:03:21 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 308ea324-17b3-5564-a471-e1ad1663229e with identifier: 120869758 to the API
2026-03-30 10:03:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 10:03:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120869758?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 129,
'color': 'RED',
'currency': 'GBP',
'doors_number': 3,
'emission_standard': 'EURO 4',
'engine': '1.6L',
'expiration_date': '2026-04-06T12:00:00Z',
'fuel_type': 'Petrol',
'id': '308ea324-17b3-5564-a471-e1ad1663229e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'MV58CRZ',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120869758',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'MINI',
'model': 'HATCHBACK',
'odometer': 70559,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2008-11-18',
'seller_name': 'UKCGR - Trade',
'title': 'MINI HATCHBACK 1.6 Cooper 3dr',
'transmission': 'manual',
'trim': '1.6 Cooper 3dr',
'vin': None,
'year': 2008}
2026-03-30 10:03:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120869758%27 HTTP/1.1" 200 None
2026-03-30 10:03:21 [astonbarclay.gb] INFO: Saving data for 120869758: {'created_time': 1774865001.933335, 'last_price_update_time': 1774865001.933349, 'auction_closing_time': 1775476800.0}
2026-03-30 10:03:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120869758') HTTP/1.1" 204 0
2026-03-30 10:03:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 5d8861f6-e235-5382-9122-af0ed9e09f41 with identifier: 120869686
2026-03-30 10:03:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 5d8861f6-e235-5382-9122-af0ed9e09f41 with identifier: 120869686
2026-03-30 10:03:22 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 5d8861f6-e235-5382-9122-af0ed9e09f41 with identifier: 120869686 to the API
2026-03-30 10:03:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 10:03:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120869686?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 158,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 4',
'engine': '1.4L',
'expiration_date': '2026-04-06T12:00:00Z',
'fuel_type': 'Petrol',
'id': '5d8861f6-e235-5382-9122-af0ed9e09f41',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'FV09GHF',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120869686',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'VAUXHALL',
'model': 'CORSA HATCHBACK',
'odometer': 86224,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2009-06-01',
'seller_name': 'UKCGR - Trade',
'title': 'VAUXHALL CORSA HATCHBACK 1.4i 16V Club 5dr Auto [AC]',
'transmission': 'automatic',
'trim': '1.4i 16V Club 5dr Auto [AC]',
'vin': None,
'year': 2009}
2026-03-30 10:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120869686%27 HTTP/1.1" 200 None
2026-03-30 10:03:22 [astonbarclay.gb] INFO: Saving data for 120869686: {'created_time': 1774865002.49289, 'last_price_update_time': 1774865002.492906, 'auction_closing_time': 1775476800.0}
2026-03-30 10:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120869686') HTTP/1.1" 204 0
2026-03-30 10:03:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 8a6da481-1190-56b6-9fa5-77401485b9fb with identifier: 120869696
2026-03-30 10:03:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 8a6da481-1190-56b6-9fa5-77401485b9fb with identifier: 120869696
2026-03-30 10:03:22 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 8a6da481-1190-56b6-9fa5-77401485b9fb with identifier: 120869696 to the API
2026-03-30 10:03:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 10:03:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120869696?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 140,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '2.0L',
'expiration_date': '2026-04-06T12:00:00Z',
'fuel_type': 'Diesel',
'id': '8a6da481-1190-56b6-9fa5-77401485b9fb',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'FP64YSF',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120869696',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'VAUXHALL',
'model': 'INSIGNIA DIESEL HATCHBACK',
'odometer': 134234,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2014-12-18',
'seller_name': 'UKCGR - Trade',
'title': 'VAUXHALL INSIGNIA DIESEL HATCHBACK 2.0 CDTi [163] Elite Nav 5dr '
'Auto',
'transmission': 'automatic',
'trim': '2.0 CDTi [163] Elite Nav 5dr Auto',
'vin': None,
'year': 2014}
2026-03-30 10:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120869696%27 HTTP/1.1" 200 None
2026-03-30 10:03:23 [astonbarclay.gb] INFO: Saving data for 120869696: {'created_time': 1774865003.025978, 'last_price_update_time': 1774865003.025995, 'auction_closing_time': 1775476800.0}
2026-03-30 10:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120869696') HTTP/1.1" 204 0
2026-03-30 10:03:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/GF08UTN/2026-03-30/image/ff740caa-ab55-4d4a-8136-84b07653d8e4_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120869904?view=catalogue)
2026-03-30 10:03:23 [astonbarclay.gb] INFO: Found listing with ID: 120877686
2026-03-30 10:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120877686%27 HTTP/1.1" 200 None
2026-03-30 10:03:23 [astonbarclay.gb] INFO: Scrape type for 120877686: 1
2026-03-30 10:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FGF08UTN%252F2026-03-30%252Fimage%252F634adc78-7b4a-4c42-8f75-fc9f865c44db_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:03:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/GF08UTN/2026-03-30/image/634adc78-7b4a-4c42-8f75-fc9f865c44db_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:03:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120869976?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:03:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120869770?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:03:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/93126246?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:03:23 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:03:23 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f43653ae310>
2026-03-30 10:03:23 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 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-30 10:03:23 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:03:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a1517e35-164a-5a79-839c-9407733aeb30/a1517e35-164a-5a79-839c-9407733aeb30_image_8.jpg HTTP/1.1" 201 0
2026-03-30 10:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FSV58FVL%252F2026-03-27%252Fimage%252F0cc0fa75-4335-43a5-979e-2d0f5774c62e_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:03:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/SV58FVL/2026-03-27/image/0cc0fa75-4335-43a5-979e-2d0f5774c62e_removebg.jpg?w=600 saved to cache
2026-03-30 10:03:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item a1517e35-164a-5a79-839c-9407733aeb30
2026-03-30 10:03:23 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:03:23 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f4364ff0c90>
2026-03-30 10:03:23 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 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-30 10:03:23 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:03:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7f10126a-48e4-5272-8542-39d8b657ed6e/7f10126a-48e4-5272-8542-39d8b657ed6e_image_3.jpg HTTP/1.1" 201 0
2026-03-30 10:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FGF08UTN%252F2026-03-30%252Fimage%252Ff87ce8ef-2735-4c96-b1ee-28eebdf0d5eb_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:03:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/GF08UTN/2026-03-30/image/f87ce8ef-2735-4c96-b1ee-28eebdf0d5eb_removebg.jpg?w=600 saved to cache
2026-03-30 10:03:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 7f10126a-48e4-5272-8542-39d8b657ed6e
2026-03-30 10:03:23 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:03:23 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f4364ff0ed0>
2026-03-30 10:03:23 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 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-30 10:03:23 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:03:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7f10126a-48e4-5272-8542-39d8b657ed6e/7f10126a-48e4-5272-8542-39d8b657ed6e_image_4.jpg HTTP/1.1" 201 0
2026-03-30 10:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FGF08UTN%252F2026-03-30%252Fimage%252F8efa4ccf-f891-4f35-b584-f4e46a65665c_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:03:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/GF08UTN/2026-03-30/image/8efa4ccf-f891-4f35-b584-f4e46a65665c_removebg.jpg?w=600 saved to cache
2026-03-30 10:03:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 7f10126a-48e4-5272-8542-39d8b657ed6e
2026-03-30 10:03:23 [astonbarclay.gb] INFO: Found listing with ID: 120866017
2026-03-30 10:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120866017%27 HTTP/1.1" 200 None
2026-03-30 10:03:23 [astonbarclay.gb] INFO: Scrape type for 120866017: 1
2026-03-30 10:03:23 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:03:23 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:03:23 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:03:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/GF08UTN/2026-03-30/image/15732c4e-d03b-4a2f-8290-6db012f4a551_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120869904?view=catalogue)
2026-03-30 10:03:23 [astonbarclay.gb] INFO: Found listing with ID: 120798424
2026-03-30 10:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120798424%27 HTTP/1.1" 200 None
2026-03-30 10:03:23 [astonbarclay.gb] INFO: Scrape type for 120798424: 1
2026-03-30 10:03:23 [astonbarclay.gb] INFO: Found listing with ID: 120865388
2026-03-30 10:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120865388%27 HTTP/1.1" 200 None
2026-03-30 10:03:23 [astonbarclay.gb] INFO: Scrape type for 120865388: 1
2026-03-30 10:03:23 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:03:23 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f4364ff8a10>
2026-03-30 10:03:23 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 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-30 10:03:23 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:03:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7f10126a-48e4-5272-8542-39d8b657ed6e/7f10126a-48e4-5272-8542-39d8b657ed6e_image_5.jpg HTTP/1.1" 201 0
2026-03-30 10:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FGF08UTN%252F2026-03-30%252Fimage%252Fff740caa-ab55-4d4a-8136-84b07653d8e4_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:03:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/GF08UTN/2026-03-30/image/ff740caa-ab55-4d4a-8136-84b07653d8e4_removebg.jpg?w=600 saved to cache
2026-03-30 10:03:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 7f10126a-48e4-5272-8542-39d8b657ed6e
2026-03-30 10:03:23 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120869976, 'registration': 'LB07BRF', 'account': 'WBA004', 'make': 'NISSAN', 'model': 'NOTE HATCHBACK', 'derivative': '1.6 SE 5dr Auto', 'mileage': 71282, 'mileageWarranty': True, 'type': 'car', 'saleId': 19238, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 727}, 'saleStart': '2026-04-06T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2007-06-19', 'fuel': 'Petrol', 'motExpiry': '2027-01-03', 'doors': 5, 'engineSize': 1598, 'bodyType': 'Hatchback', 'images': None, 'colour': 'BLUE', 'writeoffcode': 'Cat N Insurance Loss', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'Category N Insurance Loss. No Structural Damage and Repairable - Insurer Decided Not to Repair', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': False, 'v5details': None, 'co2': 166, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:03:23 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120869976, 'registration': 'LB07BRF', 'account': 'WBA004', 'make': 'NISSAN', 'model': 'NOTE HATCHBACK', 'derivative': '1.6 SE 5dr Auto', 'mileage': 71282, 'mileageWarranty': True, 'type': 'car', 'saleId': 19238, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 727}, 'saleStart': '2026-04-06T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2007-06-19', 'fuel': 'Petrol', 'motExpiry': '2027-01-03', 'doors': 5, 'engineSize': 1598, 'bodyType': 'Hatchback', 'images': None, 'colour': 'BLUE', 'writeoffcode': 'Cat N Insurance Loss', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'Category N Insurance Loss. No Structural Damage and Repairable - Insurer Decided Not to Repair', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': False, 'v5details': None, 'co2': 166, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:03:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8b968b0f-6f7e-524d-b456-5d1ea9990f4e with identifier: 120869976
2026-03-30 10:03:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8b968b0f-6f7e-524d-b456-5d1ea9990f4e with scrape type 1
2026-03-30 10:03:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 0 photos for item 8b968b0f-6f7e-524d-b456-5d1ea9990f4e
2026-03-30 10:03:23 [crawlers.middlewares.photo_download_middleware] INFO: No photos to download for item 8b968b0f-6f7e-524d-b456-5d1ea9990f4e
2026-03-30 10:03:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 8b968b0f-6f7e-524d-b456-5d1ea9990f4e, identifier: 120869976
2026-03-30 10:03:23 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120869770, 'registration': 'LA11XGM', 'account': 'WBA004', 'make': 'HONDA', 'model': 'JAZZ HATCHBACK', 'derivative': '1.3 IMA HX Hybrid 5dr CVT', 'mileage': 60933, 'mileageWarranty': True, 'type': 'car', 'saleId': 19238, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 727}, 'saleStart': '2026-04-06T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2022-10-01', 'fuel': 'Petrol/Electric Hybrid', 'motExpiry': '2027-01-08', 'doors': 5, 'engineSize': 1330, 'bodyType': 'Hatchback', 'images': None, 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'IMPORT', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': False, 'v5details': None, 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/e64af742-578b-416f-8c39-05f7b974db91.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': True, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:03:23 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120869770, 'registration': 'LA11XGM', 'account': 'WBA004', 'make': 'HONDA', 'model': 'JAZZ HATCHBACK', 'derivative': '1.3 IMA HX Hybrid 5dr CVT', 'mileage': 60933, 'mileageWarranty': True, 'type': 'car', 'saleId': 19238, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 727}, 'saleStart': '2026-04-06T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2022-10-01', 'fuel': 'Petrol/Electric Hybrid', 'motExpiry': '2027-01-08', 'doors': 5, 'engineSize': 1330, 'bodyType': 'Hatchback', 'images': None, 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'IMPORT', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': False, 'v5details': None, 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/e64af742-578b-416f-8c39-05f7b974db91.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': True, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:03:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0bf5530d-1168-5900-a7da-6a0d93b169a6 with identifier: 120869770
2026-03-30 10:03:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0bf5530d-1168-5900-a7da-6a0d93b169a6 with scrape type 1
2026-03-30 10:03:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 0 photos for item 0bf5530d-1168-5900-a7da-6a0d93b169a6
2026-03-30 10:03:23 [crawlers.middlewares.photo_download_middleware] INFO: No photos to download for item 0bf5530d-1168-5900-a7da-6a0d93b169a6
2026-03-30 10:03:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 0bf5530d-1168-5900-a7da-6a0d93b169a6, identifier: 120869770
2026-03-30 10:03:23 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 93126246, 'registration': 'NA13HNG', 'account': 'WBA004', 'make': 'VAUXHALL', 'model': 'CORSA HATCHBACK', 'derivative': '1.0 ecoFLEX S 3dr', 'mileage': 102914, 'mileageWarranty': True, 'type': 'car', 'saleId': 19238, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 727}, 'saleStart': '2026-04-06T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2013-04-30', 'fuel': 'Petrol', 'motExpiry': '2026-10-28', 'doors': 3, 'engineSize': 998, 'bodyType': 'Hatchback', 'images': None, 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': False, 'v5details': None, 'co2': 120, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/81c361e1-6adb-4cea-b504-972ddf992e5b.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:03:23 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 93126246, 'registration': 'NA13HNG', 'account': 'WBA004', 'make': 'VAUXHALL', 'model': 'CORSA HATCHBACK', 'derivative': '1.0 ecoFLEX S 3dr', 'mileage': 102914, 'mileageWarranty': True, 'type': 'car', 'saleId': 19238, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 727}, 'saleStart': '2026-04-06T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2013-04-30', 'fuel': 'Petrol', 'motExpiry': '2026-10-28', 'doors': 3, 'engineSize': 998, 'bodyType': 'Hatchback', 'images': None, 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': False, 'v5details': None, 'co2': 120, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/81c361e1-6adb-4cea-b504-972ddf992e5b.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:03:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a482ef61-65c1-50f6-92fe-4f32a0b8e77b with identifier: 93126246
2026-03-30 10:03:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a482ef61-65c1-50f6-92fe-4f32a0b8e77b with scrape type 1
2026-03-30 10:03:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 0 photos for item a482ef61-65c1-50f6-92fe-4f32a0b8e77b
2026-03-30 10:03:23 [crawlers.middlewares.photo_download_middleware] INFO: No photos to download for item a482ef61-65c1-50f6-92fe-4f32a0b8e77b
2026-03-30 10:03:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: a482ef61-65c1-50f6-92fe-4f32a0b8e77b, identifier: 93126246
2026-03-30 10:03:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120870578?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:03:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 8b968b0f-6f7e-524d-b456-5d1ea9990f4e with identifier: 120869976
2026-03-30 10:03:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 8b968b0f-6f7e-524d-b456-5d1ea9990f4e with identifier: 120869976
2026-03-30 10:03:23 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 8b968b0f-6f7e-524d-b456-5d1ea9990f4e with identifier: 120869976 to the API
2026-03-30 10:03:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 10:03:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120869976?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 166,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 4',
'engine': '1.6L',
'expiration_date': '2026-04-06T12:00:00Z',
'fuel_type': 'Petrol',
'id': '8b968b0f-6f7e-524d-b456-5d1ea9990f4e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'LB07BRF',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120869976',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'NISSAN',
'model': 'NOTE HATCHBACK',
'odometer': 71282,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2007-06-19',
'seller_name': 'UKCGR - Trade',
'title': 'NISSAN NOTE HATCHBACK 1.6 SE 5dr Auto',
'transmission': 'automatic',
'trim': '1.6 SE 5dr Auto',
'vin': None,
'year': 2007}
2026-03-30 10:03:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120869976%27 HTTP/1.1" 200 None
2026-03-30 10:03:24 [astonbarclay.gb] INFO: Saving data for 120869976: {'created_time': 1774865004.181509, 'last_price_update_time': 1774865004.181523, 'auction_closing_time': 1775476800.0}
2026-03-30 10:03:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120869976') HTTP/1.1" 204 0
2026-03-30 10:03:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 0bf5530d-1168-5900-a7da-6a0d93b169a6 with identifier: 120869770
2026-03-30 10:03:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 0bf5530d-1168-5900-a7da-6a0d93b169a6 with identifier: 120869770
2026-03-30 10:03:24 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 0bf5530d-1168-5900-a7da-6a0d93b169a6 with identifier: 120869770 to the API
2026-03-30 10:03:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 10:03:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120869770?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.3L',
'expiration_date': '2026-04-06T12:00:00Z',
'fuel_type': 'Petrol/Electric Hybrid',
'id': '0bf5530d-1168-5900-a7da-6a0d93b169a6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'LA11XGM',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120869770',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'HONDA',
'model': 'JAZZ HATCHBACK',
'odometer': 60933,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-10-01',
'seller_name': 'UKCGR - Trade',
'title': 'HONDA JAZZ HATCHBACK 1.3 IMA HX Hybrid 5dr CVT',
'transmission': 'automatic',
'trim': '1.3 IMA HX Hybrid 5dr CVT',
'vin': None,
'year': 2022}
2026-03-30 10:03:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120869770%27 HTTP/1.1" 200 None
2026-03-30 10:03:24 [astonbarclay.gb] INFO: Saving data for 120869770: {'created_time': 1774865004.695316, 'last_price_update_time': 1774865004.69533, 'auction_closing_time': 1775476800.0}
2026-03-30 10:03:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120869770') HTTP/1.1" 204 0
2026-03-30 10:03:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: a482ef61-65c1-50f6-92fe-4f32a0b8e77b with identifier: 93126246
2026-03-30 10:03:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: a482ef61-65c1-50f6-92fe-4f32a0b8e77b with identifier: 93126246
2026-03-30 10:03:24 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: a482ef61-65c1-50f6-92fe-4f32a0b8e77b with identifier: 93126246 to the API
2026-03-30 10:03:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 10:03:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/93126246?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 120,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 3,
'emission_standard': 'EURO 5',
'engine': '1.0L',
'expiration_date': '2026-04-06T12:00:00Z',
'fuel_type': 'Petrol',
'id': 'a482ef61-65c1-50f6-92fe-4f32a0b8e77b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'NA13HNG',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/93126246',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'VAUXHALL',
'model': 'CORSA HATCHBACK',
'odometer': 102914,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2013-04-30',
'seller_name': 'UKCGR - Trade',
'title': 'VAUXHALL CORSA HATCHBACK 1.0 ecoFLEX S 3dr',
'transmission': 'manual',
'trim': '1.0 ecoFLEX S 3dr',
'vin': None,
'year': 2013}
2026-03-30 10:03:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%2793126246%27 HTTP/1.1" 200 None
2026-03-30 10:03:25 [astonbarclay.gb] INFO: Saving data for 93126246: {'created_time': 1774865005.084735, 'last_price_update_time': 1774865005.084748, 'auction_closing_time': 1775476800.0}
2026-03-30 10:03:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='93126246') HTTP/1.1" 204 0
2026-03-30 10:03:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/GF08UTN/2026-03-30/image/67b8e4da-08da-4745-9188-fdc05aad970d_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120869904?view=catalogue)
2026-03-30 10:03:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/GF08UTN/2026-03-30/image/88aea84e-37eb-4cee-ab60-1079701bc378_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120869904?view=catalogue)
2026-03-30 10:03:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/GF08UTN/2026-03-30/image/634adc78-7b4a-4c42-8f75-fc9f865c44db_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120869904?view=catalogue)
2026-03-30 10:03:25 [astonbarclay.gb] INFO: Found listing with ID: 120056601
2026-03-30 10:03:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120056601%27 HTTP/1.1" 200 None
2026-03-30 10:03:25 [astonbarclay.gb] INFO: Scrape type for 120056601: 0
2026-03-30 10:03:25 [astonbarclay.gb] INFO: Found listing with ID: 120827653
2026-03-30 10:03:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120827653%27 HTTP/1.1" 200 None
2026-03-30 10:03:25 [astonbarclay.gb] INFO: Scrape type for 120827653: 0
2026-03-30 10:03:25 [astonbarclay.gb] INFO: Found listing with ID: 120002874
2026-03-30 10:03:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120002874%27 HTTP/1.1" 200 None
2026-03-30 10:03:25 [astonbarclay.gb] INFO: Scrape type for 120002874: 0
2026-03-30 10:03:25 [astonbarclay.gb] INFO: Found listing with ID: 120696832
2026-03-30 10:03:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120696832%27 HTTP/1.1" 200 None
2026-03-30 10:03:25 [astonbarclay.gb] INFO: Scrape type for 120696832: 0
2026-03-30 10:03:25 [astonbarclay.gb] INFO: Found listing with ID: 120696888
2026-03-30 10:03:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120696888%27 HTTP/1.1" 200 None
2026-03-30 10:03:25 [astonbarclay.gb] INFO: Scrape type for 120696888: 0
2026-03-30 10:03:25 [astonbarclay.gb] INFO: Found listing with ID: 120471898
2026-03-30 10:03:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120471898%27 HTTP/1.1" 200 None
2026-03-30 10:03:25 [astonbarclay.gb] INFO: Scrape type for 120471898: 0
2026-03-30 10:03:25 [astonbarclay.gb] INFO: Found listing with ID: 120696872
2026-03-30 10:03:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120696872%27 HTTP/1.1" 200 None
2026-03-30 10:03:25 [astonbarclay.gb] INFO: Scrape type for 120696872: 0
2026-03-30 10:03:25 [astonbarclay.gb] INFO: Found listing with ID: 120827632
2026-03-30 10:03:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120827632%27 HTTP/1.1" 200 None
2026-03-30 10:03:25 [astonbarclay.gb] INFO: Scrape type for 120827632: 0
2026-03-30 10:03:25 [astonbarclay.gb] INFO: Found listing with ID: 120827641
2026-03-30 10:03:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120827641%27 HTTP/1.1" 200 None
2026-03-30 10:03:25 [astonbarclay.gb] INFO: Scrape type for 120827641: 0
2026-03-30 10:03:25 [astonbarclay.gb] INFO: Found listing with ID: 120827623
2026-03-30 10:03:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120827623%27 HTTP/1.1" 200 None
2026-03-30 10:03:25 [astonbarclay.gb] INFO: Scrape type for 120827623: 0
2026-03-30 10:03:25 [astonbarclay.gb] INFO: Found listing with ID: 120696900
2026-03-30 10:03:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120696900%27 HTTP/1.1" 200 None
2026-03-30 10:03:25 [astonbarclay.gb] INFO: Scrape type for 120696900: 0
2026-03-30 10:03:25 [astonbarclay.gb] INFO: Found listing with ID: 120865035
2026-03-30 10:03:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120865035%27 HTTP/1.1" 200 None
2026-03-30 10:03:25 [astonbarclay.gb] INFO: Scrape type for 120865035: 0
2026-03-30 10:03:25 [astonbarclay.gb] INFO: Found listing with ID: 120696860
2026-03-30 10:03:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120696860%27 HTTP/1.1" 200 None
2026-03-30 10:03:25 [astonbarclay.gb] INFO: Scrape type for 120696860: 0
2026-03-30 10:03:25 [astonbarclay.gb] INFO: Found listing with ID: 120696851
2026-03-30 10:03:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120696851%27 HTTP/1.1" 200 None
2026-03-30 10:03:25 [astonbarclay.gb] INFO: Scrape type for 120696851: 0
2026-03-30 10:03:25 [astonbarclay.gb] INFO: Found listing with ID: 120696822
2026-03-30 10:03:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120696822%27 HTTP/1.1" 200 None
2026-03-30 10:03:25 [astonbarclay.gb] INFO: Scrape type for 120696822: 0
2026-03-30 10:03:25 [astonbarclay.gb] INFO: Found listing with ID: 120827614
2026-03-30 10:03:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120827614%27 HTTP/1.1" 200 None
2026-03-30 10:03:25 [astonbarclay.gb] INFO: Scrape type for 120827614: 0
2026-03-30 10:03:25 [astonbarclay.gb] INFO: Found listing with ID: 120589602
2026-03-30 10:03:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120589602%27 HTTP/1.1" 200 None
2026-03-30 10:03:25 [astonbarclay.gb] INFO: Scrape type for 120589602: 0
2026-03-30 10:03:25 [astonbarclay.gb] INFO: Found listing with ID: 120422957
2026-03-30 10:03:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120422957%27 HTTP/1.1" 200 None
2026-03-30 10:03:25 [astonbarclay.gb] INFO: Scrape type for 120422957: 2
2026-03-30 10:03:25 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:03:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120878369?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:03:25 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:03:25 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f4364fe8b50>
2026-03-30 10:03:25 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 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-30 10:03:25 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:03:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7f10126a-48e4-5272-8542-39d8b657ed6e/7f10126a-48e4-5272-8542-39d8b657ed6e_image_6.jpg HTTP/1.1" 201 0
2026-03-30 10:03:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%252FGF08UTN%252F2026-03-30%252Fimage%252F15732c4e-d03b-4a2f-8290-6db012f4a551_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:03:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/GF08UTN/2026-03-30/image/15732c4e-d03b-4a2f-8290-6db012f4a551_removebg.jpg?w=600 saved to cache
2026-03-30 10:03:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 7f10126a-48e4-5272-8542-39d8b657ed6e
2026-03-30 10:03:25 [astonbarclay.gb] INFO: Found listing with ID: 119942033
2026-03-30 10:03:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27119942033%27 HTTP/1.1" 200 None
2026-03-30 10:03:25 [astonbarclay.gb] INFO: Scrape type for 119942033: 2
2026-03-30 10:03:25 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:03:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120881711?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:03:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120878409?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:03:25 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:03:25 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:03:25 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120870578, 'registration': 'MW63CEK', 'account': 'WBA004', 'make': 'MINI', 'model': 'COUNTRYMAN HATCHBACK', 'derivative': '1.6 One 5dr', 'mileage': 83162, 'mileageWarranty': True, 'type': 'car', 'saleId': 19238, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 727}, 'saleStart': '2026-04-06T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2013-12-06', 'fuel': 'Petrol', 'motExpiry': '2027-02-15', 'doors': 5, 'engineSize': 1598, 'bodyType': 'Hatchback', 'images': None, 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': False, 'v5details': None, 'co2': 139, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/5b08e803-ac76-43a1-bd59-9689087299ef.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:03:25 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120870578, 'registration': 'MW63CEK', 'account': 'WBA004', 'make': 'MINI', 'model': 'COUNTRYMAN HATCHBACK', 'derivative': '1.6 One 5dr', 'mileage': 83162, 'mileageWarranty': True, 'type': 'car', 'saleId': 19238, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 727}, 'saleStart': '2026-04-06T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2013-12-06', 'fuel': 'Petrol', 'motExpiry': '2027-02-15', 'doors': 5, 'engineSize': 1598, 'bodyType': 'Hatchback', 'images': None, 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': False, 'v5details': None, 'co2': 139, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/5b08e803-ac76-43a1-bd59-9689087299ef.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:03:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a0c5e174-39d4-5f10-8405-5e3fd513b71d with identifier: 120870578
2026-03-30 10:03:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a0c5e174-39d4-5f10-8405-5e3fd513b71d with scrape type 1
2026-03-30 10:03:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 0 photos for item a0c5e174-39d4-5f10-8405-5e3fd513b71d
2026-03-30 10:03:25 [crawlers.middlewares.photo_download_middleware] INFO: No photos to download for item a0c5e174-39d4-5f10-8405-5e3fd513b71d
2026-03-30 10:03:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: a0c5e174-39d4-5f10-8405-5e3fd513b71d, identifier: 120870578
2026-03-30 10:03:25 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:03:25 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f43666aa1d0>
2026-03-30 10:03:25 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 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-30 10:03:25 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:03:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7f10126a-48e4-5272-8542-39d8b657ed6e/7f10126a-48e4-5272-8542-39d8b657ed6e_image_8.jpg HTTP/1.1" 201 0
2026-03-30 10:03:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%252FGF08UTN%252F2026-03-30%252Fimage%252F67b8e4da-08da-4745-9188-fdc05aad970d_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:03:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/GF08UTN/2026-03-30/image/67b8e4da-08da-4745-9188-fdc05aad970d_removebg.jpg?w=600 saved to cache
2026-03-30 10:03:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 7f10126a-48e4-5272-8542-39d8b657ed6e
2026-03-30 10:03:25 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:03:25 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f436666cd10>
2026-03-30 10:03:25 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 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-30 10:03:25 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:03:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7f10126a-48e4-5272-8542-39d8b657ed6e/7f10126a-48e4-5272-8542-39d8b657ed6e_image_7.jpg HTTP/1.1" 201 0
2026-03-30 10:03:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%252FGF08UTN%252F2026-03-30%252Fimage%252F88aea84e-37eb-4cee-ab60-1079701bc378_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:03:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/GF08UTN/2026-03-30/image/88aea84e-37eb-4cee-ab60-1079701bc378_removebg.jpg?w=600 saved to cache
2026-03-30 10:03:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 7f10126a-48e4-5272-8542-39d8b657ed6e
2026-03-30 10:03:25 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:03:25 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f436528f610>
2026-03-30 10:03:25 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 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-30 10:03:25 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:03:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7f10126a-48e4-5272-8542-39d8b657ed6e/7f10126a-48e4-5272-8542-39d8b657ed6e_image_9.jpg HTTP/1.1" 201 0
2026-03-30 10:03:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%252FGF08UTN%252F2026-03-30%252Fimage%252F634adc78-7b4a-4c42-8f75-fc9f865c44db_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:03:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/GF08UTN/2026-03-30/image/634adc78-7b4a-4c42-8f75-fc9f865c44db_removebg.jpg?w=600 saved to cache
2026-03-30 10:03:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 7f10126a-48e4-5272-8542-39d8b657ed6e
2026-03-30 10:03:25 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 7f10126a-48e4-5272-8542-39d8b657ed6e, skipping ID generation
2026-03-30 10:03:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7f10126a-48e4-5272-8542-39d8b657ed6e with scrape type 1
2026-03-30 10:03:25 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 7f10126a-48e4-5272-8542-39d8b657ed6e sending to next pipeline
2026-03-30 10:03:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 7f10126a-48e4-5272-8542-39d8b657ed6e, identifier: 120869904
2026-03-30 10:03:25 [astonbarclay.gb] INFO: Found listing with ID: 118039211
2026-03-30 10:03:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27118039211%27 HTTP/1.1" 200 None
2026-03-30 10:03:25 [astonbarclay.gb] INFO: Scrape type for 118039211: 0
2026-03-30 10:03:25 [astonbarclay.gb] INFO: Found listing with ID: 120284378
2026-03-30 10:03:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120284378%27 HTTP/1.1" 200 None
2026-03-30 10:03:25 [astonbarclay.gb] INFO: Scrape type for 120284378: 0
2026-03-30 10:03:25 [astonbarclay.gb] INFO: Found listing with ID: 119783370
2026-03-30 10:03:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27119783370%27 HTTP/1.1" 200 None
2026-03-30 10:03:25 [astonbarclay.gb] INFO: Scrape type for 119783370: 2
2026-03-30 10:03:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: a0c5e174-39d4-5f10-8405-5e3fd513b71d with identifier: 120870578
2026-03-30 10:03:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: a0c5e174-39d4-5f10-8405-5e3fd513b71d with identifier: 120870578
2026-03-30 10:03:26 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: a0c5e174-39d4-5f10-8405-5e3fd513b71d with identifier: 120870578 to the API
2026-03-30 10:03:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 10:03:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120870578?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 139,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.6L',
'expiration_date': '2026-04-06T12:00:00Z',
'fuel_type': 'Petrol',
'id': 'a0c5e174-39d4-5f10-8405-5e3fd513b71d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'MW63CEK',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120870578',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'MINI',
'model': 'COUNTRYMAN HATCHBACK',
'odometer': 83162,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2013-12-06',
'seller_name': 'UKCGR - Trade',
'title': 'MINI COUNTRYMAN HATCHBACK 1.6 One 5dr',
'transmission': 'manual',
'trim': '1.6 One 5dr',
'vin': None,
'year': 2013}
2026-03-30 10:03:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120870578%27 HTTP/1.1" 200 None
2026-03-30 10:03:26 [astonbarclay.gb] INFO: Saving data for 120870578: {'created_time': 1774865006.585178, 'last_price_update_time': 1774865006.58519, 'auction_closing_time': 1775476800.0}
2026-03-30 10:03:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120870578') HTTP/1.1" 204 0
2026-03-30 10:03:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 7f10126a-48e4-5272-8542-39d8b657ed6e with identifier: 120869904
2026-03-30 10:03:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 7f10126a-48e4-5272-8542-39d8b657ed6e with identifier: 120869904
2026-03-30 10:03:26 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 7f10126a-48e4-5272-8542-39d8b657ed6e with identifier: 120869904 to the API
2026-03-30 10:03:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:03:27 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:03:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://abimg003.imgix.net/GF08UTN/2026-03-30/image/634adc78-7b4a-4c42-8f75-fc9f865c44db_removebg.jpg?w=600>
{'auction_title': '',
'c_o_2_emission_value': 149,
'color': 'SILVER',
'currency': 'GBP',
'doors_number': 2,
'emission_standard': 'EURO 4',
'engine': '2.0L',
'expiration_date': '2026-04-06T12:00:00Z',
'fuel_type': 'Petrol',
'id': '7f10126a-48e4-5272-8542-39d8b657ed6e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'GF08UTN',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120869904',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'BMW',
'model': '1 SERIES CONVERTIBLE',
'odometer': 84488,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 10,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7f10126a-48e4-5272-8542-39d8b657ed6e/7f10126a-48e4-5272-8542-39d8b657ed6e_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 29618,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/GF08UTN/2026-03-30/image/12ab1cc9-9710-4b7d-8562-be17106f293f_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7f10126a-48e4-5272-8542-39d8b657ed6e/7f10126a-48e4-5272-8542-39d8b657ed6e_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 31915,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/GF08UTN/2026-03-30/image/31a4909e-acfb-4f47-90c7-0d3e677d1a2b_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7f10126a-48e4-5272-8542-39d8b657ed6e/7f10126a-48e4-5272-8542-39d8b657ed6e_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 31033,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/GF08UTN/2026-03-30/image/d2d963bc-2abd-4e0f-b9a4-b74fb198cd4b_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7f10126a-48e4-5272-8542-39d8b657ed6e/7f10126a-48e4-5272-8542-39d8b657ed6e_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 29223,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/GF08UTN/2026-03-30/image/f87ce8ef-2735-4c96-b1ee-28eebdf0d5eb_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7f10126a-48e4-5272-8542-39d8b657ed6e/7f10126a-48e4-5272-8542-39d8b657ed6e_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 55670,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/GF08UTN/2026-03-30/image/8efa4ccf-f891-4f35-b584-f4e46a65665c_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7f10126a-48e4-5272-8542-39d8b657ed6e/7f10126a-48e4-5272-8542-39d8b657ed6e_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 59176,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/GF08UTN/2026-03-30/image/ff740caa-ab55-4d4a-8136-84b07653d8e4_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7f10126a-48e4-5272-8542-39d8b657ed6e/7f10126a-48e4-5272-8542-39d8b657ed6e_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 49610,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/GF08UTN/2026-03-30/image/15732c4e-d03b-4a2f-8290-6db012f4a551_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7f10126a-48e4-5272-8542-39d8b657ed6e/7f10126a-48e4-5272-8542-39d8b657ed6e_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 43826,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/GF08UTN/2026-03-30/image/88aea84e-37eb-4cee-ab60-1079701bc378_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7f10126a-48e4-5272-8542-39d8b657ed6e/7f10126a-48e4-5272-8542-39d8b657ed6e_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 47855,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/GF08UTN/2026-03-30/image/67b8e4da-08da-4745-9188-fdc05aad970d_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7f10126a-48e4-5272-8542-39d8b657ed6e/7f10126a-48e4-5272-8542-39d8b657ed6e_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 33918,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/GF08UTN/2026-03-30/image/634adc78-7b4a-4c42-8f75-fc9f865c44db_removebg.jpg?w=600',
'Width': 600}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2008-04-29',
'seller_name': 'UKCGR - Trade',
'title': 'BMW 1 SERIES CONVERTIBLE 118i SE 2dr',
'transmission': 'manual',
'trim': '118i SE 2dr',
'vin': None,
'year': 2008}
2026-03-30 10:03:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120869904%27 HTTP/1.1" 200 None
2026-03-30 10:03:27 [astonbarclay.gb] INFO: Saving data for 120869904: {'created_time': 1774865007.169006, 'last_price_update_time': 1774865007.16902, 'auction_closing_time': 1775476800.0}
2026-03-30 10:03:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120869904') HTTP/1.1" 204 0
2026-03-30 10:03:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/EA63JYV/2026-03-27/image/93307384-d9d2-497e-8c62-4e5dd38acff4_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120856408?view=catalogue)
2026-03-30 10:03:27 [astonbarclay.gb] INFO: Found listing with ID: 120206283
2026-03-30 10:03:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120206283%27 HTTP/1.1" 200 None
2026-03-30 10:03:27 [astonbarclay.gb] INFO: Scrape type for 120206283: 2
2026-03-30 10:03:27 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120878369, 'registration': 'WD25KFF', 'account': 'MOT070', 'make': 'PEUGEOT', 'model': '2008 ESTATE', 'derivative': '1.2 PureTech Allure 5dr', 'mileage': 6188, 'mileageWarranty': True, 'type': 'car', 'saleId': 19182, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 122}, 'saleStart': '2026-04-07T09:15Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2025-06-10', 'fuel': 'Petrol', 'motExpiry': None, 'doors': 5, 'engineSize': 1199, 'bodyType': 'Estate', 'images': None, 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': False, 'v5details': None, 'co2': 129, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:03:27 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120878369, 'registration': 'WD25KFF', 'account': 'MOT070', 'make': 'PEUGEOT', 'model': '2008 ESTATE', 'derivative': '1.2 PureTech Allure 5dr', 'mileage': 6188, 'mileageWarranty': True, 'type': 'car', 'saleId': 19182, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 122}, 'saleStart': '2026-04-07T09:15Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2025-06-10', 'fuel': 'Petrol', 'motExpiry': None, 'doors': 5, 'engineSize': 1199, 'bodyType': 'Estate', 'images': None, 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': False, 'v5details': None, 'co2': 129, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:03:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 21c2660e-23e0-5fb1-b8b8-1e732551c47a with identifier: 120878369
2026-03-30 10:03:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 21c2660e-23e0-5fb1-b8b8-1e732551c47a with scrape type 1
2026-03-30 10:03:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 0 photos for item 21c2660e-23e0-5fb1-b8b8-1e732551c47a
2026-03-30 10:03:27 [crawlers.middlewares.photo_download_middleware] INFO: No photos to download for item 21c2660e-23e0-5fb1-b8b8-1e732551c47a
2026-03-30 10:03:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 21c2660e-23e0-5fb1-b8b8-1e732551c47a, identifier: 120878369
2026-03-30 10:03:27 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120881711, 'registration': 'NL23TDZ', 'account': 'MOT070', 'make': 'TOYOTA', 'model': 'YARIS HATCHBACK', 'derivative': '1.5 Hybrid Icon 5dr CVT', 'mileage': 13938, 'mileageWarranty': True, 'type': 'car', 'saleId': 19182, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 122}, 'saleStart': '2026-04-07T09:15Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2023-03-10', 'fuel': 'Petrol/Electric Hybrid', 'motExpiry': '2026-12-16', 'doors': 5, 'engineSize': 1490, 'bodyType': 'Hatchback', 'images': None, 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'vosa - 12k', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': False, 'v5details': None, 'co2': 92, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:03:27 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120881711, 'registration': 'NL23TDZ', 'account': 'MOT070', 'make': 'TOYOTA', 'model': 'YARIS HATCHBACK', 'derivative': '1.5 Hybrid Icon 5dr CVT', 'mileage': 13938, 'mileageWarranty': True, 'type': 'car', 'saleId': 19182, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 122}, 'saleStart': '2026-04-07T09:15Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2023-03-10', 'fuel': 'Petrol/Electric Hybrid', 'motExpiry': '2026-12-16', 'doors': 5, 'engineSize': 1490, 'bodyType': 'Hatchback', 'images': None, 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'vosa - 12k', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': False, 'v5details': None, 'co2': 92, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:03:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d2f9d6c2-981e-5dfa-a87d-9a20ad6e2eb4 with identifier: 120881711
2026-03-30 10:03:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d2f9d6c2-981e-5dfa-a87d-9a20ad6e2eb4 with scrape type 1
2026-03-30 10:03:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 0 photos for item d2f9d6c2-981e-5dfa-a87d-9a20ad6e2eb4
2026-03-30 10:03:27 [crawlers.middlewares.photo_download_middleware] INFO: No photos to download for item d2f9d6c2-981e-5dfa-a87d-9a20ad6e2eb4
2026-03-30 10:03:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: d2f9d6c2-981e-5dfa-a87d-9a20ad6e2eb4, identifier: 120881711
2026-03-30 10:03:27 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120878409, 'registration': 'CK25ZPX', 'account': 'MOT070', 'make': 'DACIA', 'model': 'JOGGER ESTATE', 'derivative': '1.6 HEV Extreme 5dr Auto', 'mileage': 5173, 'mileageWarranty': True, 'type': 'car', 'saleId': 19182, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 122}, 'saleStart': '2026-04-07T09:15Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2025-05-22', 'fuel': 'Petrol/Electric Hybrid', 'motExpiry': None, 'doors': 5, 'engineSize': 1598, 'bodyType': 'Estate', 'images': None, 'colour': 'GREEN', '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': 109, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:03:27 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120878409, 'registration': 'CK25ZPX', 'account': 'MOT070', 'make': 'DACIA', 'model': 'JOGGER ESTATE', 'derivative': '1.6 HEV Extreme 5dr Auto', 'mileage': 5173, 'mileageWarranty': True, 'type': 'car', 'saleId': 19182, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 122}, 'saleStart': '2026-04-07T09:15Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2025-05-22', 'fuel': 'Petrol/Electric Hybrid', 'motExpiry': None, 'doors': 5, 'engineSize': 1598, 'bodyType': 'Estate', 'images': None, 'colour': 'GREEN', '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': 109, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:03:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 35bfa0f8-a184-59bc-8254-2901d0c7c406 with identifier: 120878409
2026-03-30 10:03:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 35bfa0f8-a184-59bc-8254-2901d0c7c406 with scrape type 1
2026-03-30 10:03:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 0 photos for item 35bfa0f8-a184-59bc-8254-2901d0c7c406
2026-03-30 10:03:27 [crawlers.middlewares.photo_download_middleware] INFO: No photos to download for item 35bfa0f8-a184-59bc-8254-2901d0c7c406
2026-03-30 10:03:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 35bfa0f8-a184-59bc-8254-2901d0c7c406, identifier: 120878409
2026-03-30 10:03:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120869853?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:03:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 21c2660e-23e0-5fb1-b8b8-1e732551c47a with identifier: 120878369
2026-03-30 10:03:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 21c2660e-23e0-5fb1-b8b8-1e732551c47a with identifier: 120878369
2026-03-30 10:03:27 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 21c2660e-23e0-5fb1-b8b8-1e732551c47a with identifier: 120878369 to the API
2026-03-30 10:03:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:03:27 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:03:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120878369?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 129,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-04-07T09:15:00Z',
'fuel_type': 'Petrol',
'id': '21c2660e-23e0-5fb1-b8b8-1e732551c47a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'WD25KFF',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120878369',
'listing': 'auction',
'location': 'Aston Barclay Prees Heath',
'make': 'PEUGEOT',
'model': '2008 ESTATE',
'odometer': 6188,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-06-10',
'seller_name': 'Motability Operations',
'title': 'PEUGEOT 2008 ESTATE 1.2 PureTech Allure 5dr',
'transmission': 'manual',
'trim': '1.2 PureTech Allure 5dr',
'vin': None,
'year': 2025}
2026-03-30 10:03:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120878369%27 HTTP/1.1" 200 None
2026-03-30 10:03:27 [astonbarclay.gb] INFO: Saving data for 120878369: {'created_time': 1774865007.956034, 'last_price_update_time': 1774865007.956049, 'auction_closing_time': 1775553300.0}
2026-03-30 10:03:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120878369') HTTP/1.1" 204 0
2026-03-30 10:03:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: d2f9d6c2-981e-5dfa-a87d-9a20ad6e2eb4 with identifier: 120881711
2026-03-30 10:03:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: d2f9d6c2-981e-5dfa-a87d-9a20ad6e2eb4 with identifier: 120881711
2026-03-30 10:03:28 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: d2f9d6c2-981e-5dfa-a87d-9a20ad6e2eb4 with identifier: 120881711 to the API
2026-03-30 10:03:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 10:03:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120881711?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 92,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-04-07T09:15:00Z',
'fuel_type': 'Petrol/Electric Hybrid',
'id': 'd2f9d6c2-981e-5dfa-a87d-9a20ad6e2eb4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'NL23TDZ',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120881711',
'listing': 'auction',
'location': 'Aston Barclay Prees Heath',
'make': 'TOYOTA',
'model': 'YARIS HATCHBACK',
'odometer': 13938,
'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': 'TOYOTA YARIS HATCHBACK 1.5 Hybrid Icon 5dr CVT',
'transmission': 'automatic',
'trim': '1.5 Hybrid Icon 5dr CVT',
'vin': None,
'year': 2023}
2026-03-30 10:03:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120881711%27 HTTP/1.1" 200 None
2026-03-30 10:03:28 [astonbarclay.gb] INFO: Saving data for 120881711: {'created_time': 1774865008.661561, 'last_price_update_time': 1774865008.661573, 'auction_closing_time': 1775553300.0}
2026-03-30 10:03:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120881711') HTTP/1.1" 204 0
2026-03-30 10:03:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 35bfa0f8-a184-59bc-8254-2901d0c7c406 with identifier: 120878409
2026-03-30 10:03:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 35bfa0f8-a184-59bc-8254-2901d0c7c406 with identifier: 120878409
2026-03-30 10:03:28 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 35bfa0f8-a184-59bc-8254-2901d0c7c406 with identifier: 120878409 to the API
2026-03-30 10:03:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 10:03:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120878409?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 109,
'color': 'GREEN',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-04-07T09:15:00Z',
'fuel_type': 'Petrol/Electric Hybrid',
'id': '35bfa0f8-a184-59bc-8254-2901d0c7c406',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'CK25ZPX',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120878409',
'listing': 'auction',
'location': 'Aston Barclay Prees Heath',
'make': 'DACIA',
'model': 'JOGGER ESTATE',
'odometer': 5173,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-05-22',
'seller_name': 'Motability Operations',
'title': 'DACIA JOGGER ESTATE 1.6 HEV Extreme 5dr Auto',
'transmission': 'automatic',
'trim': '1.6 HEV Extreme 5dr Auto',
'vin': None,
'year': 2025}
2026-03-30 10:03:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120878409%27 HTTP/1.1" 200 None
2026-03-30 10:03:29 [astonbarclay.gb] INFO: Saving data for 120878409: {'created_time': 1774865009.094202, 'last_price_update_time': 1774865009.094217, 'auction_closing_time': 1775553300.0}
2026-03-30 10:03:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120878409') HTTP/1.1" 204 0
2026-03-30 10:03:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/EO64ZVY/2026-03-27/image/3a221666-36de-45e3-a903-564d626c2444_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120852551?view=catalogue)
2026-03-30 10:03:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/RV11DVP/2026-03-27/image/1b025469-5c8b-4aa9-a82c-22a508558096_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120852018?view=catalogue)
2026-03-30 10:03:29 [astonbarclay.gb] INFO: Found listing with ID: 120428872
2026-03-30 10:03:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120428872%27 HTTP/1.1" 200 None
2026-03-30 10:03:29 [astonbarclay.gb] INFO: Scrape type for 120428872: 0
2026-03-30 10:03:29 [astonbarclay.gb] INFO: Found listing with ID: 120507514
2026-03-30 10:03:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120507514%27 HTTP/1.1" 200 None
2026-03-30 10:03:29 [astonbarclay.gb] INFO: Scrape type for 120507514: 2
2026-03-30 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-30 10:03:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120877049?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:03:29 [astonbarclay.gb] INFO: Found listing with ID: 120261899
2026-03-30 10:03:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120261899%27 HTTP/1.1" 200 None
2026-03-30 10:03:29 [astonbarclay.gb] INFO: Scrape type for 120261899: 0
2026-03-30 10:03:29 [astonbarclay.gb] INFO: Found listing with ID: 120563695
2026-03-30 10:03:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120563695%27 HTTP/1.1" 200 None
2026-03-30 10:03:29 [astonbarclay.gb] INFO: Scrape type for 120563695: 2
2026-03-30 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-30 10:03:29 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:03:29 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f43652df810>
2026-03-30 10:03:29 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 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-30 10:03:29 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:03:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ed0d64b6-cf3f-5827-828b-4f5f1c5e928a/ed0d64b6-cf3f-5827-828b-4f5f1c5e928a_image_5.jpg HTTP/1.1" 201 0
2026-03-30 10:03:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%252FEA63JYV%252F2026-03-27%252Fimage%252F93307384-d9d2-497e-8c62-4e5dd38acff4_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:03:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EA63JYV/2026-03-27/image/93307384-d9d2-497e-8c62-4e5dd38acff4_removebg.jpg?w=600 saved to cache
2026-03-30 10:03:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item ed0d64b6-cf3f-5827-828b-4f5f1c5e928a
2026-03-30 10:03:29 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120869853, 'registration': 'LN17TVY', 'account': 'WBA004', 'make': 'FORD', 'model': 'FOCUS DIESEL HATCHBACK', 'derivative': '1.5 TDCi 120 ST-Line 5dr Powershift', 'mileage': 158633, 'mileageWarranty': True, 'type': 'car', 'saleId': 19238, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 727}, 'saleStart': '2026-04-06T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2017-03-31', 'fuel': 'Diesel', 'motExpiry': '2026-12-23', 'doors': 5, 'engineSize': 1499, 'bodyType': 'Hatchback', 'images': None, 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'UKCGR - Trade', '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': 'https://abimg002.imgix.net/198bbcd9-469a-4b36-99f0-7ebb443a9b84.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:03:29 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120869853, 'registration': 'LN17TVY', 'account': 'WBA004', 'make': 'FORD', 'model': 'FOCUS DIESEL HATCHBACK', 'derivative': '1.5 TDCi 120 ST-Line 5dr Powershift', 'mileage': 158633, 'mileageWarranty': True, 'type': 'car', 'saleId': 19238, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 727}, 'saleStart': '2026-04-06T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2017-03-31', 'fuel': 'Diesel', 'motExpiry': '2026-12-23', 'doors': 5, 'engineSize': 1499, 'bodyType': 'Hatchback', 'images': None, 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'UKCGR - Trade', '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': 'https://abimg002.imgix.net/198bbcd9-469a-4b36-99f0-7ebb443a9b84.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:03:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4f2e9c24-5732-593d-94a3-a30304b77e8a with identifier: 120869853
2026-03-30 10:03:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4f2e9c24-5732-593d-94a3-a30304b77e8a with scrape type 1
2026-03-30 10:03:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 0 photos for item 4f2e9c24-5732-593d-94a3-a30304b77e8a
2026-03-30 10:03:29 [crawlers.middlewares.photo_download_middleware] INFO: No photos to download for item 4f2e9c24-5732-593d-94a3-a30304b77e8a
2026-03-30 10:03:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 4f2e9c24-5732-593d-94a3-a30304b77e8a, identifier: 120869853
2026-03-30 10:03:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/AY64MXK/2026-03-30/image/4e378a8c-9f98-45a4-9218-c08c66ae7fa7_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120861740?view=catalogue)
2026-03-30 10:03:29 [astonbarclay.gb] INFO: Found listing with ID: 120277667
2026-03-30 10:03:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120277667%27 HTTP/1.1" 200 None
2026-03-30 10:03:29 [astonbarclay.gb] INFO: Scrape type for 120277667: 2
2026-03-30 10:03:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 4f2e9c24-5732-593d-94a3-a30304b77e8a with identifier: 120869853
2026-03-30 10:03:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 4f2e9c24-5732-593d-94a3-a30304b77e8a with identifier: 120869853
2026-03-30 10:03:29 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 4f2e9c24-5732-593d-94a3-a30304b77e8a with identifier: 120869853 to the API
2026-03-30 10:03:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 10:03:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120869853?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 99,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-04-06T12:00:00Z',
'fuel_type': 'Diesel',
'id': '4f2e9c24-5732-593d-94a3-a30304b77e8a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'LN17TVY',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120869853',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'FORD',
'model': 'FOCUS DIESEL HATCHBACK',
'odometer': 158633,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-03-31',
'seller_name': 'UKCGR - Trade',
'title': 'FORD FOCUS DIESEL HATCHBACK 1.5 TDCi 120 ST-Line 5dr Powershift',
'transmission': 'automatic',
'trim': '1.5 TDCi 120 ST-Line 5dr Powershift',
'vin': None,
'year': 2017}
2026-03-30 10:03:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120869853%27 HTTP/1.1" 200 None
2026-03-30 10:03:29 [astonbarclay.gb] INFO: Saving data for 120869853: {'created_time': 1774865009.856078, 'last_price_update_time': 1774865009.856092, 'auction_closing_time': 1775476800.0}
2026-03-30 10:03:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120869853') HTTP/1.1" 204 0
2026-03-30 10:03:29 [astonbarclay.gb] INFO: Found listing with ID: 119877912
2026-03-30 10:03:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27119877912%27 HTTP/1.1" 200 None
2026-03-30 10:03:29 [astonbarclay.gb] INFO: Scrape type for 119877912: 0
2026-03-30 10:03:29 [astonbarclay.gb] INFO: Found listing with ID: 119286395
2026-03-30 10:03:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27119286395%27 HTTP/1.1" 200 None
2026-03-30 10:03:29 [astonbarclay.gb] INFO: Scrape type for 119286395: 0
2026-03-30 10:03:29 [astonbarclay.gb] INFO: Found listing with ID: 118714230
2026-03-30 10:03:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27118714230%27 HTTP/1.1" 200 None
2026-03-30 10:03:29 [astonbarclay.gb] INFO: Scrape type for 118714230: 2
2026-03-30 10:03:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120878380?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:03:29 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:03:29 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f43652dfe90>
2026-03-30 10:03:29 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 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-30 10:03:29 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:03:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_901bf81b-8614-597b-92e2-ca84dd7b4695/901bf81b-8614-597b-92e2-ca84dd7b4695_image_7.jpg HTTP/1.1" 201 0
2026-03-30 10:03:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%252FEO64ZVY%252F2026-03-27%252Fimage%252F3a221666-36de-45e3-a903-564d626c2444_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:03:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EO64ZVY/2026-03-27/image/3a221666-36de-45e3-a903-564d626c2444_removebg.jpg?w=600 saved to cache
2026-03-30 10:03:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 901bf81b-8614-597b-92e2-ca84dd7b4695
2026-03-30 10:03:29 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:03:29 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f436669e3d0>
2026-03-30 10:03:29 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 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-30 10:03:29 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:03:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1b194829-c76e-5fd2-9d5e-027fa7dc15f1/1b194829-c76e-5fd2-9d5e-027fa7dc15f1_image_7.jpg HTTP/1.1" 201 0
2026-03-30 10:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%252FRV11DVP%252F2026-03-27%252Fimage%252F1b025469-5c8b-4aa9-a82c-22a508558096_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:03:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/RV11DVP/2026-03-27/image/1b025469-5c8b-4aa9-a82c-22a508558096_removebg.jpg?w=600 saved to cache
2026-03-30 10:03:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 1b194829-c76e-5fd2-9d5e-027fa7dc15f1
2026-03-30 10:03:30 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120877049, 'registration': 'NV72VKA', 'account': 'MOT070', 'make': 'HYUNDAI', 'model': 'I20 HATCHBACK', 'derivative': '1.0T GDi 48V MHD SE Connect 5dr', 'mileage': 41346, 'mileageWarranty': True, 'type': 'car', 'saleId': 19182, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 122}, 'saleStart': '2026-04-07T09:15Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2023-02-21', 'fuel': 'Petrol', 'motExpiry': None, 'doors': 5, 'engineSize': 998, 'bodyType': 'Hatchback', 'images': None, 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': 'Service book ??-26K', 'remarks': '', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': False, 'v5details': None, 'co2': 115, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:03:30 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120877049, 'registration': 'NV72VKA', 'account': 'MOT070', 'make': 'HYUNDAI', 'model': 'I20 HATCHBACK', 'derivative': '1.0T GDi 48V MHD SE Connect 5dr', 'mileage': 41346, 'mileageWarranty': True, 'type': 'car', 'saleId': 19182, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 122}, 'saleStart': '2026-04-07T09:15Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2023-02-21', 'fuel': 'Petrol', 'motExpiry': None, 'doors': 5, 'engineSize': 998, 'bodyType': 'Hatchback', 'images': None, 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': 'Service book ??-26K', 'remarks': '', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': False, 'v5details': None, 'co2': 115, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:03:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 01342e9f-e9b9-5693-bdd6-335e60bb252c with identifier: 120877049
2026-03-30 10:03:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 01342e9f-e9b9-5693-bdd6-335e60bb252c with scrape type 1
2026-03-30 10:03:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 0 photos for item 01342e9f-e9b9-5693-bdd6-335e60bb252c
2026-03-30 10:03:30 [crawlers.middlewares.photo_download_middleware] INFO: No photos to download for item 01342e9f-e9b9-5693-bdd6-335e60bb252c
2026-03-30 10:03:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 01342e9f-e9b9-5693-bdd6-335e60bb252c, identifier: 120877049
2026-03-30 10:03:30 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:03:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 01342e9f-e9b9-5693-bdd6-335e60bb252c with identifier: 120877049
2026-03-30 10:03:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 01342e9f-e9b9-5693-bdd6-335e60bb252c with identifier: 120877049
2026-03-30 10:03:30 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 01342e9f-e9b9-5693-bdd6-335e60bb252c with identifier: 120877049 to the API
2026-03-30 10:03:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:03:30 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:03:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120877049?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 115,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-04-07T09:15:00Z',
'fuel_type': 'Petrol',
'id': '01342e9f-e9b9-5693-bdd6-335e60bb252c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'NV72VKA',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120877049',
'listing': 'auction',
'location': 'Aston Barclay Prees Heath',
'make': 'HYUNDAI',
'model': 'I20 HATCHBACK',
'odometer': 41346,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-02-21',
'seller_name': 'Motability Operations',
'title': 'HYUNDAI I20 HATCHBACK 1.0T GDi 48V MHD SE Connect 5dr',
'transmission': 'manual',
'trim': '1.0T GDi 48V MHD SE Connect 5dr',
'vin': None,
'year': 2023}
2026-03-30 10:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120877049%27 HTTP/1.1" 200 None
2026-03-30 10:03:30 [astonbarclay.gb] INFO: Saving data for 120877049: {'created_time': 1774865010.597154, 'last_price_update_time': 1774865010.597166, 'auction_closing_time': 1775553300.0}
2026-03-30 10:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120877049') HTTP/1.1" 204 0
2026-03-30 10:03:30 [astonbarclay.gb] INFO: Found listing with ID: 118345369
2026-03-30 10:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27118345369%27 HTTP/1.1" 200 None
2026-03-30 10:03:30 [astonbarclay.gb] INFO: Scrape type for 118345369: 2
2026-03-30 10:03:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120869591?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:03:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120876933?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:03:30 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:03:30 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f4366605450>
2026-03-30 10:03:30 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 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-30 10:03:30 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:03:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_51210752-cd93-53cf-9f68-b9648ba44455/51210752-cd93-53cf-9f68-b9648ba44455_image_7.jpg HTTP/1.1" 201 0
2026-03-30 10:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%252FAY64MXK%252F2026-03-30%252Fimage%252F4e378a8c-9f98-45a4-9218-c08c66ae7fa7_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:03:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/AY64MXK/2026-03-30/image/4e378a8c-9f98-45a4-9218-c08c66ae7fa7_removebg.jpg?w=600 saved to cache
2026-03-30 10:03:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 51210752-cd93-53cf-9f68-b9648ba44455
2026-03-30 10:03:30 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:03:30 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:03:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120730333?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:03:30 [astonbarclay.gb] INFO: Found listing with ID: 120022329
2026-03-30 10:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120022329%27 HTTP/1.1" 200 None
2026-03-30 10:03:30 [astonbarclay.gb] INFO: Scrape type for 120022329: 2
2026-03-30 10:03:30 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:03:30 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120878380, 'registration': 'RJ72HGN', 'account': 'MOT070', 'make': 'TOYOTA', 'model': 'C-HR HATCHBACK', 'derivative': '1.8 Hybrid GR Sport 5dr CVT', 'mileage': 35528, 'mileageWarranty': True, 'type': 'car', 'saleId': 19182, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 122}, 'saleStart': '2026-04-07T09:15Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2023-01-31', 'fuel': 'Petrol/Electric Hybrid', 'motExpiry': '2027-01-30', 'doors': 5, 'engineSize': 1798, 'bodyType': 'Hatchback', 'images': None, 'colour': 'RED/BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'vosa - 34k', '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-30 10:03:30 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120878380, 'registration': 'RJ72HGN', 'account': 'MOT070', 'make': 'TOYOTA', 'model': 'C-HR HATCHBACK', 'derivative': '1.8 Hybrid GR Sport 5dr CVT', 'mileage': 35528, 'mileageWarranty': True, 'type': 'car', 'saleId': 19182, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 122}, 'saleStart': '2026-04-07T09:15Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2023-01-31', 'fuel': 'Petrol/Electric Hybrid', 'motExpiry': '2027-01-30', 'doors': 5, 'engineSize': 1798, 'bodyType': 'Hatchback', 'images': None, 'colour': 'RED/BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'vosa - 34k', '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-30 10:03:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cd3d10f4-b9ad-5d1b-8d40-fe77a66647a8 with identifier: 120878380
2026-03-30 10:03:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cd3d10f4-b9ad-5d1b-8d40-fe77a66647a8 with scrape type 1
2026-03-30 10:03:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 0 photos for item cd3d10f4-b9ad-5d1b-8d40-fe77a66647a8
2026-03-30 10:03:30 [crawlers.middlewares.photo_download_middleware] INFO: No photos to download for item cd3d10f4-b9ad-5d1b-8d40-fe77a66647a8
2026-03-30 10:03:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: cd3d10f4-b9ad-5d1b-8d40-fe77a66647a8, identifier: 120878380
2026-03-30 10:03:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: cd3d10f4-b9ad-5d1b-8d40-fe77a66647a8 with identifier: 120878380
2026-03-30 10:03:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-30 10:03:31 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=RED%2FBLACK HTTP/1.1" 200 None
2026-03-30 10:03:31 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 10:03:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-30 10:03:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: cd3d10f4-b9ad-5d1b-8d40-fe77a66647a8 with identifier: 120878380
2026-03-30 10:03:31 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: cd3d10f4-b9ad-5d1b-8d40-fe77a66647a8 with identifier: 120878380 to the API
2026-03-30 10:03:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 10:03:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120878380?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 112,
'color': 'RED',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.8L',
'expiration_date': '2026-04-07T09:15:00Z',
'fuel_type': 'Petrol/Electric Hybrid',
'id': 'cd3d10f4-b9ad-5d1b-8d40-fe77a66647a8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'RJ72HGN',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120878380',
'listing': 'auction',
'location': 'Aston Barclay Prees Heath',
'make': 'TOYOTA',
'model': 'C-HR HATCHBACK',
'odometer': 35528,
'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': 'TOYOTA C-HR HATCHBACK 1.8 Hybrid GR Sport 5dr CVT',
'transmission': 'automatic',
'trim': '1.8 Hybrid GR Sport 5dr CVT',
'vin': None,
'year': 2023}
2026-03-30 10:03:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120878380%27 HTTP/1.1" 200 None
2026-03-30 10:03:31 [astonbarclay.gb] INFO: Saving data for 120878380: {'created_time': 1774865011.762251, 'last_price_update_time': 1774865011.762266, 'auction_closing_time': 1775553300.0}
2026-03-30 10:03:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120878380') HTTP/1.1" 204 0
2026-03-30 10:03:31 [astonbarclay.gb] INFO: Found listing with ID: 120766738
2026-03-30 10:03:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120766738%27 HTTP/1.1" 200 None
2026-03-30 10:03:31 [astonbarclay.gb] INFO: Scrape type for 120766738: 1
2026-03-30 10:03:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/SV58FVL/2026-03-27/image/01fdcc2b-2fdf-48a1-9ccc-eb2c61a635a9_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120859165?view=catalogue)
2026-03-30 10:03:31 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120869591, 'registration': 'KB57XUL', 'account': 'WBA004', 'make': 'VAUXHALL', 'model': 'ASTRA HATCHBACK', 'derivative': '1.6i 16V Life [115] 5dr Easytronic [AC]', 'mileage': 92751, 'mileageWarranty': True, 'type': 'car', 'saleId': 19238, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 727}, 'saleStart': '2026-04-06T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2007-11-23', 'fuel': 'Petrol', 'motExpiry': '2026-06-10', 'doors': 5, 'engineSize': 1598, 'bodyType': 'Hatchback', 'images': None, 'colour': 'SILVER', 'writeoffcode': 'Cat D Insurance Loss', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'Category D Insurance Loss. Vehicle Damaged But Repairable - Insurer Decided Not To Repair', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': False, 'v5details': None, 'co2': 151, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:03:31 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120869591, 'registration': 'KB57XUL', 'account': 'WBA004', 'make': 'VAUXHALL', 'model': 'ASTRA HATCHBACK', 'derivative': '1.6i 16V Life [115] 5dr Easytronic [AC]', 'mileage': 92751, 'mileageWarranty': True, 'type': 'car', 'saleId': 19238, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 727}, 'saleStart': '2026-04-06T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2007-11-23', 'fuel': 'Petrol', 'motExpiry': '2026-06-10', 'doors': 5, 'engineSize': 1598, 'bodyType': 'Hatchback', 'images': None, 'colour': 'SILVER', 'writeoffcode': 'Cat D Insurance Loss', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'Category D Insurance Loss. Vehicle Damaged But Repairable - Insurer Decided Not To Repair', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': False, 'v5details': None, 'co2': 151, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:03:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2226b125-d70e-5681-a2c0-3b0af8703f09 with identifier: 120869591
2026-03-30 10:03:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2226b125-d70e-5681-a2c0-3b0af8703f09 with scrape type 1
2026-03-30 10:03:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 0 photos for item 2226b125-d70e-5681-a2c0-3b0af8703f09
2026-03-30 10:03:31 [crawlers.middlewares.photo_download_middleware] INFO: No photos to download for item 2226b125-d70e-5681-a2c0-3b0af8703f09
2026-03-30 10:03:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 2226b125-d70e-5681-a2c0-3b0af8703f09, identifier: 120869591
2026-03-30 10:03:32 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120876933, 'registration': 'MC73FLM', 'account': 'MOT070', 'make': 'HYUNDAI', 'model': 'BAYON HATCHBACK', 'derivative': '1.0 TGDi 48V MHEV SE Connect 5dr DCT', 'mileage': 12815, 'mileageWarranty': True, 'type': 'car', 'saleId': 19182, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 122}, 'saleStart': '2026-04-07T09:15Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2023-11-30', 'fuel': 'Petrol', 'motExpiry': None, 'doors': 5, 'engineSize': 998, 'bodyType': 'Hatchback', 'images': None, 'colour': 'GREY', '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': 119, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:03:32 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120876933, 'registration': 'MC73FLM', 'account': 'MOT070', 'make': 'HYUNDAI', 'model': 'BAYON HATCHBACK', 'derivative': '1.0 TGDi 48V MHEV SE Connect 5dr DCT', 'mileage': 12815, 'mileageWarranty': True, 'type': 'car', 'saleId': 19182, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 122}, 'saleStart': '2026-04-07T09:15Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2023-11-30', 'fuel': 'Petrol', 'motExpiry': None, 'doors': 5, 'engineSize': 998, 'bodyType': 'Hatchback', 'images': None, 'colour': 'GREY', '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': 119, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:03:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: aba081e4-b6d2-5443-a88d-bb67c964e60c with identifier: 120876933
2026-03-30 10:03:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item aba081e4-b6d2-5443-a88d-bb67c964e60c with scrape type 1
2026-03-30 10:03:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 0 photos for item aba081e4-b6d2-5443-a88d-bb67c964e60c
2026-03-30 10:03:32 [crawlers.middlewares.photo_download_middleware] INFO: No photos to download for item aba081e4-b6d2-5443-a88d-bb67c964e60c
2026-03-30 10:03:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: aba081e4-b6d2-5443-a88d-bb67c964e60c, identifier: 120876933
2026-03-30 10:03:32 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120730333, 'registration': 'CY20AXW', 'account': 'MOT070', 'make': 'FORD', 'model': 'GRAND TOURNEO CONNECT DIESEL ESTATE', 'derivative': '1.5 EcoBlue 120 Titanium 5dr Powershift', 'mileage': 19789, 'mileageWarranty': True, 'type': 'car', 'saleId': 19182, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 122}, 'saleStart': '2026-04-07T09:15Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2020-07-21', 'fuel': 'Diesel', 'motExpiry': '2026-04-10', 'doors': 5, 'engineSize': 1499, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/CY20AXW/2026-03-26/image/8890c95e-50e2-4170-8213-01c7a6e7c648_removebg.jpg?w=600', 'https://abimg003.imgix.net/CY20AXW/2026-03-26/image/978537eb-a307-4a94-ba5f-99968c04661d_removebg.jpg?w=600', 'https://abimg003.imgix.net/CY20AXW/2026-03-26/image/466bff78-9048-4259-8e4f-0836f742433e_removebg.jpg?w=600', 'https://abimg003.imgix.net/CY20AXW/2026-03-26/image/f32e8751-9291-4e53-8bf2-559d9d8c65e7_removebg.jpg?w=600', 'https://abimg003.imgix.net/CY20AXW/2026-03-26/image/43a25ad2-f71a-479f-807f-920fd55cd21e_removebg.jpg?w=600', 'https://abimg003.imgix.net/CY20AXW/2026-03-26/image/ace07895-a7f3-4e9e-8161-3233b95c43ba_removebg.jpg?w=600', 'https://abimg003.imgix.net/CY20AXW/2026-03-26/image/69f88ec5-885b-4371-bf39-39bd889aa40e_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 11/21- 2k, 07/22- 3k, 04/24- 10k, 04/25- 15k', 'remarks': 'vosa @ 6k 10k 15k SPARE KEY IN OFFICE **HOIST REMOVED**', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 173, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/cedd4277-c21b-4e59-b494-cc4596a97605.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:03:32 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120730333, 'registration': 'CY20AXW', 'account': 'MOT070', 'make': 'FORD', 'model': 'GRAND TOURNEO CONNECT DIESEL ESTATE', 'derivative': '1.5 EcoBlue 120 Titanium 5dr Powershift', 'mileage': 19789, 'mileageWarranty': True, 'type': 'car', 'saleId': 19182, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 122}, 'saleStart': '2026-04-07T09:15Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2020-07-21', 'fuel': 'Diesel', 'motExpiry': '2026-04-10', 'doors': 5, 'engineSize': 1499, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/CY20AXW/2026-03-26/image/8890c95e-50e2-4170-8213-01c7a6e7c648_removebg.jpg?w=600', 'https://abimg003.imgix.net/CY20AXW/2026-03-26/image/978537eb-a307-4a94-ba5f-99968c04661d_removebg.jpg?w=600', 'https://abimg003.imgix.net/CY20AXW/2026-03-26/image/466bff78-9048-4259-8e4f-0836f742433e_removebg.jpg?w=600', 'https://abimg003.imgix.net/CY20AXW/2026-03-26/image/f32e8751-9291-4e53-8bf2-559d9d8c65e7_removebg.jpg?w=600', 'https://abimg003.imgix.net/CY20AXW/2026-03-26/image/43a25ad2-f71a-479f-807f-920fd55cd21e_removebg.jpg?w=600', 'https://abimg003.imgix.net/CY20AXW/2026-03-26/image/ace07895-a7f3-4e9e-8161-3233b95c43ba_removebg.jpg?w=600', 'https://abimg003.imgix.net/CY20AXW/2026-03-26/image/69f88ec5-885b-4371-bf39-39bd889aa40e_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 11/21- 2k, 07/22- 3k, 04/24- 10k, 04/25- 15k', 'remarks': 'vosa @ 6k 10k 15k SPARE KEY IN OFFICE **HOIST REMOVED**', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 173, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/cedd4277-c21b-4e59-b494-cc4596a97605.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:03:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9a61cec1-c347-5d9a-bbae-021a3578daae with identifier: 120730333
2026-03-30 10:03:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9a61cec1-c347-5d9a-bbae-021a3578daae with scrape type 2
2026-03-30 10:03:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9a61cec1-c347-5d9a-bbae-021a3578daae with scrape type 2
2026-03-30 10:03:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 9a61cec1-c347-5d9a-bbae-021a3578daae, identifier: 120730333
2026-03-30 10:03:32 [astonbarclay.gb] INFO: Found listing with ID: 117742671
2026-03-30 10:03:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27117742671%27 HTTP/1.1" 200 None
2026-03-30 10:03:32 [astonbarclay.gb] INFO: Scrape type for 117742671: 0
2026-03-30 10:03:32 [astonbarclay.gb] INFO: Found listing with ID: 120693731
2026-03-30 10:03:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120693731%27 HTTP/1.1" 200 None
2026-03-30 10:03:32 [astonbarclay.gb] INFO: Scrape type for 120693731: 1
2026-03-30 10:03:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120865388?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:03:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 2226b125-d70e-5681-a2c0-3b0af8703f09 with identifier: 120869591
2026-03-30 10:03:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 2226b125-d70e-5681-a2c0-3b0af8703f09 with identifier: 120869591
2026-03-30 10:03:32 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 2226b125-d70e-5681-a2c0-3b0af8703f09 with identifier: 120869591 to the API
2026-03-30 10:03:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 10:03:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120869591?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 151,
'color': 'SILVER',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 4',
'engine': '1.6L',
'expiration_date': '2026-04-06T12:00:00Z',
'fuel_type': 'Petrol',
'id': '2226b125-d70e-5681-a2c0-3b0af8703f09',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'KB57XUL',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120869591',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'VAUXHALL',
'model': 'ASTRA HATCHBACK',
'odometer': 92751,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2007-11-23',
'seller_name': 'UKCGR - Trade',
'title': 'VAUXHALL ASTRA HATCHBACK 1.6i 16V Life [115] 5dr Easytronic [AC]',
'transmission': 'automatic',
'trim': '1.6i 16V Life [115] 5dr Easytronic [AC]',
'vin': None,
'year': 2007}
2026-03-30 10:03:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120869591%27 HTTP/1.1" 200 None
2026-03-30 10:03:32 [astonbarclay.gb] INFO: Saving data for 120869591: {'created_time': 1774865012.715508, 'last_price_update_time': 1774865012.715522, 'auction_closing_time': 1775476800.0}
2026-03-30 10:03:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120869591') HTTP/1.1" 204 0
2026-03-30 10:03:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: aba081e4-b6d2-5443-a88d-bb67c964e60c with identifier: 120876933
2026-03-30 10:03:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: aba081e4-b6d2-5443-a88d-bb67c964e60c with identifier: 120876933
2026-03-30 10:03:32 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: aba081e4-b6d2-5443-a88d-bb67c964e60c with identifier: 120876933 to the API
2026-03-30 10:03:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 10:03:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120876933?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 119,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-04-07T09:15:00Z',
'fuel_type': 'Petrol',
'id': 'aba081e4-b6d2-5443-a88d-bb67c964e60c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'MC73FLM',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120876933',
'listing': 'auction',
'location': 'Aston Barclay Prees Heath',
'make': 'HYUNDAI',
'model': 'BAYON HATCHBACK',
'odometer': 12815,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-11-30',
'seller_name': 'Motability Operations',
'title': 'HYUNDAI BAYON HATCHBACK 1.0 TGDi 48V MHEV SE Connect 5dr DCT',
'transmission': 'automatic',
'trim': '1.0 TGDi 48V MHEV SE Connect 5dr DCT',
'vin': None,
'year': 2023}
2026-03-30 10:03:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120876933%27 HTTP/1.1" 200 None
2026-03-30 10:03:33 [astonbarclay.gb] INFO: Saving data for 120876933: {'created_time': 1774865013.562293, 'last_price_update_time': 1774865013.562312, 'auction_closing_time': 1775553300.0}
2026-03-30 10:03:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120876933') HTTP/1.1" 204 0
2026-03-30 10:03:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 9a61cec1-c347-5d9a-bbae-021a3578daae with identifier: 120730333
2026-03-30 10:03:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 9a61cec1-c347-5d9a-bbae-021a3578daae with identifier: 120730333
2026-03-30 10:03:33 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 9a61cec1-c347-5d9a-bbae-021a3578daae with identifier: 120730333 to the API
2026-03-30 10:03:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 10:03:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120730333?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 173,
'color': 'SILVER',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-04-07T09:15:00Z',
'fuel_type': 'Diesel',
'id': '9a61cec1-c347-5d9a-bbae-021a3578daae',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'CY20AXW',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120730333',
'listing': 'auction',
'location': 'Aston Barclay Prees Heath',
'make': 'FORD',
'model': 'GRAND TOURNEO CONNECT DIESEL ESTATE',
'odometer': 19789,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-07-21',
'seller_name': 'Motability Operations',
'title': 'FORD GRAND TOURNEO CONNECT DIESEL ESTATE 1.5 EcoBlue 120 Titanium '
'5dr Powershift',
'transmission': 'automatic',
'trim': '1.5 EcoBlue 120 Titanium 5dr Powershift',
'vin': None,
'year': 2020}
2026-03-30 10:03:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120730333%27 HTTP/1.1" 200 None
2026-03-30 10:03:33 [astonbarclay.gb] INFO: Saving data for 120730333: {'auction_closing_time': 1775553300.0, 'created_time': 1774357709.146606, 'last_price_update_time': 1774865013.871773}
2026-03-30 10:03:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120730333') HTTP/1.1" 204 0
2026-03-30 10:03:33 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:03:33 [astonbarclay.gb] INFO: Found listing with ID: 120061633
2026-03-30 10:03:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120061633%27 HTTP/1.1" 200 None
2026-03-30 10:03:33 [astonbarclay.gb] INFO: Scrape type for 120061633: 0
2026-03-30 10:03:33 [astonbarclay.gb] INFO: Found listing with ID: 120687560
2026-03-30 10:03:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120687560%27 HTTP/1.1" 200 None
2026-03-30 10:03:33 [astonbarclay.gb] INFO: Scrape type for 120687560: 1
2026-03-30 10:03:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120798424?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:03:33 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:03:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120877686?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:03:33 [astonbarclay.gb] INFO: Found listing with ID: 120338114
2026-03-30 10:03:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120338114%27 HTTP/1.1" 200 None
2026-03-30 10:03:33 [astonbarclay.gb] INFO: Scrape type for 120338114: 2
2026-03-30 10:03:33 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:03:33 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:03:33 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f436677f110>
2026-03-30 10:03:33 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 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-30 10:03:33 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:03:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a1517e35-164a-5a79-839c-9407733aeb30/a1517e35-164a-5a79-839c-9407733aeb30_image_7.jpg HTTP/1.1" 201 0
2026-03-30 10:03:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FSV58FVL%252F2026-03-27%252Fimage%252F01fdcc2b-2fdf-48a1-9ccc-eb2c61a635a9_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:03:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/SV58FVL/2026-03-27/image/01fdcc2b-2fdf-48a1-9ccc-eb2c61a635a9_removebg.jpg?w=600 saved to cache
2026-03-30 10:03:34 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item a1517e35-164a-5a79-839c-9407733aeb30
2026-03-30 10:03:34 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120865388, 'registration': 'OE65GVP', 'account': 'HAT006', 'make': 'LAND ROVER', 'model': 'RANGE ROVER DIESEL ESTATE', 'derivative': '4.4 SDV8 Autobiography 4dr Auto', 'mileage': 137798, 'mileageWarranty': True, 'type': 'car', 'saleId': 19210, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 440}, 'saleStart': '2026-04-07T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2015-12-01', 'fuel': 'Diesel', 'motExpiry': '2026-12-16', 'doors': 4, 'engineSize': 4367, 'bodyType': 'Estate', 'images': None, 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'VOSA STATES 31K, 43K, 55K, 71K, 89K, 101K, 115K, 131K', 'virtual': False, 'seller': 'Hatfields Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': False, 'v5details': None, 'co2': 219, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:03:34 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120865388, 'registration': 'OE65GVP', 'account': 'HAT006', 'make': 'LAND ROVER', 'model': 'RANGE ROVER DIESEL ESTATE', 'derivative': '4.4 SDV8 Autobiography 4dr Auto', 'mileage': 137798, 'mileageWarranty': True, 'type': 'car', 'saleId': 19210, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 440}, 'saleStart': '2026-04-07T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2015-12-01', 'fuel': 'Diesel', 'motExpiry': '2026-12-16', 'doors': 4, 'engineSize': 4367, 'bodyType': 'Estate', 'images': None, 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'VOSA STATES 31K, 43K, 55K, 71K, 89K, 101K, 115K, 131K', 'virtual': False, 'seller': 'Hatfields Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': False, 'v5details': None, 'co2': 219, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:03:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 87fe0e4d-aae6-5e43-a956-c54ab4d72da0 with identifier: 120865388
2026-03-30 10:03:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 87fe0e4d-aae6-5e43-a956-c54ab4d72da0 with scrape type 1
2026-03-30 10:03:34 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 0 photos for item 87fe0e4d-aae6-5e43-a956-c54ab4d72da0
2026-03-30 10:03:34 [crawlers.middlewares.photo_download_middleware] INFO: No photos to download for item 87fe0e4d-aae6-5e43-a956-c54ab4d72da0
2026-03-30 10:03:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 87fe0e4d-aae6-5e43-a956-c54ab4d72da0, identifier: 120865388
2026-03-30 10:03:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 87fe0e4d-aae6-5e43-a956-c54ab4d72da0 with identifier: 120865388
2026-03-30 10:03:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 87fe0e4d-aae6-5e43-a956-c54ab4d72da0 with identifier: 120865388
2026-03-30 10:03:34 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 87fe0e4d-aae6-5e43-a956-c54ab4d72da0 with identifier: 120865388 to the API
2026-03-30 10:03:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:03:34 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:03:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120865388?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 219,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '4.4L',
'expiration_date': '2026-04-07T12:00:00Z',
'fuel_type': 'Diesel',
'id': '87fe0e4d-aae6-5e43-a956-c54ab4d72da0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'OE65GVP',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120865388',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'LAND ROVER',
'model': 'RANGE ROVER DIESEL ESTATE',
'odometer': 137798,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-12-01',
'seller_name': 'Hatfields Group',
'title': 'LAND ROVER RANGE ROVER DIESEL ESTATE 4.4 SDV8 Autobiography 4dr '
'Auto',
'transmission': 'automatic',
'trim': '4.4 SDV8 Autobiography 4dr Auto',
'vin': None,
'year': 2015}
2026-03-30 10:03:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120865388%27 HTTP/1.1" 200 None
2026-03-30 10:03:34 [astonbarclay.gb] INFO: Saving data for 120865388: {'created_time': 1774865014.597195, 'last_price_update_time': 1774865014.597213, 'auction_closing_time': 1775563200.0}
2026-03-30 10:03:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120865388') HTTP/1.1" 204 0
2026-03-30 10:03:34 [astonbarclay.gb] INFO: Found listing with ID: 119942050
2026-03-30 10:03:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119942050%27 HTTP/1.1" 200 None
2026-03-30 10:03:34 [astonbarclay.gb] INFO: Scrape type for 119942050: 1
2026-03-30 10:03:34 [astonbarclay.gb] INFO: Found listing with ID: 120309460
2026-03-30 10:03:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120309460%27 HTTP/1.1" 200 None
2026-03-30 10:03:34 [astonbarclay.gb] INFO: Scrape type for 120309460: 2
2026-03-30 10:03:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120422957?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:03:34 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120798424, 'registration': 'SX14EBL', 'account': 'HAT006', 'make': 'JAGUAR', 'model': 'XF DIESEL SALOON', 'derivative': '2.2d [200] R-Sport 4dr Auto', 'mileage': 56954, 'mileageWarranty': True, 'type': 'car', 'saleId': 19210, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 440}, 'saleStart': '2026-04-07T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2014-06-28', 'fuel': 'Diesel', 'motExpiry': '2026-06-08', 'doors': 4, 'engineSize': 2179, 'bodyType': 'Saloon', 'images': None, 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'VOSA STATES 5K, 9K, 16K, 19K, 31K, 42K, 51K, 53K, 55K', 'virtual': False, 'seller': 'Hatfields Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '4', 'v5': False, 'v5details': None, 'co2': 139, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/c8d51af6-36fc-4c43-ae17-6d2837398e15.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:03:34 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120798424, 'registration': 'SX14EBL', 'account': 'HAT006', 'make': 'JAGUAR', 'model': 'XF DIESEL SALOON', 'derivative': '2.2d [200] R-Sport 4dr Auto', 'mileage': 56954, 'mileageWarranty': True, 'type': 'car', 'saleId': 19210, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 440}, 'saleStart': '2026-04-07T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2014-06-28', 'fuel': 'Diesel', 'motExpiry': '2026-06-08', 'doors': 4, 'engineSize': 2179, 'bodyType': 'Saloon', 'images': None, 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'VOSA STATES 5K, 9K, 16K, 19K, 31K, 42K, 51K, 53K, 55K', 'virtual': False, 'seller': 'Hatfields Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '4', 'v5': False, 'v5details': None, 'co2': 139, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/c8d51af6-36fc-4c43-ae17-6d2837398e15.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:03:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2ebe078a-a7c6-562f-9084-a69a8fa617a6 with identifier: 120798424
2026-03-30 10:03:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2ebe078a-a7c6-562f-9084-a69a8fa617a6 with scrape type 1
2026-03-30 10:03:34 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 0 photos for item 2ebe078a-a7c6-562f-9084-a69a8fa617a6
2026-03-30 10:03:34 [crawlers.middlewares.photo_download_middleware] INFO: No photos to download for item 2ebe078a-a7c6-562f-9084-a69a8fa617a6
2026-03-30 10:03:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 2ebe078a-a7c6-562f-9084-a69a8fa617a6, identifier: 120798424
2026-03-30 10:03:34 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120877686, 'registration': 'EX72YVP', 'account': 'MOT070', 'make': 'VAUXHALL', 'model': 'COMBO LIFE DIESEL ESTATE', 'derivative': '1.5 Turbo D SE XL 5dr [7 seat]', 'mileage': 81749, 'mileageWarranty': True, 'type': 'car', 'saleId': 19182, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 122}, 'saleStart': '2026-04-07T09:15Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2022-11-25', 'fuel': 'Diesel', 'motExpiry': '2026-11-24', 'doors': 5, 'engineSize': 1499, 'bodyType': 'Estate', 'images': None, 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'VOSA @ 78K - 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-30 10:03:34 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120877686, 'registration': 'EX72YVP', 'account': 'MOT070', 'make': 'VAUXHALL', 'model': 'COMBO LIFE DIESEL ESTATE', 'derivative': '1.5 Turbo D SE XL 5dr [7 seat]', 'mileage': 81749, 'mileageWarranty': True, 'type': 'car', 'saleId': 19182, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 122}, 'saleStart': '2026-04-07T09:15Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2022-11-25', 'fuel': 'Diesel', 'motExpiry': '2026-11-24', 'doors': 5, 'engineSize': 1499, 'bodyType': 'Estate', 'images': None, 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'VOSA @ 78K - 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-30 10:03:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4c2dbcfc-4a81-52ba-b6b8-6e1227ef7a8d with identifier: 120877686
2026-03-30 10:03:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4c2dbcfc-4a81-52ba-b6b8-6e1227ef7a8d with scrape type 1
2026-03-30 10:03:34 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 0 photos for item 4c2dbcfc-4a81-52ba-b6b8-6e1227ef7a8d
2026-03-30 10:03:34 [crawlers.middlewares.photo_download_middleware] INFO: No photos to download for item 4c2dbcfc-4a81-52ba-b6b8-6e1227ef7a8d
2026-03-30 10:03:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 4c2dbcfc-4a81-52ba-b6b8-6e1227ef7a8d, identifier: 120877686
2026-03-30 10:03:34 [astonbarclay.gb] INFO: Found listing with ID: 119650779
2026-03-30 10:03:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119650779%27 HTTP/1.1" 200 None
2026-03-30 10:03:34 [astonbarclay.gb] INFO: Scrape type for 119650779: 0
2026-03-30 10:03:34 [astonbarclay.gb] INFO: Found listing with ID: 119362345
2026-03-30 10:03:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119362345%27 HTTP/1.1" 200 None
2026-03-30 10:03:34 [astonbarclay.gb] INFO: Scrape type for 119362345: 0
2026-03-30 10:03:34 [astonbarclay.gb] INFO: Found listing with ID: 118872805
2026-03-30 10:03:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27118872805%27 HTTP/1.1" 200 None
2026-03-30 10:03:34 [astonbarclay.gb] INFO: Scrape type for 118872805: 2
2026-03-30 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-30 10:03:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 2ebe078a-a7c6-562f-9084-a69a8fa617a6 with identifier: 120798424
2026-03-30 10:03:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 2ebe078a-a7c6-562f-9084-a69a8fa617a6 with identifier: 120798424
2026-03-30 10:03:35 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 2ebe078a-a7c6-562f-9084-a69a8fa617a6 with identifier: 120798424 to the API
2026-03-30 10:03:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 10:03:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120798424?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 139,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 4,
'emission_standard': 'EURO 5',
'engine': '2.2L',
'expiration_date': '2026-04-07T12:00:00Z',
'fuel_type': 'Diesel',
'id': '2ebe078a-a7c6-562f-9084-a69a8fa617a6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'SX14EBL',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120798424',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'JAGUAR',
'model': 'XF DIESEL SALOON',
'odometer': 56954,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2014-06-28',
'seller_name': 'Hatfields Group',
'title': 'JAGUAR XF DIESEL SALOON 2.2d [200] R-Sport 4dr Auto',
'transmission': 'automatic',
'trim': '2.2d [200] R-Sport 4dr Auto',
'vin': None,
'year': 2014}
2026-03-30 10:03:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120798424%27 HTTP/1.1" 200 None
2026-03-30 10:03:35 [astonbarclay.gb] INFO: Saving data for 120798424: {'created_time': 1774865015.300153, 'last_price_update_time': 1774865015.300165, 'auction_closing_time': 1775563200.0}
2026-03-30 10:03:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120798424') HTTP/1.1" 204 0
2026-03-30 10:03:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 4c2dbcfc-4a81-52ba-b6b8-6e1227ef7a8d with identifier: 120877686
2026-03-30 10:03:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 4c2dbcfc-4a81-52ba-b6b8-6e1227ef7a8d with identifier: 120877686
2026-03-30 10:03:35 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 4c2dbcfc-4a81-52ba-b6b8-6e1227ef7a8d with identifier: 120877686 to the API
2026-03-30 10:03:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 10:03:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120877686?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 140,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-04-07T09:15:00Z',
'fuel_type': 'Diesel',
'id': '4c2dbcfc-4a81-52ba-b6b8-6e1227ef7a8d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'EX72YVP',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120877686',
'listing': 'auction',
'location': 'Aston Barclay Prees Heath',
'make': 'VAUXHALL',
'model': 'COMBO LIFE DIESEL ESTATE',
'odometer': 81749,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-11-25',
'seller_name': 'Motability Operations',
'title': 'VAUXHALL COMBO LIFE DIESEL ESTATE 1.5 Turbo D SE XL 5dr [7 seat]',
'transmission': 'manual',
'trim': '1.5 Turbo D SE XL 5dr [7 seat]',
'vin': None,
'year': 2022}
2026-03-30 10:03:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120877686%27 HTTP/1.1" 200 None
2026-03-30 10:03:35 [astonbarclay.gb] INFO: Saving data for 120877686: {'created_time': 1774865015.826307, 'last_price_update_time': 1774865015.826322, 'auction_closing_time': 1775553300.0}
2026-03-30 10:03:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120877686') HTTP/1.1" 204 0
2026-03-30 10:03:35 [astonbarclay.gb] INFO: Found listing with ID: 120537089
2026-03-30 10:03:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120537089%27 HTTP/1.1" 200 None
2026-03-30 10:03:35 [astonbarclay.gb] INFO: Scrape type for 120537089: 0
2026-03-30 10:03:35 [astonbarclay.gb] INFO: Found listing with ID: 119819209
2026-03-30 10:03:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27119819209%27 HTTP/1.1" 200 None
2026-03-30 10:03:35 [astonbarclay.gb] INFO: Scrape type for 119819209: 0
2026-03-30 10:03:35 [astonbarclay.gb] INFO: Found listing with ID: 120656054
2026-03-30 10:03:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120656054%27 HTTP/1.1" 200 None
2026-03-30 10:03:35 [astonbarclay.gb] INFO: Scrape type for 120656054: 0
2026-03-30 10:03:35 [astonbarclay.gb] INFO: Found listing with ID: 120521556
2026-03-30 10:03:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120521556%27 HTTP/1.1" 200 None
2026-03-30 10:03:35 [astonbarclay.gb] INFO: Scrape type for 120521556: 0
2026-03-30 10:03:35 [astonbarclay.gb] INFO: Found listing with ID: 119670217
2026-03-30 10:03:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27119670217%27 HTTP/1.1" 200 None
2026-03-30 10:03:35 [astonbarclay.gb] INFO: Scrape type for 119670217: 0
2026-03-30 10:03:35 [astonbarclay.gb] INFO: Found listing with ID: 120201122
2026-03-30 10:03:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120201122%27 HTTP/1.1" 200 None
2026-03-30 10:03:35 [astonbarclay.gb] INFO: Scrape type for 120201122: 0
2026-03-30 10:03:35 [astonbarclay.gb] INFO: Found listing with ID: 119343898
2026-03-30 10:03:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27119343898%27 HTTP/1.1" 200 None
2026-03-30 10:03:35 [astonbarclay.gb] INFO: Scrape type for 119343898: 2
2026-03-30 10:03:35 [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-30 10:03:35 [astonbarclay.gb] INFO: Detail data: {'cardType': 'e-xchange', 'id': 120422957, 'registration': 'YG75OGJ', 'account': 'ZEN002', 'make': 'MG MOTOR UK', 'model': 'MGS5 ELECTRIC ESTATE', 'derivative': '170kW Trophy EV Long Range 64kWh 5dr Auto', 'mileage': 3221, 'mileageWarranty': True, 'type': 'car', 'saleId': 19214, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 440}, 'saleStart': '2026-04-08T08:45Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2025-10-10', 'fuel': 'Electric', 'motExpiry': None, 'doors': 5, 'engineSize': None, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/YG75OGJ/2026-03-18/image/4b709739-73c5-4ec9-b778-fea64c557996_removebg.jpg?w=600', 'https://abimg003.imgix.net/YG75OGJ/2026-03-18/image/8405f80c-ec91-4dd4-acb0-588570dc286f_removebg.jpg?w=600', 'https://abimg003.imgix.net/YG75OGJ/2026-03-18/image/6d3256b9-3c2e-4f6e-bb56-c5485fee3667_removebg.jpg?w=600', 'https://abimg003.imgix.net/YG75OGJ/2026-03-18/image/d9b16176-0ed3-4618-8e46-d96a6dc9aac7_removebg.jpg?w=600', 'https://abimg003.imgix.net/YG75OGJ/2026-03-18/image/08f7387e-c7ab-4fb6-ac94-1e49baf8848e_removebg.jpg?w=600', 'https://abimg003.imgix.net/YG75OGJ/2026-03-18/image/3b19233f-22bc-4693-b94f-e8b921341d30_removebg.jpg?w=600', 'https://abimg003.imgix.net/YG75OGJ/2026-03-18/image/f167bc9c-04d6-49b6-93e7-a051f0c9dd0a_removebg.jpg?w=600', 'https://abimg003.imgix.net/YG75OGJ/2026-03-18/image/9dcc0d9d-0697-4021-9c22-435ac1dddf0d_removebg.jpg?w=600', 'https://abimg003.imgix.net/YG75OGJ/2026-03-18/image/42d749fd-c539-4bf4-9e7a-e30363d98211_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '**854** SPARE KEY CHARGING LEAD', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/f5a3883d-660a-4b90-a1bd-c07424114747.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-30 10:03:35 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'e-xchange', 'id': 120422957, 'registration': 'YG75OGJ', 'account': 'ZEN002', 'make': 'MG MOTOR UK', 'model': 'MGS5 ELECTRIC ESTATE', 'derivative': '170kW Trophy EV Long Range 64kWh 5dr Auto', 'mileage': 3221, 'mileageWarranty': True, 'type': 'car', 'saleId': 19214, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 440}, 'saleStart': '2026-04-08T08:45Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2025-10-10', 'fuel': 'Electric', 'motExpiry': None, 'doors': 5, 'engineSize': None, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/YG75OGJ/2026-03-18/image/4b709739-73c5-4ec9-b778-fea64c557996_removebg.jpg?w=600', 'https://abimg003.imgix.net/YG75OGJ/2026-03-18/image/8405f80c-ec91-4dd4-acb0-588570dc286f_removebg.jpg?w=600', 'https://abimg003.imgix.net/YG75OGJ/2026-03-18/image/6d3256b9-3c2e-4f6e-bb56-c5485fee3667_removebg.jpg?w=600', 'https://abimg003.imgix.net/YG75OGJ/2026-03-18/image/d9b16176-0ed3-4618-8e46-d96a6dc9aac7_removebg.jpg?w=600', 'https://abimg003.imgix.net/YG75OGJ/2026-03-18/image/08f7387e-c7ab-4fb6-ac94-1e49baf8848e_removebg.jpg?w=600', 'https://abimg003.imgix.net/YG75OGJ/2026-03-18/image/3b19233f-22bc-4693-b94f-e8b921341d30_removebg.jpg?w=600', 'https://abimg003.imgix.net/YG75OGJ/2026-03-18/image/f167bc9c-04d6-49b6-93e7-a051f0c9dd0a_removebg.jpg?w=600', 'https://abimg003.imgix.net/YG75OGJ/2026-03-18/image/9dcc0d9d-0697-4021-9c22-435ac1dddf0d_removebg.jpg?w=600', 'https://abimg003.imgix.net/YG75OGJ/2026-03-18/image/42d749fd-c539-4bf4-9e7a-e30363d98211_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '**854** SPARE KEY CHARGING LEAD', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/f5a3883d-660a-4b90-a1bd-c07424114747.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-30 10:03:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 326a2646-c4b9-5ad4-8b75-e1cf6493b9b3 with identifier: 120422957
2026-03-30 10:03:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 326a2646-c4b9-5ad4-8b75-e1cf6493b9b3 with scrape type 2
2026-03-30 10:03:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 326a2646-c4b9-5ad4-8b75-e1cf6493b9b3 with scrape type 2
2026-03-30 10:03:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 326a2646-c4b9-5ad4-8b75-e1cf6493b9b3, identifier: 120422957
2026-03-30 10:03:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:03:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 326a2646-c4b9-5ad4-8b75-e1cf6493b9b3 with identifier: 120422957
2026-03-30 10:03:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 326a2646-c4b9-5ad4-8b75-e1cf6493b9b3 with identifier: 120422957
2026-03-30 10:03:36 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 326a2646-c4b9-5ad4-8b75-e1cf6493b9b3 with identifier: 120422957 to the API
2026-03-30 10:03:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:03:36 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:03:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120422957?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-04-08T08:45:00Z',
'fuel_type': 'Electric',
'id': '326a2646-c4b9-5ad4-8b75-e1cf6493b9b3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'YG75OGJ',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120422957',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'MG MOTOR UK',
'model': 'MGS5 ELECTRIC ESTATE',
'odometer': 3221,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-10-10',
'seller_name': 'Zenith',
'title': 'MG MOTOR UK MGS5 ELECTRIC ESTATE 170kW Trophy EV Long Range 64kWh '
'5dr Auto',
'transmission': 'automatic',
'trim': '170kW Trophy EV Long Range 64kWh 5dr Auto',
'vin': None,
'year': 2025}
2026-03-30 10:03:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120422957%27 HTTP/1.1" 200 None
2026-03-30 10:03:36 [astonbarclay.gb] INFO: Saving data for 120422957: {'auction_closing_time': 1775637900.0, 'created_time': 1774357912.513425, 'last_price_update_time': 1774865016.41952}
2026-03-30 10:03:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120422957') HTTP/1.1" 204 0
2026-03-30 10:03:36 [astonbarclay.gb] INFO: Found listing with ID: 119244033
2026-03-30 10:03:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119244033%27 HTTP/1.1" 200 None
2026-03-30 10:03:36 [astonbarclay.gb] INFO: Scrape type for 119244033: 2
2026-03-30 10:03:36 [astonbarclay.gb] INFO: Found listing with ID: 120370294
2026-03-30 10:03:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120370294%27 HTTP/1.1" 200 None
2026-03-30 10:03:36 [astonbarclay.gb] INFO: Scrape type for 120370294: 1
2026-03-30 10:03:36 [astonbarclay.gb] INFO: Detail data: {'cardType': 'e-xchange', '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': 19214, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 440}, 'saleStart': '2026-04-08T08: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, CHARGING LEAD 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': True, 'v5details': 'Here', '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-30 10:03:36 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'e-xchange', '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': 19214, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 440}, 'saleStart': '2026-04-08T08: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, CHARGING LEAD 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': True, 'v5details': 'Here', '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-30 10:03:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 57e0522e-a217-5960-957b-bf27561aaf55 with identifier: 119783370
2026-03-30 10:03:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 57e0522e-a217-5960-957b-bf27561aaf55 with scrape type 2
2026-03-30 10:03:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 57e0522e-a217-5960-957b-bf27561aaf55 with scrape type 2
2026-03-30 10:03:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 57e0522e-a217-5960-957b-bf27561aaf55, identifier: 119783370
2026-03-30 10:03:36 [astonbarclay.gb] INFO: Found listing with ID: 118276839
2026-03-30 10:03:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27118276839%27 HTTP/1.1" 200 None
2026-03-30 10:03:36 [astonbarclay.gb] INFO: Scrape type for 118276839: 0
2026-03-30 10:03:36 [astonbarclay.gb] INFO: Found listing with ID: 120213806
2026-03-30 10:03:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120213806%27 HTTP/1.1" 200 None
2026-03-30 10:03:36 [astonbarclay.gb] INFO: Scrape type for 120213806: 2
2026-03-30 10:03:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 57e0522e-a217-5960-957b-bf27561aaf55 with identifier: 119783370
2026-03-30 10:03:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 57e0522e-a217-5960-957b-bf27561aaf55 with identifier: 119783370
2026-03-30 10:03:36 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 57e0522e-a217-5960-957b-bf27561aaf55 with identifier: 119783370 to the API
2026-03-30 10:03:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:03:36 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:03:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/119783370?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-04-08T08: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': 0,
'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-30 10:03:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119783370%27 HTTP/1.1" 200 None
2026-03-30 10:03:36 [astonbarclay.gb] INFO: Saving data for 119783370: {'auction_closing_time': 1775637900.0, 'created_time': 1774346606.080203, 'last_price_update_time': 1774865016.927524}
2026-03-30 10:03:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='119783370') HTTP/1.1" 204 0
2026-03-30 10:03:37 [astonbarclay.gb] INFO: Found listing with ID: 120555397
2026-03-30 10:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120555397%27 HTTP/1.1" 200 None
2026-03-30 10:03:37 [astonbarclay.gb] INFO: Scrape type for 120555397: 0
2026-03-30 10:03:37 [astonbarclay.gb] INFO: Found listing with ID: 120277883
2026-03-30 10:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120277883%27 HTTP/1.1" 200 None
2026-03-30 10:03:37 [astonbarclay.gb] INFO: Scrape type for 120277883: 2
2026-03-30 10:03:37 [astonbarclay.gb] INFO: Found listing with ID: 120223015
2026-03-30 10:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120223015%27 HTTP/1.1" 200 None
2026-03-30 10:03:37 [astonbarclay.gb] INFO: Scrape type for 120223015: 0
2026-03-30 10:03:37 [astonbarclay.gb] INFO: Found listing with ID: 118942407
2026-03-30 10:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27118942407%27 HTTP/1.1" 200 None
2026-03-30 10:03:37 [astonbarclay.gb] INFO: Scrape type for 118942407: 0
2026-03-30 10:03:37 [astonbarclay.gb] INFO: Found listing with ID: 118721473
2026-03-30 10:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27118721473%27 HTTP/1.1" 200 None
2026-03-30 10:03:37 [astonbarclay.gb] INFO: Scrape type for 118721473: 0
2026-03-30 10:03:37 [astonbarclay.gb] INFO: Found listing with ID: 117599766
2026-03-30 10:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27117599766%27 HTTP/1.1" 200 None
2026-03-30 10:03:37 [astonbarclay.gb] INFO: Scrape type for 117599766: 0
2026-03-30 10:03:37 [astonbarclay.gb] INFO: Found listing with ID: 120365696
2026-03-30 10:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120365696%27 HTTP/1.1" 200 None
2026-03-30 10:03:37 [astonbarclay.gb] INFO: Scrape type for 120365696: 0
2026-03-30 10:03:37 [astonbarclay.gb] INFO: Found listing with ID: 118489215
2026-03-30 10:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27118489215%27 HTTP/1.1" 200 None
2026-03-30 10:03:37 [astonbarclay.gb] INFO: Scrape type for 118489215: 0
2026-03-30 10:03:37 [astonbarclay.gb] INFO: Found listing with ID: 119075795
2026-03-30 10:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27119075795%27 HTTP/1.1" 200 None
2026-03-30 10:03:37 [astonbarclay.gb] INFO: Scrape type for 119075795: 0
2026-03-30 10:03:37 [astonbarclay.gb] INFO: Found listing with ID: 119619964
2026-03-30 10:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27119619964%27 HTTP/1.1" 200 None
2026-03-30 10:03:37 [astonbarclay.gb] INFO: Scrape type for 119619964: 0
2026-03-30 10:03:37 [astonbarclay.gb] INFO: Found listing with ID: 119317331
2026-03-30 10:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27119317331%27 HTTP/1.1" 200 None
2026-03-30 10:03:37 [astonbarclay.gb] INFO: Scrape type for 119317331: 0
2026-03-30 10:03:37 [astonbarclay.gb] INFO: Found listing with ID: 120817359
2026-03-30 10:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120817359%27 HTTP/1.1" 200 None
2026-03-30 10:03:37 [astonbarclay.gb] INFO: Scrape type for 120817359: 0
2026-03-30 10:03:37 [astonbarclay.gb] INFO: Found listing with ID: 120596146
2026-03-30 10:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120596146%27 HTTP/1.1" 200 None
2026-03-30 10:03:37 [astonbarclay.gb] INFO: Scrape type for 120596146: 2
2026-03-30 10:03:37 [astonbarclay.gb] INFO: Found listing with ID: 115321850
2026-03-30 10:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27115321850%27 HTTP/1.1" 200 None
2026-03-30 10:03:37 [astonbarclay.gb] INFO: Scrape type for 115321850: 0
2026-03-30 10:03:37 [astonbarclay.gb] INFO: Found listing with ID: 120326071
2026-03-30 10:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120326071%27 HTTP/1.1" 200 None
2026-03-30 10:03:37 [astonbarclay.gb] INFO: Scrape type for 120326071: 0
2026-03-30 10:03:37 [astonbarclay.gb] INFO: Found listing with ID: 120098083
2026-03-30 10:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120098083%27 HTTP/1.1" 200 None
2026-03-30 10:03:37 [astonbarclay.gb] INFO: Scrape type for 120098083: 2
2026-03-30 10:03:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/119942033?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:03:37 [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-30 10:03:37 [astonbarclay.gb] INFO: Found listing with ID: 120623051
2026-03-30 10:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120623051%27 HTTP/1.1" 200 None
2026-03-30 10:03:37 [astonbarclay.gb] INFO: Scrape type for 120623051: 2
2026-03-30 10:03:37 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:03:37 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:03:37 [astonbarclay.gb] INFO: Found listing with ID: 118473722
2026-03-30 10:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27118473722%27 HTTP/1.1" 200 None
2026-03-30 10:03:37 [astonbarclay.gb] INFO: Scrape type for 118473722: 0
2026-03-30 10:03:37 [astonbarclay.gb] INFO: Found listing with ID: 120627274
2026-03-30 10:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120627274%27 HTTP/1.1" 200 None
2026-03-30 10:03:37 [astonbarclay.gb] INFO: Scrape type for 120627274: 2
2026-03-30 10:03:37 [astonbarclay.gb] INFO: Found listing with ID: 120618602
2026-03-30 10:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120618602%27 HTTP/1.1" 200 None
2026-03-30 10:03:37 [astonbarclay.gb] INFO: Scrape type for 120618602: 0
2026-03-30 10:03:37 [astonbarclay.gb] INFO: Found listing with ID: 120828387
2026-03-30 10:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120828387%27 HTTP/1.1" 200 None
2026-03-30 10:03:37 [astonbarclay.gb] INFO: Scrape type for 120828387: 0
2026-03-30 10:03:37 [astonbarclay.gb] INFO: Found listing with ID: 120201490
2026-03-30 10:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120201490%27 HTTP/1.1" 200 None
2026-03-30 10:03:37 [astonbarclay.gb] INFO: Scrape type for 120201490: 2
2026-03-30 10:03:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120878208?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:03:37 [astonbarclay.gb] INFO: Found listing with ID: 120616450
2026-03-30 10:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120616450%27 HTTP/1.1" 200 None
2026-03-30 10:03:37 [astonbarclay.gb] INFO: Scrape type for 120616450: 2
2026-03-30 10:03:37 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:03:37 [astonbarclay.gb] INFO: Detail data: {'cardType': 'e-xchange', 'id': 119942033, 'registration': 'YR75XZC', 'account': 'ZEN002', 'make': 'BYD', 'model': 'SEAL SALOON', 'derivative': '390kW Excellence AWD 83kWh 4dr Auto', 'mileage': 5474, 'mileageWarranty': True, 'type': 'car', 'saleId': 19214, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 440}, 'saleStart': '2026-04-08T08:45Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2025-10-15', 'fuel': 'Electric', 'motExpiry': None, 'doors': 4, 'engineSize': None, 'bodyType': 'Saloon', 'images': ['https://abimg003.imgix.net/YR75XZC/2026-03-18/image/502b54a3-a9f8-4aa2-842b-2199fdc077a3_removebg.jpg?w=600', 'https://abimg003.imgix.net/YR75XZC/2026-03-18/image/a6275396-3e50-40aa-8e5a-707de3ea9022_removebg.jpg?w=600', 'https://abimg003.imgix.net/YR75XZC/2026-03-18/image/ca2deab2-9e9c-4b02-beb6-407378254334_removebg.jpg?w=600', 'https://abimg003.imgix.net/YR75XZC/2026-03-18/image/9f100e73-473b-445c-b2f9-0fa8be918dff_removebg.jpg?w=600', 'https://abimg003.imgix.net/YR75XZC/2026-03-18/image/aceff116-b865-46d4-b8c2-d8383a03d134_removebg.jpg?w=600', 'https://abimg003.imgix.net/YR75XZC/2026-03-18/image/b61c8e35-7dca-471f-9801-948e9b5cc6ba_removebg.jpg?w=600', 'https://abimg003.imgix.net/YR75XZC/2026-03-18/image/d53b81ff-df82-46f7-81cb-2c4ff0c2a3f0_removebg.jpg?w=600', 'https://abimg003.imgix.net/YR75XZC/2026-03-18/image/0c0976ef-e4d3-4381-b002-e1a5c730ad49_removebg.jpg?w=600', 'https://abimg003.imgix.net/YR75XZC/2026-03-18/image/73670aae-5013-4ead-9ab7-e50190372bc7_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '**1191** SPARE KEY CHARGING LEAD', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/160d77fc-9d87-430a-a1e2-f7b3f5a0a745.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-30 10:03:37 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'e-xchange', 'id': 119942033, 'registration': 'YR75XZC', 'account': 'ZEN002', 'make': 'BYD', 'model': 'SEAL SALOON', 'derivative': '390kW Excellence AWD 83kWh 4dr Auto', 'mileage': 5474, 'mileageWarranty': True, 'type': 'car', 'saleId': 19214, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 440}, 'saleStart': '2026-04-08T08:45Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2025-10-15', 'fuel': 'Electric', 'motExpiry': None, 'doors': 4, 'engineSize': None, 'bodyType': 'Saloon', 'images': ['https://abimg003.imgix.net/YR75XZC/2026-03-18/image/502b54a3-a9f8-4aa2-842b-2199fdc077a3_removebg.jpg?w=600', 'https://abimg003.imgix.net/YR75XZC/2026-03-18/image/a6275396-3e50-40aa-8e5a-707de3ea9022_removebg.jpg?w=600', 'https://abimg003.imgix.net/YR75XZC/2026-03-18/image/ca2deab2-9e9c-4b02-beb6-407378254334_removebg.jpg?w=600', 'https://abimg003.imgix.net/YR75XZC/2026-03-18/image/9f100e73-473b-445c-b2f9-0fa8be918dff_removebg.jpg?w=600', 'https://abimg003.imgix.net/YR75XZC/2026-03-18/image/aceff116-b865-46d4-b8c2-d8383a03d134_removebg.jpg?w=600', 'https://abimg003.imgix.net/YR75XZC/2026-03-18/image/b61c8e35-7dca-471f-9801-948e9b5cc6ba_removebg.jpg?w=600', 'https://abimg003.imgix.net/YR75XZC/2026-03-18/image/d53b81ff-df82-46f7-81cb-2c4ff0c2a3f0_removebg.jpg?w=600', 'https://abimg003.imgix.net/YR75XZC/2026-03-18/image/0c0976ef-e4d3-4381-b002-e1a5c730ad49_removebg.jpg?w=600', 'https://abimg003.imgix.net/YR75XZC/2026-03-18/image/73670aae-5013-4ead-9ab7-e50190372bc7_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '**1191** SPARE KEY CHARGING LEAD', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/160d77fc-9d87-430a-a1e2-f7b3f5a0a745.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-30 10:03:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9f50dc80-c833-55f3-8595-3ca6f3cc874f with identifier: 119942033
2026-03-30 10:03:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9f50dc80-c833-55f3-8595-3ca6f3cc874f with scrape type 2
2026-03-30 10:03:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9f50dc80-c833-55f3-8595-3ca6f3cc874f with scrape type 2
2026-03-30 10:03:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 9f50dc80-c833-55f3-8595-3ca6f3cc874f, identifier: 119942033
2026-03-30 10:03:37 [astonbarclay.gb] INFO: Detail data: {'cardType': 'e-xchange', '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': 19214, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 440}, 'saleStart': '2026-04-08T08: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, CHARGING LEAD SPARE KEY', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/9e4d5fe4-21d0-4526-9aaf-ffb6e86edf05.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-30 10:03:37 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'e-xchange', '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': 19214, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 440}, 'saleStart': '2026-04-08T08: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, CHARGING LEAD SPARE KEY', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/9e4d5fe4-21d0-4526-9aaf-ffb6e86edf05.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-30 10:03:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5218f83e-4d5b-5e48-b828-1f42783d85af with identifier: 120563695
2026-03-30 10:03:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5218f83e-4d5b-5e48-b828-1f42783d85af with scrape type 2
2026-03-30 10:03:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5218f83e-4d5b-5e48-b828-1f42783d85af with scrape type 2
2026-03-30 10:03:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 5218f83e-4d5b-5e48-b828-1f42783d85af, identifier: 120563695
2026-03-30 10:03:37 [astonbarclay.gb] INFO: Found listing with ID: 120826668
2026-03-30 10:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120826668%27 HTTP/1.1" 200 None
2026-03-30 10:03:37 [astonbarclay.gb] INFO: Scrape type for 120826668: 0
2026-03-30 10:03:37 [astonbarclay.gb] INFO: Found listing with ID: 120695948
2026-03-30 10:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120695948%27 HTTP/1.1" 200 None
2026-03-30 10:03:37 [astonbarclay.gb] INFO: Scrape type for 120695948: 2
2026-03-30 10:03:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 9f50dc80-c833-55f3-8595-3ca6f3cc874f with identifier: 119942033
2026-03-30 10:03:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 9f50dc80-c833-55f3-8595-3ca6f3cc874f with identifier: 119942033
2026-03-30 10:03:37 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 9f50dc80-c833-55f3-8595-3ca6f3cc874f with identifier: 119942033 to the API
2026-03-30 10:03:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 10:03:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/119942033?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-04-08T08:45:00Z',
'fuel_type': 'Electric',
'id': '9f50dc80-c833-55f3-8595-3ca6f3cc874f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'YR75XZC',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/119942033',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'BYD',
'model': 'SEAL SALOON',
'odometer': 5474,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-10-15',
'seller_name': 'Zenith',
'title': 'BYD SEAL SALOON 390kW Excellence AWD 83kWh 4dr Auto',
'transmission': 'automatic',
'trim': '390kW Excellence AWD 83kWh 4dr Auto',
'vin': None,
'year': 2025}
2026-03-30 10:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27119942033%27 HTTP/1.1" 200 None
2026-03-30 10:03:38 [astonbarclay.gb] INFO: Saving data for 119942033: {'auction_closing_time': 1775637900.0, 'created_time': 1774357951.88261, 'last_price_update_time': 1774865018.082997}
2026-03-30 10:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='119942033') HTTP/1.1" 204 0
2026-03-30 10:03:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 5218f83e-4d5b-5e48-b828-1f42783d85af with identifier: 120563695
2026-03-30 10:03:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 5218f83e-4d5b-5e48-b828-1f42783d85af with identifier: 120563695
2026-03-30 10:03:38 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 5218f83e-4d5b-5e48-b828-1f42783d85af with identifier: 120563695 to the API
2026-03-30 10:03:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 10:03:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120563695?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-04-08T08: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': 0,
'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-30 10:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120563695%27 HTTP/1.1" 200 None
2026-03-30 10:03:38 [astonbarclay.gb] INFO: Saving data for 120563695: {'auction_closing_time': 1775637900.0, 'created_time': 1774346608.373959, 'last_price_update_time': 1774865018.513101}
2026-03-30 10:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120563695') HTTP/1.1" 204 0
2026-03-30 10:03:38 [astonbarclay.gb] INFO: Found listing with ID: 120687773
2026-03-30 10:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120687773%27 HTTP/1.1" 200 None
2026-03-30 10:03:38 [astonbarclay.gb] INFO: Scrape type for 120687773: 2
2026-03-30 10:03:38 [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-30 10:03:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120866017?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:03:38 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:03:38 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:03:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/118714230?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:03:38 [astonbarclay.gb] INFO: Found listing with ID: 120631938
2026-03-30 10:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120631938%27 HTTP/1.1" 200 None
2026-03-30 10:03:38 [astonbarclay.gb] INFO: Scrape type for 120631938: 0
2026-03-30 10:03:38 [astonbarclay.gb] INFO: Found listing with ID: 120624729
2026-03-30 10:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120624729%27 HTTP/1.1" 200 None
2026-03-30 10:03:38 [astonbarclay.gb] INFO: Scrape type for 120624729: 2
2026-03-30 10:03:38 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:03:38 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120878208, 'registration': 'NX73JRZ', 'account': 'MOT070', 'make': 'FORD', 'model': 'FOCUS HATCHBACK', 'derivative': '1.0 EcoBoost Hybrid mHEV 155 ST-Line X 5dr Auto', 'mileage': 40334, 'mileageWarranty': True, 'type': 'car', 'saleId': 19182, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 122}, 'saleStart': '2026-04-07T09:15Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2023-10-27', 'fuel': 'Petrol', 'motExpiry': None, 'doors': 5, 'engineSize': 999, 'bodyType': 'Hatchback', 'images': None, 'colour': 'BLUE', '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': 119, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:03:38 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120878208, 'registration': 'NX73JRZ', 'account': 'MOT070', 'make': 'FORD', 'model': 'FOCUS HATCHBACK', 'derivative': '1.0 EcoBoost Hybrid mHEV 155 ST-Line X 5dr Auto', 'mileage': 40334, 'mileageWarranty': True, 'type': 'car', 'saleId': 19182, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 122}, 'saleStart': '2026-04-07T09:15Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2023-10-27', 'fuel': 'Petrol', 'motExpiry': None, 'doors': 5, 'engineSize': 999, 'bodyType': 'Hatchback', 'images': None, 'colour': 'BLUE', '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': 119, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:03:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 66fc0e52-4d9a-556a-852e-165ee1a610a2 with identifier: 120878208
2026-03-30 10:03:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 66fc0e52-4d9a-556a-852e-165ee1a610a2 with scrape type 1
2026-03-30 10:03:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 0 photos for item 66fc0e52-4d9a-556a-852e-165ee1a610a2
2026-03-30 10:03:38 [crawlers.middlewares.photo_download_middleware] INFO: No photos to download for item 66fc0e52-4d9a-556a-852e-165ee1a610a2
2026-03-30 10:03:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 66fc0e52-4d9a-556a-852e-165ee1a610a2, identifier: 120878208
2026-03-30 10:03:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 66fc0e52-4d9a-556a-852e-165ee1a610a2 with identifier: 120878208
2026-03-30 10:03:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 66fc0e52-4d9a-556a-852e-165ee1a610a2 with identifier: 120878208
2026-03-30 10:03:38 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 66fc0e52-4d9a-556a-852e-165ee1a610a2 with identifier: 120878208 to the API
2026-03-30 10:03:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 10:03:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120878208?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 119,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-04-07T09:15:00Z',
'fuel_type': 'Petrol',
'id': '66fc0e52-4d9a-556a-852e-165ee1a610a2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'NX73JRZ',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120878208',
'listing': 'auction',
'location': 'Aston Barclay Prees Heath',
'make': 'FORD',
'model': 'FOCUS HATCHBACK',
'odometer': 40334,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-10-27',
'seller_name': 'Motability Operations',
'title': 'FORD FOCUS HATCHBACK 1.0 EcoBoost Hybrid mHEV 155 ST-Line X 5dr '
'Auto',
'transmission': 'automatic',
'trim': '1.0 EcoBoost Hybrid mHEV 155 ST-Line X 5dr Auto',
'vin': None,
'year': 2023}
2026-03-30 10:03:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120878208%27 HTTP/1.1" 200 None
2026-03-30 10:03:39 [astonbarclay.gb] INFO: Saving data for 120878208: {'created_time': 1774865019.134093, 'last_price_update_time': 1774865019.134105, 'auction_closing_time': 1775553300.0}
2026-03-30 10:03:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120878208') HTTP/1.1" 204 0
2026-03-30 10:03:39 [astonbarclay.gb] INFO: Found listing with ID: 120415240
2026-03-30 10:03:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120415240%27 HTTP/1.1" 200 None
2026-03-30 10:03:39 [astonbarclay.gb] INFO: Scrape type for 120415240: 2
2026-03-30 10:03:39 [astonbarclay.gb] INFO: Found listing with ID: 119118258
2026-03-30 10:03:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27119118258%27 HTTP/1.1" 200 None
2026-03-30 10:03:39 [astonbarclay.gb] INFO: Scrape type for 119118258: 0
2026-03-30 10:03:39 [astonbarclay.gb] INFO: Found listing with ID: 120635589
2026-03-30 10:03:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120635589%27 HTTP/1.1" 200 None
2026-03-30 10:03:39 [astonbarclay.gb] INFO: Scrape type for 120635589: 2
2026-03-30 10:03:39 [astonbarclay.gb] INFO: Detail data: {'cardType': 'e-xchange', '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': 19214, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 440}, 'saleStart': '2026-04-08T08: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, CHARGING LEAD SPARE KEY', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 31, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/d0b4ce10-6162-4c4f-86ef-9f951aa9ba29.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:03:39 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'e-xchange', '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': 19214, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 440}, 'saleStart': '2026-04-08T08: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, CHARGING LEAD SPARE KEY', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 31, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/d0b4ce10-6162-4c4f-86ef-9f951aa9ba29.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:03:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f4662520-25e3-5908-ba11-408493ed0dfb with identifier: 120507514
2026-03-30 10:03:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f4662520-25e3-5908-ba11-408493ed0dfb with scrape type 2
2026-03-30 10:03:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f4662520-25e3-5908-ba11-408493ed0dfb with scrape type 2
2026-03-30 10:03:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: f4662520-25e3-5908-ba11-408493ed0dfb, identifier: 120507514
2026-03-30 10:03:39 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120866017, 'registration': 'SJ65DLM', 'account': 'MOT075', 'make': 'MITSUBISHI', 'model': 'L200 DIESEL', 'derivative': 'Double Cab DI-D 178 Warrior 4WD', 'mileage': 126662, 'mileageWarranty': True, 'type': 'commercial', 'saleId': 19209, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 440}, 'saleStart': '2026-04-07T12:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2015-12-11', 'fuel': 'Diesel', 'motExpiry': '2026-11-25', 'doors': None, 'engineSize': 2442, 'bodyType': 'Double Cab Pick-up', 'images': None, 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'VOSA STATES 51K, 59K, 64K, 67K, 79K, 100K, 123K', 'virtual': False, 'seller': 'MotoNovo Finance', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': False, 'v5details': None, 'co2': 173, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:03:39 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120866017, 'registration': 'SJ65DLM', 'account': 'MOT075', 'make': 'MITSUBISHI', 'model': 'L200 DIESEL', 'derivative': 'Double Cab DI-D 178 Warrior 4WD', 'mileage': 126662, 'mileageWarranty': True, 'type': 'commercial', 'saleId': 19209, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 440}, 'saleStart': '2026-04-07T12:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2015-12-11', 'fuel': 'Diesel', 'motExpiry': '2026-11-25', 'doors': None, 'engineSize': 2442, 'bodyType': 'Double Cab Pick-up', 'images': None, 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'VOSA STATES 51K, 59K, 64K, 67K, 79K, 100K, 123K', 'virtual': False, 'seller': 'MotoNovo Finance', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': False, 'v5details': None, 'co2': 173, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:03:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2eae53cd-26a0-5232-b2e6-6b6f1131f32b with identifier: 120866017
2026-03-30 10:03:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2eae53cd-26a0-5232-b2e6-6b6f1131f32b with scrape type 1
2026-03-30 10:03:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 0 photos for item 2eae53cd-26a0-5232-b2e6-6b6f1131f32b
2026-03-30 10:03:39 [crawlers.middlewares.photo_download_middleware] INFO: No photos to download for item 2eae53cd-26a0-5232-b2e6-6b6f1131f32b
2026-03-30 10:03:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 2eae53cd-26a0-5232-b2e6-6b6f1131f32b, identifier: 120866017
2026-03-30 10:03:39 [astonbarclay.gb] INFO: Detail data: {'cardType': 'e-xchange', 'id': 118714230, 'registration': 'VN71XMP', 'account': 'ZEN002', 'make': 'VOLKSWAGEN', 'model': 'ID.3 HATCHBACK', 'derivative': '150kW Family Pro Performance 58kWh 5dr Auto', 'mileage': 96349, 'mileageWarranty': True, 'type': 'car', 'saleId': 19214, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 440}, 'saleStart': '2026-04-08T08:45Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2021-12-15', 'fuel': 'Electric', 'motExpiry': '2026-12-14', 'doors': 5, 'engineSize': None, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/VN71XMP/2026-01-19/image/cb172234-7651-4d6d-a9f3-f0f36c059c8b_removebg.jpg?w=600', 'https://abimg003.imgix.net/VN71XMP/2026-01-19/image/cf13ed44-0b59-4e68-9ae1-c922c34bbfae_removebg.jpg?w=600', 'https://abimg003.imgix.net/VN71XMP/2026-01-19/image/185ca01e-c6d0-4234-b6b8-77473d2f2e69_removebg.jpg?w=600', 'https://abimg003.imgix.net/VN71XMP/2026-01-19/image/927022b7-2a5d-4f7c-b06e-e359c20a5501_removebg.jpg?w=600', 'https://abimg003.imgix.net/VN71XMP/2026-01-19/image/311dedc8-16d7-49c0-b043-6f90d002d88a_removebg.jpg?w=600', 'https://abimg003.imgix.net/VN71XMP/2026-01-19/image/cadb4091-2b6a-4a0d-9802-fdb007a5bec0_removebg.jpg?w=600', 'https://abimg003.imgix.net/VN71XMP/2026-01-19/image/7e7898a0-ecce-42fc-860b-133302ff14f3_removebg.jpg?w=600', 'https://abimg003.imgix.net/VN71XMP/2026-01-19/image/8291f9f4-b97d-47e8-8165-04d6cb6b8e48_removebg.jpg?w=600', 'https://abimg003.imgix.net/VN71XMP/2026-01-19/image/1daf6b72-0501-4edf-ba6a-1572a1983e88_removebg.jpg?w=600', 'https://abimg003.imgix.net/VN71XMP/2026-01-19/image/77fb940b-7af6-4b5c-bce7-d33c3e8f5fc5_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 01/24-45K,', 'remarks': '**1039**VOSA STATES 68K, 93K CHARGING LEAD SPARE KEY 18in East Derry Alloys', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/9c6fd3b6-2af2-47ef-8fa4-a288f2df25eb.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-30 10:03:39 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'e-xchange', 'id': 118714230, 'registration': 'VN71XMP', 'account': 'ZEN002', 'make': 'VOLKSWAGEN', 'model': 'ID.3 HATCHBACK', 'derivative': '150kW Family Pro Performance 58kWh 5dr Auto', 'mileage': 96349, 'mileageWarranty': True, 'type': 'car', 'saleId': 19214, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 440}, 'saleStart': '2026-04-08T08:45Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2021-12-15', 'fuel': 'Electric', 'motExpiry': '2026-12-14', 'doors': 5, 'engineSize': None, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/VN71XMP/2026-01-19/image/cb172234-7651-4d6d-a9f3-f0f36c059c8b_removebg.jpg?w=600', 'https://abimg003.imgix.net/VN71XMP/2026-01-19/image/cf13ed44-0b59-4e68-9ae1-c922c34bbfae_removebg.jpg?w=600', 'https://abimg003.imgix.net/VN71XMP/2026-01-19/image/185ca01e-c6d0-4234-b6b8-77473d2f2e69_removebg.jpg?w=600', 'https://abimg003.imgix.net/VN71XMP/2026-01-19/image/927022b7-2a5d-4f7c-b06e-e359c20a5501_removebg.jpg?w=600', 'https://abimg003.imgix.net/VN71XMP/2026-01-19/image/311dedc8-16d7-49c0-b043-6f90d002d88a_removebg.jpg?w=600', 'https://abimg003.imgix.net/VN71XMP/2026-01-19/image/cadb4091-2b6a-4a0d-9802-fdb007a5bec0_removebg.jpg?w=600', 'https://abimg003.imgix.net/VN71XMP/2026-01-19/image/7e7898a0-ecce-42fc-860b-133302ff14f3_removebg.jpg?w=600', 'https://abimg003.imgix.net/VN71XMP/2026-01-19/image/8291f9f4-b97d-47e8-8165-04d6cb6b8e48_removebg.jpg?w=600', 'https://abimg003.imgix.net/VN71XMP/2026-01-19/image/1daf6b72-0501-4edf-ba6a-1572a1983e88_removebg.jpg?w=600', 'https://abimg003.imgix.net/VN71XMP/2026-01-19/image/77fb940b-7af6-4b5c-bce7-d33c3e8f5fc5_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 01/24-45K,', 'remarks': '**1039**VOSA STATES 68K, 93K CHARGING LEAD SPARE KEY 18in East Derry Alloys', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/9c6fd3b6-2af2-47ef-8fa4-a288f2df25eb.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-30 10:03:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6538e9c0-906c-5585-9ed1-1427f665a078 with identifier: 118714230
2026-03-30 10:03:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6538e9c0-906c-5585-9ed1-1427f665a078 with scrape type 2
2026-03-30 10:03:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6538e9c0-906c-5585-9ed1-1427f665a078 with scrape type 2
2026-03-30 10:03:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 6538e9c0-906c-5585-9ed1-1427f665a078, identifier: 118714230
2026-03-30 10:03:39 [astonbarclay.gb] INFO: Found listing with ID: 120731493
2026-03-30 10:03:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120731493%27 HTTP/1.1" 200 None
2026-03-30 10:03:39 [astonbarclay.gb] INFO: Scrape type for 120731493: 0
2026-03-30 10:03:39 [astonbarclay.gb] INFO: Found listing with ID: 120622286
2026-03-30 10:03:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120622286%27 HTTP/1.1" 200 None
2026-03-30 10:03:39 [astonbarclay.gb] INFO: Scrape type for 120622286: 0
2026-03-30 10:03:39 [astonbarclay.gb] INFO: Found listing with ID: 120546136
2026-03-30 10:03:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120546136%27 HTTP/1.1" 200 None
2026-03-30 10:03:39 [astonbarclay.gb] INFO: Scrape type for 120546136: 2
2026-03-30 10:03:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: f4662520-25e3-5908-ba11-408493ed0dfb with identifier: 120507514
2026-03-30 10:03:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: f4662520-25e3-5908-ba11-408493ed0dfb with identifier: 120507514
2026-03-30 10:03:39 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: f4662520-25e3-5908-ba11-408493ed0dfb with identifier: 120507514 to the API
2026-03-30 10:03:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 10:03:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120507514?view=catalogue>
{'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-04-08T08: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': 0,
'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-30 10:03:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120507514%27 HTTP/1.1" 200 None
2026-03-30 10:03:39 [astonbarclay.gb] INFO: Saving data for 120507514: {'auction_closing_time': 1775637900.0, 'created_time': 1774346566.669522, 'last_price_update_time': 1774865019.944651}
2026-03-30 10:03:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120507514') HTTP/1.1" 204 0
2026-03-30 10:03:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 2eae53cd-26a0-5232-b2e6-6b6f1131f32b with identifier: 120866017
2026-03-30 10:03:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 2eae53cd-26a0-5232-b2e6-6b6f1131f32b with identifier: 120866017
2026-03-30 10:03:40 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 2eae53cd-26a0-5232-b2e6-6b6f1131f32b with identifier: 120866017 to the API
2026-03-30 10:03:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 10:03:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120866017?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 173,
'color': 'SILVER',
'currency': 'GBP',
'doors_number': None,
'emission_standard': 'EURO 5',
'engine': '2.4L',
'expiration_date': '2026-04-07T12:00:00Z',
'fuel_type': 'Diesel',
'id': '2eae53cd-26a0-5232-b2e6-6b6f1131f32b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'SJ65DLM',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120866017',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'MITSUBISHI',
'model': 'L200 DIESEL',
'odometer': 126662,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-12-11',
'seller_name': 'MotoNovo Finance',
'title': 'MITSUBISHI L200 DIESEL Double Cab DI-D 178 Warrior 4WD',
'transmission': 'manual',
'trim': 'Double Cab DI-D 178 Warrior 4WD',
'vin': None,
'year': 2015}
2026-03-30 10:03:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120866017%27 HTTP/1.1" 200 None
2026-03-30 10:03:40 [astonbarclay.gb] INFO: Saving data for 120866017: {'created_time': 1774865020.414828, 'last_price_update_time': 1774865020.414843, 'auction_closing_time': 1775563200.0}
2026-03-30 10:03:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120866017') HTTP/1.1" 204 0
2026-03-30 10:03:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 6538e9c0-906c-5585-9ed1-1427f665a078 with identifier: 118714230
2026-03-30 10:03:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 6538e9c0-906c-5585-9ed1-1427f665a078 with identifier: 118714230
2026-03-30 10:03:40 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 6538e9c0-906c-5585-9ed1-1427f665a078 with identifier: 118714230 to the API
2026-03-30 10:03:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 10:03:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/118714230?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-04-08T08:45:00Z',
'fuel_type': 'Electric',
'id': '6538e9c0-906c-5585-9ed1-1427f665a078',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'VN71XMP',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/118714230',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'VOLKSWAGEN',
'model': 'ID.3 HATCHBACK',
'odometer': 96349,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-12-15',
'seller_name': 'Zenith',
'title': 'VOLKSWAGEN ID.3 HATCHBACK 150kW Family Pro Performance 58kWh 5dr '
'Auto',
'transmission': 'automatic',
'trim': '150kW Family Pro Performance 58kWh 5dr Auto',
'vin': None,
'year': 2021}
2026-03-30 10:03:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27118714230%27 HTTP/1.1" 200 None
2026-03-30 10:03:40 [astonbarclay.gb] INFO: Saving data for 118714230: {'auction_closing_time': 1775637900.0, 'created_time': 1773404972.597698, 'last_price_update_time': 1774865020.765198}
2026-03-30 10:03:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='118714230') HTTP/1.1" 204 0
2026-03-30 10:03:40 [astonbarclay.gb] INFO: Found listing with ID: 120196056
2026-03-30 10:03:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120196056%27 HTTP/1.1" 200 None
2026-03-30 10:03:40 [astonbarclay.gb] INFO: Scrape type for 120196056: 2
2026-03-30 10:03:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/118345369?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:03:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120277667?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:03:40 [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-30 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-30 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-30 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-30 10:03:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120878393?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:03:40 [astonbarclay.gb] INFO: Found listing with ID: 120064021
2026-03-30 10:03:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120064021%27 HTTP/1.1" 200 None
2026-03-30 10:03:40 [astonbarclay.gb] INFO: Scrape type for 120064021: 2
2026-03-30 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-30 10:03:40 [astonbarclay.gb] INFO: Found listing with ID: 120080820
2026-03-30 10:03:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120080820%27 HTTP/1.1" 200 None
2026-03-30 10:03:40 [astonbarclay.gb] INFO: Scrape type for 120080820: 2
2026-03-30 10:03:40 [astonbarclay.gb] INFO: Found listing with ID: 120315260
2026-03-30 10:03:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120315260%27 HTTP/1.1" 200 None
2026-03-30 10:03:40 [astonbarclay.gb] INFO: Scrape type for 120315260: 2
2026-03-30 10:03:40 [astonbarclay.gb] INFO: Found listing with ID: 120063849
2026-03-30 10:03:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120063849%27 HTTP/1.1" 200 None
2026-03-30 10:03:40 [astonbarclay.gb] INFO: Scrape type for 120063849: 2
2026-03-30 10:03:40 [astonbarclay.gb] INFO: Found listing with ID: 120599506
2026-03-30 10:03:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120599506%27 HTTP/1.1" 200 None
2026-03-30 10:03:40 [astonbarclay.gb] INFO: Scrape type for 120599506: 2
2026-03-30 10:03:40 [astonbarclay.gb] INFO: Found listing with ID: 120099968
2026-03-30 10:03:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120099968%27 HTTP/1.1" 200 None
2026-03-30 10:03:40 [astonbarclay.gb] INFO: Scrape type for 120099968: 2
2026-03-30 10:03:40 [astonbarclay.gb] INFO: Detail data: {'cardType': 'e-xchange', 'id': 118345369, 'registration': 'WR70NDK', 'account': 'ZEN002', 'make': 'MERCEDES-BENZ', 'model': 'EQC ESTATE', 'derivative': 'EQC 400 300kW AMG Line Premium Plus 80kWh 5dr Auto', 'mileage': 85992, 'mileageWarranty': True, 'type': 'car', 'saleId': 19214, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 440}, 'saleStart': '2026-04-08T08:45Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2020-12-03', 'fuel': 'Electric', 'motExpiry': '2026-11-25', 'doors': 5, 'engineSize': None, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/WR70NDK/2026-02-26/image/68d89143-cf90-4b4b-bc91-75f5740e1f28_removebg.jpg?w=600', 'https://abimg003.imgix.net/WR70NDK/2026-02-26/image/751582c6-1bba-4472-b638-f1cd4fc77c81_removebg.jpg?w=600', 'https://abimg003.imgix.net/WR70NDK/2026-02-26/image/63bcfe93-c200-4c87-8116-456d6fa7208f_removebg.jpg?w=600', 'https://abimg003.imgix.net/WR70NDK/2026-02-26/image/97bad00d-54bf-4382-9e7e-cc9045f1c63c_removebg.jpg?w=600', 'https://abimg003.imgix.net/WR70NDK/2026-02-26/image/68d03ff5-b6be-4590-9fe8-4e8331499d7d_removebg.jpg?w=600', 'https://abimg003.imgix.net/WR70NDK/2026-02-26/image/14ecba2e-4374-40ec-a421-90dd248c2483_removebg.jpg?w=600', 'https://abimg003.imgix.net/WR70NDK/2026-02-26/image/363a5b19-0379-4f77-ba0c-e917e54ded96_removebg.jpg?w=600', 'https://abimg003.imgix.net/WR70NDK/2026-02-26/image/0689d8e1-eefe-43c7-9338-a394b52f593a_removebg.jpg?w=600', 'https://abimg003.imgix.net/WR70NDK/2026-02-26/image/58f414b5-9dc6-4a99-9ec1-48014536eb8f_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 03/22-18K, 05/23- 26K, 10/24- 59K, 11/25-61K,', 'remarks': '**1007**VOSA STATES 33K, 59K, 81K SPARE KEY CHARGING LEAD \t Metallic Paint', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/bad97f4d-4ad0-4afc-934d-d1240064141e.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-30 10:03:40 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'e-xchange', 'id': 118345369, 'registration': 'WR70NDK', 'account': 'ZEN002', 'make': 'MERCEDES-BENZ', 'model': 'EQC ESTATE', 'derivative': 'EQC 400 300kW AMG Line Premium Plus 80kWh 5dr Auto', 'mileage': 85992, 'mileageWarranty': True, 'type': 'car', 'saleId': 19214, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 440}, 'saleStart': '2026-04-08T08:45Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2020-12-03', 'fuel': 'Electric', 'motExpiry': '2026-11-25', 'doors': 5, 'engineSize': None, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/WR70NDK/2026-02-26/image/68d89143-cf90-4b4b-bc91-75f5740e1f28_removebg.jpg?w=600', 'https://abimg003.imgix.net/WR70NDK/2026-02-26/image/751582c6-1bba-4472-b638-f1cd4fc77c81_removebg.jpg?w=600', 'https://abimg003.imgix.net/WR70NDK/2026-02-26/image/63bcfe93-c200-4c87-8116-456d6fa7208f_removebg.jpg?w=600', 'https://abimg003.imgix.net/WR70NDK/2026-02-26/image/97bad00d-54bf-4382-9e7e-cc9045f1c63c_removebg.jpg?w=600', 'https://abimg003.imgix.net/WR70NDK/2026-02-26/image/68d03ff5-b6be-4590-9fe8-4e8331499d7d_removebg.jpg?w=600', 'https://abimg003.imgix.net/WR70NDK/2026-02-26/image/14ecba2e-4374-40ec-a421-90dd248c2483_removebg.jpg?w=600', 'https://abimg003.imgix.net/WR70NDK/2026-02-26/image/363a5b19-0379-4f77-ba0c-e917e54ded96_removebg.jpg?w=600', 'https://abimg003.imgix.net/WR70NDK/2026-02-26/image/0689d8e1-eefe-43c7-9338-a394b52f593a_removebg.jpg?w=600', 'https://abimg003.imgix.net/WR70NDK/2026-02-26/image/58f414b5-9dc6-4a99-9ec1-48014536eb8f_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 03/22-18K, 05/23- 26K, 10/24- 59K, 11/25-61K,', 'remarks': '**1007**VOSA STATES 33K, 59K, 81K SPARE KEY CHARGING LEAD \t Metallic Paint', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/bad97f4d-4ad0-4afc-934d-d1240064141e.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-30 10:03:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7a863430-e4a2-5f4d-ad8e-575b9ea73b08 with identifier: 118345369
2026-03-30 10:03:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7a863430-e4a2-5f4d-ad8e-575b9ea73b08 with scrape type 2
2026-03-30 10:03:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7a863430-e4a2-5f4d-ad8e-575b9ea73b08 with scrape type 2
2026-03-30 10:03:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 7a863430-e4a2-5f4d-ad8e-575b9ea73b08, identifier: 118345369
2026-03-30 10:03:41 [astonbarclay.gb] INFO: Detail data: {'cardType': 'e-xchange', 'id': 120277667, 'registration': 'ND72YXO', 'account': 'ZEN002', 'make': 'TOYOTA', 'model': 'YARIS HATCHBACK', 'derivative': '1.5 Hybrid Excel 5dr CVT', 'mileage': 30064, 'mileageWarranty': True, 'type': 'car', 'saleId': 19214, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 440}, 'saleStart': '2026-04-08T08:45Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2023-02-22', 'fuel': 'Petrol/Electric Hybrid', 'motExpiry': '2027-02-21', 'doors': 5, 'engineSize': 1490, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/ND72YXO/2026-03-24/image/23a9e6ba-72f2-47aa-8c96-c40e0dee4bfe_removebg.jpg?w=600', 'https://abimg003.imgix.net/ND72YXO/2026-03-24/image/7257e8d4-fac5-4c7f-ae3c-8484e8b0598d_removebg.jpg?w=600', 'https://abimg003.imgix.net/ND72YXO/2026-03-24/image/7b1f2235-40d2-46da-b0de-302a5ae5327c_removebg.jpg?w=600', 'https://abimg003.imgix.net/ND72YXO/2026-03-24/image/533383f9-2fff-48bb-8894-3e7210f67003_removebg.jpg?w=600', 'https://abimg003.imgix.net/ND72YXO/2026-03-24/image/bf74b578-ac19-4e53-863d-013f7309358d_removebg.jpg?w=600', 'https://abimg003.imgix.net/ND72YXO/2026-03-24/image/94d3db71-2c33-46b6-af98-fe4f6febb3f4_removebg.jpg?w=600', 'https://abimg003.imgix.net/ND72YXO/2026-03-24/image/9ab9527d-d890-4522-a6a4-103cf35fdf25_removebg.jpg?w=600', 'https://abimg003.imgix.net/ND72YXO/2026-03-24/image/365b7f6b-1a6a-4214-b96c-b012e05f920c_removebg.jpg?w=600', 'https://abimg003.imgix.net/ND72YXO/2026-03-24/image/c94b7f87-a6fc-4ec9-b5f6-715e01e0a6c1_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 05/24-11K, 07/25-23K,', 'remarks': '**801** VOSA STATES 28K, SPARE KEY', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 98, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/78f91f1a-1d21-4d8d-8507-edb20954d9bb.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-30 10:03:41 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'e-xchange', 'id': 120277667, 'registration': 'ND72YXO', 'account': 'ZEN002', 'make': 'TOYOTA', 'model': 'YARIS HATCHBACK', 'derivative': '1.5 Hybrid Excel 5dr CVT', 'mileage': 30064, 'mileageWarranty': True, 'type': 'car', 'saleId': 19214, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 440}, 'saleStart': '2026-04-08T08:45Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2023-02-22', 'fuel': 'Petrol/Electric Hybrid', 'motExpiry': '2027-02-21', 'doors': 5, 'engineSize': 1490, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/ND72YXO/2026-03-24/image/23a9e6ba-72f2-47aa-8c96-c40e0dee4bfe_removebg.jpg?w=600', 'https://abimg003.imgix.net/ND72YXO/2026-03-24/image/7257e8d4-fac5-4c7f-ae3c-8484e8b0598d_removebg.jpg?w=600', 'https://abimg003.imgix.net/ND72YXO/2026-03-24/image/7b1f2235-40d2-46da-b0de-302a5ae5327c_removebg.jpg?w=600', 'https://abimg003.imgix.net/ND72YXO/2026-03-24/image/533383f9-2fff-48bb-8894-3e7210f67003_removebg.jpg?w=600', 'https://abimg003.imgix.net/ND72YXO/2026-03-24/image/bf74b578-ac19-4e53-863d-013f7309358d_removebg.jpg?w=600', 'https://abimg003.imgix.net/ND72YXO/2026-03-24/image/94d3db71-2c33-46b6-af98-fe4f6febb3f4_removebg.jpg?w=600', 'https://abimg003.imgix.net/ND72YXO/2026-03-24/image/9ab9527d-d890-4522-a6a4-103cf35fdf25_removebg.jpg?w=600', 'https://abimg003.imgix.net/ND72YXO/2026-03-24/image/365b7f6b-1a6a-4214-b96c-b012e05f920c_removebg.jpg?w=600', 'https://abimg003.imgix.net/ND72YXO/2026-03-24/image/c94b7f87-a6fc-4ec9-b5f6-715e01e0a6c1_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 05/24-11K, 07/25-23K,', 'remarks': '**801** VOSA STATES 28K, SPARE KEY', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 98, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/78f91f1a-1d21-4d8d-8507-edb20954d9bb.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-30 10:03:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 98ebe81e-4915-522a-8c4b-fc14a92cb048 with identifier: 120277667
2026-03-30 10:03:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 98ebe81e-4915-522a-8c4b-fc14a92cb048 with scrape type 2
2026-03-30 10:03:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 98ebe81e-4915-522a-8c4b-fc14a92cb048 with scrape type 2
2026-03-30 10:03:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 98ebe81e-4915-522a-8c4b-fc14a92cb048, identifier: 120277667
2026-03-30 10:03:41 [astonbarclay.gb] INFO: Detail data: {'cardType': 'e-xchange', 'id': 120022329, 'registration': 'SG22POJ', 'account': 'ZEN009', 'make': 'TESLA', 'model': 'MODEL 3 SALOON', 'derivative': 'RWD 4dr Auto', 'mileage': 32073, 'mileageWarranty': True, 'type': 'car', 'saleId': 19214, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 440}, 'saleStart': '2026-04-08T08: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 CHARGING LEAD', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/2364d3d3-ef0f-495e-9901-ffd3cfe1e2df.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-30 10:03:41 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'e-xchange', 'id': 120022329, 'registration': 'SG22POJ', 'account': 'ZEN009', 'make': 'TESLA', 'model': 'MODEL 3 SALOON', 'derivative': 'RWD 4dr Auto', 'mileage': 32073, 'mileageWarranty': True, 'type': 'car', 'saleId': 19214, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 440}, 'saleStart': '2026-04-08T08: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 CHARGING LEAD', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/2364d3d3-ef0f-495e-9901-ffd3cfe1e2df.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-30 10:03:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cda6986d-347c-5187-9809-077214de79e8 with identifier: 120022329
2026-03-30 10:03:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cda6986d-347c-5187-9809-077214de79e8 with scrape type 2
2026-03-30 10:03:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cda6986d-347c-5187-9809-077214de79e8 with scrape type 2
2026-03-30 10:03:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: cda6986d-347c-5187-9809-077214de79e8, identifier: 120022329
2026-03-30 10:03:41 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120878393, 'registration': 'CP74LKG', 'account': 'MOT070', 'make': 'PEUGEOT', 'model': '2008 ESTATE', 'derivative': '1.2 PureTech 130 Allure 5dr', 'mileage': 24045, 'mileageWarranty': True, 'type': 'car', 'saleId': 19182, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 122}, 'saleStart': '2026-04-07T09:15Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2025-02-14', 'fuel': 'Petrol', 'motExpiry': None, 'doors': 5, 'engineSize': 1199, 'bodyType': 'Estate', 'images': None, 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': False, 'v5details': None, 'co2': 131, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:03:41 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120878393, 'registration': 'CP74LKG', 'account': 'MOT070', 'make': 'PEUGEOT', 'model': '2008 ESTATE', 'derivative': '1.2 PureTech 130 Allure 5dr', 'mileage': 24045, 'mileageWarranty': True, 'type': 'car', 'saleId': 19182, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 122}, 'saleStart': '2026-04-07T09:15Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2025-02-14', 'fuel': 'Petrol', 'motExpiry': None, 'doors': 5, 'engineSize': 1199, 'bodyType': 'Estate', 'images': None, 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': False, 'v5details': None, 'co2': 131, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:03:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1947e756-4719-502e-91b0-f1b10f3620eb with identifier: 120878393
2026-03-30 10:03:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1947e756-4719-502e-91b0-f1b10f3620eb with scrape type 1
2026-03-30 10:03:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 0 photos for item 1947e756-4719-502e-91b0-f1b10f3620eb
2026-03-30 10:03:41 [crawlers.middlewares.photo_download_middleware] INFO: No photos to download for item 1947e756-4719-502e-91b0-f1b10f3620eb
2026-03-30 10:03:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 1947e756-4719-502e-91b0-f1b10f3620eb, identifier: 120878393
2026-03-30 10:03:41 [astonbarclay.gb] INFO: Found listing with ID: 120214140
2026-03-30 10:03:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120214140%27 HTTP/1.1" 200 None
2026-03-30 10:03:41 [astonbarclay.gb] INFO: Scrape type for 120214140: 2
2026-03-30 10:03:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 7a863430-e4a2-5f4d-ad8e-575b9ea73b08 with identifier: 118345369
2026-03-30 10:03:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 7a863430-e4a2-5f4d-ad8e-575b9ea73b08 with identifier: 118345369
2026-03-30 10:03:41 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 7a863430-e4a2-5f4d-ad8e-575b9ea73b08 with identifier: 118345369 to the API
2026-03-30 10:03:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 10:03:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/118345369?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-04-08T08:45:00Z',
'fuel_type': 'Electric',
'id': '7a863430-e4a2-5f4d-ad8e-575b9ea73b08',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'WR70NDK',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/118345369',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'MERCEDES-BENZ',
'model': 'EQC ESTATE',
'odometer': 85992,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-12-03',
'seller_name': 'Zenith',
'title': 'MERCEDES-BENZ EQC ESTATE EQC 400 300kW AMG Line Premium Plus 80kWh '
'5dr Auto',
'transmission': 'automatic',
'trim': 'EQC 400 300kW AMG Line Premium Plus 80kWh 5dr Auto',
'vin': None,
'year': 2020}
2026-03-30 10:03:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27118345369%27 HTTP/1.1" 200 None
2026-03-30 10:03:41 [astonbarclay.gb] INFO: Saving data for 118345369: {'auction_closing_time': 1775637900.0, 'created_time': 1773752700.417611, 'last_price_update_time': 1774865021.756456}
2026-03-30 10:03:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='118345369') HTTP/1.1" 204 0
2026-03-30 10:03:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 98ebe81e-4915-522a-8c4b-fc14a92cb048 with identifier: 120277667
2026-03-30 10:03:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 98ebe81e-4915-522a-8c4b-fc14a92cb048 with identifier: 120277667
2026-03-30 10:03:42 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 98ebe81e-4915-522a-8c4b-fc14a92cb048 with identifier: 120277667 to the API
2026-03-30 10:03:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 10:03:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120277667?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 98,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-04-08T08:45:00Z',
'fuel_type': 'Petrol/Electric Hybrid',
'id': '98ebe81e-4915-522a-8c4b-fc14a92cb048',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'ND72YXO',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120277667',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'TOYOTA',
'model': 'YARIS HATCHBACK',
'odometer': 30064,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-02-22',
'seller_name': 'Zenith',
'title': 'TOYOTA YARIS HATCHBACK 1.5 Hybrid Excel 5dr CVT',
'transmission': 'automatic',
'trim': '1.5 Hybrid Excel 5dr CVT',
'vin': None,
'year': 2023}
2026-03-30 10:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120277667%27 HTTP/1.1" 200 None
2026-03-30 10:03:42 [astonbarclay.gb] INFO: Saving data for 120277667: {'auction_closing_time': 1775637900.0, 'created_time': 1774357871.743561, 'last_price_update_time': 1774865022.275678}
2026-03-30 10:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120277667') HTTP/1.1" 204 0
2026-03-30 10:03:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: cda6986d-347c-5187-9809-077214de79e8 with identifier: 120022329
2026-03-30 10:03:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: cda6986d-347c-5187-9809-077214de79e8 with identifier: 120022329
2026-03-30 10:03:42 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: cda6986d-347c-5187-9809-077214de79e8 with identifier: 120022329 to the API
2026-03-30 10:03:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 10:03:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120022329?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-04-08T08: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': 0,
'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-30 10:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120022329%27 HTTP/1.1" 200 None
2026-03-30 10:03:42 [astonbarclay.gb] INFO: Saving data for 120022329: {'auction_closing_time': 1775637900.0, 'created_time': 1774346584.773903, 'last_price_update_time': 1774865022.616431}
2026-03-30 10:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120022329') HTTP/1.1" 204 0
2026-03-30 10:03:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 1947e756-4719-502e-91b0-f1b10f3620eb with identifier: 120878393
2026-03-30 10:03:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 1947e756-4719-502e-91b0-f1b10f3620eb with identifier: 120878393
2026-03-30 10:03:42 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 1947e756-4719-502e-91b0-f1b10f3620eb with identifier: 120878393 to the API
2026-03-30 10:03:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 10:03:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120878393?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 131,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-04-07T09:15:00Z',
'fuel_type': 'Petrol',
'id': '1947e756-4719-502e-91b0-f1b10f3620eb',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'CP74LKG',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120878393',
'listing': 'auction',
'location': 'Aston Barclay Prees Heath',
'make': 'PEUGEOT',
'model': '2008 ESTATE',
'odometer': 24045,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-02-14',
'seller_name': 'Motability Operations',
'title': 'PEUGEOT 2008 ESTATE 1.2 PureTech 130 Allure 5dr',
'transmission': 'manual',
'trim': '1.2 PureTech 130 Allure 5dr',
'vin': None,
'year': 2025}
2026-03-30 10:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120878393%27 HTTP/1.1" 200 None
2026-03-30 10:03:43 [astonbarclay.gb] INFO: Saving data for 120878393: {'created_time': 1774865023.089297, 'last_price_update_time': 1774865023.089312, 'auction_closing_time': 1775553300.0}
2026-03-30 10:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120878393') HTTP/1.1" 204 0
2026-03-30 10:03:43 [astonbarclay.gb] INFO: Found listing with ID: 120056709
2026-03-30 10:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120056709%27 HTTP/1.1" 200 None
2026-03-30 10:03:43 [astonbarclay.gb] INFO: Scrape type for 120056709: 2
2026-03-30 10:03:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120693731?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:03:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120766738?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:03:43 [astonbarclay.gb] INFO: Found listing with ID: 120663571
2026-03-30 10:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120663571%27 HTTP/1.1" 200 None
2026-03-30 10:03:43 [astonbarclay.gb] INFO: Scrape type for 120663571: 0
2026-03-30 10:03:43 [astonbarclay.gb] INFO: Found listing with ID: 120507290
2026-03-30 10:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120507290%27 HTTP/1.1" 200 None
2026-03-30 10:03:43 [astonbarclay.gb] INFO: Scrape type for 120507290: 2
2026-03-30 10:03:43 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:03:43 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:03:43 [astonbarclay.gb] INFO: Found listing with ID: 120172268
2026-03-30 10:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120172268%27 HTTP/1.1" 200 None
2026-03-30 10:03:43 [astonbarclay.gb] INFO: Scrape type for 120172268: 2
2026-03-30 10:03:43 [astonbarclay.gb] INFO: Found listing with ID: 120594672
2026-03-30 10:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120594672%27 HTTP/1.1" 200 None
2026-03-30 10:03:43 [astonbarclay.gb] INFO: Scrape type for 120594672: 0
2026-03-30 10:03:43 [astonbarclay.gb] INFO: Found listing with ID: 120265015
2026-03-30 10:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120265015%27 HTTP/1.1" 200 None
2026-03-30 10:03:43 [astonbarclay.gb] INFO: Scrape type for 120265015: 2
2026-03-30 10:03:43 [astonbarclay.gb] INFO: Found listing with ID: 120733470
2026-03-30 10:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120733470%27 HTTP/1.1" 200 None
2026-03-30 10:03:43 [astonbarclay.gb] INFO: Scrape type for 120733470: 0
2026-03-30 10:03:43 [astonbarclay.gb] INFO: Found listing with ID: 120808490
2026-03-30 10:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120808490%27 HTTP/1.1" 200 None
2026-03-30 10:03:43 [astonbarclay.gb] INFO: Scrape type for 120808490: 0
2026-03-30 10:03:43 [astonbarclay.gb] INFO: Found listing with ID: 120835857
2026-03-30 10:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120835857%27 HTTP/1.1" 200 None
2026-03-30 10:03:43 [astonbarclay.gb] INFO: Scrape type for 120835857: 0
2026-03-30 10:03:43 [astonbarclay.gb] INFO: Found listing with ID: 120128301
2026-03-30 10:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120128301%27 HTTP/1.1" 200 None
2026-03-30 10:03:43 [astonbarclay.gb] INFO: Scrape type for 120128301: 0
2026-03-30 10:03:43 [astonbarclay.gb] INFO: Found listing with ID: 120618676
2026-03-30 10:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120618676%27 HTTP/1.1" 200 None
2026-03-30 10:03:43 [astonbarclay.gb] INFO: Scrape type for 120618676: 0
2026-03-30 10:03:43 [astonbarclay.gb] INFO: Found listing with ID: 120774856
2026-03-30 10:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120774856%27 HTTP/1.1" 200 None
2026-03-30 10:03:43 [astonbarclay.gb] INFO: Scrape type for 120774856: 0
2026-03-30 10:03:43 [astonbarclay.gb] INFO: Found listing with ID: 120123734
2026-03-30 10:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120123734%27 HTTP/1.1" 200 None
2026-03-30 10:03:43 [astonbarclay.gb] INFO: Scrape type for 120123734: 0
2026-03-30 10:03:43 [astonbarclay.gb] INFO: Found listing with ID: 118796475
2026-03-30 10:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27118796475%27 HTTP/1.1" 200 None
2026-03-30 10:03:43 [astonbarclay.gb] INFO: Scrape type for 118796475: 0
2026-03-30 10:03:43 [astonbarclay.gb] INFO: Found listing with ID: 119707891
2026-03-30 10:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27119707891%27 HTTP/1.1" 200 None
2026-03-30 10:03:43 [astonbarclay.gb] INFO: Scrape type for 119707891: 0
2026-03-30 10:03:43 [astonbarclay.gb] INFO: Found listing with ID: 119819250
2026-03-30 10:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27119819250%27 HTTP/1.1" 200 None
2026-03-30 10:03:43 [astonbarclay.gb] INFO: Scrape type for 119819250: 0
2026-03-30 10:03:43 [astonbarclay.gb] INFO: Found listing with ID: 120524700
2026-03-30 10:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120524700%27 HTTP/1.1" 200 None
2026-03-30 10:03:43 [astonbarclay.gb] INFO: Scrape type for 120524700: 2
2026-03-30 10:03:43 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120693731, 'registration': 'EK74VML', 'account': 'INT016', 'make': 'BMW', 'model': '5 SERIES TOURING', 'derivative': '530e M Sport Pro 5dr Auto', 'mileage': 19107, 'mileageWarranty': True, 'type': 'car', 'saleId': 19214, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 440}, 'saleStart': '2026-04-10T08:45Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2025-01-23', 'fuel': 'Petrol/Plugin Electric Hybrid', 'motExpiry': None, 'doors': 5, 'engineSize': 1998, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/EK74VML/2026-03-26/image/aafb0ee6-79d9-4d40-b0b6-eb446708b511_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK74VML/2026-03-26/image/0bd01eb3-9531-41e6-b70f-acf41fe8149c_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK74VML/2026-03-26/image/5f24fe1f-6a40-4f65-adcd-8ba012186a4b_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK74VML/2026-03-26/image/aaecc16e-988f-464c-9d38-9edfb4e21d1e_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK74VML/2026-03-26/image/14c4d214-0e5b-475f-8f30-7e995e093e0f_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK74VML/2026-03-26/image/2517bea1-328c-45a0-a5cc-6a2426c7bc77_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK74VML/2026-03-26/image/b11de41c-c12a-4f04-8d9d-b0b345cd3d49_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK74VML/2026-03-26/image/fce1d8b6-518b-465f-9816-a23105c1a3b7_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK74VML/2026-03-26/image/757f5a54-bf5f-41a3-a5e4-c67988ad502e_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK74VML/2026-03-26/image/3fa1642a-f125-4bf5-aa49-e75c8830ff88_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK74VML/2026-03-26/image/39fd351c-0017-4c64-ae09-e38b61f4f628_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '**1457**', 'virtual': False, 'seller': 'Interbay Asset Finance', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': False, 'v5details': None, 'co2': 17, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/abe17922-1cfa-4c01-8e6f-f6e222bcb70a.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:03:43 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120693731, 'registration': 'EK74VML', 'account': 'INT016', 'make': 'BMW', 'model': '5 SERIES TOURING', 'derivative': '530e M Sport Pro 5dr Auto', 'mileage': 19107, 'mileageWarranty': True, 'type': 'car', 'saleId': 19214, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 440}, 'saleStart': '2026-04-10T08:45Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2025-01-23', 'fuel': 'Petrol/Plugin Electric Hybrid', 'motExpiry': None, 'doors': 5, 'engineSize': 1998, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/EK74VML/2026-03-26/image/aafb0ee6-79d9-4d40-b0b6-eb446708b511_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK74VML/2026-03-26/image/0bd01eb3-9531-41e6-b70f-acf41fe8149c_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK74VML/2026-03-26/image/5f24fe1f-6a40-4f65-adcd-8ba012186a4b_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK74VML/2026-03-26/image/aaecc16e-988f-464c-9d38-9edfb4e21d1e_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK74VML/2026-03-26/image/14c4d214-0e5b-475f-8f30-7e995e093e0f_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK74VML/2026-03-26/image/2517bea1-328c-45a0-a5cc-6a2426c7bc77_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK74VML/2026-03-26/image/b11de41c-c12a-4f04-8d9d-b0b345cd3d49_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK74VML/2026-03-26/image/fce1d8b6-518b-465f-9816-a23105c1a3b7_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK74VML/2026-03-26/image/757f5a54-bf5f-41a3-a5e4-c67988ad502e_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK74VML/2026-03-26/image/3fa1642a-f125-4bf5-aa49-e75c8830ff88_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK74VML/2026-03-26/image/39fd351c-0017-4c64-ae09-e38b61f4f628_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '**1457**', 'virtual': False, 'seller': 'Interbay Asset Finance', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': False, 'v5details': None, 'co2': 17, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/abe17922-1cfa-4c01-8e6f-f6e222bcb70a.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:03:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d6b022b6-3c67-5e1a-a7e2-63a27c75b40e with identifier: 120693731
2026-03-30 10:03:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d6b022b6-3c67-5e1a-a7e2-63a27c75b40e with scrape type 1
2026-03-30 10:03:43 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item d6b022b6-3c67-5e1a-a7e2-63a27c75b40e
2026-03-30 10:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FEK74VML%252F2026-03-26%252Fimage%252Faafb0ee6-79d9-4d40-b0b6-eb446708b511_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:03:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EK74VML/2026-03-26/image/aafb0ee6-79d9-4d40-b0b6-eb446708b511_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:03:43 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120766738, 'registration': 'CK68XBY', 'account': 'STE131', 'make': 'VOLKSWAGEN', 'model': 'TIGUAN DIESEL ESTATE', 'derivative': '2.0 TDi 150 SEL 5dr DSG', 'mileage': 96181, 'mileageWarranty': False, 'type': 'car', 'saleId': 19215, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 440}, 'saleStart': '2026-04-10T08:45Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2018-10-26', 'fuel': 'Diesel', 'motExpiry': '2024-07-27', 'doors': 5, 'engineSize': 1968, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/CK68XBY/2026-03-25/image/3c7cfaab-45d6-43f4-8149-da68deb2df05_removebg.jpg?w=600', 'https://abimg003.imgix.net/CK68XBY/2026-03-25/image/aab41071-5749-4f52-8e63-e630ff57346e_removebg.jpg?w=600', 'https://abimg003.imgix.net/CK68XBY/2026-03-25/image/f221a6cf-0968-4945-b0ce-264a78eb3e94_removebg.jpg?w=600', 'https://abimg003.imgix.net/CK68XBY/2026-03-25/image/5ad2cfcf-d696-4dce-b6be-5ad2b327877c_removebg.jpg?w=600', 'https://abimg003.imgix.net/CK68XBY/2026-03-25/image/548fa474-b666-454e-9ff1-5d0924a40420_removebg.jpg?w=600', 'https://abimg003.imgix.net/CK68XBY/2026-03-25/image/8af556dd-890a-417d-9910-bfac0a45033d_removebg.jpg?w=600', 'https://abimg003.imgix.net/CK68XBY/2026-03-25/image/daab5289-9044-442c-94ef-80f60336fb38_removebg.jpg?w=600', 'https://abimg003.imgix.net/CK68XBY/2026-03-25/image/5d9eca31-8c7b-48a7-9d9b-88b7c2b8ec02_removebg.jpg?w=600', 'https://abimg003.imgix.net/CK68XBY/2026-03-25/image/9421e23f-b6fd-468a-ad8e-fdfa3a488ee4_removebg.jpg?w=600', 'https://abimg003.imgix.net/CK68XBY/2026-03-25/image/fbf16f35-905e-4e65-9bf7-fc6750bcba15_removebg.jpg?w=600', 'https://abimg003.imgix.net/CK68XBY/2026-03-25/image/8ad95cee-6639-4a3a-b1f9-19c64ff44fda_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '**1606** VOSA STATES 41K, 51K, 60K, 77K (FAIL), SD CARD, FORMER KEEPER UNCONFIRMED', 'virtual': False, 'seller': 'Stellantis Financial Services UK', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': False, 'v5details': None, 'co2': 131, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/d7a03338-77ed-4477-bd3a-55f4e9cdafea.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:03:43 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120766738, 'registration': 'CK68XBY', 'account': 'STE131', 'make': 'VOLKSWAGEN', 'model': 'TIGUAN DIESEL ESTATE', 'derivative': '2.0 TDi 150 SEL 5dr DSG', 'mileage': 96181, 'mileageWarranty': False, 'type': 'car', 'saleId': 19215, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 440}, 'saleStart': '2026-04-10T08:45Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2018-10-26', 'fuel': 'Diesel', 'motExpiry': '2024-07-27', 'doors': 5, 'engineSize': 1968, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/CK68XBY/2026-03-25/image/3c7cfaab-45d6-43f4-8149-da68deb2df05_removebg.jpg?w=600', 'https://abimg003.imgix.net/CK68XBY/2026-03-25/image/aab41071-5749-4f52-8e63-e630ff57346e_removebg.jpg?w=600', 'https://abimg003.imgix.net/CK68XBY/2026-03-25/image/f221a6cf-0968-4945-b0ce-264a78eb3e94_removebg.jpg?w=600', 'https://abimg003.imgix.net/CK68XBY/2026-03-25/image/5ad2cfcf-d696-4dce-b6be-5ad2b327877c_removebg.jpg?w=600', 'https://abimg003.imgix.net/CK68XBY/2026-03-25/image/548fa474-b666-454e-9ff1-5d0924a40420_removebg.jpg?w=600', 'https://abimg003.imgix.net/CK68XBY/2026-03-25/image/8af556dd-890a-417d-9910-bfac0a45033d_removebg.jpg?w=600', 'https://abimg003.imgix.net/CK68XBY/2026-03-25/image/daab5289-9044-442c-94ef-80f60336fb38_removebg.jpg?w=600', 'https://abimg003.imgix.net/CK68XBY/2026-03-25/image/5d9eca31-8c7b-48a7-9d9b-88b7c2b8ec02_removebg.jpg?w=600', 'https://abimg003.imgix.net/CK68XBY/2026-03-25/image/9421e23f-b6fd-468a-ad8e-fdfa3a488ee4_removebg.jpg?w=600', 'https://abimg003.imgix.net/CK68XBY/2026-03-25/image/fbf16f35-905e-4e65-9bf7-fc6750bcba15_removebg.jpg?w=600', 'https://abimg003.imgix.net/CK68XBY/2026-03-25/image/8ad95cee-6639-4a3a-b1f9-19c64ff44fda_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '**1606** VOSA STATES 41K, 51K, 60K, 77K (FAIL), SD CARD, FORMER KEEPER UNCONFIRMED', 'virtual': False, 'seller': 'Stellantis Financial Services UK', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': False, 'v5details': None, 'co2': 131, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/d7a03338-77ed-4477-bd3a-55f4e9cdafea.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:03:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 95965825-15ac-5371-8baa-d1573911cc1e with identifier: 120766738
2026-03-30 10:03:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 95965825-15ac-5371-8baa-d1573911cc1e with scrape type 1
2026-03-30 10:03:43 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 95965825-15ac-5371-8baa-d1573911cc1e
2026-03-30 10:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FCK68XBY%252F2026-03-25%252Fimage%252F3c7cfaab-45d6-43f4-8149-da68deb2df05_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:03:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/CK68XBY/2026-03-25/image/3c7cfaab-45d6-43f4-8149-da68deb2df05_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:03:43 [astonbarclay.gb] INFO: Found listing with ID: 116423054
2026-03-30 10:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27116423054%27 HTTP/1.1" 200 None
2026-03-30 10:03:43 [astonbarclay.gb] INFO: Scrape type for 116423054: 0
2026-03-30 10:03:43 [astonbarclay.gb] INFO: Found listing with ID: 120028605
2026-03-30 10:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120028605%27 HTTP/1.1" 200 None
2026-03-30 10:03:43 [astonbarclay.gb] INFO: Scrape type for 120028605: 0
2026-03-30 10:03:43 [astonbarclay.gb] INFO: Found listing with ID: 120740786
2026-03-30 10:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120740786%27 HTTP/1.1" 200 None
2026-03-30 10:03:43 [astonbarclay.gb] INFO: Scrape type for 120740786: 0
2026-03-30 10:03:43 [astonbarclay.gb] INFO: Found listing with ID: 120793011
2026-03-30 10:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120793011%27 HTTP/1.1" 200 None
2026-03-30 10:03:43 [astonbarclay.gb] INFO: Scrape type for 120793011: 0
2026-03-30 10:03:43 [astonbarclay.gb] INFO: Found listing with ID: 120123859
2026-03-30 10:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120123859%27 HTTP/1.1" 200 None
2026-03-30 10:03:43 [astonbarclay.gb] INFO: Scrape type for 120123859: 2
2026-03-30 10:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FEK74VML%252F2026-03-26%252Fimage%252F0bd01eb3-9531-41e6-b70f-acf41fe8149c_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:03:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EK74VML/2026-03-26/image/0bd01eb3-9531-41e6-b70f-acf41fe8149c_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FCK68XBY%252F2026-03-25%252Fimage%252Faab41071-5749-4f52-8e63-e630ff57346e_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:03:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/CK68XBY/2026-03-25/image/aab41071-5749-4f52-8e63-e630ff57346e_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:03:43 [astonbarclay.gb] INFO: Found listing with ID: 120741332
2026-03-30 10:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120741332%27 HTTP/1.1" 200 None
2026-03-30 10:03:43 [astonbarclay.gb] INFO: Scrape type for 120741332: 0
2026-03-30 10:03:43 [astonbarclay.gb] INFO: Found listing with ID: 120425496
2026-03-30 10:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120425496%27 HTTP/1.1" 200 None
2026-03-30 10:03:43 [astonbarclay.gb] INFO: Scrape type for 120425496: 2
2026-03-30 10:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FEK74VML%252F2026-03-26%252Fimage%252F5f24fe1f-6a40-4f65-adcd-8ba012186a4b_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:03:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EK74VML/2026-03-26/image/5f24fe1f-6a40-4f65-adcd-8ba012186a4b_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FCK68XBY%252F2026-03-25%252Fimage%252Ff221a6cf-0968-4945-b0ce-264a78eb3e94_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:03:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/CK68XBY/2026-03-25/image/f221a6cf-0968-4945-b0ce-264a78eb3e94_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:03:43 [astonbarclay.gb] INFO: Found listing with ID: 120664681
2026-03-30 10:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120664681%27 HTTP/1.1" 200 None
2026-03-30 10:03:43 [astonbarclay.gb] INFO: Scrape type for 120664681: 2
2026-03-30 10:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FEK74VML%252F2026-03-26%252Fimage%252Faaecc16e-988f-464c-9d38-9edfb4e21d1e_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:03:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EK74VML/2026-03-26/image/aaecc16e-988f-464c-9d38-9edfb4e21d1e_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FCK68XBY%252F2026-03-25%252Fimage%252F5ad2cfcf-d696-4dce-b6be-5ad2b327877c_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:03:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/CK68XBY/2026-03-25/image/5ad2cfcf-d696-4dce-b6be-5ad2b327877c_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:03:43 [astonbarclay.gb] INFO: Found listing with ID: 120688360
2026-03-30 10:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120688360%27 HTTP/1.1" 200 None
2026-03-30 10:03:43 [astonbarclay.gb] INFO: Scrape type for 120688360: 0
2026-03-30 10:03:43 [astonbarclay.gb] INFO: Found listing with ID: 119348978
2026-03-30 10:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27119348978%27 HTTP/1.1" 200 None
2026-03-30 10:03:43 [astonbarclay.gb] INFO: Scrape type for 119348978: 0
2026-03-30 10:03:43 [astonbarclay.gb] INFO: Found listing with ID: 120451637
2026-03-30 10:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120451637%27 HTTP/1.1" 200 None
2026-03-30 10:03:43 [astonbarclay.gb] INFO: Scrape type for 120451637: 2
2026-03-30 10:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FEK74VML%252F2026-03-26%252Fimage%252F14c4d214-0e5b-475f-8f30-7e995e093e0f_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:03:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EK74VML/2026-03-26/image/14c4d214-0e5b-475f-8f30-7e995e093e0f_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:03:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FCK68XBY%252F2026-03-25%252Fimage%252F548fa474-b666-454e-9ff1-5d0924a40420_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:03:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/CK68XBY/2026-03-25/image/548fa474-b666-454e-9ff1-5d0924a40420_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:03:44 [astonbarclay.gb] INFO: Found listing with ID: 120479231
2026-03-30 10:03:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120479231%27 HTTP/1.1" 200 None
2026-03-30 10:03:44 [astonbarclay.gb] INFO: Scrape type for 120479231: 2
2026-03-30 10:03:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FEK74VML%252F2026-03-26%252Fimage%252F2517bea1-328c-45a0-a5cc-6a2426c7bc77_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:03:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EK74VML/2026-03-26/image/2517bea1-328c-45a0-a5cc-6a2426c7bc77_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:03:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FCK68XBY%252F2026-03-25%252Fimage%252F8af556dd-890a-417d-9910-bfac0a45033d_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:03:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/CK68XBY/2026-03-25/image/8af556dd-890a-417d-9910-bfac0a45033d_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:03:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120098083?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:03:44 [astonbarclay.gb] INFO: Found listing with ID: 120691672
2026-03-30 10:03:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120691672%27 HTTP/1.1" 200 None
2026-03-30 10:03:44 [astonbarclay.gb] INFO: Scrape type for 120691672: 0
2026-03-30 10:03:44 [astonbarclay.gb] INFO: Found listing with ID: 120615564
2026-03-30 10:03:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120615564%27 HTTP/1.1" 200 None
2026-03-30 10:03:44 [astonbarclay.gb] INFO: Scrape type for 120615564: 0
2026-03-30 10:03:44 [astonbarclay.gb] INFO: Found listing with ID: 120060692
2026-03-30 10:03:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120060692%27 HTTP/1.1" 200 None
2026-03-30 10:03:44 [astonbarclay.gb] INFO: Scrape type for 120060692: 0
2026-03-30 10:03:44 [astonbarclay.gb] INFO: Found listing with ID: 118978647
2026-03-30 10:03:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27118978647%27 HTTP/1.1" 200 None
2026-03-30 10:03:44 [astonbarclay.gb] INFO: Scrape type for 118978647: 2
2026-03-30 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-30 10:03:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120596146?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:03:44 [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-30 10:03:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/119343898?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:03:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FEK74VML%252F2026-03-26%252Fimage%252Fb11de41c-c12a-4f04-8d9d-b0b345cd3d49_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:03:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EK74VML/2026-03-26/image/b11de41c-c12a-4f04-8d9d-b0b345cd3d49_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:03:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FCK68XBY%252F2026-03-25%252Fimage%252Fdaab5289-9044-442c-94ef-80f60336fb38_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:03:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/CK68XBY/2026-03-25/image/daab5289-9044-442c-94ef-80f60336fb38_removebg.jpg?w=600 not downloaded yet
2026-03-30 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-30 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-30 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-30 10:03:44 [astonbarclay.gb] INFO: Found listing with ID: 117178950
2026-03-30 10:03:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27117178950%27 HTTP/1.1" 200 None
2026-03-30 10:03:44 [astonbarclay.gb] INFO: Scrape type for 117178950: 0
2026-03-30 10:03:44 [astonbarclay.gb] INFO: Found listing with ID: 120247809
2026-03-30 10:03:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120247809%27 HTTP/1.1" 200 None
2026-03-30 10:03:44 [astonbarclay.gb] INFO: Scrape type for 120247809: 2
2026-03-30 10:03:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FEK74VML%252F2026-03-26%252Fimage%252Ffce1d8b6-518b-465f-9816-a23105c1a3b7_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:03:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EK74VML/2026-03-26/image/fce1d8b6-518b-465f-9816-a23105c1a3b7_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:03:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FCK68XBY%252F2026-03-25%252Fimage%252F5d9eca31-8c7b-48a7-9d9b-88b7c2b8ec02_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:03:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/CK68XBY/2026-03-25/image/5d9eca31-8c7b-48a7-9d9b-88b7c2b8ec02_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:03:44 [astonbarclay.gb] INFO: Found listing with ID: 120593663
2026-03-30 10:03:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120593663%27 HTTP/1.1" 200 None
2026-03-30 10:03:44 [astonbarclay.gb] INFO: Scrape type for 120593663: 0
2026-03-30 10:03:44 [astonbarclay.gb] INFO: Found listing with ID: 120050021
2026-03-30 10:03:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120050021%27 HTTP/1.1" 200 None
2026-03-30 10:03:44 [astonbarclay.gb] INFO: Scrape type for 120050021: 0
2026-03-30 10:03:44 [astonbarclay.gb] INFO: Found listing with ID: 120796110
2026-03-30 10:03:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120796110%27 HTTP/1.1" 200 None
2026-03-30 10:03:44 [astonbarclay.gb] INFO: Scrape type for 120796110: 0
2026-03-30 10:03:44 [astonbarclay.gb] INFO: Found listing with ID: 119766991
2026-03-30 10:03:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27119766991%27 HTTP/1.1" 200 None
2026-03-30 10:03:44 [astonbarclay.gb] INFO: Scrape type for 119766991: 0
2026-03-30 10:03:44 [astonbarclay.gb] INFO: Found listing with ID: 120859907
2026-03-30 10:03:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120859907%27 HTTP/1.1" 200 None
2026-03-30 10:03:44 [astonbarclay.gb] INFO: Scrape type for 120859907: 0
2026-03-30 10:03:44 [astonbarclay.gb] INFO: Found listing with ID: 119466330
2026-03-30 10:03:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27119466330%27 HTTP/1.1" 200 None
2026-03-30 10:03:44 [astonbarclay.gb] INFO: Scrape type for 119466330: 0
2026-03-30 10:03:44 [astonbarclay.gb] INFO: Found listing with ID: 120417051
2026-03-30 10:03:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120417051%27 HTTP/1.1" 200 None
2026-03-30 10:03:44 [astonbarclay.gb] INFO: Scrape type for 120417051: 0
2026-03-30 10:03:44 [astonbarclay.gb] INFO: Found listing with ID: 120849253
2026-03-30 10:03:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120849253%27 HTTP/1.1" 200 None
2026-03-30 10:03:44 [astonbarclay.gb] INFO: Scrape type for 120849253: 0
2026-03-30 10:03:44 [astonbarclay.gb] INFO: Found listing with ID: 118211412
2026-03-30 10:03:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27118211412%27 HTTP/1.1" 200 None
2026-03-30 10:03:44 [astonbarclay.gb] INFO: Scrape type for 118211412: 1
2026-03-30 10:03:44 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120098083, 'registration': 'LN75EGV', 'account': 'MOT070', 'make': 'NISSAN', 'model': 'QASHQAI HATCHBACK', 'derivative': '1.5 E-Power Tekna 5dr Auto', 'mileage': 1840, 'mileageWarranty': True, 'type': 'car', 'saleId': 19235, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 727}, 'saleStart': '2026-04-20T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2025-11-30', 'fuel': 'Petrol/Electric Hybrid', 'motExpiry': None, 'doors': 5, 'engineSize': 1497, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/LN75EGV/2026-03-04/image/12ea6c38-4329-4250-8555-06334b6cac42_removebg.jpg?w=600', 'https://abimg003.imgix.net/LN75EGV/2026-03-04/image/157002a1-3cf7-475b-a73b-84eff31c0d62_removebg.jpg?w=600', 'https://abimg003.imgix.net/LN75EGV/2026-03-04/image/654795e1-28c9-4b30-9881-397e5ad09d66_removebg.jpg?w=600', 'https://abimg003.imgix.net/LN75EGV/2026-03-04/image/a3fbac45-d7b5-4edc-86c8-6bba245b4225_removebg.jpg?w=600', 'https://abimg003.imgix.net/LN75EGV/2026-03-04/image/2555b59c-191e-41b7-bb38-2301917a15a1_removebg.jpg?w=600', 'https://abimg003.imgix.net/LN75EGV/2026-03-04/image/04c9aa0b-dc60-4ffe-a7f1-9a1a54d554a7_removebg.jpg?w=600', 'https://abimg003.imgix.net/LN75EGV/2026-03-04/image/b12f72b7-59a1-4e17-b483-406a9c32b9d3_removebg.jpg?w=600', 'https://abimg003.imgix.net/LN75EGV/2026-03-04/image/723878e4-d7c6-4d8f-9d08-d3390127ac4e_removebg.jpg?w=600', 'https://abimg003.imgix.net/LN75EGV/2026-03-04/image/1228f1df-4e9e-4195-bcec-4f92065ac3c5_removebg.jpg?w=600', 'https://abimg003.imgix.net/LN75EGV/2026-03-04/image/032fac67-4571-412e-9cda-d0abcccf1809_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'EMPTY SERVICE BOOK', 'remarks': 'NO V5 FORMER KEEPERS UNKNOWN', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': None, 'v5': False, 'v5details': None, 'co2': 102, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/fec8180d-461d-4b22-bde8-83b053851b06.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:03:44 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120098083, 'registration': 'LN75EGV', 'account': 'MOT070', 'make': 'NISSAN', 'model': 'QASHQAI HATCHBACK', 'derivative': '1.5 E-Power Tekna 5dr Auto', 'mileage': 1840, 'mileageWarranty': True, 'type': 'car', 'saleId': 19235, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 727}, 'saleStart': '2026-04-20T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2025-11-30', 'fuel': 'Petrol/Electric Hybrid', 'motExpiry': None, 'doors': 5, 'engineSize': 1497, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/LN75EGV/2026-03-04/image/12ea6c38-4329-4250-8555-06334b6cac42_removebg.jpg?w=600', 'https://abimg003.imgix.net/LN75EGV/2026-03-04/image/157002a1-3cf7-475b-a73b-84eff31c0d62_removebg.jpg?w=600', 'https://abimg003.imgix.net/LN75EGV/2026-03-04/image/654795e1-28c9-4b30-9881-397e5ad09d66_removebg.jpg?w=600', 'https://abimg003.imgix.net/LN75EGV/2026-03-04/image/a3fbac45-d7b5-4edc-86c8-6bba245b4225_removebg.jpg?w=600', 'https://abimg003.imgix.net/LN75EGV/2026-03-04/image/2555b59c-191e-41b7-bb38-2301917a15a1_removebg.jpg?w=600', 'https://abimg003.imgix.net/LN75EGV/2026-03-04/image/04c9aa0b-dc60-4ffe-a7f1-9a1a54d554a7_removebg.jpg?w=600', 'https://abimg003.imgix.net/LN75EGV/2026-03-04/image/b12f72b7-59a1-4e17-b483-406a9c32b9d3_removebg.jpg?w=600', 'https://abimg003.imgix.net/LN75EGV/2026-03-04/image/723878e4-d7c6-4d8f-9d08-d3390127ac4e_removebg.jpg?w=600', 'https://abimg003.imgix.net/LN75EGV/2026-03-04/image/1228f1df-4e9e-4195-bcec-4f92065ac3c5_removebg.jpg?w=600', 'https://abimg003.imgix.net/LN75EGV/2026-03-04/image/032fac67-4571-412e-9cda-d0abcccf1809_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'EMPTY SERVICE BOOK', 'remarks': 'NO V5 FORMER KEEPERS UNKNOWN', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': None, 'v5': False, 'v5details': None, 'co2': 102, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/fec8180d-461d-4b22-bde8-83b053851b06.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:03:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ad75d66f-2bae-5bca-bd66-e90ec2529c7c with identifier: 120098083
2026-03-30 10:03:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ad75d66f-2bae-5bca-bd66-e90ec2529c7c with scrape type 2
2026-03-30 10:03:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ad75d66f-2bae-5bca-bd66-e90ec2529c7c with scrape type 2
2026-03-30 10:03:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: ad75d66f-2bae-5bca-bd66-e90ec2529c7c, identifier: 120098083
2026-03-30 10:03:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/EK74VML/2026-03-26/image/2517bea1-328c-45a0-a5cc-6a2426c7bc77_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120693731?view=catalogue)
2026-03-30 10:03:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FEK74VML%252F2026-03-26%252Fimage%252F757f5a54-bf5f-41a3-a5e4-c67988ad502e_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:03:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EK74VML/2026-03-26/image/757f5a54-bf5f-41a3-a5e4-c67988ad502e_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:03:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FCK68XBY%252F2026-03-25%252Fimage%252F9421e23f-b6fd-468a-ad8e-fdfa3a488ee4_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:03:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/CK68XBY/2026-03-25/image/9421e23f-b6fd-468a-ad8e-fdfa3a488ee4_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:03:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: ad75d66f-2bae-5bca-bd66-e90ec2529c7c with identifier: 120098083
2026-03-30 10:03:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: ad75d66f-2bae-5bca-bd66-e90ec2529c7c with identifier: 120098083
2026-03-30 10:03:44 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: ad75d66f-2bae-5bca-bd66-e90ec2529c7c with identifier: 120098083 to the API
2026-03-30 10:03:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 10:03:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120098083?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 102,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-04-20T09:00:00Z',
'fuel_type': 'Petrol/Electric Hybrid',
'id': 'ad75d66f-2bae-5bca-bd66-e90ec2529c7c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'LN75EGV',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120098083',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'NISSAN',
'model': 'QASHQAI HATCHBACK',
'odometer': 1840,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-11-30',
'seller_name': 'Motability Operations',
'title': 'NISSAN QASHQAI HATCHBACK 1.5 E-Power Tekna 5dr Auto',
'transmission': 'automatic',
'trim': '1.5 E-Power Tekna 5dr Auto',
'vin': None,
'year': 2025}
2026-03-30 10:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120098083%27 HTTP/1.1" 200 None
2026-03-30 10:03:45 [astonbarclay.gb] INFO: Saving data for 120098083: {'auction_closing_time': 1776675600.0, 'created_time': 1774443809.394682, 'last_price_update_time': 1774865025.064783}
2026-03-30 10:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120098083') HTTP/1.1" 204 0
2026-03-30 10:03:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/CK68XBY/2026-03-25/image/548fa474-b666-454e-9ff1-5d0924a40420_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120766738?view=catalogue)
2026-03-30 10:03:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/CK68XBY/2026-03-25/image/8af556dd-890a-417d-9910-bfac0a45033d_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120766738?view=catalogue)
2026-03-30 10:03:45 [astonbarclay.gb] INFO: Found listing with ID: 116946906
2026-03-30 10:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27116946906%27 HTTP/1.1" 200 None
2026-03-30 10:03:45 [astonbarclay.gb] INFO: Scrape type for 116946906: 0
2026-03-30 10:03:45 [astonbarclay.gb] INFO: Found listing with ID: 120830380
2026-03-30 10:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120830380%27 HTTP/1.1" 200 None
2026-03-30 10:03:45 [astonbarclay.gb] INFO: Scrape type for 120830380: 1
2026-03-30 10:03:45 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120596146, 'registration': 'LY25ACO', 'account': 'MOT070', 'make': 'CUPRA', 'model': 'FORMENTOR ESTATE', 'derivative': '1.5 eTSI 150 V2 5dr DSG', 'mileage': 11103, 'mileageWarranty': True, 'type': 'car', 'saleId': 19235, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 727}, 'saleStart': '2026-04-20T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2025-04-25', 'fuel': 'Petrol', 'motExpiry': None, 'doors': 5, 'engineSize': 1498, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/LY25ACO/2026-03-19/image/5dfb3023-8efd-4afe-a46b-60c2a8cf9b49_removebg.jpg?w=600', 'https://abimg003.imgix.net/LY25ACO/2026-03-19/image/b2660bd2-02eb-4a5e-9927-52ac5a67ca7f_removebg.jpg?w=600', 'https://abimg003.imgix.net/LY25ACO/2026-03-19/image/0cd3a786-a9ac-4d93-baa8-4dec8d6a94d7_removebg.jpg?w=600', 'https://abimg003.imgix.net/LY25ACO/2026-03-19/image/59a64369-5e9c-4735-a72f-a31a53448852_removebg.jpg?w=600', 'https://abimg003.imgix.net/LY25ACO/2026-03-19/image/2bcc49e5-998e-468b-bc22-78cd6a7548df_removebg.jpg?w=600', 'https://abimg003.imgix.net/LY25ACO/2026-03-19/image/bace4ee4-c7a6-43a0-9a12-7a83a19aa2de_removebg.jpg?w=600', 'https://abimg003.imgix.net/LY25ACO/2026-03-19/image/eaf11f43-57ce-4982-9eb8-b7156df2ffa7_removebg.jpg?w=600', 'https://abimg003.imgix.net/LY25ACO/2026-03-19/image/339379d2-9258-45be-8a98-66edbfe3ada2_removebg.jpg?w=600', 'https://abimg003.imgix.net/LY25ACO/2026-03-19/image/09075e10-fea1-4a60-a2ea-438a668747aa_removebg.jpg?w=600', 'https://abimg003.imgix.net/LY25ACO/2026-03-19/image/2a59b7ca-66f2-4fab-ad0a-a0f35a9ccb0d_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'NO V5 FORMER KEEPERS UNKNOWN - SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': None, 'v5': False, 'v5details': None, 'co2': 136, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/bef6d6d4-1b1e-4579-aa72-60fcfe199a03.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:03:45 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120596146, 'registration': 'LY25ACO', 'account': 'MOT070', 'make': 'CUPRA', 'model': 'FORMENTOR ESTATE', 'derivative': '1.5 eTSI 150 V2 5dr DSG', 'mileage': 11103, 'mileageWarranty': True, 'type': 'car', 'saleId': 19235, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 727}, 'saleStart': '2026-04-20T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2025-04-25', 'fuel': 'Petrol', 'motExpiry': None, 'doors': 5, 'engineSize': 1498, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/LY25ACO/2026-03-19/image/5dfb3023-8efd-4afe-a46b-60c2a8cf9b49_removebg.jpg?w=600', 'https://abimg003.imgix.net/LY25ACO/2026-03-19/image/b2660bd2-02eb-4a5e-9927-52ac5a67ca7f_removebg.jpg?w=600', 'https://abimg003.imgix.net/LY25ACO/2026-03-19/image/0cd3a786-a9ac-4d93-baa8-4dec8d6a94d7_removebg.jpg?w=600', 'https://abimg003.imgix.net/LY25ACO/2026-03-19/image/59a64369-5e9c-4735-a72f-a31a53448852_removebg.jpg?w=600', 'https://abimg003.imgix.net/LY25ACO/2026-03-19/image/2bcc49e5-998e-468b-bc22-78cd6a7548df_removebg.jpg?w=600', 'https://abimg003.imgix.net/LY25ACO/2026-03-19/image/bace4ee4-c7a6-43a0-9a12-7a83a19aa2de_removebg.jpg?w=600', 'https://abimg003.imgix.net/LY25ACO/2026-03-19/image/eaf11f43-57ce-4982-9eb8-b7156df2ffa7_removebg.jpg?w=600', 'https://abimg003.imgix.net/LY25ACO/2026-03-19/image/339379d2-9258-45be-8a98-66edbfe3ada2_removebg.jpg?w=600', 'https://abimg003.imgix.net/LY25ACO/2026-03-19/image/09075e10-fea1-4a60-a2ea-438a668747aa_removebg.jpg?w=600', 'https://abimg003.imgix.net/LY25ACO/2026-03-19/image/2a59b7ca-66f2-4fab-ad0a-a0f35a9ccb0d_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'NO V5 FORMER KEEPERS UNKNOWN - SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': None, 'v5': False, 'v5details': None, 'co2': 136, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/bef6d6d4-1b1e-4579-aa72-60fcfe199a03.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:03:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6e3cc96f-d490-50e6-b15f-bb80ece7b4ba with identifier: 120596146
2026-03-30 10:03:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6e3cc96f-d490-50e6-b15f-bb80ece7b4ba with scrape type 2
2026-03-30 10:03:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6e3cc96f-d490-50e6-b15f-bb80ece7b4ba with scrape type 2
2026-03-30 10:03:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 6e3cc96f-d490-50e6-b15f-bb80ece7b4ba, identifier: 120596146
2026-03-30 10:03:45 [astonbarclay.gb] INFO: Detail data: {'cardType': 'e-xchange', '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': 19214, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 440}, 'saleStart': '2026-04-08T08: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, CHARGING LEAD \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-30 10:03:45 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'e-xchange', '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': 19214, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 440}, 'saleStart': '2026-04-08T08: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, CHARGING LEAD \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-30 10:03:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d0826490-c2da-5b3c-abe3-7e99584aa5cf with identifier: 120309460
2026-03-30 10:03:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d0826490-c2da-5b3c-abe3-7e99584aa5cf with scrape type 2
2026-03-30 10:03:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d0826490-c2da-5b3c-abe3-7e99584aa5cf with scrape type 2
2026-03-30 10:03:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: d0826490-c2da-5b3c-abe3-7e99584aa5cf, identifier: 120309460
2026-03-30 10:03:45 [astonbarclay.gb] INFO: Detail data: {'cardType': 'e-xchange', 'id': 119343898, 'registration': 'SL72VUC', 'account': 'ZEN009', 'make': 'VAUXHALL', 'model': 'ASTRA HATCHBACK', 'derivative': '1.2 Turbo 130 Design 5dr', 'mileage': 10814, 'mileageWarranty': True, 'type': 'car', 'saleId': 19214, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 440}, 'saleStart': '2026-04-08T08:45Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2022-10-31', 'fuel': 'Petrol', 'motExpiry': None, 'doors': 5, 'engineSize': 1199, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/SL72VUC/2026-02-19/image/cbfd5a38-0583-4d59-ba79-96eb5b22fb34_removebg.jpg?w=600', 'https://abimg003.imgix.net/SL72VUC/2026-02-19/image/affdb812-bb78-4cbf-82d6-a7fa0dcbe80a_removebg.jpg?w=600', 'https://abimg003.imgix.net/SL72VUC/2026-02-19/image/a065b465-ecd1-4136-b63f-f9df18328ec2_removebg.jpg?w=600', 'https://abimg003.imgix.net/SL72VUC/2026-02-19/image/0771dedc-0876-46f6-928e-52a554af494f_removebg.jpg?w=600', 'https://abimg003.imgix.net/SL72VUC/2026-02-19/image/6d0c5bfc-2ac7-493c-b29f-752dbeb4e1ee_removebg.jpg?w=600', 'https://abimg003.imgix.net/SL72VUC/2026-02-19/image/26fd442c-f959-46c4-a511-d697804885d3_removebg.jpg?w=600', 'https://abimg003.imgix.net/SL72VUC/2026-02-19/image/2fbd75c5-3f8e-4c4f-a254-66a3152cb51b_removebg.jpg?w=600', 'https://abimg003.imgix.net/SL72VUC/2026-02-19/image/98d1b2d2-a7eb-4239-b250-101e6b904549_removebg.jpg?w=600', 'https://abimg003.imgix.net/SL72VUC/2026-02-19/image/124a3608-1e27-47cd-b1c8-6c33fc2f4fa9_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '**1098** OUTSTANDING RECALL', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 122, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/7f490a21-456e-497e-8b64-76a9f1d3e64f.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-30 10:03:45 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'e-xchange', 'id': 119343898, 'registration': 'SL72VUC', 'account': 'ZEN009', 'make': 'VAUXHALL', 'model': 'ASTRA HATCHBACK', 'derivative': '1.2 Turbo 130 Design 5dr', 'mileage': 10814, 'mileageWarranty': True, 'type': 'car', 'saleId': 19214, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 440}, 'saleStart': '2026-04-08T08:45Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2022-10-31', 'fuel': 'Petrol', 'motExpiry': None, 'doors': 5, 'engineSize': 1199, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/SL72VUC/2026-02-19/image/cbfd5a38-0583-4d59-ba79-96eb5b22fb34_removebg.jpg?w=600', 'https://abimg003.imgix.net/SL72VUC/2026-02-19/image/affdb812-bb78-4cbf-82d6-a7fa0dcbe80a_removebg.jpg?w=600', 'https://abimg003.imgix.net/SL72VUC/2026-02-19/image/a065b465-ecd1-4136-b63f-f9df18328ec2_removebg.jpg?w=600', 'https://abimg003.imgix.net/SL72VUC/2026-02-19/image/0771dedc-0876-46f6-928e-52a554af494f_removebg.jpg?w=600', 'https://abimg003.imgix.net/SL72VUC/2026-02-19/image/6d0c5bfc-2ac7-493c-b29f-752dbeb4e1ee_removebg.jpg?w=600', 'https://abimg003.imgix.net/SL72VUC/2026-02-19/image/26fd442c-f959-46c4-a511-d697804885d3_removebg.jpg?w=600', 'https://abimg003.imgix.net/SL72VUC/2026-02-19/image/2fbd75c5-3f8e-4c4f-a254-66a3152cb51b_removebg.jpg?w=600', 'https://abimg003.imgix.net/SL72VUC/2026-02-19/image/98d1b2d2-a7eb-4239-b250-101e6b904549_removebg.jpg?w=600', 'https://abimg003.imgix.net/SL72VUC/2026-02-19/image/124a3608-1e27-47cd-b1c8-6c33fc2f4fa9_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '**1098** OUTSTANDING RECALL', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 122, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/7f490a21-456e-497e-8b64-76a9f1d3e64f.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-30 10:03:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7ac12139-d00c-5ecd-b698-d8ce556a8b8f with identifier: 119343898
2026-03-30 10:03:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7ac12139-d00c-5ecd-b698-d8ce556a8b8f with scrape type 2
2026-03-30 10:03:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7ac12139-d00c-5ecd-b698-d8ce556a8b8f with scrape type 2
2026-03-30 10:03:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 7ac12139-d00c-5ecd-b698-d8ce556a8b8f, identifier: 119343898
2026-03-30 10:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FEK74VML%252F2026-03-26%252Fimage%252F3fa1642a-f125-4bf5-aa49-e75c8830ff88_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:03:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EK74VML/2026-03-26/image/3fa1642a-f125-4bf5-aa49-e75c8830ff88_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FCK68XBY%252F2026-03-25%252Fimage%252Ffbf16f35-905e-4e65-9bf7-fc6750bcba15_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:03:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/CK68XBY/2026-03-25/image/fbf16f35-905e-4e65-9bf7-fc6750bcba15_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:03:45 [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-30 10:03:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 6e3cc96f-d490-50e6-b15f-bb80ece7b4ba with identifier: 120596146
2026-03-30 10:03:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 6e3cc96f-d490-50e6-b15f-bb80ece7b4ba with identifier: 120596146
2026-03-30 10:03:45 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 6e3cc96f-d490-50e6-b15f-bb80ece7b4ba with identifier: 120596146 to the API
2026-03-30 10:03:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 10:03:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120596146?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 136,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-04-20T09:00:00Z',
'fuel_type': 'Petrol',
'id': '6e3cc96f-d490-50e6-b15f-bb80ece7b4ba',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'LY25ACO',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120596146',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'CUPRA',
'model': 'FORMENTOR ESTATE',
'odometer': 11103,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-04-25',
'seller_name': 'Motability Operations',
'title': 'CUPRA FORMENTOR ESTATE 1.5 eTSI 150 V2 5dr DSG',
'transmission': 'automatic',
'trim': '1.5 eTSI 150 V2 5dr DSG',
'vin': None,
'year': 2025}
2026-03-30 10:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120596146%27 HTTP/1.1" 200 None
2026-03-30 10:03:45 [astonbarclay.gb] INFO: Saving data for 120596146: {'auction_closing_time': 1776675600.0, 'created_time': 1774443792.047086, 'last_price_update_time': 1774865025.844821}
2026-03-30 10:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120596146') HTTP/1.1" 204 0
2026-03-30 10:03:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: d0826490-c2da-5b3c-abe3-7e99584aa5cf with identifier: 120309460
2026-03-30 10:03:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: d0826490-c2da-5b3c-abe3-7e99584aa5cf with identifier: 120309460
2026-03-30 10:03:45 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: d0826490-c2da-5b3c-abe3-7e99584aa5cf with identifier: 120309460 to the API
2026-03-30 10:03:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 10:03:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120309460?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-04-08T08: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': 0,
'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-30 10:03:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120309460%27 HTTP/1.1" 200 None
2026-03-30 10:03:46 [astonbarclay.gb] INFO: Saving data for 120309460: {'auction_closing_time': 1775637900.0, 'created_time': 1774346579.717577, 'last_price_update_time': 1774865026.200231}
2026-03-30 10:03:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120309460') HTTP/1.1" 204 0
2026-03-30 10:03:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 7ac12139-d00c-5ecd-b698-d8ce556a8b8f with identifier: 119343898
2026-03-30 10:03:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 7ac12139-d00c-5ecd-b698-d8ce556a8b8f with identifier: 119343898
2026-03-30 10:03:46 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 7ac12139-d00c-5ecd-b698-d8ce556a8b8f with identifier: 119343898 to the API
2026-03-30 10:03:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 10:03:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/119343898?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 122,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-04-08T08:45:00Z',
'fuel_type': 'Petrol',
'id': '7ac12139-d00c-5ecd-b698-d8ce556a8b8f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'SL72VUC',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/119343898',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'VAUXHALL',
'model': 'ASTRA HATCHBACK',
'odometer': 10814,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-10-31',
'seller_name': 'Zenith',
'title': 'VAUXHALL ASTRA HATCHBACK 1.2 Turbo 130 Design 5dr',
'transmission': 'manual',
'trim': '1.2 Turbo 130 Design 5dr',
'vin': None,
'year': 2022}
2026-03-30 10:03:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27119343898%27 HTTP/1.1" 200 None
2026-03-30 10:03:46 [astonbarclay.gb] INFO: Saving data for 119343898: {'auction_closing_time': 1775637900.0, 'created_time': 1773405130.13646, 'last_price_update_time': 1774865026.590055}
2026-03-30 10:03:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='119343898') HTTP/1.1" 204 0
2026-03-30 10:03:46 [astonbarclay.gb] INFO: Found listing with ID: 120859548
2026-03-30 10:03:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120859548%27 HTTP/1.1" 200 None
2026-03-30 10:03:46 [astonbarclay.gb] INFO: Scrape type for 120859548: 0
2026-03-30 10:03:46 [astonbarclay.gb] INFO: Found listing with ID: 120401505
2026-03-30 10:03:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120401505%27 HTTP/1.1" 200 None
2026-03-30 10:03:46 [astonbarclay.gb] INFO: Scrape type for 120401505: 0
2026-03-30 10:03:46 [astonbarclay.gb] INFO: Found listing with ID: 120881180
2026-03-30 10:03:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120881180%27 HTTP/1.1" 200 None
2026-03-30 10:03:46 [astonbarclay.gb] INFO: Scrape type for 120881180: 1
2026-03-30 10:03:46 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:03:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120687560?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:03:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120201490?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:03:46 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:03:46 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:03:46 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:03:46 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f436723c790>
2026-03-30 10:03:46 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:03:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:03:46 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:03:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d6b022b6-3c67-5e1a-a7e2-63a27c75b40e/d6b022b6-3c67-5e1a-a7e2-63a27c75b40e_image_5.jpg HTTP/1.1" 201 0
2026-03-30 10:03:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FEK74VML%252F2026-03-26%252Fimage%252F2517bea1-328c-45a0-a5cc-6a2426c7bc77_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:03:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EK74VML/2026-03-26/image/2517bea1-328c-45a0-a5cc-6a2426c7bc77_removebg.jpg?w=600 saved to cache
2026-03-30 10:03:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item d6b022b6-3c67-5e1a-a7e2-63a27c75b40e
2026-03-30 10:03:46 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:03:46 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f436541afd0>
2026-03-30 10:03:46 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:03:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:03:46 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:03:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_95965825-15ac-5371-8baa-d1573911cc1e/95965825-15ac-5371-8baa-d1573911cc1e_image_4.jpg HTTP/1.1" 201 0
2026-03-30 10:03:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FCK68XBY%252F2026-03-25%252Fimage%252F548fa474-b666-454e-9ff1-5d0924a40420_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:03:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/CK68XBY/2026-03-25/image/548fa474-b666-454e-9ff1-5d0924a40420_removebg.jpg?w=600 saved to cache
2026-03-30 10:03:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 95965825-15ac-5371-8baa-d1573911cc1e
2026-03-30 10:03:46 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:03:46 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f43666bde50>
2026-03-30 10:03:46 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:03:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:03:46 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:03:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_95965825-15ac-5371-8baa-d1573911cc1e/95965825-15ac-5371-8baa-d1573911cc1e_image_5.jpg HTTP/1.1" 201 0
2026-03-30 10:03:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FCK68XBY%252F2026-03-25%252Fimage%252F8af556dd-890a-417d-9910-bfac0a45033d_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:03:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/CK68XBY/2026-03-25/image/8af556dd-890a-417d-9910-bfac0a45033d_removebg.jpg?w=600 saved to cache
2026-03-30 10:03:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 95965825-15ac-5371-8baa-d1573911cc1e
2026-03-30 10:03:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/EK74VML/2026-03-26/image/fce1d8b6-518b-465f-9816-a23105c1a3b7_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120693731?view=catalogue)
2026-03-30 10:03:46 [astonbarclay.gb] INFO: Found listing with ID: 120878130
2026-03-30 10:03:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120878130%27 HTTP/1.1" 200 None
2026-03-30 10:03:46 [astonbarclay.gb] INFO: Scrape type for 120878130: 1
2026-03-30 10:03:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120687773?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:03:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/CK68XBY/2026-03-25/image/5d9eca31-8c7b-48a7-9d9b-88b7c2b8ec02_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120766738?view=catalogue)
2026-03-30 10:03:46 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:03:46 [astonbarclay.gb] INFO: Detail data: {'cardType': 'e-xchange', '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': 19214, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 440}, 'saleStart': '2026-04-08T08: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 CHARGING LEAD', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/67e62a5d-2be6-4b99-9dc0-67f9a59c300a.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-30 10:03:46 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'e-xchange', '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': 19214, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 440}, 'saleStart': '2026-04-08T08: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 CHARGING LEAD', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/67e62a5d-2be6-4b99-9dc0-67f9a59c300a.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-30 10:03:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8fd68f69-ec4c-54b8-82e0-5e4718822e13 with identifier: 120206283
2026-03-30 10:03:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8fd68f69-ec4c-54b8-82e0-5e4718822e13 with scrape type 2
2026-03-30 10:03:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8fd68f69-ec4c-54b8-82e0-5e4718822e13 with scrape type 2
2026-03-30 10:03:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 8fd68f69-ec4c-54b8-82e0-5e4718822e13, identifier: 120206283
2026-03-30 10:03:47 [astonbarclay.gb] INFO: Found listing with ID: 120697033
2026-03-30 10:03:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120697033%27 HTTP/1.1" 200 None
2026-03-30 10:03:47 [astonbarclay.gb] INFO: Scrape type for 120697033: 0
2026-03-30 10:03:47 [astonbarclay.gb] INFO: Found listing with ID: 120763418
2026-03-30 10:03:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120763418%27 HTTP/1.1" 200 None
2026-03-30 10:03:47 [astonbarclay.gb] INFO: Scrape type for 120763418: 0
2026-03-30 10:03:47 [astonbarclay.gb] INFO: Found listing with ID: 120831125
2026-03-30 10:03:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120831125%27 HTTP/1.1" 200 None
2026-03-30 10:03:47 [astonbarclay.gb] INFO: Scrape type for 120831125: 1
2026-03-30 10:03:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 8fd68f69-ec4c-54b8-82e0-5e4718822e13 with identifier: 120206283
2026-03-30 10:03:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 8fd68f69-ec4c-54b8-82e0-5e4718822e13 with identifier: 120206283
2026-03-30 10:03:47 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 8fd68f69-ec4c-54b8-82e0-5e4718822e13 with identifier: 120206283 to the API
2026-03-30 10:03:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 10:03:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120206283?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-04-08T08: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': 0,
'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-30 10:03:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120206283%27 HTTP/1.1" 200 None
2026-03-30 10:03:47 [astonbarclay.gb] INFO: Saving data for 120206283: {'auction_closing_time': 1775637900.0, 'created_time': 1774346571.349683, 'last_price_update_time': 1774865027.478767}
2026-03-30 10:03:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120206283') HTTP/1.1" 204 0
2026-03-30 10:03:47 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120687560, 'registration': 'BU72RZK', 'account': 'INT016', 'make': 'MERCEDES-BENZ', 'model': 'V CLASS DIESEL ESTATE', 'derivative': 'V300 d 237 AMG Line 5dr 9G-Tronic [Extra Long]', 'mileage': 34786, 'mileageWarranty': False, 'type': 'car', 'saleId': 19214, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 440}, 'saleStart': '2026-04-10T08:45Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2022-12-19', 'fuel': 'Diesel', 'motExpiry': '2026-12-18', 'doors': 5, 'engineSize': 1950, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/BU72RZK/2026-03-30/image/98413ae2-0406-486b-ad49-a83e911ecfed_removebg.jpg?w=600', 'https://abimg003.imgix.net/BU72RZK/2026-03-30/image/348ebb1f-54e2-41ee-a1c6-fe750c67a94e_removebg.jpg?w=600', 'https://abimg003.imgix.net/BU72RZK/2026-03-30/image/82ae6ae6-3f81-4d4f-b66f-a2e85e6cb853_removebg.jpg?w=600', 'https://abimg003.imgix.net/BU72RZK/2026-03-30/image/666f718e-1038-47cd-b4a7-7c7a66d81583_removebg.jpg?w=600', 'https://abimg003.imgix.net/BU72RZK/2026-03-30/image/35728e17-b533-4323-8097-d56bcdb229b7_removebg.jpg?w=600', 'https://abimg003.imgix.net/BU72RZK/2026-03-30/image/49f351b0-2093-47e7-a828-ea2fb12ede32_removebg.jpg?w=600', 'https://abimg003.imgix.net/BU72RZK/2026-03-30/image/4a31a3cb-bfc1-4949-bb88-be07a476708d_removebg.jpg?w=600', 'https://abimg003.imgix.net/BU72RZK/2026-03-30/image/e52da65e-abbf-4ec7-a2bd-3c2f857a054a_removebg.jpg?w=600', 'https://abimg003.imgix.net/BU72RZK/2026-03-30/image/f332dea0-d0c8-4065-82e6-45dd21d1563f_removebg.jpg?w=600', 'https://abimg003.imgix.net/BU72RZK/2026-03-30/image/e12781ee-5d54-41e6-85a3-52163926b2f5_removebg.jpg?w=600', 'https://abimg003.imgix.net/BU72RZK/2026-03-30/image/c01ff900-bc89-4bb6-9a3f-e69a7780c4ec_removebg.jpg?w=600', 'https://abimg003.imgix.net/BU72RZK/2026-03-30/image/b0bdca94-3455-4883-9c14-d03f30d38464_removebg.jpg?w=600', 'https://abimg003.imgix.net/BU72RZK/2026-03-30/image/7faaf771-6216-4586-bff9-2e804aec74f3_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '**1478** VOSA STATES 33K, SPARE KEY AC13 LUXURY CONVERSION 5 SEAT CONFIGURATION LUXURY HEATED, COOLED & MASSAGE RECLINING SEATS WIRELESS PHONE CHARGERS CENTRE CONSOLE DRIVERS PRIVACY PARTITION WITH HDMI FLATSCREEN REAR ROOF MONITOR INFOTAINMENT SYSTEM WITH AUDIO UPGRADE REAR SCREEN APPLE TV WI-FI STARLIGHT ROOF WITH AMBIENT AIR VENTS ALCANTARA CURTAINS', 'virtual': False, 'seller': 'Interbay Asset Finance', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 204, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/73a8322f-b876-412c-9278-f60ca2f02186.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:03:47 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120687560, 'registration': 'BU72RZK', 'account': 'INT016', 'make': 'MERCEDES-BENZ', 'model': 'V CLASS DIESEL ESTATE', 'derivative': 'V300 d 237 AMG Line 5dr 9G-Tronic [Extra Long]', 'mileage': 34786, 'mileageWarranty': False, 'type': 'car', 'saleId': 19214, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 440}, 'saleStart': '2026-04-10T08:45Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2022-12-19', 'fuel': 'Diesel', 'motExpiry': '2026-12-18', 'doors': 5, 'engineSize': 1950, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/BU72RZK/2026-03-30/image/98413ae2-0406-486b-ad49-a83e911ecfed_removebg.jpg?w=600', 'https://abimg003.imgix.net/BU72RZK/2026-03-30/image/348ebb1f-54e2-41ee-a1c6-fe750c67a94e_removebg.jpg?w=600', 'https://abimg003.imgix.net/BU72RZK/2026-03-30/image/82ae6ae6-3f81-4d4f-b66f-a2e85e6cb853_removebg.jpg?w=600', 'https://abimg003.imgix.net/BU72RZK/2026-03-30/image/666f718e-1038-47cd-b4a7-7c7a66d81583_removebg.jpg?w=600', 'https://abimg003.imgix.net/BU72RZK/2026-03-30/image/35728e17-b533-4323-8097-d56bcdb229b7_removebg.jpg?w=600', 'https://abimg003.imgix.net/BU72RZK/2026-03-30/image/49f351b0-2093-47e7-a828-ea2fb12ede32_removebg.jpg?w=600', 'https://abimg003.imgix.net/BU72RZK/2026-03-30/image/4a31a3cb-bfc1-4949-bb88-be07a476708d_removebg.jpg?w=600', 'https://abimg003.imgix.net/BU72RZK/2026-03-30/image/e52da65e-abbf-4ec7-a2bd-3c2f857a054a_removebg.jpg?w=600', 'https://abimg003.imgix.net/BU72RZK/2026-03-30/image/f332dea0-d0c8-4065-82e6-45dd21d1563f_removebg.jpg?w=600', 'https://abimg003.imgix.net/BU72RZK/2026-03-30/image/e12781ee-5d54-41e6-85a3-52163926b2f5_removebg.jpg?w=600', 'https://abimg003.imgix.net/BU72RZK/2026-03-30/image/c01ff900-bc89-4bb6-9a3f-e69a7780c4ec_removebg.jpg?w=600', 'https://abimg003.imgix.net/BU72RZK/2026-03-30/image/b0bdca94-3455-4883-9c14-d03f30d38464_removebg.jpg?w=600', 'https://abimg003.imgix.net/BU72RZK/2026-03-30/image/7faaf771-6216-4586-bff9-2e804aec74f3_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '**1478** VOSA STATES 33K, SPARE KEY AC13 LUXURY CONVERSION 5 SEAT CONFIGURATION LUXURY HEATED, COOLED & MASSAGE RECLINING SEATS WIRELESS PHONE CHARGERS CENTRE CONSOLE DRIVERS PRIVACY PARTITION WITH HDMI FLATSCREEN REAR ROOF MONITOR INFOTAINMENT SYSTEM WITH AUDIO UPGRADE REAR SCREEN APPLE TV WI-FI STARLIGHT ROOF WITH AMBIENT AIR VENTS ALCANTARA CURTAINS', 'virtual': False, 'seller': 'Interbay Asset Finance', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 204, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/73a8322f-b876-412c-9278-f60ca2f02186.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:03:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 179656cb-be7b-5345-bc45-5fda0c32f210 with identifier: 120687560
2026-03-30 10:03:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 179656cb-be7b-5345-bc45-5fda0c32f210 with scrape type 1
2026-03-30 10:03:47 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 179656cb-be7b-5345-bc45-5fda0c32f210
2026-03-30 10:03:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03: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%252FBU72RZK%252F2026-03-30%252Fimage%252F98413ae2-0406-486b-ad49-a83e911ecfed_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:03:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/BU72RZK/2026-03-30/image/98413ae2-0406-486b-ad49-a83e911ecfed_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:03:47 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120201490, 'registration': 'LV75NHA', 'account': 'MOT070', 'make': 'CUPRA', 'model': 'FORMENTOR ESTATE', 'derivative': '1.5 eTSI 150 V2 5dr DSG', 'mileage': 6697, 'mileageWarranty': True, 'type': 'car', 'saleId': 19235, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 727}, 'saleStart': '2026-04-20T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2025-09-16', 'fuel': 'Petrol', 'motExpiry': None, 'doors': 5, 'engineSize': 1498, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/LV75NHA/2026-03-06/image/7b3dbc32-80e7-4dbe-ae33-2fd57acdd2b3_removebg.jpg?w=600', 'https://abimg003.imgix.net/LV75NHA/2026-03-06/image/cb8d4a59-8ae5-48af-8093-e567a4006e45_removebg.jpg?w=600', 'https://abimg003.imgix.net/LV75NHA/2026-03-06/image/1e2d1de7-9b08-485a-9340-661f2c0df678_removebg.jpg?w=600', 'https://abimg003.imgix.net/LV75NHA/2026-03-06/image/fb986709-9fbf-4a12-a021-b005e209aa33_removebg.jpg?w=600', 'https://abimg003.imgix.net/LV75NHA/2026-03-06/image/a2cc61f8-e830-4325-8fe3-67a1d13fc51f_removebg.jpg?w=600', 'https://abimg003.imgix.net/LV75NHA/2026-03-06/image/3a1a9afb-fe8f-4966-8975-71dbd5a88614_removebg.jpg?w=600', 'https://abimg003.imgix.net/LV75NHA/2026-03-06/image/a6deda1b-bd17-4b79-9969-17f941bf7ea4_removebg.jpg?w=600', 'https://abimg003.imgix.net/LV75NHA/2026-03-06/image/4aacb207-0bd2-4b88-8826-4c4bef2a2451_removebg.jpg?w=600', 'https://abimg003.imgix.net/LV75NHA/2026-03-06/image/d5797e29-68a2-4865-b95f-2df74e0fff3c_removebg.jpg?w=600', 'https://abimg003.imgix.net/LV75NHA/2026-03-06/image/c520f401-853f-4145-9e13-851730fc25d0_removebg.jpg?w=600', 'https://abimg003.imgix.net/LV75NHA/2026-03-06/image/6374e495-6033-4435-a25b-447294106f76_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': False, 'v5details': None, 'co2': 136, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/8a091c09-5ecd-42ed-b874-cfccafd28552.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:03:47 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120201490, 'registration': 'LV75NHA', 'account': 'MOT070', 'make': 'CUPRA', 'model': 'FORMENTOR ESTATE', 'derivative': '1.5 eTSI 150 V2 5dr DSG', 'mileage': 6697, 'mileageWarranty': True, 'type': 'car', 'saleId': 19235, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 727}, 'saleStart': '2026-04-20T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2025-09-16', 'fuel': 'Petrol', 'motExpiry': None, 'doors': 5, 'engineSize': 1498, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/LV75NHA/2026-03-06/image/7b3dbc32-80e7-4dbe-ae33-2fd57acdd2b3_removebg.jpg?w=600', 'https://abimg003.imgix.net/LV75NHA/2026-03-06/image/cb8d4a59-8ae5-48af-8093-e567a4006e45_removebg.jpg?w=600', 'https://abimg003.imgix.net/LV75NHA/2026-03-06/image/1e2d1de7-9b08-485a-9340-661f2c0df678_removebg.jpg?w=600', 'https://abimg003.imgix.net/LV75NHA/2026-03-06/image/fb986709-9fbf-4a12-a021-b005e209aa33_removebg.jpg?w=600', 'https://abimg003.imgix.net/LV75NHA/2026-03-06/image/a2cc61f8-e830-4325-8fe3-67a1d13fc51f_removebg.jpg?w=600', 'https://abimg003.imgix.net/LV75NHA/2026-03-06/image/3a1a9afb-fe8f-4966-8975-71dbd5a88614_removebg.jpg?w=600', 'https://abimg003.imgix.net/LV75NHA/2026-03-06/image/a6deda1b-bd17-4b79-9969-17f941bf7ea4_removebg.jpg?w=600', 'https://abimg003.imgix.net/LV75NHA/2026-03-06/image/4aacb207-0bd2-4b88-8826-4c4bef2a2451_removebg.jpg?w=600', 'https://abimg003.imgix.net/LV75NHA/2026-03-06/image/d5797e29-68a2-4865-b95f-2df74e0fff3c_removebg.jpg?w=600', 'https://abimg003.imgix.net/LV75NHA/2026-03-06/image/c520f401-853f-4145-9e13-851730fc25d0_removebg.jpg?w=600', 'https://abimg003.imgix.net/LV75NHA/2026-03-06/image/6374e495-6033-4435-a25b-447294106f76_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': False, 'v5details': None, 'co2': 136, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/8a091c09-5ecd-42ed-b874-cfccafd28552.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:03:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cba03e47-0480-527f-b727-989ba597ee73 with identifier: 120201490
2026-03-30 10:03:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cba03e47-0480-527f-b727-989ba597ee73 with scrape type 2
2026-03-30 10:03:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cba03e47-0480-527f-b727-989ba597ee73 with scrape type 2
2026-03-30 10:03:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: cba03e47-0480-527f-b727-989ba597ee73, identifier: 120201490
2026-03-30 10:03:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/EK74VML/2026-03-26/image/3fa1642a-f125-4bf5-aa49-e75c8830ff88_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120693731?view=catalogue)
2026-03-30 10:03:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: cba03e47-0480-527f-b727-989ba597ee73 with identifier: 120201490
2026-03-30 10:03:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: cba03e47-0480-527f-b727-989ba597ee73 with identifier: 120201490
2026-03-30 10:03:47 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: cba03e47-0480-527f-b727-989ba597ee73 with identifier: 120201490 to the API
2026-03-30 10:03:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 10:03:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120201490?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 136,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-04-20T09:00:00Z',
'fuel_type': 'Petrol',
'id': 'cba03e47-0480-527f-b727-989ba597ee73',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'LV75NHA',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120201490',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'CUPRA',
'model': 'FORMENTOR ESTATE',
'odometer': 6697,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-09-16',
'seller_name': 'Motability Operations',
'title': 'CUPRA FORMENTOR ESTATE 1.5 eTSI 150 V2 5dr DSG',
'transmission': 'automatic',
'trim': '1.5 eTSI 150 V2 5dr DSG',
'vin': None,
'year': 2025}
2026-03-30 10:03:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120201490%27 HTTP/1.1" 200 None
2026-03-30 10:03:48 [astonbarclay.gb] INFO: Saving data for 120201490: {'auction_closing_time': 1776675600.0, 'created_time': 1774443774.685999, 'last_price_update_time': 1774865028.137335}
2026-03-30 10:03:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120201490') HTTP/1.1" 204 0
2026-03-30 10:03:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/CK68XBY/2026-03-25/image/fbf16f35-905e-4e65-9bf7-fc6750bcba15_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120766738?view=catalogue)
2026-03-30 10:03:48 [astonbarclay.gb] INFO: Found listing with ID: 118690249
2026-03-30 10:03:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27118690249%27 HTTP/1.1" 200 None
2026-03-30 10:03:48 [astonbarclay.gb] INFO: Scrape type for 118690249: 0
2026-03-30 10:03:48 [astonbarclay.gb] INFO: Found listing with ID: 120800462
2026-03-30 10:03:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120800462%27 HTTP/1.1" 200 None
2026-03-30 10:03:48 [astonbarclay.gb] INFO: Scrape type for 120800462: 0
2026-03-30 10:03:48 [astonbarclay.gb] INFO: Found listing with ID: 120865694
2026-03-30 10:03:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120865694%27 HTTP/1.1" 200 None
2026-03-30 10:03:48 [astonbarclay.gb] INFO: Scrape type for 120865694: 0
2026-03-30 10:03:48 [astonbarclay.gb] INFO: Found listing with ID: 119798796
2026-03-30 10:03:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27119798796%27 HTTP/1.1" 200 None
2026-03-30 10:03:48 [astonbarclay.gb] INFO: Scrape type for 119798796: 0
2026-03-30 10:03:48 [astonbarclay.gb] INFO: Found listing with ID: 120866801
2026-03-30 10:03:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120866801%27 HTTP/1.1" 200 None
2026-03-30 10:03:48 [astonbarclay.gb] INFO: Scrape type for 120866801: 0
2026-03-30 10:03:48 [astonbarclay.gb] INFO: Found listing with ID: 120862821
2026-03-30 10:03:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120862821%27 HTTP/1.1" 200 None
2026-03-30 10:03:48 [astonbarclay.gb] INFO: Scrape type for 120862821: 0
2026-03-30 10:03:48 [astonbarclay.gb] INFO: Found listing with ID: 120862317
2026-03-30 10:03:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120862317%27 HTTP/1.1" 200 None
2026-03-30 10:03:48 [astonbarclay.gb] INFO: Scrape type for 120862317: 0
2026-03-30 10:03:48 [astonbarclay.gb] INFO: Found listing with ID: 120858057
2026-03-30 10:03:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120858057%27 HTTP/1.1" 200 None
2026-03-30 10:03:48 [astonbarclay.gb] INFO: Scrape type for 120858057: 0
2026-03-30 10:03:48 [astonbarclay.gb] INFO: Found listing with ID: 120677113
2026-03-30 10:03:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120677113%27 HTTP/1.1" 200 None
2026-03-30 10:03:48 [astonbarclay.gb] INFO: Scrape type for 120677113: 0
2026-03-30 10:03:48 [astonbarclay.gb] INFO: Found listing with ID: 120538387
2026-03-30 10:03:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120538387%27 HTTP/1.1" 200 None
2026-03-30 10:03:48 [astonbarclay.gb] INFO: Scrape type for 120538387: 0
2026-03-30 10:03:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FBU72RZK%252F2026-03-30%252Fimage%252F348ebb1f-54e2-41ee-a1c6-fe750c67a94e_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:03:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/BU72RZK/2026-03-30/image/348ebb1f-54e2-41ee-a1c6-fe750c67a94e_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:03:48 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:03:48 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f436502e950>
2026-03-30 10:03:48 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:03:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:03:48 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:03:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d6b022b6-3c67-5e1a-a7e2-63a27c75b40e/d6b022b6-3c67-5e1a-a7e2-63a27c75b40e_image_7.jpg HTTP/1.1" 201 0
2026-03-30 10:03:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FEK74VML%252F2026-03-26%252Fimage%252Ffce1d8b6-518b-465f-9816-a23105c1a3b7_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:03:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EK74VML/2026-03-26/image/fce1d8b6-518b-465f-9816-a23105c1a3b7_removebg.jpg?w=600 saved to cache
2026-03-30 10:03:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item d6b022b6-3c67-5e1a-a7e2-63a27c75b40e
2026-03-30 10:03:48 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120687773, 'registration': 'AP72FND', 'account': 'MOT070', 'make': 'FORD', 'model': 'FIESTA HATCHBACK', 'derivative': '1.0 EcoBoost ST-Line X 5dr', 'mileage': 1, 'mileageWarranty': True, 'type': 'car', 'saleId': 19235, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 727}, 'saleStart': '2026-04-20T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2022-12-24', 'fuel': 'Petrol', 'motExpiry': '2026-11-05', 'doors': 5, 'engineSize': 998, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/AP72FND/2026-03-28/image/994d53fb-40f5-4347-934d-fce61ec5a883_removebg.jpg?w=600', 'https://abimg003.imgix.net/AP72FND/2026-03-28/image/e76ebad0-6cd5-4d6d-bf50-a3f5a1e75846_removebg.jpg?w=600', 'https://abimg003.imgix.net/AP72FND/2026-03-28/image/73ce47ce-d272-433b-a6cf-96b936569d66_removebg.jpg?w=600', 'https://abimg003.imgix.net/AP72FND/2026-03-28/image/d28f573f-381d-4da0-b015-5e468750d09c_removebg.jpg?w=600', 'https://abimg003.imgix.net/AP72FND/2026-03-28/image/1e1eb1b0-9fef-4669-93e3-b7859684eaf7_removebg.jpg?w=600', 'https://abimg003.imgix.net/AP72FND/2026-03-28/image/0f505416-2147-4028-8ee9-d649e717ccb7_removebg.jpg?w=600', 'https://abimg003.imgix.net/AP72FND/2026-03-28/image/42031204-9e98-4578-aa1e-4b46f5a52448_removebg.jpg?w=600', 'https://abimg003.imgix.net/AP72FND/2026-03-28/image/59f1a0fc-505c-47b1-9568-abc038aff63d_removebg.jpg?w=600', 'https://abimg003.imgix.net/AP72FND/2026-03-28/image/21f22d67-53ff-43a4-ac50-35e1200e6dc0_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 01/24 11K - 04/25 29K', 'remarks': '', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': None, 'v5': False, 'v5details': None, 'co2': 131, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/eed2e6eb-9454-4749-a149-fd44e7dc6b56.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:03:48 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120687773, 'registration': 'AP72FND', 'account': 'MOT070', 'make': 'FORD', 'model': 'FIESTA HATCHBACK', 'derivative': '1.0 EcoBoost ST-Line X 5dr', 'mileage': 1, 'mileageWarranty': True, 'type': 'car', 'saleId': 19235, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 727}, 'saleStart': '2026-04-20T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2022-12-24', 'fuel': 'Petrol', 'motExpiry': '2026-11-05', 'doors': 5, 'engineSize': 998, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/AP72FND/2026-03-28/image/994d53fb-40f5-4347-934d-fce61ec5a883_removebg.jpg?w=600', 'https://abimg003.imgix.net/AP72FND/2026-03-28/image/e76ebad0-6cd5-4d6d-bf50-a3f5a1e75846_removebg.jpg?w=600', 'https://abimg003.imgix.net/AP72FND/2026-03-28/image/73ce47ce-d272-433b-a6cf-96b936569d66_removebg.jpg?w=600', 'https://abimg003.imgix.net/AP72FND/2026-03-28/image/d28f573f-381d-4da0-b015-5e468750d09c_removebg.jpg?w=600', 'https://abimg003.imgix.net/AP72FND/2026-03-28/image/1e1eb1b0-9fef-4669-93e3-b7859684eaf7_removebg.jpg?w=600', 'https://abimg003.imgix.net/AP72FND/2026-03-28/image/0f505416-2147-4028-8ee9-d649e717ccb7_removebg.jpg?w=600', 'https://abimg003.imgix.net/AP72FND/2026-03-28/image/42031204-9e98-4578-aa1e-4b46f5a52448_removebg.jpg?w=600', 'https://abimg003.imgix.net/AP72FND/2026-03-28/image/59f1a0fc-505c-47b1-9568-abc038aff63d_removebg.jpg?w=600', 'https://abimg003.imgix.net/AP72FND/2026-03-28/image/21f22d67-53ff-43a4-ac50-35e1200e6dc0_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 01/24 11K - 04/25 29K', 'remarks': '', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': None, 'v5': False, 'v5details': None, 'co2': 131, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/eed2e6eb-9454-4749-a149-fd44e7dc6b56.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:03:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 858e1471-95ca-5ff2-9d68-0511fb6f8b50 with identifier: 120687773
2026-03-30 10:03:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 858e1471-95ca-5ff2-9d68-0511fb6f8b50 with scrape type 2
2026-03-30 10:03:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 858e1471-95ca-5ff2-9d68-0511fb6f8b50 with scrape type 2
2026-03-30 10:03:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 858e1471-95ca-5ff2-9d68-0511fb6f8b50, identifier: 120687773
2026-03-30 10:03:48 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:03:48 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f43654a58d0>
2026-03-30 10:03:48 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:03:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:03:48 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:03:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_95965825-15ac-5371-8baa-d1573911cc1e/95965825-15ac-5371-8baa-d1573911cc1e_image_7.jpg HTTP/1.1" 201 0
2026-03-30 10:03:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FCK68XBY%252F2026-03-25%252Fimage%252F5d9eca31-8c7b-48a7-9d9b-88b7c2b8ec02_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:03:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/CK68XBY/2026-03-25/image/5d9eca31-8c7b-48a7-9d9b-88b7c2b8ec02_removebg.jpg?w=600 saved to cache
2026-03-30 10:03:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 95965825-15ac-5371-8baa-d1573911cc1e
2026-03-30 10:03:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/CK68XBY/2026-03-25/image/9421e23f-b6fd-468a-ad8e-fdfa3a488ee4_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120766738?view=catalogue)
2026-03-30 10:03:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120695948?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:03:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120616450?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:03:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120196056?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:03:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 858e1471-95ca-5ff2-9d68-0511fb6f8b50 with identifier: 120687773
2026-03-30 10:03:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 858e1471-95ca-5ff2-9d68-0511fb6f8b50 with identifier: 120687773
2026-03-30 10:03:48 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 858e1471-95ca-5ff2-9d68-0511fb6f8b50 with identifier: 120687773 to the API
2026-03-30 10:03:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 10:03:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120687773?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 131,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-04-20T09:00:00Z',
'fuel_type': 'Petrol',
'id': '858e1471-95ca-5ff2-9d68-0511fb6f8b50',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'AP72FND',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120687773',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'FORD',
'model': 'FIESTA HATCHBACK',
'odometer': 1,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-12-24',
'seller_name': 'Motability Operations',
'title': 'FORD FIESTA HATCHBACK 1.0 EcoBoost ST-Line X 5dr',
'transmission': 'manual',
'trim': '1.0 EcoBoost ST-Line X 5dr',
'vin': None,
'year': 2022}
2026-03-30 10:03:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27120687773%27 HTTP/1.1" 200 None
2026-03-30 10:03:48 [astonbarclay.gb] INFO: Saving data for 120687773: {'auction_closing_time': 1776675600.0, 'created_time': 1774551995.243829, 'last_price_update_time': 1774865028.870908}
2026-03-30 10:03:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120687773') HTTP/1.1" 204 0
2026-03-30 10:03:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/EK74VML/2026-03-26/image/757f5a54-bf5f-41a3-a5e4-c67988ad502e_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120693731?view=catalogue)
2026-03-30 10:03:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FBU72RZK%252F2026-03-30%252Fimage%252F82ae6ae6-3f81-4d4f-b66f-a2e85e6cb853_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:03:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/BU72RZK/2026-03-30/image/82ae6ae6-3f81-4d4f-b66f-a2e85e6cb853_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:03:48 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:03:48 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:03:49 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:03:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120546136?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:03:49 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:03:49 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f4364fea750>
2026-03-30 10:03:49 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:03:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:03:49 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:03:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d6b022b6-3c67-5e1a-a7e2-63a27c75b40e/d6b022b6-3c67-5e1a-a7e2-63a27c75b40e_image_9.jpg HTTP/1.1" 201 0
2026-03-30 10:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FEK74VML%252F2026-03-26%252Fimage%252F3fa1642a-f125-4bf5-aa49-e75c8830ff88_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:03:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EK74VML/2026-03-26/image/3fa1642a-f125-4bf5-aa49-e75c8830ff88_removebg.jpg?w=600 saved to cache
2026-03-30 10:03:49 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item d6b022b6-3c67-5e1a-a7e2-63a27c75b40e
2026-03-30 10:03:49 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:03:49 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f43651e3450>
2026-03-30 10:03:49 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:03:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:03:49 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:03:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_95965825-15ac-5371-8baa-d1573911cc1e/95965825-15ac-5371-8baa-d1573911cc1e_image_9.jpg HTTP/1.1" 201 0
2026-03-30 10:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FCK68XBY%252F2026-03-25%252Fimage%252Ffbf16f35-905e-4e65-9bf7-fc6750bcba15_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:03:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/CK68XBY/2026-03-25/image/fbf16f35-905e-4e65-9bf7-fc6750bcba15_removebg.jpg?w=600 saved to cache
2026-03-30 10:03:49 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 95965825-15ac-5371-8baa-d1573911cc1e
2026-03-30 10:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FBU72RZK%252F2026-03-30%252Fimage%252F666f718e-1038-47cd-b4a7-7c7a66d81583_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:03:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/BU72RZK/2026-03-30/image/666f718e-1038-47cd-b4a7-7c7a66d81583_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:03:49 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:03:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/BU72RZK/2026-03-30/image/98413ae2-0406-486b-ad49-a83e911ecfed_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120687560?view=catalogue)
2026-03-30 10:03:49 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:03:49 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f4365206910>
2026-03-30 10:03:49 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:03:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:03:49 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:03:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_95965825-15ac-5371-8baa-d1573911cc1e/95965825-15ac-5371-8baa-d1573911cc1e_image_8.jpg HTTP/1.1" 201 0
2026-03-30 10:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FCK68XBY%252F2026-03-25%252Fimage%252F9421e23f-b6fd-468a-ad8e-fdfa3a488ee4_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:03:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/CK68XBY/2026-03-25/image/9421e23f-b6fd-468a-ad8e-fdfa3a488ee4_removebg.jpg?w=600 saved to cache
2026-03-30 10:03:49 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 95965825-15ac-5371-8baa-d1573911cc1e
2026-03-30 10:03:49 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120695948, 'registration': 'LT23OLU', 'account': 'MOT070', 'make': 'AUDI', 'model': 'Q2 ESTATE', 'derivative': '35 TFSI S Line 5dr S Tronic', 'mileage': 26634, 'mileageWarranty': True, 'type': 'car', 'saleId': 19235, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 727}, 'saleStart': '2026-04-20T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2023-03-24', 'fuel': 'Petrol', 'motExpiry': None, 'doors': 5, 'engineSize': 1498, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/LT23OLU/2026-03-26/image/b203d5ea-6bd8-4716-b430-49ca5cbfcd66_removebg.jpg?w=600', 'https://abimg003.imgix.net/LT23OLU/2026-03-26/image/ebbd6541-57c0-4cfd-b76f-774d5507eacc_removebg.jpg?w=600', 'https://abimg003.imgix.net/LT23OLU/2026-03-26/image/168fa85b-5fee-4151-a834-cb69579aebad_removebg.jpg?w=600', 'https://abimg003.imgix.net/LT23OLU/2026-03-26/image/f2d6f417-d39b-486f-985a-b52c5d8d6994_removebg.jpg?w=600', 'https://abimg003.imgix.net/LT23OLU/2026-03-26/image/8599ba89-9faf-4f9f-9b96-6165c003ea60_removebg.jpg?w=600', 'https://abimg003.imgix.net/LT23OLU/2026-03-26/image/8864f1fc-af5c-489e-b8b0-baca84cbebf5_removebg.jpg?w=600', 'https://abimg003.imgix.net/LT23OLU/2026-03-26/image/b733965e-05d4-4d53-8e9e-b7d4df2edf1d_removebg.jpg?w=600', 'https://abimg003.imgix.net/LT23OLU/2026-03-26/image/4a84925c-6adb-4d7a-b5b8-30f63095c91a_removebg.jpg?w=600', 'https://abimg003.imgix.net/LT23OLU/2026-03-26/image/8d42e617-8e05-4b58-8d77-3f0fe07b9db6_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 04/24 3K - 04/25 13K - 11/25 22K', 'remarks': 'NO V5 FORMER KEEPERS UNKNOWN - SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': None, 'v5': False, 'v5details': None, 'co2': 141, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/67440021-d0b2-4027-9b91-7b775df2988a.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:03:49 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120695948, 'registration': 'LT23OLU', 'account': 'MOT070', 'make': 'AUDI', 'model': 'Q2 ESTATE', 'derivative': '35 TFSI S Line 5dr S Tronic', 'mileage': 26634, 'mileageWarranty': True, 'type': 'car', 'saleId': 19235, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 727}, 'saleStart': '2026-04-20T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2023-03-24', 'fuel': 'Petrol', 'motExpiry': None, 'doors': 5, 'engineSize': 1498, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/LT23OLU/2026-03-26/image/b203d5ea-6bd8-4716-b430-49ca5cbfcd66_removebg.jpg?w=600', 'https://abimg003.imgix.net/LT23OLU/2026-03-26/image/ebbd6541-57c0-4cfd-b76f-774d5507eacc_removebg.jpg?w=600', 'https://abimg003.imgix.net/LT23OLU/2026-03-26/image/168fa85b-5fee-4151-a834-cb69579aebad_removebg.jpg?w=600', 'https://abimg003.imgix.net/LT23OLU/2026-03-26/image/f2d6f417-d39b-486f-985a-b52c5d8d6994_removebg.jpg?w=600', 'https://abimg003.imgix.net/LT23OLU/2026-03-26/image/8599ba89-9faf-4f9f-9b96-6165c003ea60_removebg.jpg?w=600', 'https://abimg003.imgix.net/LT23OLU/2026-03-26/image/8864f1fc-af5c-489e-b8b0-baca84cbebf5_removebg.jpg?w=600', 'https://abimg003.imgix.net/LT23OLU/2026-03-26/image/b733965e-05d4-4d53-8e9e-b7d4df2edf1d_removebg.jpg?w=600', 'https://abimg003.imgix.net/LT23OLU/2026-03-26/image/4a84925c-6adb-4d7a-b5b8-30f63095c91a_removebg.jpg?w=600', 'https://abimg003.imgix.net/LT23OLU/2026-03-26/image/8d42e617-8e05-4b58-8d77-3f0fe07b9db6_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 04/24 3K - 04/25 13K - 11/25 22K', 'remarks': 'NO V5 FORMER KEEPERS UNKNOWN - SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': None, 'v5': False, 'v5details': None, 'co2': 141, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/67440021-d0b2-4027-9b91-7b775df2988a.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:03:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f4632c12-990f-578c-93a8-49aea7a65aef with identifier: 120695948
2026-03-30 10:03:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f4632c12-990f-578c-93a8-49aea7a65aef with scrape type 2
2026-03-30 10:03:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f4632c12-990f-578c-93a8-49aea7a65aef with scrape type 2
2026-03-30 10:03:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: f4632c12-990f-578c-93a8-49aea7a65aef, identifier: 120695948
2026-03-30 10:03:49 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120616450, 'registration': 'RJ72FRL', 'account': 'MOT070', 'make': 'VOLKSWAGEN', 'model': 'TAIGO HATCHBACK', 'derivative': '1.0 TSI 110 R-Line 5dr DSG', 'mileage': 43779, 'mileageWarranty': True, 'type': 'car', 'saleId': 19235, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 727}, 'saleStart': '2026-04-20T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2022-12-28', 'fuel': 'Petrol', 'motExpiry': '2026-11-20', 'doors': 5, 'engineSize': 999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/RJ72FRL/2026-03-19/image/020fbf05-c3bd-4d00-baff-ef18864b3242_removebg.jpg?w=600', 'https://abimg003.imgix.net/RJ72FRL/2026-03-19/image/196794c0-6876-44a1-9447-471a189ea59f_removebg.jpg?w=600', 'https://abimg003.imgix.net/RJ72FRL/2026-03-19/image/eff16d8d-68c8-4e45-bc99-00c371474ce9_removebg.jpg?w=600', 'https://abimg003.imgix.net/RJ72FRL/2026-03-19/image/303a86c2-301c-4272-84e7-d74fd73dfaa5_removebg.jpg?w=600', 'https://abimg003.imgix.net/RJ72FRL/2026-03-19/image/228b0acc-ff23-44a9-9f09-ac08a9068bfd_removebg.jpg?w=600', 'https://abimg003.imgix.net/RJ72FRL/2026-03-19/image/2018d556-8e52-4050-afe5-cf8567146181_removebg.jpg?w=600', 'https://abimg003.imgix.net/RJ72FRL/2026-03-19/image/1a44a942-bd5a-4861-9787-5ef9b1e8cde6_removebg.jpg?w=600', 'https://abimg003.imgix.net/RJ72FRL/2026-03-19/image/9364673b-c820-4b0d-8c87-aeace94f95fb_removebg.jpg?w=600', 'https://abimg003.imgix.net/RJ72FRL/2026-03-19/image/56644846-55bb-4707-b5a6-bbe685e7f38d_removebg.jpg?w=600', 'https://abimg003.imgix.net/RJ72FRL/2026-03-19/image/98e16754-c2d2-4bde-9508-e23d505c357e_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 11/23 15K - 01/25 29K', 'remarks': 'NO V5 FORMER KEEPERS UNKNOWN - SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': None, 'v5': False, 'v5details': None, 'co2': 134, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/3fa553f7-894b-4575-bfa0-06332a723c3c.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:03:49 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120616450, 'registration': 'RJ72FRL', 'account': 'MOT070', 'make': 'VOLKSWAGEN', 'model': 'TAIGO HATCHBACK', 'derivative': '1.0 TSI 110 R-Line 5dr DSG', 'mileage': 43779, 'mileageWarranty': True, 'type': 'car', 'saleId': 19235, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 727}, 'saleStart': '2026-04-20T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2022-12-28', 'fuel': 'Petrol', 'motExpiry': '2026-11-20', 'doors': 5, 'engineSize': 999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/RJ72FRL/2026-03-19/image/020fbf05-c3bd-4d00-baff-ef18864b3242_removebg.jpg?w=600', 'https://abimg003.imgix.net/RJ72FRL/2026-03-19/image/196794c0-6876-44a1-9447-471a189ea59f_removebg.jpg?w=600', 'https://abimg003.imgix.net/RJ72FRL/2026-03-19/image/eff16d8d-68c8-4e45-bc99-00c371474ce9_removebg.jpg?w=600', 'https://abimg003.imgix.net/RJ72FRL/2026-03-19/image/303a86c2-301c-4272-84e7-d74fd73dfaa5_removebg.jpg?w=600', 'https://abimg003.imgix.net/RJ72FRL/2026-03-19/image/228b0acc-ff23-44a9-9f09-ac08a9068bfd_removebg.jpg?w=600', 'https://abimg003.imgix.net/RJ72FRL/2026-03-19/image/2018d556-8e52-4050-afe5-cf8567146181_removebg.jpg?w=600', 'https://abimg003.imgix.net/RJ72FRL/2026-03-19/image/1a44a942-bd5a-4861-9787-5ef9b1e8cde6_removebg.jpg?w=600', 'https://abimg003.imgix.net/RJ72FRL/2026-03-19/image/9364673b-c820-4b0d-8c87-aeace94f95fb_removebg.jpg?w=600', 'https://abimg003.imgix.net/RJ72FRL/2026-03-19/image/56644846-55bb-4707-b5a6-bbe685e7f38d_removebg.jpg?w=600', 'https://abimg003.imgix.net/RJ72FRL/2026-03-19/image/98e16754-c2d2-4bde-9508-e23d505c357e_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 11/23 15K - 01/25 29K', 'remarks': 'NO V5 FORMER KEEPERS UNKNOWN - SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': None, 'v5': False, 'v5details': None, 'co2': 134, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/3fa553f7-894b-4575-bfa0-06332a723c3c.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:03:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 35cc8135-6c71-553f-a1a9-e9bef2922d55 with identifier: 120616450
2026-03-30 10:03:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 35cc8135-6c71-553f-a1a9-e9bef2922d55 with scrape type 2
2026-03-30 10:03:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 35cc8135-6c71-553f-a1a9-e9bef2922d55 with scrape type 2
2026-03-30 10:03:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 35cc8135-6c71-553f-a1a9-e9bef2922d55, identifier: 120616450
2026-03-30 10:03:49 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120196056, 'registration': 'LV75ERO', 'account': 'MOT070', 'make': 'NISSAN', 'model': 'JUKE HATCHBACK', 'derivative': '1.6 Hybrid N-Connecta 5dr Auto', 'mileage': 2761, 'mileageWarranty': True, 'type': 'car', 'saleId': 19235, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 727}, 'saleStart': '2026-04-20T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2025-09-12', 'fuel': 'Petrol/Electric Hybrid', 'motExpiry': None, 'doors': 5, 'engineSize': 1598, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/LV75ERO/2026-03-06/image/e804669c-a286-460d-a8e2-333d07c06eda_removebg.jpg?w=600', 'https://abimg003.imgix.net/LV75ERO/2026-03-06/image/f60f7cfe-a4fc-4f04-8e68-00deb43a9dcf_removebg.jpg?w=600', 'https://abimg003.imgix.net/LV75ERO/2026-03-06/image/4adfa040-e20c-483f-aa98-d170e97008f8_removebg.jpg?w=600', 'https://abimg003.imgix.net/LV75ERO/2026-03-06/image/1e5c7ed2-ccb6-4765-8500-d0e8444b9a90_removebg.jpg?w=600', 'https://abimg003.imgix.net/LV75ERO/2026-03-06/image/891c14b7-446e-49ec-bb06-ba45c6b9ff77_removebg.jpg?w=600', 'https://abimg003.imgix.net/LV75ERO/2026-03-06/image/699899ab-e32f-488c-b3fc-0a4220cc94e5_removebg.jpg?w=600', 'https://abimg003.imgix.net/LV75ERO/2026-03-06/image/16e1a389-ecc6-455d-96f1-c471b7be7f4f_removebg.jpg?w=600', 'https://abimg003.imgix.net/LV75ERO/2026-03-06/image/c2505778-d77a-4ed3-aa62-593c01dba95b_removebg.jpg?w=600', 'https://abimg003.imgix.net/LV75ERO/2026-03-06/image/14ccd519-cb53-4f94-836d-f4ea9d6d2407_removebg.jpg?w=600', 'https://abimg003.imgix.net/LV75ERO/2026-03-06/image/f4e278f9-48a5-44e7-a970-ee510970fcf2_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'EMPTY SERVICE BOOK', 'remarks': 'NO V5 FORMER KEEPERS UNKNOWN', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': None, 'v5': False, 'v5details': None, 'co2': 106, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/6db4cce3-b9c9-40b5-8202-6e168761f071.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:03:49 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120196056, 'registration': 'LV75ERO', 'account': 'MOT070', 'make': 'NISSAN', 'model': 'JUKE HATCHBACK', 'derivative': '1.6 Hybrid N-Connecta 5dr Auto', 'mileage': 2761, 'mileageWarranty': True, 'type': 'car', 'saleId': 19235, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 727}, 'saleStart': '2026-04-20T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2025-09-12', 'fuel': 'Petrol/Electric Hybrid', 'motExpiry': None, 'doors': 5, 'engineSize': 1598, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/LV75ERO/2026-03-06/image/e804669c-a286-460d-a8e2-333d07c06eda_removebg.jpg?w=600', 'https://abimg003.imgix.net/LV75ERO/2026-03-06/image/f60f7cfe-a4fc-4f04-8e68-00deb43a9dcf_removebg.jpg?w=600', 'https://abimg003.imgix.net/LV75ERO/2026-03-06/image/4adfa040-e20c-483f-aa98-d170e97008f8_removebg.jpg?w=600', 'https://abimg003.imgix.net/LV75ERO/2026-03-06/image/1e5c7ed2-ccb6-4765-8500-d0e8444b9a90_removebg.jpg?w=600', 'https://abimg003.imgix.net/LV75ERO/2026-03-06/image/891c14b7-446e-49ec-bb06-ba45c6b9ff77_removebg.jpg?w=600', 'https://abimg003.imgix.net/LV75ERO/2026-03-06/image/699899ab-e32f-488c-b3fc-0a4220cc94e5_removebg.jpg?w=600', 'https://abimg003.imgix.net/LV75ERO/2026-03-06/image/16e1a389-ecc6-455d-96f1-c471b7be7f4f_removebg.jpg?w=600', 'https://abimg003.imgix.net/LV75ERO/2026-03-06/image/c2505778-d77a-4ed3-aa62-593c01dba95b_removebg.jpg?w=600', 'https://abimg003.imgix.net/LV75ERO/2026-03-06/image/14ccd519-cb53-4f94-836d-f4ea9d6d2407_removebg.jpg?w=600', 'https://abimg003.imgix.net/LV75ERO/2026-03-06/image/f4e278f9-48a5-44e7-a970-ee510970fcf2_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'EMPTY SERVICE BOOK', 'remarks': 'NO V5 FORMER KEEPERS UNKNOWN', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': None, 'v5': False, 'v5details': None, 'co2': 106, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/6db4cce3-b9c9-40b5-8202-6e168761f071.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:03:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 066cc125-007c-55ac-bfa4-e075913e8577 with identifier: 120196056
2026-03-30 10:03:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 066cc125-007c-55ac-bfa4-e075913e8577 with scrape type 2
2026-03-30 10:03:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 066cc125-007c-55ac-bfa4-e075913e8577 with scrape type 2
2026-03-30 10:03:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 066cc125-007c-55ac-bfa4-e075913e8577, identifier: 120196056
2026-03-30 10:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FBU72RZK%252F2026-03-30%252Fimage%252F35728e17-b533-4323-8097-d56bcdb229b7_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:03:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/BU72RZK/2026-03-30/image/35728e17-b533-4323-8097-d56bcdb229b7_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:03:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: f4632c12-990f-578c-93a8-49aea7a65aef with identifier: 120695948
2026-03-30 10:03:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: f4632c12-990f-578c-93a8-49aea7a65aef with identifier: 120695948
2026-03-30 10:03:49 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: f4632c12-990f-578c-93a8-49aea7a65aef with identifier: 120695948 to the API
2026-03-30 10:03:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:03:49 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:03:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120695948?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 141,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-04-20T09:00:00Z',
'fuel_type': 'Petrol',
'id': 'f4632c12-990f-578c-93a8-49aea7a65aef',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'LT23OLU',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120695948',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'AUDI',
'model': 'Q2 ESTATE',
'odometer': 26634,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-03-24',
'seller_name': 'Motability Operations',
'title': 'AUDI Q2 ESTATE 35 TFSI S Line 5dr S Tronic',
'transmission': 'automatic',
'trim': '35 TFSI S Line 5dr S Tronic',
'vin': None,
'year': 2023}
2026-03-30 10:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120695948%27 HTTP/1.1" 200 None
2026-03-30 10:03:49 [astonbarclay.gb] INFO: Saving data for 120695948: {'auction_closing_time': 1776675600.0, 'created_time': 1774552031.923082, 'last_price_update_time': 1774865029.825705}
2026-03-30 10:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120695948') HTTP/1.1" 204 0
2026-03-30 10:03:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 35cc8135-6c71-553f-a1a9-e9bef2922d55 with identifier: 120616450
2026-03-30 10:03:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 35cc8135-6c71-553f-a1a9-e9bef2922d55 with identifier: 120616450
2026-03-30 10:03:49 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 35cc8135-6c71-553f-a1a9-e9bef2922d55 with identifier: 120616450 to the API
2026-03-30 10:03:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:03:50 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:03:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120616450?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 134,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-04-20T09:00:00Z',
'fuel_type': 'Petrol',
'id': '35cc8135-6c71-553f-a1a9-e9bef2922d55',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'RJ72FRL',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120616450',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'VOLKSWAGEN',
'model': 'TAIGO HATCHBACK',
'odometer': 43779,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-12-28',
'seller_name': 'Motability Operations',
'title': 'VOLKSWAGEN TAIGO HATCHBACK 1.0 TSI 110 R-Line 5dr DSG',
'transmission': 'automatic',
'trim': '1.0 TSI 110 R-Line 5dr DSG',
'vin': None,
'year': 2022}
2026-03-30 10:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120616450%27 HTTP/1.1" 200 None
2026-03-30 10:03:50 [astonbarclay.gb] INFO: Saving data for 120616450: {'auction_closing_time': 1776675600.0, 'created_time': 1774552000.250129, 'last_price_update_time': 1774865030.13574}
2026-03-30 10:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120616450') HTTP/1.1" 204 0
2026-03-30 10:03:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 066cc125-007c-55ac-bfa4-e075913e8577 with identifier: 120196056
2026-03-30 10:03:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 066cc125-007c-55ac-bfa4-e075913e8577 with identifier: 120196056
2026-03-30 10:03:50 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 066cc125-007c-55ac-bfa4-e075913e8577 with identifier: 120196056 to the API
2026-03-30 10:03:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:03:50 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:03:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120196056?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 106,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-04-20T09:00:00Z',
'fuel_type': 'Petrol/Electric Hybrid',
'id': '066cc125-007c-55ac-bfa4-e075913e8577',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'LV75ERO',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120196056',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'NISSAN',
'model': 'JUKE HATCHBACK',
'odometer': 2761,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-09-12',
'seller_name': 'Motability Operations',
'title': 'NISSAN JUKE HATCHBACK 1.6 Hybrid N-Connecta 5dr Auto',
'transmission': 'automatic',
'trim': '1.6 Hybrid N-Connecta 5dr Auto',
'vin': None,
'year': 2025}
2026-03-30 10:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120196056%27 HTTP/1.1" 200 None
2026-03-30 10:03:50 [astonbarclay.gb] INFO: Saving data for 120196056: {'auction_closing_time': 1776675600.0, 'created_time': 1774443744.841701, 'last_price_update_time': 1774865030.456171}
2026-03-30 10:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120196056') HTTP/1.1" 204 0
2026-03-30 10:03:50 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:03:50 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f436722c090>
2026-03-30 10:03:50 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:03:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:03:50 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:03:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d6b022b6-3c67-5e1a-a7e2-63a27c75b40e/d6b022b6-3c67-5e1a-a7e2-63a27c75b40e_image_8.jpg HTTP/1.1" 201 0
2026-03-30 10:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FEK74VML%252F2026-03-26%252Fimage%252F757f5a54-bf5f-41a3-a5e4-c67988ad502e_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:03:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EK74VML/2026-03-26/image/757f5a54-bf5f-41a3-a5e4-c67988ad502e_removebg.jpg?w=600 saved to cache
2026-03-30 10:03:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item d6b022b6-3c67-5e1a-a7e2-63a27c75b40e
2026-03-30 10:03:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/EK74VML/2026-03-26/image/b11de41c-c12a-4f04-8d9d-b0b345cd3d49_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120693731?view=catalogue)
2026-03-30 10:03:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/CK68XBY/2026-03-25/image/daab5289-9044-442c-94ef-80f60336fb38_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120766738?view=catalogue)
2026-03-30 10:03:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/BU72RZK/2026-03-30/image/82ae6ae6-3f81-4d4f-b66f-a2e85e6cb853_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120687560?view=catalogue)
2026-03-30 10:03:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/BU72RZK/2026-03-30/image/348ebb1f-54e2-41ee-a1c6-fe750c67a94e_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120687560?view=catalogue)
2026-03-30 10:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03: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%252FBU72RZK%252F2026-03-30%252Fimage%252F49f351b0-2093-47e7-a828-ea2fb12ede32_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:03:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/BU72RZK/2026-03-30/image/49f351b0-2093-47e7-a828-ea2fb12ede32_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:03:50 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120546136, 'registration': 'AX23MWA', 'account': 'MOT070', 'make': 'MG MOTOR UK', 'model': 'MG4 HATCHBACK', 'derivative': '150kW Trophy EV Long Range 64kWh 5dr Auto', 'mileage': 21945, 'mileageWarranty': True, 'type': 'car', 'saleId': 19235, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 727}, 'saleStart': '2026-04-20T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2023-08-12', 'fuel': 'Electric', 'motExpiry': None, 'doors': 5, 'engineSize': None, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/AX23MWA/2026-03-18/image/ed9818f1-1d81-4d41-a798-cc1938c25279_removebg.jpg?w=600', 'https://abimg003.imgix.net/AX23MWA/2026-03-18/image/605925cf-7642-4748-a716-dda44da69b0f_removebg.jpg?w=600', 'https://abimg003.imgix.net/AX23MWA/2026-03-18/image/3c0c4b4e-dd45-4eab-8f76-6cf491e6b253_removebg.jpg?w=600', 'https://abimg003.imgix.net/AX23MWA/2026-03-18/image/e53acca6-0a62-441d-8742-24cc273fa53d_removebg.jpg?w=600', 'https://abimg003.imgix.net/AX23MWA/2026-03-18/image/ba75d7c6-1ff7-46fe-8c2c-73aaa12c6864_removebg.jpg?w=600', 'https://abimg003.imgix.net/AX23MWA/2026-03-18/image/a7bfc759-63c5-4fd0-96a0-e136c34a9a1d_removebg.jpg?w=600', 'https://abimg003.imgix.net/AX23MWA/2026-03-18/image/5495badf-65da-468a-8c06-772cfeaf5e79_removebg.jpg?w=600', 'https://abimg003.imgix.net/AX23MWA/2026-03-18/image/5b054717-f153-40b9-aa54-8aa14b89f9a8_removebg.jpg?w=600', 'https://abimg003.imgix.net/AX23MWA/2026-03-18/image/5de1e43a-bb67-40b4-839c-15b6057bcf5c_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': False, 'v5details': None, 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/27a05b0d-356b-4c79-a8d2-14cc9d700317.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:03:50 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120546136, 'registration': 'AX23MWA', 'account': 'MOT070', 'make': 'MG MOTOR UK', 'model': 'MG4 HATCHBACK', 'derivative': '150kW Trophy EV Long Range 64kWh 5dr Auto', 'mileage': 21945, 'mileageWarranty': True, 'type': 'car', 'saleId': 19235, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 727}, 'saleStart': '2026-04-20T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2023-08-12', 'fuel': 'Electric', 'motExpiry': None, 'doors': 5, 'engineSize': None, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/AX23MWA/2026-03-18/image/ed9818f1-1d81-4d41-a798-cc1938c25279_removebg.jpg?w=600', 'https://abimg003.imgix.net/AX23MWA/2026-03-18/image/605925cf-7642-4748-a716-dda44da69b0f_removebg.jpg?w=600', 'https://abimg003.imgix.net/AX23MWA/2026-03-18/image/3c0c4b4e-dd45-4eab-8f76-6cf491e6b253_removebg.jpg?w=600', 'https://abimg003.imgix.net/AX23MWA/2026-03-18/image/e53acca6-0a62-441d-8742-24cc273fa53d_removebg.jpg?w=600', 'https://abimg003.imgix.net/AX23MWA/2026-03-18/image/ba75d7c6-1ff7-46fe-8c2c-73aaa12c6864_removebg.jpg?w=600', 'https://abimg003.imgix.net/AX23MWA/2026-03-18/image/a7bfc759-63c5-4fd0-96a0-e136c34a9a1d_removebg.jpg?w=600', 'https://abimg003.imgix.net/AX23MWA/2026-03-18/image/5495badf-65da-468a-8c06-772cfeaf5e79_removebg.jpg?w=600', 'https://abimg003.imgix.net/AX23MWA/2026-03-18/image/5b054717-f153-40b9-aa54-8aa14b89f9a8_removebg.jpg?w=600', 'https://abimg003.imgix.net/AX23MWA/2026-03-18/image/5de1e43a-bb67-40b4-839c-15b6057bcf5c_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': False, 'v5details': None, 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/27a05b0d-356b-4c79-a8d2-14cc9d700317.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:03:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fdf241a2-739f-5412-ab87-de5104ef0ec2 with identifier: 120546136
2026-03-30 10:03:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fdf241a2-739f-5412-ab87-de5104ef0ec2 with scrape type 2
2026-03-30 10:03:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fdf241a2-739f-5412-ab87-de5104ef0ec2 with scrape type 2
2026-03-30 10:03:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: fdf241a2-739f-5412-ab87-de5104ef0ec2, identifier: 120546136
2026-03-30 10:03:50 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:03:50 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f43651f2950>
2026-03-30 10:03:50 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:03:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:03:50 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:03:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_179656cb-be7b-5345-bc45-5fda0c32f210/179656cb-be7b-5345-bc45-5fda0c32f210_image_0.jpg HTTP/1.1" 201 0
2026-03-30 10:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FBU72RZK%252F2026-03-30%252Fimage%252F98413ae2-0406-486b-ad49-a83e911ecfed_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:03:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/BU72RZK/2026-03-30/image/98413ae2-0406-486b-ad49-a83e911ecfed_removebg.jpg?w=600 saved to cache
2026-03-30 10:03:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 179656cb-be7b-5345-bc45-5fda0c32f210
2026-03-30 10:03:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: fdf241a2-739f-5412-ab87-de5104ef0ec2 with identifier: 120546136
2026-03-30 10:03:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: fdf241a2-739f-5412-ab87-de5104ef0ec2 with identifier: 120546136
2026-03-30 10:03:50 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: fdf241a2-739f-5412-ab87-de5104ef0ec2 with identifier: 120546136 to the API
2026-03-30 10:03:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:03:50 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:03:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120546136?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'RED',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-04-20T09:00:00Z',
'fuel_type': 'Electric',
'id': 'fdf241a2-739f-5412-ab87-de5104ef0ec2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'AX23MWA',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120546136',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'MG MOTOR UK',
'model': 'MG4 HATCHBACK',
'odometer': 21945,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-08-12',
'seller_name': 'Motability Operations',
'title': 'MG MOTOR UK MG4 HATCHBACK 150kW Trophy EV Long Range 64kWh 5dr Auto',
'transmission': 'automatic',
'trim': '150kW Trophy EV Long Range 64kWh 5dr Auto',
'vin': None,
'year': 2023}
2026-03-30 10:03:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120546136%27 HTTP/1.1" 200 None
2026-03-30 10:03:51 [astonbarclay.gb] INFO: Saving data for 120546136: {'auction_closing_time': 1776675600.0, 'created_time': 1774443776.981919, 'last_price_update_time': 1774865031.047099}
2026-03-30 10:03:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120546136') HTTP/1.1" 204 0
2026-03-30 10:03:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03: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%252FBU72RZK%252F2026-03-30%252Fimage%252F4a31a3cb-bfc1-4949-bb88-be07a476708d_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:03:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/BU72RZK/2026-03-30/image/4a31a3cb-bfc1-4949-bb88-be07a476708d_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:03:51 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:03:51 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f436513f110>
2026-03-30 10:03:51 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:03:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:03:51 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:03:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d6b022b6-3c67-5e1a-a7e2-63a27c75b40e/d6b022b6-3c67-5e1a-a7e2-63a27c75b40e_image_6.jpg HTTP/1.1" 201 0
2026-03-30 10:03:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FEK74VML%252F2026-03-26%252Fimage%252Fb11de41c-c12a-4f04-8d9d-b0b345cd3d49_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:03:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EK74VML/2026-03-26/image/b11de41c-c12a-4f04-8d9d-b0b345cd3d49_removebg.jpg?w=600 saved to cache
2026-03-30 10:03:51 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item d6b022b6-3c67-5e1a-a7e2-63a27c75b40e
2026-03-30 10:03:51 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:03:51 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f43653aac10>
2026-03-30 10:03:51 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:03:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:03:51 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:03:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_95965825-15ac-5371-8baa-d1573911cc1e/95965825-15ac-5371-8baa-d1573911cc1e_image_6.jpg HTTP/1.1" 201 0
2026-03-30 10:03:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FCK68XBY%252F2026-03-25%252Fimage%252Fdaab5289-9044-442c-94ef-80f60336fb38_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:03:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/CK68XBY/2026-03-25/image/daab5289-9044-442c-94ef-80f60336fb38_removebg.jpg?w=600 saved to cache
2026-03-30 10:03:51 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 95965825-15ac-5371-8baa-d1573911cc1e
2026-03-30 10:03:51 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:03:51 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f43652f1bd0>
2026-03-30 10:03:51 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:03:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:03:51 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:03:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_179656cb-be7b-5345-bc45-5fda0c32f210/179656cb-be7b-5345-bc45-5fda0c32f210_image_2.jpg HTTP/1.1" 201 0
2026-03-30 10:03:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FBU72RZK%252F2026-03-30%252Fimage%252F82ae6ae6-3f81-4d4f-b66f-a2e85e6cb853_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:03:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/BU72RZK/2026-03-30/image/82ae6ae6-3f81-4d4f-b66f-a2e85e6cb853_removebg.jpg?w=600 saved to cache
2026-03-30 10:03:51 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 179656cb-be7b-5345-bc45-5fda0c32f210
2026-03-30 10:03:51 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:03:51 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f4367223850>
2026-03-30 10:03:51 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:03:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:03:51 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:03:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_179656cb-be7b-5345-bc45-5fda0c32f210/179656cb-be7b-5345-bc45-5fda0c32f210_image_1.jpg HTTP/1.1" 201 0
2026-03-30 10:03:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FBU72RZK%252F2026-03-30%252Fimage%252F348ebb1f-54e2-41ee-a1c6-fe750c67a94e_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:03:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/BU72RZK/2026-03-30/image/348ebb1f-54e2-41ee-a1c6-fe750c67a94e_removebg.jpg?w=600 saved to cache
2026-03-30 10:03:51 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 179656cb-be7b-5345-bc45-5fda0c32f210
2026-03-30 10:03:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03: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%252FBU72RZK%252F2026-03-30%252Fimage%252Fe52da65e-abbf-4ec7-a2bd-3c2f857a054a_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:03:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/BU72RZK/2026-03-30/image/e52da65e-abbf-4ec7-a2bd-3c2f857a054a_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:03:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/EK74VML/2026-03-26/image/14c4d214-0e5b-475f-8f30-7e995e093e0f_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120693731?view=catalogue)
2026-03-30 10:03:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03: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%252FBU72RZK%252F2026-03-30%252Fimage%252Ff332dea0-d0c8-4065-82e6-45dd21d1563f_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:03:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/BU72RZK/2026-03-30/image/f332dea0-d0c8-4065-82e6-45dd21d1563f_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:03:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120635589?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:03:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120056709?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:03:51 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:03:51 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:03:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03: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%252FBU72RZK%252F2026-03-30%252Fimage%252Fe12781ee-5d54-41e6-85a3-52163926b2f5_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:03:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/BU72RZK/2026-03-30/image/e12781ee-5d54-41e6-85a3-52163926b2f5_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:03:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/BU72RZK/2026-03-30/image/35728e17-b533-4323-8097-d56bcdb229b7_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120687560?view=catalogue)
2026-03-30 10:03:51 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:03:51 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f43650fbf50>
2026-03-30 10:03:51 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:03:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:03:51 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:03:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d6b022b6-3c67-5e1a-a7e2-63a27c75b40e/d6b022b6-3c67-5e1a-a7e2-63a27c75b40e_image_4.jpg HTTP/1.1" 201 0
2026-03-30 10:03:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FEK74VML%252F2026-03-26%252Fimage%252F14c4d214-0e5b-475f-8f30-7e995e093e0f_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:03:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EK74VML/2026-03-26/image/14c4d214-0e5b-475f-8f30-7e995e093e0f_removebg.jpg?w=600 saved to cache
2026-03-30 10:03:51 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item d6b022b6-3c67-5e1a-a7e2-63a27c75b40e
2026-03-30 10:03:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/BU72RZK/2026-03-30/image/666f718e-1038-47cd-b4a7-7c7a66d81583_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120687560?view=catalogue)
2026-03-30 10:03:51 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120635589, 'registration': 'EF74DHY', 'account': 'MOT070', 'make': 'FORD', 'model': 'KUGA ESTATE', 'derivative': '2.5 FHEV ST-Line X 5dr CVT', 'mileage': 9653, 'mileageWarranty': True, 'type': 'car', 'saleId': 19235, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 727}, 'saleStart': '2026-04-20T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2024-12-05', 'fuel': 'Petrol/Electric Hybrid', 'motExpiry': None, 'doors': 5, 'engineSize': 2488, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/EF74DHY/2026-03-20/image/a3d26a4e-812f-4b8c-b2e9-87dbb0d62c49_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF74DHY/2026-03-20/image/ba5dc031-c832-4507-b74d-94eafcae57be_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF74DHY/2026-03-20/image/32aae464-a017-4387-91a9-33fc0b0ebe00_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF74DHY/2026-03-20/image/b1f06a11-f967-4f83-85e6-fbb226b05ca1_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF74DHY/2026-03-20/image/bbaddda0-1f52-41dc-82e3-aabc83867300_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF74DHY/2026-03-20/image/084e58c5-c561-4996-ae2c-0fbab08a24fe_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF74DHY/2026-03-20/image/01cc03e1-d761-469c-a707-e799e521f820_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF74DHY/2026-03-20/image/67e0a87f-3944-410c-8dab-e931dff25bce_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF74DHY/2026-03-20/image/2417c8d3-c6e2-4b9c-855c-a422013ccc91_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF74DHY/2026-03-20/image/bb10ef5b-57a0-4e20-9bd4-5b8cd647a73f_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'NO V5 FORMER KEEPERS UNKNOWN - SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': None, 'v5': False, 'v5details': None, 'co2': 131, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/1f366962-e19f-4ed6-adfc-e274c916587e.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:03:51 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120635589, 'registration': 'EF74DHY', 'account': 'MOT070', 'make': 'FORD', 'model': 'KUGA ESTATE', 'derivative': '2.5 FHEV ST-Line X 5dr CVT', 'mileage': 9653, 'mileageWarranty': True, 'type': 'car', 'saleId': 19235, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 727}, 'saleStart': '2026-04-20T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2024-12-05', 'fuel': 'Petrol/Electric Hybrid', 'motExpiry': None, 'doors': 5, 'engineSize': 2488, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/EF74DHY/2026-03-20/image/a3d26a4e-812f-4b8c-b2e9-87dbb0d62c49_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF74DHY/2026-03-20/image/ba5dc031-c832-4507-b74d-94eafcae57be_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF74DHY/2026-03-20/image/32aae464-a017-4387-91a9-33fc0b0ebe00_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF74DHY/2026-03-20/image/b1f06a11-f967-4f83-85e6-fbb226b05ca1_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF74DHY/2026-03-20/image/bbaddda0-1f52-41dc-82e3-aabc83867300_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF74DHY/2026-03-20/image/084e58c5-c561-4996-ae2c-0fbab08a24fe_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF74DHY/2026-03-20/image/01cc03e1-d761-469c-a707-e799e521f820_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF74DHY/2026-03-20/image/67e0a87f-3944-410c-8dab-e931dff25bce_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF74DHY/2026-03-20/image/2417c8d3-c6e2-4b9c-855c-a422013ccc91_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF74DHY/2026-03-20/image/bb10ef5b-57a0-4e20-9bd4-5b8cd647a73f_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'NO V5 FORMER KEEPERS UNKNOWN - SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': None, 'v5': False, 'v5details': None, 'co2': 131, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/1f366962-e19f-4ed6-adfc-e274c916587e.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:03:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cdc5a7dc-8c8f-5011-828b-de2c33fb9b49 with identifier: 120635589
2026-03-30 10:03:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cdc5a7dc-8c8f-5011-828b-de2c33fb9b49 with scrape type 2
2026-03-30 10:03:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cdc5a7dc-8c8f-5011-828b-de2c33fb9b49 with scrape type 2
2026-03-30 10:03:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: cdc5a7dc-8c8f-5011-828b-de2c33fb9b49, identifier: 120635589
2026-03-30 10:03:51 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120056709, 'registration': 'GJ73LPP', 'account': 'MOT070', 'make': 'FORD', 'model': 'PUMA HATCHBACK', 'derivative': '1.0 EcoBoost Hybrid mHEV Titanium 5dr', 'mileage': 16790, 'mileageWarranty': True, 'type': 'car', 'saleId': 19235, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 727}, 'saleStart': '2026-04-20T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2023-12-22', 'fuel': 'Petrol', 'motExpiry': None, 'doors': 5, 'engineSize': 999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/GJ73LPP/2026-03-03/image/66a400df-4880-4418-8112-8a090ed05b44_removebg.jpg?w=600', 'https://abimg003.imgix.net/GJ73LPP/2026-03-03/image/8038785e-d2e4-47bb-aa7d-0a74218405b1_removebg.jpg?w=600', 'https://abimg003.imgix.net/GJ73LPP/2026-03-03/image/ebac8d53-e602-4546-b925-a1ffbb5e85ec_removebg.jpg?w=600', 'https://abimg003.imgix.net/GJ73LPP/2026-03-03/image/5dee1938-6ac8-4daf-a9ae-9367d19fb9bd_removebg.jpg?w=600', 'https://abimg003.imgix.net/GJ73LPP/2026-03-03/image/28e0de2b-026b-495d-9428-5777a04f1422_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': False, 'v5details': None, 'co2': 122, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/681ef3bb-512b-447d-b533-db0496d25d92.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:03:51 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120056709, 'registration': 'GJ73LPP', 'account': 'MOT070', 'make': 'FORD', 'model': 'PUMA HATCHBACK', 'derivative': '1.0 EcoBoost Hybrid mHEV Titanium 5dr', 'mileage': 16790, 'mileageWarranty': True, 'type': 'car', 'saleId': 19235, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 727}, 'saleStart': '2026-04-20T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2023-12-22', 'fuel': 'Petrol', 'motExpiry': None, 'doors': 5, 'engineSize': 999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/GJ73LPP/2026-03-03/image/66a400df-4880-4418-8112-8a090ed05b44_removebg.jpg?w=600', 'https://abimg003.imgix.net/GJ73LPP/2026-03-03/image/8038785e-d2e4-47bb-aa7d-0a74218405b1_removebg.jpg?w=600', 'https://abimg003.imgix.net/GJ73LPP/2026-03-03/image/ebac8d53-e602-4546-b925-a1ffbb5e85ec_removebg.jpg?w=600', 'https://abimg003.imgix.net/GJ73LPP/2026-03-03/image/5dee1938-6ac8-4daf-a9ae-9367d19fb9bd_removebg.jpg?w=600', 'https://abimg003.imgix.net/GJ73LPP/2026-03-03/image/28e0de2b-026b-495d-9428-5777a04f1422_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': False, 'v5details': None, 'co2': 122, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/681ef3bb-512b-447d-b533-db0496d25d92.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:03:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 302d26d8-33fc-5c96-9e66-4acd7fce0468 with identifier: 120056709
2026-03-30 10:03:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 302d26d8-33fc-5c96-9e66-4acd7fce0468 with scrape type 2
2026-03-30 10:03:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 302d26d8-33fc-5c96-9e66-4acd7fce0468 with scrape type 2
2026-03-30 10:03:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 302d26d8-33fc-5c96-9e66-4acd7fce0468, identifier: 120056709
2026-03-30 10:03:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: cdc5a7dc-8c8f-5011-828b-de2c33fb9b49 with identifier: 120635589
2026-03-30 10:03:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: cdc5a7dc-8c8f-5011-828b-de2c33fb9b49 with identifier: 120635589
2026-03-30 10:03:51 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: cdc5a7dc-8c8f-5011-828b-de2c33fb9b49 with identifier: 120635589 to the API
2026-03-30 10:03:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:03:51 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:03:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120635589?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 131,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.5L',
'expiration_date': '2026-04-20T09:00:00Z',
'fuel_type': 'Petrol/Electric Hybrid',
'id': 'cdc5a7dc-8c8f-5011-828b-de2c33fb9b49',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'EF74DHY',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120635589',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'FORD',
'model': 'KUGA ESTATE',
'odometer': 9653,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-12-05',
'seller_name': 'Motability Operations',
'title': 'FORD KUGA ESTATE 2.5 FHEV ST-Line X 5dr CVT',
'transmission': 'automatic',
'trim': '2.5 FHEV ST-Line X 5dr CVT',
'vin': None,
'year': 2024}
2026-03-30 10:03:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120635589%27 HTTP/1.1" 200 None
2026-03-30 10:03:51 [astonbarclay.gb] INFO: Saving data for 120635589: {'auction_closing_time': 1776675600.0, 'created_time': 1774443768.518859, 'last_price_update_time': 1774865031.996625}
2026-03-30 10:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120635589') HTTP/1.1" 204 0
2026-03-30 10:03:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 302d26d8-33fc-5c96-9e66-4acd7fce0468 with identifier: 120056709
2026-03-30 10:03:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 302d26d8-33fc-5c96-9e66-4acd7fce0468 with identifier: 120056709
2026-03-30 10:03:52 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 302d26d8-33fc-5c96-9e66-4acd7fce0468 with identifier: 120056709 to the API
2026-03-30 10:03:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:03:52 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:03:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120056709?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 122,
'color': 'SILVER',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-04-20T09:00:00Z',
'fuel_type': 'Petrol',
'id': '302d26d8-33fc-5c96-9e66-4acd7fce0468',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'GJ73LPP',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120056709',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'FORD',
'model': 'PUMA HATCHBACK',
'odometer': 16790,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-12-22',
'seller_name': 'Motability Operations',
'title': 'FORD PUMA HATCHBACK 1.0 EcoBoost Hybrid mHEV Titanium 5dr',
'transmission': 'manual',
'trim': '1.0 EcoBoost Hybrid mHEV Titanium 5dr',
'vin': None,
'year': 2023}
2026-03-30 10:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120056709%27 HTTP/1.1" 200 None
2026-03-30 10:03:52 [astonbarclay.gb] INFO: Saving data for 120056709: {'auction_closing_time': 1776675600.0, 'created_time': 1774443792.410203, 'last_price_update_time': 1774865032.320203}
2026-03-30 10:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120056709') HTTP/1.1" 204 0
2026-03-30 10:03:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/BU72RZK/2026-03-30/image/4a31a3cb-bfc1-4949-bb88-be07a476708d_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120687560?view=catalogue)
2026-03-30 10:03:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/BU72RZK/2026-03-30/image/e12781ee-5d54-41e6-85a3-52163926b2f5_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120687560?view=catalogue)
2026-03-30 10:03:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/BU72RZK/2026-03-30/image/e52da65e-abbf-4ec7-a2bd-3c2f857a054a_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120687560?view=catalogue)
2026-03-30 10:03:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/BU72RZK/2026-03-30/image/f332dea0-d0c8-4065-82e6-45dd21d1563f_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120687560?view=catalogue)
2026-03-30 10:03:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/BU72RZK/2026-03-30/image/49f351b0-2093-47e7-a828-ea2fb12ede32_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120687560?view=catalogue)
2026-03-30 10:03:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120415240?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:03:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120214140?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:03:52 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:03:52 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:03:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120479231?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:03:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120881180?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:03:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/118211412?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:03:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120830380?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:03:52 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:03:52 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f4365358050>
2026-03-30 10:03:52 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:03:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:03:52 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:03:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_179656cb-be7b-5345-bc45-5fda0c32f210/179656cb-be7b-5345-bc45-5fda0c32f210_image_4.jpg HTTP/1.1" 201 0
2026-03-30 10:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FBU72RZK%252F2026-03-30%252Fimage%252F35728e17-b533-4323-8097-d56bcdb229b7_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:03:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/BU72RZK/2026-03-30/image/35728e17-b533-4323-8097-d56bcdb229b7_removebg.jpg?w=600 saved to cache
2026-03-30 10:03:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 179656cb-be7b-5345-bc45-5fda0c32f210
2026-03-30 10:03:52 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:03:52 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f436529d650>
2026-03-30 10:03:52 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:03:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:03:52 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:03:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_179656cb-be7b-5345-bc45-5fda0c32f210/179656cb-be7b-5345-bc45-5fda0c32f210_image_3.jpg HTTP/1.1" 201 0
2026-03-30 10:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FBU72RZK%252F2026-03-30%252Fimage%252F666f718e-1038-47cd-b4a7-7c7a66d81583_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:03:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/BU72RZK/2026-03-30/image/666f718e-1038-47cd-b4a7-7c7a66d81583_removebg.jpg?w=600 saved to cache
2026-03-30 10:03:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 179656cb-be7b-5345-bc45-5fda0c32f210
2026-03-30 10:03:52 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:03:52 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:03:52 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:03:52 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:03:52 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:03:52 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f436678e2d0>
2026-03-30 10:03:52 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:03:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:03:52 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:03:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_179656cb-be7b-5345-bc45-5fda0c32f210/179656cb-be7b-5345-bc45-5fda0c32f210_image_6.jpg HTTP/1.1" 201 0
2026-03-30 10:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FBU72RZK%252F2026-03-30%252Fimage%252F4a31a3cb-bfc1-4949-bb88-be07a476708d_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:03:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/BU72RZK/2026-03-30/image/4a31a3cb-bfc1-4949-bb88-be07a476708d_removebg.jpg?w=600 saved to cache
2026-03-30 10:03:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 179656cb-be7b-5345-bc45-5fda0c32f210
2026-03-30 10:03:52 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:03:52 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f436517cb90>
2026-03-30 10:03:52 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:03:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:03:52 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:03:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_179656cb-be7b-5345-bc45-5fda0c32f210/179656cb-be7b-5345-bc45-5fda0c32f210_image_9.jpg HTTP/1.1" 201 0
2026-03-30 10:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FBU72RZK%252F2026-03-30%252Fimage%252Fe12781ee-5d54-41e6-85a3-52163926b2f5_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:03:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/BU72RZK/2026-03-30/image/e12781ee-5d54-41e6-85a3-52163926b2f5_removebg.jpg?w=600 saved to cache
2026-03-30 10:03:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 179656cb-be7b-5345-bc45-5fda0c32f210
2026-03-30 10:03:52 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:03:52 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f4366609790>
2026-03-30 10:03:52 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:03:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:03:52 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:03:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_179656cb-be7b-5345-bc45-5fda0c32f210/179656cb-be7b-5345-bc45-5fda0c32f210_image_7.jpg HTTP/1.1" 201 0
2026-03-30 10:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FBU72RZK%252F2026-03-30%252Fimage%252Fe52da65e-abbf-4ec7-a2bd-3c2f857a054a_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:03:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/BU72RZK/2026-03-30/image/e52da65e-abbf-4ec7-a2bd-3c2f857a054a_removebg.jpg?w=600 saved to cache
2026-03-30 10:03:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 179656cb-be7b-5345-bc45-5fda0c32f210
2026-03-30 10:03:52 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:03:52 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f43651fa9d0>
2026-03-30 10:03:52 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:03:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:03:52 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:03:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_179656cb-be7b-5345-bc45-5fda0c32f210/179656cb-be7b-5345-bc45-5fda0c32f210_image_8.jpg HTTP/1.1" 201 0
2026-03-30 10:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FBU72RZK%252F2026-03-30%252Fimage%252Ff332dea0-d0c8-4065-82e6-45dd21d1563f_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:03:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/BU72RZK/2026-03-30/image/f332dea0-d0c8-4065-82e6-45dd21d1563f_removebg.jpg?w=600 saved to cache
2026-03-30 10:03:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 179656cb-be7b-5345-bc45-5fda0c32f210
2026-03-30 10:03:52 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:03:52 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f436678f3d0>
2026-03-30 10:03:52 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:03:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:03:52 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:03:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_179656cb-be7b-5345-bc45-5fda0c32f210/179656cb-be7b-5345-bc45-5fda0c32f210_image_5.jpg HTTP/1.1" 201 0
2026-03-30 10:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FBU72RZK%252F2026-03-30%252Fimage%252F49f351b0-2093-47e7-a828-ea2fb12ede32_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:03:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/BU72RZK/2026-03-30/image/49f351b0-2093-47e7-a828-ea2fb12ede32_removebg.jpg?w=600 saved to cache
2026-03-30 10:03:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 179656cb-be7b-5345-bc45-5fda0c32f210
2026-03-30 10:03:52 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 179656cb-be7b-5345-bc45-5fda0c32f210, skipping ID generation
2026-03-30 10:03:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 179656cb-be7b-5345-bc45-5fda0c32f210 with scrape type 1
2026-03-30 10:03:52 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 179656cb-be7b-5345-bc45-5fda0c32f210 sending to next pipeline
2026-03-30 10:03:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 179656cb-be7b-5345-bc45-5fda0c32f210, identifier: 120687560
2026-03-30 10:03:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 179656cb-be7b-5345-bc45-5fda0c32f210 with identifier: 120687560
2026-03-30 10:03:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 179656cb-be7b-5345-bc45-5fda0c32f210 with identifier: 120687560
2026-03-30 10:03:53 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 179656cb-be7b-5345-bc45-5fda0c32f210 with identifier: 120687560 to the API
2026-03-30 10:03:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:03:53 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:03:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://abimg003.imgix.net/BU72RZK/2026-03-30/image/49f351b0-2093-47e7-a828-ea2fb12ede32_removebg.jpg?w=600>
{'auction_title': '',
'c_o_2_emission_value': 204,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.9L',
'expiration_date': '2026-04-10T08:45:00Z',
'fuel_type': 'Diesel',
'id': '179656cb-be7b-5345-bc45-5fda0c32f210',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'BU72RZK',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120687560',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'MERCEDES-BENZ',
'model': 'V CLASS DIESEL ESTATE',
'odometer': 34786,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 13,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_179656cb-be7b-5345-bc45-5fda0c32f210/179656cb-be7b-5345-bc45-5fda0c32f210_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 37318,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/BU72RZK/2026-03-30/image/98413ae2-0406-486b-ad49-a83e911ecfed_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_179656cb-be7b-5345-bc45-5fda0c32f210/179656cb-be7b-5345-bc45-5fda0c32f210_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 38585,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/BU72RZK/2026-03-30/image/348ebb1f-54e2-41ee-a1c6-fe750c67a94e_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_179656cb-be7b-5345-bc45-5fda0c32f210/179656cb-be7b-5345-bc45-5fda0c32f210_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 36270,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/BU72RZK/2026-03-30/image/82ae6ae6-3f81-4d4f-b66f-a2e85e6cb853_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_179656cb-be7b-5345-bc45-5fda0c32f210/179656cb-be7b-5345-bc45-5fda0c32f210_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 35915,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/BU72RZK/2026-03-30/image/666f718e-1038-47cd-b4a7-7c7a66d81583_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_179656cb-be7b-5345-bc45-5fda0c32f210/179656cb-be7b-5345-bc45-5fda0c32f210_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 58590,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/BU72RZK/2026-03-30/image/35728e17-b533-4323-8097-d56bcdb229b7_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_179656cb-be7b-5345-bc45-5fda0c32f210/179656cb-be7b-5345-bc45-5fda0c32f210_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 49153,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/BU72RZK/2026-03-30/image/49f351b0-2093-47e7-a828-ea2fb12ede32_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_179656cb-be7b-5345-bc45-5fda0c32f210/179656cb-be7b-5345-bc45-5fda0c32f210_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 40566,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/BU72RZK/2026-03-30/image/4a31a3cb-bfc1-4949-bb88-be07a476708d_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_179656cb-be7b-5345-bc45-5fda0c32f210/179656cb-be7b-5345-bc45-5fda0c32f210_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 50992,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/BU72RZK/2026-03-30/image/e52da65e-abbf-4ec7-a2bd-3c2f857a054a_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_179656cb-be7b-5345-bc45-5fda0c32f210/179656cb-be7b-5345-bc45-5fda0c32f210_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 50990,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/BU72RZK/2026-03-30/image/f332dea0-d0c8-4065-82e6-45dd21d1563f_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_179656cb-be7b-5345-bc45-5fda0c32f210/179656cb-be7b-5345-bc45-5fda0c32f210_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 53177,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/BU72RZK/2026-03-30/image/e12781ee-5d54-41e6-85a3-52163926b2f5_removebg.jpg?w=600',
'Width': 600}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-12-19',
'seller_name': 'Interbay Asset Finance',
'title': 'MERCEDES-BENZ V CLASS DIESEL ESTATE V300 d 237 AMG Line 5dr '
'9G-Tronic [Extra Long]',
'transmission': 'automatic',
'trim': 'V300 d 237 AMG Line 5dr 9G-Tronic [Extra Long]',
'vin': None,
'year': 2022}
2026-03-30 10:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120687560%27 HTTP/1.1" 200 None
2026-03-30 10:03:53 [astonbarclay.gb] INFO: Saving data for 120687560: {'created_time': 1774865033.436397, 'last_price_update_time': 1774865033.43641, 'auction_closing_time': 1775810700.0}
2026-03-30 10:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120687560') HTTP/1.1" 204 0
2026-03-30 10:03:53 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120415240, 'registration': 'KR74BHD', 'account': 'MOT070', 'make': 'JEEP', 'model': 'AVENGER ELECTRIC HATCHBACK', 'derivative': '115kW Summit 54kWh 5dr Auto', 'mileage': 10837, 'mileageWarranty': True, 'type': 'car', 'saleId': 19235, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 728}, 'saleStart': '2026-04-20T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2025-01-31', 'fuel': 'Electric', 'motExpiry': None, 'doors': 5, 'engineSize': None, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/KR74BHD/2026-03-13/image/12c138db-4230-4cfa-a389-fd049eb3df60_removebg.jpg?w=600', 'https://abimg003.imgix.net/KR74BHD/2026-03-13/image/79f53d20-9150-47f3-b2b5-c490d675ef79_removebg.jpg?w=600', 'https://abimg003.imgix.net/KR74BHD/2026-03-13/image/685ce374-dfb0-4556-9698-32bc2d4c5dbb_removebg.jpg?w=600', 'https://abimg003.imgix.net/KR74BHD/2026-03-13/image/bace739e-eb59-43de-b9b4-3afd7e5a3092_removebg.jpg?w=600', 'https://abimg003.imgix.net/KR74BHD/2026-03-13/image/b98e96fb-3819-4c2f-861f-629ed412d5c8_removebg.jpg?w=600', 'https://abimg003.imgix.net/KR74BHD/2026-03-13/image/ac382551-39a3-48f3-80ea-0d70d3157ca4_removebg.jpg?w=600', 'https://abimg003.imgix.net/KR74BHD/2026-03-13/image/d8c06ef4-6cbe-455f-a992-68f259f81eb9_removebg.jpg?w=600', 'https://abimg003.imgix.net/KR74BHD/2026-03-13/image/7e9e4706-6de4-4336-9628-6e176e546b63_removebg.jpg?w=600'], 'colour': 'YELLOW', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'EMPTY SERVICE BOOK', 'remarks': 'NO V5 FORMER KEEPERS UNKNOWN - SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': None, 'v5': False, 'v5details': None, 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/1142d508-601a-4f23-94c2-2b7376168ef5.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:03:53 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120415240, 'registration': 'KR74BHD', 'account': 'MOT070', 'make': 'JEEP', 'model': 'AVENGER ELECTRIC HATCHBACK', 'derivative': '115kW Summit 54kWh 5dr Auto', 'mileage': 10837, 'mileageWarranty': True, 'type': 'car', 'saleId': 19235, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 728}, 'saleStart': '2026-04-20T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2025-01-31', 'fuel': 'Electric', 'motExpiry': None, 'doors': 5, 'engineSize': None, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/KR74BHD/2026-03-13/image/12c138db-4230-4cfa-a389-fd049eb3df60_removebg.jpg?w=600', 'https://abimg003.imgix.net/KR74BHD/2026-03-13/image/79f53d20-9150-47f3-b2b5-c490d675ef79_removebg.jpg?w=600', 'https://abimg003.imgix.net/KR74BHD/2026-03-13/image/685ce374-dfb0-4556-9698-32bc2d4c5dbb_removebg.jpg?w=600', 'https://abimg003.imgix.net/KR74BHD/2026-03-13/image/bace739e-eb59-43de-b9b4-3afd7e5a3092_removebg.jpg?w=600', 'https://abimg003.imgix.net/KR74BHD/2026-03-13/image/b98e96fb-3819-4c2f-861f-629ed412d5c8_removebg.jpg?w=600', 'https://abimg003.imgix.net/KR74BHD/2026-03-13/image/ac382551-39a3-48f3-80ea-0d70d3157ca4_removebg.jpg?w=600', 'https://abimg003.imgix.net/KR74BHD/2026-03-13/image/d8c06ef4-6cbe-455f-a992-68f259f81eb9_removebg.jpg?w=600', 'https://abimg003.imgix.net/KR74BHD/2026-03-13/image/7e9e4706-6de4-4336-9628-6e176e546b63_removebg.jpg?w=600'], 'colour': 'YELLOW', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'EMPTY SERVICE BOOK', 'remarks': 'NO V5 FORMER KEEPERS UNKNOWN - SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': None, 'v5': False, 'v5details': None, 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/1142d508-601a-4f23-94c2-2b7376168ef5.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:03:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 293c0a73-44bc-5da9-87e4-bfcd7a1fd468 with identifier: 120415240
2026-03-30 10:03:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 293c0a73-44bc-5da9-87e4-bfcd7a1fd468 with scrape type 2
2026-03-30 10:03:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 293c0a73-44bc-5da9-87e4-bfcd7a1fd468 with scrape type 2
2026-03-30 10:03:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 293c0a73-44bc-5da9-87e4-bfcd7a1fd468, identifier: 120415240
2026-03-30 10:03:53 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120214140, 'registration': 'LC24JNN', 'account': 'MOT070', 'make': 'SEAT', 'model': 'IBIZA HATCHBACK', 'derivative': '1.0 TSI 95 FR 5dr', 'mileage': 39674, 'mileageWarranty': True, 'type': 'car', 'saleId': 19235, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 727}, 'saleStart': '2026-04-20T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2024-04-29', 'fuel': 'Petrol', 'motExpiry': None, 'doors': 5, 'engineSize': 999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/LC24JNN/2026-03-09/image/3728b381-4cba-4847-a63f-7a0eddf24028_removebg.jpg?w=600', 'https://abimg003.imgix.net/LC24JNN/2026-03-09/image/73d544e2-6b42-4397-9d5d-ba568d97c3af_removebg.jpg?w=600', 'https://abimg003.imgix.net/LC24JNN/2026-03-09/image/5cba1edb-c6ca-4df8-b9df-43512470a265_removebg.jpg?w=600', 'https://abimg003.imgix.net/LC24JNN/2026-03-09/image/882cb901-f5d6-40b3-9db0-9714baf575eb_removebg.jpg?w=600', 'https://abimg003.imgix.net/LC24JNN/2026-03-09/image/e4a3d0bf-d7d2-42ce-886f-5f7ef27a6d48_removebg.jpg?w=600', 'https://abimg003.imgix.net/LC24JNN/2026-03-09/image/712e7759-31c7-4a69-b17f-3766bfea8b45_removebg.jpg?w=600', 'https://abimg003.imgix.net/LC24JNN/2026-03-09/image/70f5cb26-a1ed-4384-bbc7-8662b4f91432_removebg.jpg?w=600', 'https://abimg003.imgix.net/LC24JNN/2026-03-09/image/8e1d42da-1f50-4fb8-bd24-0f9af597542e_removebg.jpg?w=600', 'https://abimg003.imgix.net/LC24JNN/2026-03-09/image/4f09dc6e-7778-46c8-ab03-f41df2309c42_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': False, 'v5details': None, 'co2': 123, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/2030317e-afb8-4082-bb66-75c159ba5098.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:03:53 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120214140, 'registration': 'LC24JNN', 'account': 'MOT070', 'make': 'SEAT', 'model': 'IBIZA HATCHBACK', 'derivative': '1.0 TSI 95 FR 5dr', 'mileage': 39674, 'mileageWarranty': True, 'type': 'car', 'saleId': 19235, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 727}, 'saleStart': '2026-04-20T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2024-04-29', 'fuel': 'Petrol', 'motExpiry': None, 'doors': 5, 'engineSize': 999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/LC24JNN/2026-03-09/image/3728b381-4cba-4847-a63f-7a0eddf24028_removebg.jpg?w=600', 'https://abimg003.imgix.net/LC24JNN/2026-03-09/image/73d544e2-6b42-4397-9d5d-ba568d97c3af_removebg.jpg?w=600', 'https://abimg003.imgix.net/LC24JNN/2026-03-09/image/5cba1edb-c6ca-4df8-b9df-43512470a265_removebg.jpg?w=600', 'https://abimg003.imgix.net/LC24JNN/2026-03-09/image/882cb901-f5d6-40b3-9db0-9714baf575eb_removebg.jpg?w=600', 'https://abimg003.imgix.net/LC24JNN/2026-03-09/image/e4a3d0bf-d7d2-42ce-886f-5f7ef27a6d48_removebg.jpg?w=600', 'https://abimg003.imgix.net/LC24JNN/2026-03-09/image/712e7759-31c7-4a69-b17f-3766bfea8b45_removebg.jpg?w=600', 'https://abimg003.imgix.net/LC24JNN/2026-03-09/image/70f5cb26-a1ed-4384-bbc7-8662b4f91432_removebg.jpg?w=600', 'https://abimg003.imgix.net/LC24JNN/2026-03-09/image/8e1d42da-1f50-4fb8-bd24-0f9af597542e_removebg.jpg?w=600', 'https://abimg003.imgix.net/LC24JNN/2026-03-09/image/4f09dc6e-7778-46c8-ab03-f41df2309c42_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': False, 'v5details': None, 'co2': 123, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/2030317e-afb8-4082-bb66-75c159ba5098.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:03:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2bb70e36-e526-5c33-9fc7-8490423acd48 with identifier: 120214140
2026-03-30 10:03:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2bb70e36-e526-5c33-9fc7-8490423acd48 with scrape type 2
2026-03-30 10:03:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2bb70e36-e526-5c33-9fc7-8490423acd48 with scrape type 2
2026-03-30 10:03:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 2bb70e36-e526-5c33-9fc7-8490423acd48, identifier: 120214140
2026-03-30 10:03:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/EK74VML/2026-03-26/image/aaecc16e-988f-464c-9d38-9edfb4e21d1e_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120693731?view=catalogue)
2026-03-30 10:03:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/EK74VML/2026-03-26/image/0bd01eb3-9531-41e6-b70f-acf41fe8149c_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120693731?view=catalogue)
2026-03-30 10:03:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/EK74VML/2026-03-26/image/aafb0ee6-79d9-4d40-b0b6-eb446708b511_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120693731?view=catalogue)
2026-03-30 10:03:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/EK74VML/2026-03-26/image/5f24fe1f-6a40-4f65-adcd-8ba012186a4b_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120693731?view=catalogue)
2026-03-30 10:03:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/CK68XBY/2026-03-25/image/3c7cfaab-45d6-43f4-8149-da68deb2df05_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120766738?view=catalogue)
2026-03-30 10:03:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/CK68XBY/2026-03-25/image/5ad2cfcf-d696-4dce-b6be-5ad2b327877c_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120766738?view=catalogue)
2026-03-30 10:03:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/CK68XBY/2026-03-25/image/f221a6cf-0968-4945-b0ce-264a78eb3e94_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120766738?view=catalogue)
2026-03-30 10:03:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/CK68XBY/2026-03-25/image/aab41071-5749-4f52-8e63-e630ff57346e_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120766738?view=catalogue)
2026-03-30 10:03:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 293c0a73-44bc-5da9-87e4-bfcd7a1fd468 with identifier: 120415240
2026-03-30 10:03:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-30 10:03:53 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=YELLOW HTTP/1.1" 200 None
2026-03-30 10:03:54 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 10:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-30 10:03:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 293c0a73-44bc-5da9-87e4-bfcd7a1fd468 with identifier: 120415240
2026-03-30 10:03:54 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 293c0a73-44bc-5da9-87e4-bfcd7a1fd468 with identifier: 120415240 to the API
2026-03-30 10:03:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:03:54 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:03:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120415240?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'YELLOW',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-04-20T09:00:00Z',
'fuel_type': 'Electric',
'id': '293c0a73-44bc-5da9-87e4-bfcd7a1fd468',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'KR74BHD',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120415240',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'JEEP',
'model': 'AVENGER ELECTRIC HATCHBACK',
'odometer': 10837,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-01-31',
'seller_name': 'Motability Operations',
'title': 'JEEP AVENGER ELECTRIC HATCHBACK 115kW Summit 54kWh 5dr Auto',
'transmission': 'automatic',
'trim': '115kW Summit 54kWh 5dr Auto',
'vin': None,
'year': 2025}
2026-03-30 10:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120415240%27 HTTP/1.1" 200 None
2026-03-30 10:03:54 [astonbarclay.gb] INFO: Saving data for 120415240: {'auction_closing_time': 1776675600.0, 'created_time': 1774443756.432828, 'last_price_update_time': 1774865034.401998}
2026-03-30 10:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120415240') HTTP/1.1" 204 0
2026-03-30 10:03:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 2bb70e36-e526-5c33-9fc7-8490423acd48 with identifier: 120214140
2026-03-30 10:03:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 2bb70e36-e526-5c33-9fc7-8490423acd48 with identifier: 120214140
2026-03-30 10:03:54 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 2bb70e36-e526-5c33-9fc7-8490423acd48 with identifier: 120214140 to the API
2026-03-30 10:03:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:03:54 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:03:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120214140?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 123,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-04-20T09:00:00Z',
'fuel_type': 'Petrol',
'id': '2bb70e36-e526-5c33-9fc7-8490423acd48',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'LC24JNN',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120214140',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'SEAT',
'model': 'IBIZA HATCHBACK',
'odometer': 39674,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-04-29',
'seller_name': 'Motability Operations',
'title': 'SEAT IBIZA HATCHBACK 1.0 TSI 95 FR 5dr',
'transmission': 'manual',
'trim': '1.0 TSI 95 FR 5dr',
'vin': None,
'year': 2024}
2026-03-30 10:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120214140%27 HTTP/1.1" 200 None
2026-03-30 10:03:54 [astonbarclay.gb] INFO: Saving data for 120214140: {'auction_closing_time': 1776675600.0, 'created_time': 1774443770.107412, 'last_price_update_time': 1774865034.710648}
2026-03-30 10:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120214140') HTTP/1.1" 204 0
2026-03-30 10:03:54 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120479231, 'registration': 'LY24KKX', 'account': 'MOT070', 'make': 'HYUNDAI', 'model': 'KONA ELECTRIC HATCHBACK', 'derivative': '160kW N Line 65kWh 5dr Auto', 'mileage': 24427, 'mileageWarranty': True, 'type': 'car', 'saleId': 19235, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 727}, 'saleStart': '2026-04-20T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2024-07-29', 'fuel': 'Electric', 'motExpiry': None, 'doors': 5, 'engineSize': None, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/LY24KKX/2026-03-17/image/f54d5d8b-1db2-4baf-9bb9-9febe1963a4b_removebg.jpg?w=600', 'https://abimg003.imgix.net/LY24KKX/2026-03-17/image/c2c13c87-e8a5-40fd-80fd-42c87ca6e38f_removebg.jpg?w=600', 'https://abimg003.imgix.net/LY24KKX/2026-03-17/image/9112b61d-c1d2-481d-809c-940d22572db2_removebg.jpg?w=600', 'https://abimg003.imgix.net/LY24KKX/2026-03-17/image/2a8ae875-9c46-43ff-b4ec-8eeed47cead2_removebg.jpg?w=600', 'https://abimg003.imgix.net/LY24KKX/2026-03-17/image/6109a4fc-61aa-48a7-817b-1109755379b6_removebg.jpg?w=600', 'https://abimg003.imgix.net/LY24KKX/2026-03-17/image/7586a1fe-3afb-4363-ba3f-ce8d33bb3f6e_removebg.jpg?w=600', 'https://abimg003.imgix.net/LY24KKX/2026-03-17/image/255cf840-6f08-4390-89c8-5ffd5de7d7ab_removebg.jpg?w=600', 'https://abimg003.imgix.net/LY24KKX/2026-03-17/image/2247db65-f117-46fd-936f-a354d0ab1452_removebg.jpg?w=600', 'https://abimg003.imgix.net/LY24KKX/2026-03-17/image/c18ad13f-c189-48cd-9a6e-9b071e619d41_removebg.jpg?w=600', 'https://abimg003.imgix.net/LY24KKX/2026-03-17/image/fd236e27-58a1-401f-b419-1012cc963f0b_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'NO V5 FORMER KEEPERS UNKNOWN - SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': None, 'v5': False, 'v5details': None, 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/2a8a22ca-4132-4dd8-99b6-0eb99b14c08b.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:03:54 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120479231, 'registration': 'LY24KKX', 'account': 'MOT070', 'make': 'HYUNDAI', 'model': 'KONA ELECTRIC HATCHBACK', 'derivative': '160kW N Line 65kWh 5dr Auto', 'mileage': 24427, 'mileageWarranty': True, 'type': 'car', 'saleId': 19235, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 727}, 'saleStart': '2026-04-20T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2024-07-29', 'fuel': 'Electric', 'motExpiry': None, 'doors': 5, 'engineSize': None, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/LY24KKX/2026-03-17/image/f54d5d8b-1db2-4baf-9bb9-9febe1963a4b_removebg.jpg?w=600', 'https://abimg003.imgix.net/LY24KKX/2026-03-17/image/c2c13c87-e8a5-40fd-80fd-42c87ca6e38f_removebg.jpg?w=600', 'https://abimg003.imgix.net/LY24KKX/2026-03-17/image/9112b61d-c1d2-481d-809c-940d22572db2_removebg.jpg?w=600', 'https://abimg003.imgix.net/LY24KKX/2026-03-17/image/2a8ae875-9c46-43ff-b4ec-8eeed47cead2_removebg.jpg?w=600', 'https://abimg003.imgix.net/LY24KKX/2026-03-17/image/6109a4fc-61aa-48a7-817b-1109755379b6_removebg.jpg?w=600', 'https://abimg003.imgix.net/LY24KKX/2026-03-17/image/7586a1fe-3afb-4363-ba3f-ce8d33bb3f6e_removebg.jpg?w=600', 'https://abimg003.imgix.net/LY24KKX/2026-03-17/image/255cf840-6f08-4390-89c8-5ffd5de7d7ab_removebg.jpg?w=600', 'https://abimg003.imgix.net/LY24KKX/2026-03-17/image/2247db65-f117-46fd-936f-a354d0ab1452_removebg.jpg?w=600', 'https://abimg003.imgix.net/LY24KKX/2026-03-17/image/c18ad13f-c189-48cd-9a6e-9b071e619d41_removebg.jpg?w=600', 'https://abimg003.imgix.net/LY24KKX/2026-03-17/image/fd236e27-58a1-401f-b419-1012cc963f0b_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'NO V5 FORMER KEEPERS UNKNOWN - SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': None, 'v5': False, 'v5details': None, 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/2a8a22ca-4132-4dd8-99b6-0eb99b14c08b.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:03:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d6dde523-f1ae-5bab-9a9d-9accbf8cb5a6 with identifier: 120479231
2026-03-30 10:03:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d6dde523-f1ae-5bab-9a9d-9accbf8cb5a6 with scrape type 2
2026-03-30 10:03:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d6dde523-f1ae-5bab-9a9d-9accbf8cb5a6 with scrape type 2
2026-03-30 10:03:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: d6dde523-f1ae-5bab-9a9d-9accbf8cb5a6, identifier: 120479231
2026-03-30 10:03:54 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120881180, 'registration': 'YL70LGY', 'account': 'RCI014', 'make': 'NISSAN', 'model': 'QASHQAI HATCHBACK', 'derivative': '1.3 DiG-T 160 [157] N-Connecta 5dr DCT Glass Roof', 'mileage': 62831, 'mileageWarranty': True, 'type': 'car', 'saleId': 0, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 205}, 'saleStart': None, 'lot': None, 'hall': None, 'transmission': 'automatic', 'firstRegistration': '2021-01-31', 'fuel': 'Petrol', 'motExpiry': '2027-02-07', 'doors': 5, 'engineSize': 1332, 'bodyType': 'Hatchback', 'images': None, 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'VOSA STATES 35K 47K 59K', 'virtual': False, 'seller': None, 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': False, 'v5details': None, 'co2': 146, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/ce847718-f198-4a57-b0f9-14a325fae82d.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-30 10:03:54 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120881180, 'registration': 'YL70LGY', 'account': 'RCI014', 'make': 'NISSAN', 'model': 'QASHQAI HATCHBACK', 'derivative': '1.3 DiG-T 160 [157] N-Connecta 5dr DCT Glass Roof', 'mileage': 62831, 'mileageWarranty': True, 'type': 'car', 'saleId': 0, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 205}, 'saleStart': None, 'lot': None, 'hall': None, 'transmission': 'automatic', 'firstRegistration': '2021-01-31', 'fuel': 'Petrol', 'motExpiry': '2027-02-07', 'doors': 5, 'engineSize': 1332, 'bodyType': 'Hatchback', 'images': None, 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'VOSA STATES 35K 47K 59K', 'virtual': False, 'seller': None, 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': False, 'v5details': None, 'co2': 146, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/ce847718-f198-4a57-b0f9-14a325fae82d.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-30 10:03:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bbf2de7d-cf51-58d4-be31-ce722c58b304 with identifier: 120881180
2026-03-30 10:03:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bbf2de7d-cf51-58d4-be31-ce722c58b304 with scrape type 1
2026-03-30 10:03:54 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 0 photos for item bbf2de7d-cf51-58d4-be31-ce722c58b304
2026-03-30 10:03:54 [crawlers.middlewares.photo_download_middleware] INFO: No photos to download for item bbf2de7d-cf51-58d4-be31-ce722c58b304
2026-03-30 10:03:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: bbf2de7d-cf51-58d4-be31-ce722c58b304, identifier: 120881180
2026-03-30 10:03:54 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 118211412, 'registration': 'WM74AHK', 'account': 'TOY054', 'make': 'TOYOTA', 'model': 'YARIS HATCHBACK', 'derivative': '1.5 Hybrid Design 5dr CVT', 'mileage': 3713, 'mileageWarranty': True, 'type': 'car', 'saleId': 0, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 205}, 'saleStart': None, 'lot': None, 'hall': None, 'transmission': 'automatic', 'firstRegistration': '2025-01-21', 'fuel': 'Petrol/Electric Hybrid', 'motExpiry': None, 'doors': 5, 'engineSize': 1490, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/WM74AHK/2026-01-15/image/9f32e150-61ff-46a2-8482-b5eefbd86c91_removebg.jpg?w=600', 'https://abimg003.imgix.net/WM74AHK/2026-01-15/image/e30783c1-9b04-4f16-a4ea-d68c859b3efc_removebg.jpg?w=600', 'https://abimg003.imgix.net/WM74AHK/2026-01-15/image/6a2e15f1-34bf-436f-87c1-d9570353cd75_removebg.jpg?w=600', 'https://abimg003.imgix.net/WM74AHK/2026-01-15/image/46add801-df75-4393-b20b-c568ab094f6d_removebg.jpg?w=600', 'https://abimg003.imgix.net/WM74AHK/2026-01-15/image/e2859d35-283f-4e51-a388-721eaecf9b1b_removebg.jpg?w=600', 'https://abimg003.imgix.net/WM74AHK/2026-01-15/image/0c2c9afd-9288-4a77-9722-d48673c65316_removebg.jpg?w=600', 'https://abimg003.imgix.net/WM74AHK/2026-01-15/image/a1598f9b-fdd3-4035-9ece-310855012d6e_removebg.jpg?w=600'], 'colour': 'PURE WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '*solid paint**ex-rental*, SPARE KEY', 'virtual': False, 'seller': 'Toyota and Lexus Remarketing', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 91, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/7fa4c37a-ea9f-42e5-b1bd-0bff72ed0ada.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-30 10:03:54 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 118211412, 'registration': 'WM74AHK', 'account': 'TOY054', 'make': 'TOYOTA', 'model': 'YARIS HATCHBACK', 'derivative': '1.5 Hybrid Design 5dr CVT', 'mileage': 3713, 'mileageWarranty': True, 'type': 'car', 'saleId': 0, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 205}, 'saleStart': None, 'lot': None, 'hall': None, 'transmission': 'automatic', 'firstRegistration': '2025-01-21', 'fuel': 'Petrol/Electric Hybrid', 'motExpiry': None, 'doors': 5, 'engineSize': 1490, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/WM74AHK/2026-01-15/image/9f32e150-61ff-46a2-8482-b5eefbd86c91_removebg.jpg?w=600', 'https://abimg003.imgix.net/WM74AHK/2026-01-15/image/e30783c1-9b04-4f16-a4ea-d68c859b3efc_removebg.jpg?w=600', 'https://abimg003.imgix.net/WM74AHK/2026-01-15/image/6a2e15f1-34bf-436f-87c1-d9570353cd75_removebg.jpg?w=600', 'https://abimg003.imgix.net/WM74AHK/2026-01-15/image/46add801-df75-4393-b20b-c568ab094f6d_removebg.jpg?w=600', 'https://abimg003.imgix.net/WM74AHK/2026-01-15/image/e2859d35-283f-4e51-a388-721eaecf9b1b_removebg.jpg?w=600', 'https://abimg003.imgix.net/WM74AHK/2026-01-15/image/0c2c9afd-9288-4a77-9722-d48673c65316_removebg.jpg?w=600', 'https://abimg003.imgix.net/WM74AHK/2026-01-15/image/a1598f9b-fdd3-4035-9ece-310855012d6e_removebg.jpg?w=600'], 'colour': 'PURE WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '*solid paint**ex-rental*, SPARE KEY', 'virtual': False, 'seller': 'Toyota and Lexus Remarketing', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 91, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/7fa4c37a-ea9f-42e5-b1bd-0bff72ed0ada.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-30 10:03:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e47749bf-cb3c-5473-9ca0-1f0fa3b6dd4b with identifier: 118211412
2026-03-30 10:03:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e47749bf-cb3c-5473-9ca0-1f0fa3b6dd4b with scrape type 1
2026-03-30 10:03:54 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 7 photos for item e47749bf-cb3c-5473-9ca0-1f0fa3b6dd4b
2026-03-30 10:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FWM74AHK%252F2026-01-15%252Fimage%252F9f32e150-61ff-46a2-8482-b5eefbd86c91_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:03:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/WM74AHK/2026-01-15/image/9f32e150-61ff-46a2-8482-b5eefbd86c91_removebg.jpg?w=600 already downloaded
2026-03-30 10:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FWM74AHK%252F2026-01-15%252Fimage%252Fe30783c1-9b04-4f16-a4ea-d68c859b3efc_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:03:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/WM74AHK/2026-01-15/image/e30783c1-9b04-4f16-a4ea-d68c859b3efc_removebg.jpg?w=600 already downloaded
2026-03-30 10:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FWM74AHK%252F2026-01-15%252Fimage%252F6a2e15f1-34bf-436f-87c1-d9570353cd75_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:03:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/WM74AHK/2026-01-15/image/6a2e15f1-34bf-436f-87c1-d9570353cd75_removebg.jpg?w=600 already downloaded
2026-03-30 10:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FWM74AHK%252F2026-01-15%252Fimage%252F46add801-df75-4393-b20b-c568ab094f6d_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:03:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/WM74AHK/2026-01-15/image/46add801-df75-4393-b20b-c568ab094f6d_removebg.jpg?w=600 already downloaded
2026-03-30 10:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FWM74AHK%252F2026-01-15%252Fimage%252Fe2859d35-283f-4e51-a388-721eaecf9b1b_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:03:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/WM74AHK/2026-01-15/image/e2859d35-283f-4e51-a388-721eaecf9b1b_removebg.jpg?w=600 already downloaded
2026-03-30 10:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FWM74AHK%252F2026-01-15%252Fimage%252F0c2c9afd-9288-4a77-9722-d48673c65316_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:03:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/WM74AHK/2026-01-15/image/0c2c9afd-9288-4a77-9722-d48673c65316_removebg.jpg?w=600 already downloaded
2026-03-30 10:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FWM74AHK%252F2026-01-15%252Fimage%252Fa1598f9b-fdd3-4035-9ece-310855012d6e_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:03:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/WM74AHK/2026-01-15/image/a1598f9b-fdd3-4035-9ece-310855012d6e_removebg.jpg?w=600 already downloaded
2026-03-30 10:03:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: e47749bf-cb3c-5473-9ca0-1f0fa3b6dd4b, identifier: 118211412
2026-03-30 10:03:55 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120830380, 'registration': 'RX66WLR', 'account': 'JOH137', 'make': 'NISSAN', 'model': 'JUKE HATCHBACK', 'derivative': '1.6 DiG-T Nismo RS 5dr', 'mileage': 94252, 'mileageWarranty': False, 'type': 'car', 'saleId': 0, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 728}, 'saleStart': None, 'lot': None, 'hall': None, 'transmission': 'manual', 'firstRegistration': '2016-09-13', 'fuel': 'Petrol', 'motExpiry': '2026-08-21', 'doors': 5, 'engineSize': 1618, 'bodyType': 'Hatchback', 'images': ['https://abimg002.imgix.net/7d11a3d6-72a1-44ab-99e3-53d29b063972.jpg?w=600', 'https://abimg002.imgix.net/17d3eb70-15a5-4d45-8c7b-5b5d2c9c6a6a.jpg?w=600', 'https://abimg002.imgix.net/47750925-ae2d-47c7-b0d1-5db57312726a.jpg?w=600', 'https://abimg002.imgix.net/4a496fb1-477c-42ce-8ced-6b4840f9977b.jpg?w=600', 'https://abimg002.imgix.net/a271e0b4-6a9b-4e90-af9d-851bd6f81a3b.jpg?w=600', 'https://abimg002.imgix.net/c29f14cd-77c2-4900-be1b-ee6ab6ad9b60.jpg?w=600', 'https://abimg002.imgix.net/32f0e8ff-d6a2-4c66-90c8-a110b69f5612.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'EVALUATE', 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': None, 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '5', 'v5': False, 'v5details': None, 'co2': 168, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:03:55 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120830380, 'registration': 'RX66WLR', 'account': 'JOH137', 'make': 'NISSAN', 'model': 'JUKE HATCHBACK', 'derivative': '1.6 DiG-T Nismo RS 5dr', 'mileage': 94252, 'mileageWarranty': False, 'type': 'car', 'saleId': 0, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 728}, 'saleStart': None, 'lot': None, 'hall': None, 'transmission': 'manual', 'firstRegistration': '2016-09-13', 'fuel': 'Petrol', 'motExpiry': '2026-08-21', 'doors': 5, 'engineSize': 1618, 'bodyType': 'Hatchback', 'images': ['https://abimg002.imgix.net/7d11a3d6-72a1-44ab-99e3-53d29b063972.jpg?w=600', 'https://abimg002.imgix.net/17d3eb70-15a5-4d45-8c7b-5b5d2c9c6a6a.jpg?w=600', 'https://abimg002.imgix.net/47750925-ae2d-47c7-b0d1-5db57312726a.jpg?w=600', 'https://abimg002.imgix.net/4a496fb1-477c-42ce-8ced-6b4840f9977b.jpg?w=600', 'https://abimg002.imgix.net/a271e0b4-6a9b-4e90-af9d-851bd6f81a3b.jpg?w=600', 'https://abimg002.imgix.net/c29f14cd-77c2-4900-be1b-ee6ab6ad9b60.jpg?w=600', 'https://abimg002.imgix.net/32f0e8ff-d6a2-4c66-90c8-a110b69f5612.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'EVALUATE', 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': None, 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '5', 'v5': False, 'v5details': None, 'co2': 168, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:03:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fd9cf27b-26cc-52eb-9440-2aab897fe538 with identifier: 120830380
2026-03-30 10:03:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fd9cf27b-26cc-52eb-9440-2aab897fe538 with scrape type 1
2026-03-30 10:03:55 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 7 photos for item fd9cf27b-26cc-52eb-9440-2aab897fe538
2026-03-30 10:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg002.imgix.net%252F7d11a3d6-72a1-44ab-99e3-53d29b063972.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:03:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg002.imgix.net/7d11a3d6-72a1-44ab-99e3-53d29b063972.jpg?w=600 not downloaded yet
2026-03-30 10:03:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120878130?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:03:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120831125?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:03:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: d6dde523-f1ae-5bab-9a9d-9accbf8cb5a6 with identifier: 120479231
2026-03-30 10:03:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: d6dde523-f1ae-5bab-9a9d-9accbf8cb5a6 with identifier: 120479231
2026-03-30 10:03:55 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: d6dde523-f1ae-5bab-9a9d-9accbf8cb5a6 with identifier: 120479231 to the API
2026-03-30 10:03:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:03:55 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:03:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120479231?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-04-20T09:00:00Z',
'fuel_type': 'Electric',
'id': 'd6dde523-f1ae-5bab-9a9d-9accbf8cb5a6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'LY24KKX',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120479231',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'HYUNDAI',
'model': 'KONA ELECTRIC HATCHBACK',
'odometer': 24427,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-07-29',
'seller_name': 'Motability Operations',
'title': 'HYUNDAI KONA ELECTRIC HATCHBACK 160kW N Line 65kWh 5dr Auto',
'transmission': 'automatic',
'trim': '160kW N Line 65kWh 5dr Auto',
'vin': None,
'year': 2024}
2026-03-30 10:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120479231%27 HTTP/1.1" 200 None
2026-03-30 10:03:55 [astonbarclay.gb] INFO: Saving data for 120479231: {'auction_closing_time': 1776675600.0, 'created_time': 1774443752.884239, 'last_price_update_time': 1774865035.535081}
2026-03-30 10:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120479231') HTTP/1.1" 204 0
2026-03-30 10:03:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: bbf2de7d-cf51-58d4-be31-ce722c58b304 with identifier: 120881180
2026-03-30 10:03:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: bbf2de7d-cf51-58d4-be31-ce722c58b304 with identifier: 120881180
2026-03-30 10:03:55 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: bbf2de7d-cf51-58d4-be31-ce722c58b304 with identifier: 120881180 to the API
2026-03-30 10:03:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:03:55 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:03:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120881180?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 146,
'color': 'RED',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.3L',
'expiration_date': None,
'fuel_type': 'Petrol',
'id': 'bbf2de7d-cf51-58d4-be31-ce722c58b304',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'YL70LGY',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120881180',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'NISSAN',
'model': 'QASHQAI HATCHBACK',
'odometer': 62831,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-31',
'seller_name': None,
'title': 'NISSAN QASHQAI HATCHBACK 1.3 DiG-T 160 [157] N-Connecta 5dr DCT '
'Glass Roof',
'transmission': 'automatic',
'trim': '1.3 DiG-T 160 [157] N-Connecta 5dr DCT Glass Roof',
'vin': None,
'year': 2021}
2026-03-30 10:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120881180%27 HTTP/1.1" 200 None
2026-03-30 10:03:55 [astonbarclay.gb] INFO: Saving data for 120881180: {'created_time': 1774865035.961507, 'last_price_update_time': 1774865035.961522}
2026-03-30 10:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120881180') HTTP/1.1" 204 0
2026-03-30 10:03:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: e47749bf-cb3c-5473-9ca0-1f0fa3b6dd4b with identifier: 118211412
2026-03-30 10:03:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-30 10:03:56 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=PURE+WHITE HTTP/1.1" 200 None
2026-03-30 10:03:56 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 10:03:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-30 10:03:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: e47749bf-cb3c-5473-9ca0-1f0fa3b6dd4b with identifier: 118211412
2026-03-30 10:03:56 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: e47749bf-cb3c-5473-9ca0-1f0fa3b6dd4b with identifier: 118211412 to the API
2026-03-30 10:03:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:03:56 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:03:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/118211412?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 91,
'color': 'PURE WHITE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': None,
'fuel_type': 'Petrol/Electric Hybrid',
'id': 'e47749bf-cb3c-5473-9ca0-1f0fa3b6dd4b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'WM74AHK',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/118211412',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'TOYOTA',
'model': 'YARIS HATCHBACK',
'odometer': 3713,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 7,
'photo_urls': ['https://abimg003.imgix.net/WM74AHK/2026-01-15/image/9f32e150-61ff-46a2-8482-b5eefbd86c91_removebg.jpg?w=600',
'https://abimg003.imgix.net/WM74AHK/2026-01-15/image/e30783c1-9b04-4f16-a4ea-d68c859b3efc_removebg.jpg?w=600',
'https://abimg003.imgix.net/WM74AHK/2026-01-15/image/6a2e15f1-34bf-436f-87c1-d9570353cd75_removebg.jpg?w=600',
'https://abimg003.imgix.net/WM74AHK/2026-01-15/image/46add801-df75-4393-b20b-c568ab094f6d_removebg.jpg?w=600',
'https://abimg003.imgix.net/WM74AHK/2026-01-15/image/e2859d35-283f-4e51-a388-721eaecf9b1b_removebg.jpg?w=600',
'https://abimg003.imgix.net/WM74AHK/2026-01-15/image/0c2c9afd-9288-4a77-9722-d48673c65316_removebg.jpg?w=600',
'https://abimg003.imgix.net/WM74AHK/2026-01-15/image/a1598f9b-fdd3-4035-9ece-310855012d6e_removebg.jpg?w=600'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e47749bf-cb3c-5473-9ca0-1f0fa3b6dd4b/e47749bf-cb3c-5473-9ca0-1f0fa3b6dd4b_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 26768,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/WM74AHK/2026-01-15/image/9f32e150-61ff-46a2-8482-b5eefbd86c91_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e47749bf-cb3c-5473-9ca0-1f0fa3b6dd4b/e47749bf-cb3c-5473-9ca0-1f0fa3b6dd4b_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 27128,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/WM74AHK/2026-01-15/image/e30783c1-9b04-4f16-a4ea-d68c859b3efc_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e47749bf-cb3c-5473-9ca0-1f0fa3b6dd4b/e47749bf-cb3c-5473-9ca0-1f0fa3b6dd4b_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 25476,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/WM74AHK/2026-01-15/image/6a2e15f1-34bf-436f-87c1-d9570353cd75_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e47749bf-cb3c-5473-9ca0-1f0fa3b6dd4b/e47749bf-cb3c-5473-9ca0-1f0fa3b6dd4b_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 26527,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/WM74AHK/2026-01-15/image/46add801-df75-4393-b20b-c568ab094f6d_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e47749bf-cb3c-5473-9ca0-1f0fa3b6dd4b/e47749bf-cb3c-5473-9ca0-1f0fa3b6dd4b_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 44619,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/WM74AHK/2026-01-15/image/e2859d35-283f-4e51-a388-721eaecf9b1b_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e47749bf-cb3c-5473-9ca0-1f0fa3b6dd4b/e47749bf-cb3c-5473-9ca0-1f0fa3b6dd4b_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 43035,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/WM74AHK/2026-01-15/image/0c2c9afd-9288-4a77-9722-d48673c65316_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e47749bf-cb3c-5473-9ca0-1f0fa3b6dd4b/e47749bf-cb3c-5473-9ca0-1f0fa3b6dd4b_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 50434,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/WM74AHK/2026-01-15/image/a1598f9b-fdd3-4035-9ece-310855012d6e_removebg.jpg?w=600',
'Width': 600}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-01-21',
'seller_name': 'Toyota and Lexus Remarketing',
'title': 'TOYOTA YARIS HATCHBACK 1.5 Hybrid Design 5dr CVT',
'transmission': 'automatic',
'trim': '1.5 Hybrid Design 5dr CVT',
'vin': None,
'year': 2025}
2026-03-30 10:03:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27118211412%27 HTTP/1.1" 200 None
2026-03-30 10:03:56 [astonbarclay.gb] INFO: Saving data for 118211412: {'created_time': 1774865036.607186, 'last_price_update_time': 1774865036.607202}
2026-03-30 10:03:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='118211412') HTTP/1.1" 204 0
2026-03-30 10:03:56 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:03:56 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:03:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg002.imgix.net%252F17d3eb70-15a5-4d45-8c7b-5b5d2c9c6a6a.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:03:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg002.imgix.net/17d3eb70-15a5-4d45-8c7b-5b5d2c9c6a6a.jpg?w=600 not downloaded yet
2026-03-30 10:03:56 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:03:56 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f436d284510>
2026-03-30 10:03:56 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:03:56 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:03:56 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:03:56 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d6b022b6-3c67-5e1a-a7e2-63a27c75b40e/d6b022b6-3c67-5e1a-a7e2-63a27c75b40e_image_3.jpg HTTP/1.1" 201 0
2026-03-30 10:03:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FEK74VML%252F2026-03-26%252Fimage%252Faaecc16e-988f-464c-9d38-9edfb4e21d1e_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:03:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EK74VML/2026-03-26/image/aaecc16e-988f-464c-9d38-9edfb4e21d1e_removebg.jpg?w=600 saved to cache
2026-03-30 10:03:56 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item d6b022b6-3c67-5e1a-a7e2-63a27c75b40e
2026-03-30 10:03:56 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:03:56 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f436721ddd0>
2026-03-30 10:03:56 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:03:56 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:03:56 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:03:56 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d6b022b6-3c67-5e1a-a7e2-63a27c75b40e/d6b022b6-3c67-5e1a-a7e2-63a27c75b40e_image_1.jpg HTTP/1.1" 201 0
2026-03-30 10:03:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FEK74VML%252F2026-03-26%252Fimage%252F0bd01eb3-9531-41e6-b70f-acf41fe8149c_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:03:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EK74VML/2026-03-26/image/0bd01eb3-9531-41e6-b70f-acf41fe8149c_removebg.jpg?w=600 saved to cache
2026-03-30 10:03:56 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item d6b022b6-3c67-5e1a-a7e2-63a27c75b40e
2026-03-30 10:03:56 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:03:56 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f43665320d0>
2026-03-30 10:03:56 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:03:56 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:03:56 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:03:56 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d6b022b6-3c67-5e1a-a7e2-63a27c75b40e/d6b022b6-3c67-5e1a-a7e2-63a27c75b40e_image_0.jpg HTTP/1.1" 201 0
2026-03-30 10:03:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FEK74VML%252F2026-03-26%252Fimage%252Faafb0ee6-79d9-4d40-b0b6-eb446708b511_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:03:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EK74VML/2026-03-26/image/aafb0ee6-79d9-4d40-b0b6-eb446708b511_removebg.jpg?w=600 saved to cache
2026-03-30 10:03:56 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item d6b022b6-3c67-5e1a-a7e2-63a27c75b40e
2026-03-30 10:03:56 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:03:56 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f43667866d0>
2026-03-30 10:03:56 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:03:56 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:03:56 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:03:56 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d6b022b6-3c67-5e1a-a7e2-63a27c75b40e/d6b022b6-3c67-5e1a-a7e2-63a27c75b40e_image_2.jpg HTTP/1.1" 201 0
2026-03-30 10:03:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FEK74VML%252F2026-03-26%252Fimage%252F5f24fe1f-6a40-4f65-adcd-8ba012186a4b_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:03:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EK74VML/2026-03-26/image/5f24fe1f-6a40-4f65-adcd-8ba012186a4b_removebg.jpg?w=600 saved to cache
2026-03-30 10:03:56 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item d6b022b6-3c67-5e1a-a7e2-63a27c75b40e
2026-03-30 10:03:56 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: d6b022b6-3c67-5e1a-a7e2-63a27c75b40e, skipping ID generation
2026-03-30 10:03:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d6b022b6-3c67-5e1a-a7e2-63a27c75b40e with scrape type 1
2026-03-30 10:03:56 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item d6b022b6-3c67-5e1a-a7e2-63a27c75b40e sending to next pipeline
2026-03-30 10:03:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: d6b022b6-3c67-5e1a-a7e2-63a27c75b40e, identifier: 120693731
2026-03-30 10:03:56 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:03:56 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f4365359610>
2026-03-30 10:03:56 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:03:56 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:03:56 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:03:56 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_95965825-15ac-5371-8baa-d1573911cc1e/95965825-15ac-5371-8baa-d1573911cc1e_image_0.jpg HTTP/1.1" 201 0
2026-03-30 10:03:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FCK68XBY%252F2026-03-25%252Fimage%252F3c7cfaab-45d6-43f4-8149-da68deb2df05_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:03:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/CK68XBY/2026-03-25/image/3c7cfaab-45d6-43f4-8149-da68deb2df05_removebg.jpg?w=600 saved to cache
2026-03-30 10:03:56 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 95965825-15ac-5371-8baa-d1573911cc1e
2026-03-30 10:03:56 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:03:56 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f436722f6d0>
2026-03-30 10:03:56 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:03:56 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:03:56 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:03:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_95965825-15ac-5371-8baa-d1573911cc1e/95965825-15ac-5371-8baa-d1573911cc1e_image_3.jpg HTTP/1.1" 201 0
2026-03-30 10:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FCK68XBY%252F2026-03-25%252Fimage%252F5ad2cfcf-d696-4dce-b6be-5ad2b327877c_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:03:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/CK68XBY/2026-03-25/image/5ad2cfcf-d696-4dce-b6be-5ad2b327877c_removebg.jpg?w=600 saved to cache
2026-03-30 10:03:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 95965825-15ac-5371-8baa-d1573911cc1e
2026-03-30 10:03:57 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:03:57 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f436722e810>
2026-03-30 10:03:57 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:03:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:03:57 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:03:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_95965825-15ac-5371-8baa-d1573911cc1e/95965825-15ac-5371-8baa-d1573911cc1e_image_2.jpg HTTP/1.1" 201 0
2026-03-30 10:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FCK68XBY%252F2026-03-25%252Fimage%252Ff221a6cf-0968-4945-b0ce-264a78eb3e94_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:03:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/CK68XBY/2026-03-25/image/f221a6cf-0968-4945-b0ce-264a78eb3e94_removebg.jpg?w=600 saved to cache
2026-03-30 10:03:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 95965825-15ac-5371-8baa-d1573911cc1e
2026-03-30 10:03:57 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:03:57 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f43654663d0>
2026-03-30 10:03:57 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:03:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:03:57 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:03:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_95965825-15ac-5371-8baa-d1573911cc1e/95965825-15ac-5371-8baa-d1573911cc1e_image_1.jpg HTTP/1.1" 201 0
2026-03-30 10:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FCK68XBY%252F2026-03-25%252Fimage%252Faab41071-5749-4f52-8e63-e630ff57346e_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:03:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/CK68XBY/2026-03-25/image/aab41071-5749-4f52-8e63-e630ff57346e_removebg.jpg?w=600 saved to cache
2026-03-30 10:03:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 95965825-15ac-5371-8baa-d1573911cc1e
2026-03-30 10:03:57 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 95965825-15ac-5371-8baa-d1573911cc1e, skipping ID generation
2026-03-30 10:03:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 95965825-15ac-5371-8baa-d1573911cc1e with scrape type 1
2026-03-30 10:03:57 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 95965825-15ac-5371-8baa-d1573911cc1e sending to next pipeline
2026-03-30 10:03:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 95965825-15ac-5371-8baa-d1573911cc1e, identifier: 120766738
2026-03-30 10:03:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: d6b022b6-3c67-5e1a-a7e2-63a27c75b40e with identifier: 120693731
2026-03-30 10:03:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: d6b022b6-3c67-5e1a-a7e2-63a27c75b40e with identifier: 120693731
2026-03-30 10:03:57 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: d6b022b6-3c67-5e1a-a7e2-63a27c75b40e with identifier: 120693731 to the API
2026-03-30 10:03:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:03:57 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:03:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://abimg003.imgix.net/EK74VML/2026-03-26/image/5f24fe1f-6a40-4f65-adcd-8ba012186a4b_removebg.jpg?w=600>
{'auction_title': '',
'c_o_2_emission_value': 17,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-04-10T08:45:00Z',
'fuel_type': 'Petrol/Plugin Electric Hybrid',
'id': 'd6b022b6-3c67-5e1a-a7e2-63a27c75b40e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'EK74VML',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120693731',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'BMW',
'model': '5 SERIES TOURING',
'odometer': 19107,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 11,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d6b022b6-3c67-5e1a-a7e2-63a27c75b40e/d6b022b6-3c67-5e1a-a7e2-63a27c75b40e_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 31013,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/EK74VML/2026-03-26/image/aafb0ee6-79d9-4d40-b0b6-eb446708b511_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d6b022b6-3c67-5e1a-a7e2-63a27c75b40e/d6b022b6-3c67-5e1a-a7e2-63a27c75b40e_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 30838,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/EK74VML/2026-03-26/image/0bd01eb3-9531-41e6-b70f-acf41fe8149c_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d6b022b6-3c67-5e1a-a7e2-63a27c75b40e/d6b022b6-3c67-5e1a-a7e2-63a27c75b40e_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 33581,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/EK74VML/2026-03-26/image/5f24fe1f-6a40-4f65-adcd-8ba012186a4b_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d6b022b6-3c67-5e1a-a7e2-63a27c75b40e/d6b022b6-3c67-5e1a-a7e2-63a27c75b40e_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 30044,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/EK74VML/2026-03-26/image/aaecc16e-988f-464c-9d38-9edfb4e21d1e_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d6b022b6-3c67-5e1a-a7e2-63a27c75b40e/d6b022b6-3c67-5e1a-a7e2-63a27c75b40e_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 41116,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/EK74VML/2026-03-26/image/14c4d214-0e5b-475f-8f30-7e995e093e0f_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d6b022b6-3c67-5e1a-a7e2-63a27c75b40e/d6b022b6-3c67-5e1a-a7e2-63a27c75b40e_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 49890,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/EK74VML/2026-03-26/image/2517bea1-328c-45a0-a5cc-6a2426c7bc77_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d6b022b6-3c67-5e1a-a7e2-63a27c75b40e/d6b022b6-3c67-5e1a-a7e2-63a27c75b40e_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 58696,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/EK74VML/2026-03-26/image/b11de41c-c12a-4f04-8d9d-b0b345cd3d49_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d6b022b6-3c67-5e1a-a7e2-63a27c75b40e/d6b022b6-3c67-5e1a-a7e2-63a27c75b40e_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 59294,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/EK74VML/2026-03-26/image/fce1d8b6-518b-465f-9816-a23105c1a3b7_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d6b022b6-3c67-5e1a-a7e2-63a27c75b40e/d6b022b6-3c67-5e1a-a7e2-63a27c75b40e_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 65442,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/EK74VML/2026-03-26/image/757f5a54-bf5f-41a3-a5e4-c67988ad502e_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d6b022b6-3c67-5e1a-a7e2-63a27c75b40e/d6b022b6-3c67-5e1a-a7e2-63a27c75b40e_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 53928,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/EK74VML/2026-03-26/image/3fa1642a-f125-4bf5-aa49-e75c8830ff88_removebg.jpg?w=600',
'Width': 600}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-01-23',
'seller_name': 'Interbay Asset Finance',
'title': 'BMW 5 SERIES TOURING 530e M Sport Pro 5dr Auto',
'transmission': 'automatic',
'trim': '530e M Sport Pro 5dr Auto',
'vin': None,
'year': 2025}
2026-03-30 10:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120693731%27 HTTP/1.1" 200 None
2026-03-30 10:03:57 [astonbarclay.gb] INFO: Saving data for 120693731: {'created_time': 1774865037.695647, 'last_price_update_time': 1774865037.695661, 'auction_closing_time': 1775810700.0}
2026-03-30 10:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120693731') HTTP/1.1" 204 0
2026-03-30 10:03:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 95965825-15ac-5371-8baa-d1573911cc1e with identifier: 120766738
2026-03-30 10:03:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 95965825-15ac-5371-8baa-d1573911cc1e with identifier: 120766738
2026-03-30 10:03:57 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 95965825-15ac-5371-8baa-d1573911cc1e with identifier: 120766738 to the API
2026-03-30 10:03:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:03:57 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:03:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://abimg003.imgix.net/CK68XBY/2026-03-25/image/aab41071-5749-4f52-8e63-e630ff57346e_removebg.jpg?w=600>
{'auction_title': '',
'c_o_2_emission_value': 131,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-04-10T08:45:00Z',
'fuel_type': 'Diesel',
'id': '95965825-15ac-5371-8baa-d1573911cc1e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'CK68XBY',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120766738',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'VOLKSWAGEN',
'model': 'TIGUAN DIESEL ESTATE',
'odometer': 96181,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 11,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_95965825-15ac-5371-8baa-d1573911cc1e/95965825-15ac-5371-8baa-d1573911cc1e_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 28362,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/CK68XBY/2026-03-25/image/3c7cfaab-45d6-43f4-8149-da68deb2df05_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_95965825-15ac-5371-8baa-d1573911cc1e/95965825-15ac-5371-8baa-d1573911cc1e_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 30947,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/CK68XBY/2026-03-25/image/aab41071-5749-4f52-8e63-e630ff57346e_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_95965825-15ac-5371-8baa-d1573911cc1e/95965825-15ac-5371-8baa-d1573911cc1e_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 31481,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/CK68XBY/2026-03-25/image/f221a6cf-0968-4945-b0ce-264a78eb3e94_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_95965825-15ac-5371-8baa-d1573911cc1e/95965825-15ac-5371-8baa-d1573911cc1e_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 30236,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/CK68XBY/2026-03-25/image/5ad2cfcf-d696-4dce-b6be-5ad2b327877c_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_95965825-15ac-5371-8baa-d1573911cc1e/95965825-15ac-5371-8baa-d1573911cc1e_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 28967,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/CK68XBY/2026-03-25/image/548fa474-b666-454e-9ff1-5d0924a40420_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_95965825-15ac-5371-8baa-d1573911cc1e/95965825-15ac-5371-8baa-d1573911cc1e_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 15121,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/CK68XBY/2026-03-25/image/8af556dd-890a-417d-9910-bfac0a45033d_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_95965825-15ac-5371-8baa-d1573911cc1e/95965825-15ac-5371-8baa-d1573911cc1e_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 45721,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/CK68XBY/2026-03-25/image/daab5289-9044-442c-94ef-80f60336fb38_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_95965825-15ac-5371-8baa-d1573911cc1e/95965825-15ac-5371-8baa-d1573911cc1e_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 46395,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/CK68XBY/2026-03-25/image/5d9eca31-8c7b-48a7-9d9b-88b7c2b8ec02_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_95965825-15ac-5371-8baa-d1573911cc1e/95965825-15ac-5371-8baa-d1573911cc1e_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 41393,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/CK68XBY/2026-03-25/image/9421e23f-b6fd-468a-ad8e-fdfa3a488ee4_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_95965825-15ac-5371-8baa-d1573911cc1e/95965825-15ac-5371-8baa-d1573911cc1e_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 39120,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/CK68XBY/2026-03-25/image/fbf16f35-905e-4e65-9bf7-fc6750bcba15_removebg.jpg?w=600',
'Width': 600}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-10-26',
'seller_name': 'Stellantis Financial Services UK',
'title': 'VOLKSWAGEN TIGUAN DIESEL ESTATE 2.0 TDi 150 SEL 5dr DSG',
'transmission': 'automatic',
'trim': '2.0 TDi 150 SEL 5dr DSG',
'vin': None,
'year': 2018}
2026-03-30 10:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120766738%27 HTTP/1.1" 200 None
2026-03-30 10:03:58 [astonbarclay.gb] INFO: Saving data for 120766738: {'created_time': 1774865038.153626, 'last_price_update_time': 1774865038.153641, 'auction_closing_time': 1775810700.0}
2026-03-30 10:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120766738') HTTP/1.1" 204 0
2026-03-30 10:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03: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%252Fabimg002.imgix.net%252F47750925-ae2d-47c7-b0d1-5db57312726a.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:03:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg002.imgix.net/47750925-ae2d-47c7-b0d1-5db57312726a.jpg?w=600 not downloaded yet
2026-03-30 10:03:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120247809?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:03:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120425496?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:03:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120123859?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:03:58 [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-30 10:03:58 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120878130, 'registration': 'YA70VUR', 'account': 'RCI014', 'make': 'NISSAN', 'model': 'QASHQAI HATCHBACK', 'derivative': '1.3 DiG-T Acenta Premium 5dr', 'mileage': 28224, 'mileageWarranty': True, 'type': 'car', 'saleId': 0, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 205}, 'saleStart': None, 'lot': None, 'hall': None, 'transmission': 'manual', 'firstRegistration': '2020-12-31', 'fuel': 'Petrol', 'motExpiry': '2026-12-30', 'doors': 5, 'engineSize': 1332, 'bodyType': 'Hatchback', 'images': None, 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'VOSA STATES 13K 20K 26K', 'virtual': False, 'seller': None, 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': False, 'v5details': None, 'co2': 143, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/f800c049-7b1a-4a13-b96a-bbe13aed76e0.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-30 10:03:58 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120878130, 'registration': 'YA70VUR', 'account': 'RCI014', 'make': 'NISSAN', 'model': 'QASHQAI HATCHBACK', 'derivative': '1.3 DiG-T Acenta Premium 5dr', 'mileage': 28224, 'mileageWarranty': True, 'type': 'car', 'saleId': 0, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 205}, 'saleStart': None, 'lot': None, 'hall': None, 'transmission': 'manual', 'firstRegistration': '2020-12-31', 'fuel': 'Petrol', 'motExpiry': '2026-12-30', 'doors': 5, 'engineSize': 1332, 'bodyType': 'Hatchback', 'images': None, 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'VOSA STATES 13K 20K 26K', 'virtual': False, 'seller': None, 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': False, 'v5details': None, 'co2': 143, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/f800c049-7b1a-4a13-b96a-bbe13aed76e0.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-30 10:03:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 628e6c32-c83e-5ea8-b2df-bef482e454b1 with identifier: 120878130
2026-03-30 10:03:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 628e6c32-c83e-5ea8-b2df-bef482e454b1 with scrape type 1
2026-03-30 10:03:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 0 photos for item 628e6c32-c83e-5ea8-b2df-bef482e454b1
2026-03-30 10:03:58 [crawlers.middlewares.photo_download_middleware] INFO: No photos to download for item 628e6c32-c83e-5ea8-b2df-bef482e454b1
2026-03-30 10:03:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 628e6c32-c83e-5ea8-b2df-bef482e454b1, identifier: 120878130
2026-03-30 10:03:58 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120831125, 'registration': 'KT17UYZ', 'account': 'AST011', 'make': 'PEUGEOT', 'model': '308 HATCHBACK', 'derivative': '1.2 PureTech 130 Allure 5dr EAT6', 'mileage': 62064, 'mileageWarranty': True, 'type': 'car', 'saleId': 0, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 440}, 'saleStart': None, 'lot': None, 'hall': None, 'transmission': 'automatic', 'firstRegistration': '2017-06-23', 'fuel': 'Petrol', 'motExpiry': '2026-08-20', 'doors': 5, 'engineSize': 1200, 'bodyType': 'Hatchback', 'images': [], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': '', 'remarks': 'VOSA STATES 31K 34K 39K 43K 46K 57K', 'virtual': False, 'seller': 'TCB Group - Prime', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', '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-30 10:03:58 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120831125, 'registration': 'KT17UYZ', 'account': 'AST011', 'make': 'PEUGEOT', 'model': '308 HATCHBACK', 'derivative': '1.2 PureTech 130 Allure 5dr EAT6', 'mileage': 62064, 'mileageWarranty': True, 'type': 'car', 'saleId': 0, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 440}, 'saleStart': None, 'lot': None, 'hall': None, 'transmission': 'automatic', 'firstRegistration': '2017-06-23', 'fuel': 'Petrol', 'motExpiry': '2026-08-20', 'doors': 5, 'engineSize': 1200, 'bodyType': 'Hatchback', 'images': [], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': '', 'remarks': 'VOSA STATES 31K 34K 39K 43K 46K 57K', 'virtual': False, 'seller': 'TCB Group - Prime', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', '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-30 10:03:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cd6f2c96-e5d3-5819-a4d2-b3d981575248 with identifier: 120831125
2026-03-30 10:03:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cd6f2c96-e5d3-5819-a4d2-b3d981575248 with scrape type 1
2026-03-30 10:03:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 0 photos for item cd6f2c96-e5d3-5819-a4d2-b3d981575248
2026-03-30 10:03:58 [crawlers.middlewares.photo_download_middleware] INFO: No photos to download for item cd6f2c96-e5d3-5819-a4d2-b3d981575248
2026-03-30 10:03:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: cd6f2c96-e5d3-5819-a4d2-b3d981575248, identifier: 120831125
2026-03-30 10:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03: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%252Fabimg002.imgix.net%252F4a496fb1-477c-42ce-8ced-6b4840f9977b.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:03:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg002.imgix.net/4a496fb1-477c-42ce-8ced-6b4840f9977b.jpg?w=600 not downloaded yet
2026-03-30 10:03:58 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:03:58 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:03:58 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:03:58 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:03:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 628e6c32-c83e-5ea8-b2df-bef482e454b1 with identifier: 120878130
2026-03-30 10:03:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 628e6c32-c83e-5ea8-b2df-bef482e454b1 with identifier: 120878130
2026-03-30 10:03:58 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 628e6c32-c83e-5ea8-b2df-bef482e454b1 with identifier: 120878130 to the API
2026-03-30 10:03:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:03:58 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:03:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120878130?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 143,
'color': 'RED',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.3L',
'expiration_date': None,
'fuel_type': 'Petrol',
'id': '628e6c32-c83e-5ea8-b2df-bef482e454b1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'YA70VUR',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120878130',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'NISSAN',
'model': 'QASHQAI HATCHBACK',
'odometer': 28224,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-12-31',
'seller_name': None,
'title': 'NISSAN QASHQAI HATCHBACK 1.3 DiG-T Acenta Premium 5dr',
'transmission': 'manual',
'trim': '1.3 DiG-T Acenta Premium 5dr',
'vin': None,
'year': 2020}
2026-03-30 10:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120878130%27 HTTP/1.1" 200 None
2026-03-30 10:03:58 [astonbarclay.gb] INFO: Saving data for 120878130: {'created_time': 1774865038.802554, 'last_price_update_time': 1774865038.80257}
2026-03-30 10:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120878130') HTTP/1.1" 204 0
2026-03-30 10:03:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: cd6f2c96-e5d3-5819-a4d2-b3d981575248 with identifier: 120831125
2026-03-30 10:03:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: cd6f2c96-e5d3-5819-a4d2-b3d981575248 with identifier: 120831125
2026-03-30 10:03:58 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: cd6f2c96-e5d3-5819-a4d2-b3d981575248 with identifier: 120831125 to the API
2026-03-30 10:03:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:03:59 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:03:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120831125?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 112,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': None,
'fuel_type': 'Petrol',
'id': 'cd6f2c96-e5d3-5819-a4d2-b3d981575248',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'KT17UYZ',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120831125',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'PEUGEOT',
'model': '308 HATCHBACK',
'odometer': 62064,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-06-23',
'seller_name': 'TCB Group - Prime',
'title': 'PEUGEOT 308 HATCHBACK 1.2 PureTech 130 Allure 5dr EAT6',
'transmission': 'automatic',
'trim': '1.2 PureTech 130 Allure 5dr EAT6',
'vin': None,
'year': 2017}
2026-03-30 10:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120831125%27 HTTP/1.1" 200 None
2026-03-30 10:03:59 [astonbarclay.gb] INFO: Saving data for 120831125: {'created_time': 1774865039.233012, 'last_price_update_time': 1774865039.233023}
2026-03-30 10:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120831125') HTTP/1.1" 204 0
2026-03-30 10:03:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120664681?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03: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%252Fabimg002.imgix.net%252Fa271e0b4-6a9b-4e90-af9d-851bd6f81a3b.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:03:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg002.imgix.net/a271e0b4-6a9b-4e90-af9d-851bd6f81a3b.jpg?w=600 not downloaded yet
2026-03-30 10:03:59 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:03:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120451637?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:03:59 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120247809, 'registration': 'LG73CSL', 'account': 'MOT070', 'make': 'HYUNDAI', 'model': 'TUCSON ESTATE', 'derivative': '1.6 TGDi SE Connect 5dr 2WD', 'mileage': 40417, 'mileageWarranty': True, 'type': 'car', 'saleId': 19235, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 728}, 'saleStart': '2026-04-20T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2023-12-29', 'fuel': 'Petrol', 'motExpiry': None, 'doors': 5, 'engineSize': 1598, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/LG73CSL/2026-03-13/image/e98b331b-7bdc-4a75-8f3b-56375d186d8d_removebg.jpg?w=600', 'https://abimg003.imgix.net/LG73CSL/2026-03-13/image/de6776eb-70c1-4b14-8cc9-9eca288834c4_removebg.jpg?w=600', 'https://abimg003.imgix.net/LG73CSL/2026-03-13/image/6b96919d-4ce4-4c37-a856-ba9185ca63c8_removebg.jpg?w=600', 'https://abimg003.imgix.net/LG73CSL/2026-03-13/image/0bb6a2ac-73bd-469a-85db-4c5b7ce1d1b6_removebg.jpg?w=600', 'https://abimg003.imgix.net/LG73CSL/2026-03-13/image/d42b4a68-104c-46f0-9e93-e3e6788797aa_removebg.jpg?w=600', 'https://abimg003.imgix.net/LG73CSL/2026-03-13/image/26c2a4eb-ca76-4e7d-bab1-df543a426a00_removebg.jpg?w=600', 'https://abimg003.imgix.net/LG73CSL/2026-03-13/image/863c88cc-80ce-4c88-bbdf-b326bd77aab9_removebg.jpg?w=600', 'https://abimg003.imgix.net/LG73CSL/2026-03-13/image/802c2e0f-faa2-4b56-923a-d398470df9a4_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': False, 'v5details': None, 'co2': 151, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/e86973d5-d268-4138-ac5a-9d940400f381.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:03:59 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120247809, 'registration': 'LG73CSL', 'account': 'MOT070', 'make': 'HYUNDAI', 'model': 'TUCSON ESTATE', 'derivative': '1.6 TGDi SE Connect 5dr 2WD', 'mileage': 40417, 'mileageWarranty': True, 'type': 'car', 'saleId': 19235, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 728}, 'saleStart': '2026-04-20T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2023-12-29', 'fuel': 'Petrol', 'motExpiry': None, 'doors': 5, 'engineSize': 1598, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/LG73CSL/2026-03-13/image/e98b331b-7bdc-4a75-8f3b-56375d186d8d_removebg.jpg?w=600', 'https://abimg003.imgix.net/LG73CSL/2026-03-13/image/de6776eb-70c1-4b14-8cc9-9eca288834c4_removebg.jpg?w=600', 'https://abimg003.imgix.net/LG73CSL/2026-03-13/image/6b96919d-4ce4-4c37-a856-ba9185ca63c8_removebg.jpg?w=600', 'https://abimg003.imgix.net/LG73CSL/2026-03-13/image/0bb6a2ac-73bd-469a-85db-4c5b7ce1d1b6_removebg.jpg?w=600', 'https://abimg003.imgix.net/LG73CSL/2026-03-13/image/d42b4a68-104c-46f0-9e93-e3e6788797aa_removebg.jpg?w=600', 'https://abimg003.imgix.net/LG73CSL/2026-03-13/image/26c2a4eb-ca76-4e7d-bab1-df543a426a00_removebg.jpg?w=600', 'https://abimg003.imgix.net/LG73CSL/2026-03-13/image/863c88cc-80ce-4c88-bbdf-b326bd77aab9_removebg.jpg?w=600', 'https://abimg003.imgix.net/LG73CSL/2026-03-13/image/802c2e0f-faa2-4b56-923a-d398470df9a4_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': False, 'v5details': None, 'co2': 151, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/e86973d5-d268-4138-ac5a-9d940400f381.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:03:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3600f5d8-1d44-59a6-8b82-a1125c677073 with identifier: 120247809
2026-03-30 10:03:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3600f5d8-1d44-59a6-8b82-a1125c677073 with scrape type 2
2026-03-30 10:03:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3600f5d8-1d44-59a6-8b82-a1125c677073 with scrape type 2
2026-03-30 10:03:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 3600f5d8-1d44-59a6-8b82-a1125c677073, identifier: 120247809
2026-03-30 10:03:59 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120425496, 'registration': 'EF73GVP', 'account': 'MOT070', 'make': 'RENAULT', 'model': 'CLIO HATCHBACK', 'derivative': '1.6 E-TECH full hybrid 145 Evolution 5dr Auto', 'mileage': 7112, 'mileageWarranty': True, 'type': 'car', 'saleId': 19235, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 728}, 'saleStart': '2026-04-20T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2023-11-27', 'fuel': 'Petrol/Electric Hybrid', 'motExpiry': None, 'doors': 5, 'engineSize': 1598, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/EF73GVP/2026-03-13/image/ae073262-bc79-4fd3-a3fa-ba75be33a9eb_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF73GVP/2026-03-13/image/d33e7d8c-7cf1-48ea-ba2b-10b2d0a3e542_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF73GVP/2026-03-13/image/4ee5f647-5ba9-4fb3-9a27-287e53a77370_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF73GVP/2026-03-13/image/ce864031-6297-4d9a-868d-5064faeb0a8d_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF73GVP/2026-03-13/image/9a646618-60e1-45bd-a115-a689930d4816_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF73GVP/2026-03-13/image/b7976653-d349-4f66-8380-edeaca73a5a9_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF73GVP/2026-03-13/image/5af05d7e-9eeb-4d27-9420-ccdc6219df75_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF73GVP/2026-03-13/image/841c1b53-e2a5-45b1-b5d7-3a7b45a22112_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF73GVP/2026-03-13/image/99d0678d-6846-42c6-9437-21c967359d13_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF73GVP/2026-03-13/image/71ed3198-72f8-4bc6-a5c9-d1acc716a59a_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'NO V5 FORMER KEEPERS UNKNOWN - SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': None, 'v5': False, 'v5details': None, 'co2': 96, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/5195b986-1985-4d3a-be28-db4df0d43fe8.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:03:59 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120425496, 'registration': 'EF73GVP', 'account': 'MOT070', 'make': 'RENAULT', 'model': 'CLIO HATCHBACK', 'derivative': '1.6 E-TECH full hybrid 145 Evolution 5dr Auto', 'mileage': 7112, 'mileageWarranty': True, 'type': 'car', 'saleId': 19235, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 728}, 'saleStart': '2026-04-20T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2023-11-27', 'fuel': 'Petrol/Electric Hybrid', 'motExpiry': None, 'doors': 5, 'engineSize': 1598, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/EF73GVP/2026-03-13/image/ae073262-bc79-4fd3-a3fa-ba75be33a9eb_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF73GVP/2026-03-13/image/d33e7d8c-7cf1-48ea-ba2b-10b2d0a3e542_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF73GVP/2026-03-13/image/4ee5f647-5ba9-4fb3-9a27-287e53a77370_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF73GVP/2026-03-13/image/ce864031-6297-4d9a-868d-5064faeb0a8d_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF73GVP/2026-03-13/image/9a646618-60e1-45bd-a115-a689930d4816_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF73GVP/2026-03-13/image/b7976653-d349-4f66-8380-edeaca73a5a9_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF73GVP/2026-03-13/image/5af05d7e-9eeb-4d27-9420-ccdc6219df75_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF73GVP/2026-03-13/image/841c1b53-e2a5-45b1-b5d7-3a7b45a22112_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF73GVP/2026-03-13/image/99d0678d-6846-42c6-9437-21c967359d13_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF73GVP/2026-03-13/image/71ed3198-72f8-4bc6-a5c9-d1acc716a59a_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'NO V5 FORMER KEEPERS UNKNOWN - SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': None, 'v5': False, 'v5details': None, 'co2': 96, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/5195b986-1985-4d3a-be28-db4df0d43fe8.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:03:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dd9099c3-0b0d-53be-96a0-45199ea9aba3 with identifier: 120425496
2026-03-30 10:03:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dd9099c3-0b0d-53be-96a0-45199ea9aba3 with scrape type 2
2026-03-30 10:03:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dd9099c3-0b0d-53be-96a0-45199ea9aba3 with scrape type 2
2026-03-30 10:03:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: dd9099c3-0b0d-53be-96a0-45199ea9aba3, identifier: 120425496
2026-03-30 10:03:59 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120123859, 'registration': 'LY24MKN', 'account': 'MOT070', 'make': 'KIA', 'model': 'STONIC ESTATE', 'derivative': '1.0T GDi 48V 98 GT-Line S 5dr DCT', 'mileage': 38261, 'mileageWarranty': True, 'type': 'car', 'saleId': 19235, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 728}, 'saleStart': '2026-04-20T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2024-06-30', 'fuel': 'Petrol', 'motExpiry': None, 'doors': 5, 'engineSize': 998, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/LY24MKN/2026-03-05/image/e91ec824-bfa9-4444-ab7e-c0729398564a_removebg.jpg?w=600', 'https://abimg003.imgix.net/LY24MKN/2026-03-05/image/740e3283-e5d1-481e-af4d-98db076d3e29_removebg.jpg?w=600', 'https://abimg003.imgix.net/LY24MKN/2026-03-05/image/77e627d6-fd69-4e92-ae75-2bf15cfa225f_removebg.jpg?w=600', 'https://abimg003.imgix.net/LY24MKN/2026-03-05/image/2d9638f4-5107-4313-bd0d-3636aa2f766a_removebg.jpg?w=600', 'https://abimg003.imgix.net/LY24MKN/2026-03-05/image/798ce62d-392a-4052-b448-4075f3af9e6b_removebg.jpg?w=600', 'https://abimg003.imgix.net/LY24MKN/2026-03-05/image/9f80ad7a-6d32-4125-a85a-fd6cabb13311_removebg.jpg?w=600', 'https://abimg003.imgix.net/LY24MKN/2026-03-05/image/94bcd870-4460-4fae-998a-ba6dd978422c_removebg.jpg?w=600', 'https://abimg003.imgix.net/LY24MKN/2026-03-05/image/678e46ec-3352-4459-8cb3-df1e004ed209_removebg.jpg?w=600', 'https://abimg003.imgix.net/LY24MKN/2026-03-05/image/fc9f414f-0d00-4627-b9c1-9112595d5b35_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': False, 'v5details': None, 'co2': 129, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/6d3a375d-0fe1-47c7-9ae8-7f20c4cc503a.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:03:59 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120123859, 'registration': 'LY24MKN', 'account': 'MOT070', 'make': 'KIA', 'model': 'STONIC ESTATE', 'derivative': '1.0T GDi 48V 98 GT-Line S 5dr DCT', 'mileage': 38261, 'mileageWarranty': True, 'type': 'car', 'saleId': 19235, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 728}, 'saleStart': '2026-04-20T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2024-06-30', 'fuel': 'Petrol', 'motExpiry': None, 'doors': 5, 'engineSize': 998, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/LY24MKN/2026-03-05/image/e91ec824-bfa9-4444-ab7e-c0729398564a_removebg.jpg?w=600', 'https://abimg003.imgix.net/LY24MKN/2026-03-05/image/740e3283-e5d1-481e-af4d-98db076d3e29_removebg.jpg?w=600', 'https://abimg003.imgix.net/LY24MKN/2026-03-05/image/77e627d6-fd69-4e92-ae75-2bf15cfa225f_removebg.jpg?w=600', 'https://abimg003.imgix.net/LY24MKN/2026-03-05/image/2d9638f4-5107-4313-bd0d-3636aa2f766a_removebg.jpg?w=600', 'https://abimg003.imgix.net/LY24MKN/2026-03-05/image/798ce62d-392a-4052-b448-4075f3af9e6b_removebg.jpg?w=600', 'https://abimg003.imgix.net/LY24MKN/2026-03-05/image/9f80ad7a-6d32-4125-a85a-fd6cabb13311_removebg.jpg?w=600', 'https://abimg003.imgix.net/LY24MKN/2026-03-05/image/94bcd870-4460-4fae-998a-ba6dd978422c_removebg.jpg?w=600', 'https://abimg003.imgix.net/LY24MKN/2026-03-05/image/678e46ec-3352-4459-8cb3-df1e004ed209_removebg.jpg?w=600', 'https://abimg003.imgix.net/LY24MKN/2026-03-05/image/fc9f414f-0d00-4627-b9c1-9112595d5b35_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': False, 'v5details': None, 'co2': 129, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/6d3a375d-0fe1-47c7-9ae8-7f20c4cc503a.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:03:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3deb9c4a-3039-5cf9-8735-84d74921ab24 with identifier: 120123859
2026-03-30 10:03:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3deb9c4a-3039-5cf9-8735-84d74921ab24 with scrape type 2
2026-03-30 10:03:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3deb9c4a-3039-5cf9-8735-84d74921ab24 with scrape type 2
2026-03-30 10:03:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 3deb9c4a-3039-5cf9-8735-84d74921ab24, identifier: 120123859
2026-03-30 10:03:59 [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': 19235, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 728}, 'saleStart': '2026-04-20T09: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': 'Service print 01/25 2K', 'remarks': 'V5 Document Reference Number Available Upon Purchase - 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': None, '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-30 10:03:59 [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': 19235, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 728}, 'saleStart': '2026-04-20T09: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': 'Service print 01/25 2K', 'remarks': 'V5 Document Reference Number Available Upon Purchase - 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': None, '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-30 10:03:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0e6edf50-4829-5ebc-9d0a-eb56d43fa975 with identifier: 118978647
2026-03-30 10:03:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0e6edf50-4829-5ebc-9d0a-eb56d43fa975 with scrape type 2
2026-03-30 10:03:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0e6edf50-4829-5ebc-9d0a-eb56d43fa975 with scrape type 2
2026-03-30 10:03:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 0e6edf50-4829-5ebc-9d0a-eb56d43fa975, identifier: 118978647
2026-03-30 10:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:03: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%252Fabimg002.imgix.net%252Fc29f14cd-77c2-4900-be1b-ee6ab6ad9b60.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:03:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg002.imgix.net/c29f14cd-77c2-4900-be1b-ee6ab6ad9b60.jpg?w=600 not downloaded yet
2026-03-30 10:03:59 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:03:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 3600f5d8-1d44-59a6-8b82-a1125c677073 with identifier: 120247809
2026-03-30 10:03:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 3600f5d8-1d44-59a6-8b82-a1125c677073 with identifier: 120247809
2026-03-30 10:03:59 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 3600f5d8-1d44-59a6-8b82-a1125c677073 with identifier: 120247809 to the API
2026-03-30 10:03:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:03:59 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:04:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120247809?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 151,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-04-20T09:00:00Z',
'fuel_type': 'Petrol',
'id': '3600f5d8-1d44-59a6-8b82-a1125c677073',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'LG73CSL',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120247809',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'HYUNDAI',
'model': 'TUCSON ESTATE',
'odometer': 40417,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-12-29',
'seller_name': 'Motability Operations',
'title': 'HYUNDAI TUCSON ESTATE 1.6 TGDi SE Connect 5dr 2WD',
'transmission': 'manual',
'trim': '1.6 TGDi SE Connect 5dr 2WD',
'vin': None,
'year': 2023}
2026-03-30 10:04:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120247809%27 HTTP/1.1" 200 None
2026-03-30 10:04:00 [astonbarclay.gb] INFO: Saving data for 120247809: {'auction_closing_time': 1776675600.0, 'created_time': 1774443788.813095, 'last_price_update_time': 1774865040.023261}
2026-03-30 10:04:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120247809') HTTP/1.1" 204 0
2026-03-30 10:04:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: dd9099c3-0b0d-53be-96a0-45199ea9aba3 with identifier: 120425496
2026-03-30 10:04:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: dd9099c3-0b0d-53be-96a0-45199ea9aba3 with identifier: 120425496
2026-03-30 10:04:00 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: dd9099c3-0b0d-53be-96a0-45199ea9aba3 with identifier: 120425496 to the API
2026-03-30 10:04:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:04:00 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:04:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120425496?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 96,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-04-20T09:00:00Z',
'fuel_type': 'Petrol/Electric Hybrid',
'id': 'dd9099c3-0b0d-53be-96a0-45199ea9aba3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'EF73GVP',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120425496',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'RENAULT',
'model': 'CLIO HATCHBACK',
'odometer': 7112,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-11-27',
'seller_name': 'Motability Operations',
'title': 'RENAULT CLIO HATCHBACK 1.6 E-TECH full hybrid 145 Evolution 5dr '
'Auto',
'transmission': 'automatic',
'trim': '1.6 E-TECH full hybrid 145 Evolution 5dr Auto',
'vin': None,
'year': 2023}
2026-03-30 10:04:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120425496%27 HTTP/1.1" 200 None
2026-03-30 10:04:00 [astonbarclay.gb] INFO: Saving data for 120425496: {'auction_closing_time': 1776675600.0, 'created_time': 1774443769.38771, 'last_price_update_time': 1774865040.369543}
2026-03-30 10:04:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120425496') HTTP/1.1" 204 0
2026-03-30 10:04:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 3deb9c4a-3039-5cf9-8735-84d74921ab24 with identifier: 120123859
2026-03-30 10:04:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 3deb9c4a-3039-5cf9-8735-84d74921ab24 with identifier: 120123859
2026-03-30 10:04:00 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 3deb9c4a-3039-5cf9-8735-84d74921ab24 with identifier: 120123859 to the API
2026-03-30 10:04:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:04:00 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:04:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120123859?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 129,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-04-20T09:00:00Z',
'fuel_type': 'Petrol',
'id': '3deb9c4a-3039-5cf9-8735-84d74921ab24',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'LY24MKN',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120123859',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'KIA',
'model': 'STONIC ESTATE',
'odometer': 38261,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-06-30',
'seller_name': 'Motability Operations',
'title': 'KIA STONIC ESTATE 1.0T GDi 48V 98 GT-Line S 5dr DCT',
'transmission': 'automatic',
'trim': '1.0T GDi 48V 98 GT-Line S 5dr DCT',
'vin': None,
'year': 2024}
2026-03-30 10:04:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120123859%27 HTTP/1.1" 200 None
2026-03-30 10:04:00 [astonbarclay.gb] INFO: Saving data for 120123859: {'auction_closing_time': 1776675600.0, 'created_time': 1774443752.002526, 'last_price_update_time': 1774865040.757784}
2026-03-30 10:04:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120123859') HTTP/1.1" 204 0
2026-03-30 10:04:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 0e6edf50-4829-5ebc-9d0a-eb56d43fa975 with identifier: 118978647
2026-03-30 10:04:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 0e6edf50-4829-5ebc-9d0a-eb56d43fa975 with identifier: 118978647
2026-03-30 10:04:00 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 0e6edf50-4829-5ebc-9d0a-eb56d43fa975 with identifier: 118978647 to the API
2026-03-30 10:04:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:04:00 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:04:01 [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-20T09: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-30 10:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27118978647%27 HTTP/1.1" 200 None
2026-03-30 10:04:01 [astonbarclay.gb] INFO: Saving data for 118978647: {'auction_closing_time': 1776675600.0, 'created_time': 1773402085.980197, 'last_price_update_time': 1774865041.075809}
2026-03-30 10:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='118978647') HTTP/1.1" 204 0
2026-03-30 10:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg002.imgix.net%252F32f0e8ff-d6a2-4c66-90c8-a110b69f5612.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:04:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg002.imgix.net/32f0e8ff-d6a2-4c66-90c8-a110b69f5612.jpg?w=600 not downloaded yet
2026-03-30 10:04:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120265015?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:04:01 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:04:01 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120664681, 'registration': 'LJ74FRE', 'account': 'MOT070', 'make': 'KIA', 'model': 'STONIC ESTATE', 'derivative': '1.0T GDi 98 2 5dr DCT', 'mileage': 18926, 'mileageWarranty': True, 'type': 'car', 'saleId': 19235, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 728}, 'saleStart': '2026-04-20T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2025-01-17', 'fuel': 'Petrol', 'motExpiry': None, 'doors': 5, 'engineSize': 998, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/LJ74FRE/2026-03-26/image/8894cb6b-36b1-4c32-b4e6-5c12eefa5644_removebg.jpg?w=600', 'https://abimg003.imgix.net/LJ74FRE/2026-03-26/image/29bfe024-a502-4a76-8527-2c08073935cc_removebg.jpg?w=600', 'https://abimg003.imgix.net/LJ74FRE/2026-03-26/image/2b875238-d478-4bc1-9c59-89dbcd69aca2_removebg.jpg?w=600', 'https://abimg003.imgix.net/LJ74FRE/2026-03-26/image/d2494347-3c7f-44fb-b09f-23452112d462_removebg.jpg?w=600', 'https://abimg003.imgix.net/LJ74FRE/2026-03-26/image/cb9211bf-d6ad-455b-a657-cf609cb5c889_removebg.jpg?w=600', 'https://abimg003.imgix.net/LJ74FRE/2026-03-26/image/f6774252-d9b1-4857-9a02-04be73b1bc66_removebg.jpg?w=600', 'https://abimg003.imgix.net/LJ74FRE/2026-03-26/image/05bff6be-5885-4e02-8cb5-ab0e9078ff33_removebg.jpg?w=600', 'https://abimg003.imgix.net/LJ74FRE/2026-03-26/image/69f8bf4a-4573-41ec-b1d2-d16b1c4e51cb_removebg.jpg?w=600', 'https://abimg003.imgix.net/LJ74FRE/2026-03-26/image/f14f2030-7e93-453b-b3c3-835f4cc10bd7_removebg.jpg?w=600', 'https://abimg003.imgix.net/LJ74FRE/2026-03-26/image/948fb64e-ede9-4ea9-989f-65bb9b54e337_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': False, 'v5details': None, 'co2': 127, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/71dea715-0d09-4afb-9d90-58aa23b96edb.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:04:01 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120664681, 'registration': 'LJ74FRE', 'account': 'MOT070', 'make': 'KIA', 'model': 'STONIC ESTATE', 'derivative': '1.0T GDi 98 2 5dr DCT', 'mileage': 18926, 'mileageWarranty': True, 'type': 'car', 'saleId': 19235, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 728}, 'saleStart': '2026-04-20T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2025-01-17', 'fuel': 'Petrol', 'motExpiry': None, 'doors': 5, 'engineSize': 998, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/LJ74FRE/2026-03-26/image/8894cb6b-36b1-4c32-b4e6-5c12eefa5644_removebg.jpg?w=600', 'https://abimg003.imgix.net/LJ74FRE/2026-03-26/image/29bfe024-a502-4a76-8527-2c08073935cc_removebg.jpg?w=600', 'https://abimg003.imgix.net/LJ74FRE/2026-03-26/image/2b875238-d478-4bc1-9c59-89dbcd69aca2_removebg.jpg?w=600', 'https://abimg003.imgix.net/LJ74FRE/2026-03-26/image/d2494347-3c7f-44fb-b09f-23452112d462_removebg.jpg?w=600', 'https://abimg003.imgix.net/LJ74FRE/2026-03-26/image/cb9211bf-d6ad-455b-a657-cf609cb5c889_removebg.jpg?w=600', 'https://abimg003.imgix.net/LJ74FRE/2026-03-26/image/f6774252-d9b1-4857-9a02-04be73b1bc66_removebg.jpg?w=600', 'https://abimg003.imgix.net/LJ74FRE/2026-03-26/image/05bff6be-5885-4e02-8cb5-ab0e9078ff33_removebg.jpg?w=600', 'https://abimg003.imgix.net/LJ74FRE/2026-03-26/image/69f8bf4a-4573-41ec-b1d2-d16b1c4e51cb_removebg.jpg?w=600', 'https://abimg003.imgix.net/LJ74FRE/2026-03-26/image/f14f2030-7e93-453b-b3c3-835f4cc10bd7_removebg.jpg?w=600', 'https://abimg003.imgix.net/LJ74FRE/2026-03-26/image/948fb64e-ede9-4ea9-989f-65bb9b54e337_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': False, 'v5details': None, 'co2': 127, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/71dea715-0d09-4afb-9d90-58aa23b96edb.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:04:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ff565bea-3079-5049-8b7b-8edc05473514 with identifier: 120664681
2026-03-30 10:04:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ff565bea-3079-5049-8b7b-8edc05473514 with scrape type 2
2026-03-30 10:04:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ff565bea-3079-5049-8b7b-8edc05473514 with scrape type 2
2026-03-30 10:04:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: ff565bea-3079-5049-8b7b-8edc05473514, identifier: 120664681
2026-03-30 10:04:01 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120451637, 'registration': 'LP74VOD', 'account': 'MOT070', 'make': 'VOLKSWAGEN', 'model': 'T-CROSS ESTATE', 'derivative': '1.0 TSI 115 R-Line 5dr DSG', 'mileage': 17389, 'mileageWarranty': True, 'type': 'car', 'saleId': 19235, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 728}, 'saleStart': '2026-04-20T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2025-02-25', 'fuel': 'Petrol', 'motExpiry': None, 'doors': 5, 'engineSize': 999, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/LP74VOD/2026-03-19/image/4d83ac0f-42ad-453f-b27b-f1988f1e7e66_removebg.jpg?w=600', 'https://abimg003.imgix.net/LP74VOD/2026-03-19/image/f3692c5a-cb45-408c-816e-489128e9ba26_removebg.jpg?w=600', 'https://abimg003.imgix.net/LP74VOD/2026-03-19/image/f00774e6-4066-4575-9b60-6a653cc8bd38_removebg.jpg?w=600', 'https://abimg003.imgix.net/LP74VOD/2026-03-19/image/70cd75e6-a396-4c34-8684-513733cd6298_removebg.jpg?w=600', 'https://abimg003.imgix.net/LP74VOD/2026-03-19/image/13b6911f-1d1c-40b8-906c-06c22ca05174_removebg.jpg?w=600', 'https://abimg003.imgix.net/LP74VOD/2026-03-19/image/db24f7ca-933b-4cfa-921a-b70d35e17926_removebg.jpg?w=600', 'https://abimg003.imgix.net/LP74VOD/2026-03-19/image/ad38a4aa-4b87-4e8a-994f-35cd61b0caed_removebg.jpg?w=600', 'https://abimg003.imgix.net/LP74VOD/2026-03-19/image/3f99d137-3bc4-4f90-8a4f-86b5adf39273_removebg.jpg?w=600', 'https://abimg003.imgix.net/LP74VOD/2026-03-19/image/1689923d-194f-4cab-b7e2-5689f7c1ab33_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'NO V5 FORMER KEEPERS UNKNOWN - SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': None, 'v5': False, 'v5details': None, 'co2': 131, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/e9af586e-946a-4fbd-bcd1-6198748d594a.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:04:01 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120451637, 'registration': 'LP74VOD', 'account': 'MOT070', 'make': 'VOLKSWAGEN', 'model': 'T-CROSS ESTATE', 'derivative': '1.0 TSI 115 R-Line 5dr DSG', 'mileage': 17389, 'mileageWarranty': True, 'type': 'car', 'saleId': 19235, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 728}, 'saleStart': '2026-04-20T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2025-02-25', 'fuel': 'Petrol', 'motExpiry': None, 'doors': 5, 'engineSize': 999, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/LP74VOD/2026-03-19/image/4d83ac0f-42ad-453f-b27b-f1988f1e7e66_removebg.jpg?w=600', 'https://abimg003.imgix.net/LP74VOD/2026-03-19/image/f3692c5a-cb45-408c-816e-489128e9ba26_removebg.jpg?w=600', 'https://abimg003.imgix.net/LP74VOD/2026-03-19/image/f00774e6-4066-4575-9b60-6a653cc8bd38_removebg.jpg?w=600', 'https://abimg003.imgix.net/LP74VOD/2026-03-19/image/70cd75e6-a396-4c34-8684-513733cd6298_removebg.jpg?w=600', 'https://abimg003.imgix.net/LP74VOD/2026-03-19/image/13b6911f-1d1c-40b8-906c-06c22ca05174_removebg.jpg?w=600', 'https://abimg003.imgix.net/LP74VOD/2026-03-19/image/db24f7ca-933b-4cfa-921a-b70d35e17926_removebg.jpg?w=600', 'https://abimg003.imgix.net/LP74VOD/2026-03-19/image/ad38a4aa-4b87-4e8a-994f-35cd61b0caed_removebg.jpg?w=600', 'https://abimg003.imgix.net/LP74VOD/2026-03-19/image/3f99d137-3bc4-4f90-8a4f-86b5adf39273_removebg.jpg?w=600', 'https://abimg003.imgix.net/LP74VOD/2026-03-19/image/1689923d-194f-4cab-b7e2-5689f7c1ab33_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'NO V5 FORMER KEEPERS UNKNOWN - SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': None, 'v5': False, 'v5details': None, 'co2': 131, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/e9af586e-946a-4fbd-bcd1-6198748d594a.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:04:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 85040d2b-f87f-567a-a38b-c3334007a4c1 with identifier: 120451637
2026-03-30 10:04:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 85040d2b-f87f-567a-a38b-c3334007a4c1 with scrape type 2
2026-03-30 10:04:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 85040d2b-f87f-567a-a38b-c3334007a4c1 with scrape type 2
2026-03-30 10:04:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 85040d2b-f87f-567a-a38b-c3334007a4c1, identifier: 120451637
2026-03-30 10:04:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: ff565bea-3079-5049-8b7b-8edc05473514 with identifier: 120664681
2026-03-30 10:04:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: ff565bea-3079-5049-8b7b-8edc05473514 with identifier: 120664681
2026-03-30 10:04:01 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: ff565bea-3079-5049-8b7b-8edc05473514 with identifier: 120664681 to the API
2026-03-30 10:04:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:04:01 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:04:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120664681?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 127,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-04-20T09:00:00Z',
'fuel_type': 'Petrol',
'id': 'ff565bea-3079-5049-8b7b-8edc05473514',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'LJ74FRE',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120664681',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'KIA',
'model': 'STONIC ESTATE',
'odometer': 18926,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-01-17',
'seller_name': 'Motability Operations',
'title': 'KIA STONIC ESTATE 1.0T GDi 98 2 5dr DCT',
'transmission': 'automatic',
'trim': '1.0T GDi 98 2 5dr DCT',
'vin': None,
'year': 2025}
2026-03-30 10:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120664681%27 HTTP/1.1" 200 None
2026-03-30 10:04:01 [astonbarclay.gb] INFO: Saving data for 120664681: {'auction_closing_time': 1776675600.0, 'created_time': 1774443795.581142, 'last_price_update_time': 1774865041.779543}
2026-03-30 10:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120664681') HTTP/1.1" 204 0
2026-03-30 10:04:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 85040d2b-f87f-567a-a38b-c3334007a4c1 with identifier: 120451637
2026-03-30 10:04:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 85040d2b-f87f-567a-a38b-c3334007a4c1 with identifier: 120451637
2026-03-30 10:04:01 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 85040d2b-f87f-567a-a38b-c3334007a4c1 with identifier: 120451637 to the API
2026-03-30 10:04:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:04:01 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:04:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120451637?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 131,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-04-20T09:00:00Z',
'fuel_type': 'Petrol',
'id': '85040d2b-f87f-567a-a38b-c3334007a4c1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'LP74VOD',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120451637',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'VOLKSWAGEN',
'model': 'T-CROSS ESTATE',
'odometer': 17389,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-02-25',
'seller_name': 'Motability Operations',
'title': 'VOLKSWAGEN T-CROSS ESTATE 1.0 TSI 115 R-Line 5dr DSG',
'transmission': 'automatic',
'trim': '1.0 TSI 115 R-Line 5dr DSG',
'vin': None,
'year': 2025}
2026-03-30 10:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120451637%27 HTTP/1.1" 200 None
2026-03-30 10:04:02 [astonbarclay.gb] INFO: Saving data for 120451637: {'auction_closing_time': 1776675600.0, 'created_time': 1774443759.08797, 'last_price_update_time': 1774865042.135538}
2026-03-30 10:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120451637') HTTP/1.1" 204 0
2026-03-30 10:04:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg002.imgix.net/7d11a3d6-72a1-44ab-99e3-53d29b063972.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120830380?view=catalogue)
2026-03-30 10:04:02 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120265015, 'registration': 'GD75ETE', 'account': 'MOT070', 'make': 'VAUXHALL', 'model': 'MOKKA HATCHBACK', 'derivative': '1.2 Turbo 136 Ultimate 5dr', 'mileage': 2088, 'mileageWarranty': True, 'type': 'car', 'saleId': 19235, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 728}, 'saleStart': '2026-04-20T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2025-12-15', 'fuel': 'Petrol', 'motExpiry': None, 'doors': 5, 'engineSize': 1199, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/GD75ETE/2026-03-11/image/44366f4a-89a3-4b8a-95e2-ca5d5ddb8ea7_removebg.jpg?w=600', 'https://abimg003.imgix.net/GD75ETE/2026-03-11/image/0d9bebcd-aafb-44f1-95a1-47bccfda706b_removebg.jpg?w=600', 'https://abimg003.imgix.net/GD75ETE/2026-03-11/image/11987a76-ca35-4691-a5d5-5c2ad4be8781_removebg.jpg?w=600', 'https://abimg003.imgix.net/GD75ETE/2026-03-11/image/db903745-6f1c-4a98-a5aa-85a0db3a9fac_removebg.jpg?w=600', 'https://abimg003.imgix.net/GD75ETE/2026-03-11/image/6d70a79a-184a-4281-afc4-479d4f1196ca_removebg.jpg?w=600', 'https://abimg003.imgix.net/GD75ETE/2026-03-11/image/700a98e1-8198-4106-bd62-9b37117e01e9_removebg.jpg?w=600', 'https://abimg003.imgix.net/GD75ETE/2026-03-11/image/527453cd-a457-4e3c-8c49-6008fbe8ec66_removebg.jpg?w=600', 'https://abimg003.imgix.net/GD75ETE/2026-03-11/image/995007db-c7e2-499b-8c28-effbf979ea98_removebg.jpg?w=600', 'https://abimg003.imgix.net/GD75ETE/2026-03-11/image/81c1f03d-88aa-4f5a-beee-df62c9fd4eca_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': False, 'v5details': None, 'co2': 128, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/cf938728-2963-46da-9d53-f8b0ab189e95.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:04:02 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120265015, 'registration': 'GD75ETE', 'account': 'MOT070', 'make': 'VAUXHALL', 'model': 'MOKKA HATCHBACK', 'derivative': '1.2 Turbo 136 Ultimate 5dr', 'mileage': 2088, 'mileageWarranty': True, 'type': 'car', 'saleId': 19235, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 728}, 'saleStart': '2026-04-20T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2025-12-15', 'fuel': 'Petrol', 'motExpiry': None, 'doors': 5, 'engineSize': 1199, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/GD75ETE/2026-03-11/image/44366f4a-89a3-4b8a-95e2-ca5d5ddb8ea7_removebg.jpg?w=600', 'https://abimg003.imgix.net/GD75ETE/2026-03-11/image/0d9bebcd-aafb-44f1-95a1-47bccfda706b_removebg.jpg?w=600', 'https://abimg003.imgix.net/GD75ETE/2026-03-11/image/11987a76-ca35-4691-a5d5-5c2ad4be8781_removebg.jpg?w=600', 'https://abimg003.imgix.net/GD75ETE/2026-03-11/image/db903745-6f1c-4a98-a5aa-85a0db3a9fac_removebg.jpg?w=600', 'https://abimg003.imgix.net/GD75ETE/2026-03-11/image/6d70a79a-184a-4281-afc4-479d4f1196ca_removebg.jpg?w=600', 'https://abimg003.imgix.net/GD75ETE/2026-03-11/image/700a98e1-8198-4106-bd62-9b37117e01e9_removebg.jpg?w=600', 'https://abimg003.imgix.net/GD75ETE/2026-03-11/image/527453cd-a457-4e3c-8c49-6008fbe8ec66_removebg.jpg?w=600', 'https://abimg003.imgix.net/GD75ETE/2026-03-11/image/995007db-c7e2-499b-8c28-effbf979ea98_removebg.jpg?w=600', 'https://abimg003.imgix.net/GD75ETE/2026-03-11/image/81c1f03d-88aa-4f5a-beee-df62c9fd4eca_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': False, 'v5details': None, 'co2': 128, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/cf938728-2963-46da-9d53-f8b0ab189e95.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:04:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cc319c49-a0e0-5b36-9ed8-eabe863fe568 with identifier: 120265015
2026-03-30 10:04:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cc319c49-a0e0-5b36-9ed8-eabe863fe568 with scrape type 2
2026-03-30 10:04:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cc319c49-a0e0-5b36-9ed8-eabe863fe568 with scrape type 2
2026-03-30 10:04:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: cc319c49-a0e0-5b36-9ed8-eabe863fe568, identifier: 120265015
2026-03-30 10:04:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: cc319c49-a0e0-5b36-9ed8-eabe863fe568 with identifier: 120265015
2026-03-30 10:04:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: cc319c49-a0e0-5b36-9ed8-eabe863fe568 with identifier: 120265015
2026-03-30 10:04:02 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: cc319c49-a0e0-5b36-9ed8-eabe863fe568 with identifier: 120265015 to the API
2026-03-30 10:04:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:04:02 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:04:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120265015?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 128,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-04-20T09:00:00Z',
'fuel_type': 'Petrol',
'id': 'cc319c49-a0e0-5b36-9ed8-eabe863fe568',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'GD75ETE',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120265015',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'VAUXHALL',
'model': 'MOKKA HATCHBACK',
'odometer': 2088,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-12-15',
'seller_name': 'Motability Operations',
'title': 'VAUXHALL MOKKA HATCHBACK 1.2 Turbo 136 Ultimate 5dr',
'transmission': 'manual',
'trim': '1.2 Turbo 136 Ultimate 5dr',
'vin': None,
'year': 2025}
2026-03-30 10:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120265015%27 HTTP/1.1" 200 None
2026-03-30 10:04:02 [astonbarclay.gb] INFO: Saving data for 120265015: {'auction_closing_time': 1776675600.0, 'created_time': 1774443755.046918, 'last_price_update_time': 1774865042.602593}
2026-03-30 10:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120265015') HTTP/1.1" 204 0
2026-03-30 10:04:02 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:04:02 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f436548d290>
2026-03-30 10:04:02 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:04:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:04:02 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:04:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_fd9cf27b-26cc-52eb-9440-2aab897fe538/fd9cf27b-26cc-52eb-9440-2aab897fe538_image_0.jpg HTTP/1.1" 201 0
2026-03-30 10:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg002.imgix.net%252F7d11a3d6-72a1-44ab-99e3-53d29b063972.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:04:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg002.imgix.net/7d11a3d6-72a1-44ab-99e3-53d29b063972.jpg?w=600 saved to cache
2026-03-30 10:04:02 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item fd9cf27b-26cc-52eb-9440-2aab897fe538
2026-03-30 10:04:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120315260?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:04:02 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:04:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg002.imgix.net/17d3eb70-15a5-4d45-8c7b-5b5d2c9c6a6a.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120830380?view=catalogue)
2026-03-30 10:04:03 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120315260, 'registration': 'GN75ZYA', 'account': 'MOT070', 'make': 'NISSAN', 'model': 'QASHQAI HATCHBACK', 'derivative': '1.3 DiG-T MH Acenta Premium 5dr', 'mileage': 4661, 'mileageWarranty': True, 'type': 'car', 'saleId': 19235, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 728}, 'saleStart': '2026-04-20T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2025-12-12', 'fuel': 'Petrol', 'motExpiry': None, 'doors': 5, 'engineSize': 1332, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/GN75ZYA/2026-03-12/image/0ddbe5ad-980d-4c49-a96e-909799e4dd84_removebg.jpg?w=600', 'https://abimg003.imgix.net/GN75ZYA/2026-03-12/image/e87b2500-2b67-43e7-9123-c042fb235b18_removebg.jpg?w=600', 'https://abimg003.imgix.net/GN75ZYA/2026-03-12/image/e1953fe8-e583-4fa5-aed1-ba343d65b66c_removebg.jpg?w=600', 'https://abimg003.imgix.net/GN75ZYA/2026-03-12/image/013b3944-dea5-4d38-a10c-43e7a7cb3485_removebg.jpg?w=600', 'https://abimg003.imgix.net/GN75ZYA/2026-03-12/image/2aec15b6-8a44-4e42-8b00-3df92fbbf834_removebg.jpg?w=600', 'https://abimg003.imgix.net/GN75ZYA/2026-03-12/image/0fe065f2-cb59-4db3-87aa-ecfa91374ed1_removebg.jpg?w=600', 'https://abimg003.imgix.net/GN75ZYA/2026-03-12/image/6d528280-df81-4b22-8eb4-2d128bc7c0a5_removebg.jpg?w=600', 'https://abimg003.imgix.net/GN75ZYA/2026-03-12/image/fbcde063-4825-443b-9ee8-c91beff7b8dc_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': False, 'v5details': None, 'co2': 142, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/e74f96d3-6a12-46f0-8369-ee5648ac19e0.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:04:03 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120315260, 'registration': 'GN75ZYA', 'account': 'MOT070', 'make': 'NISSAN', 'model': 'QASHQAI HATCHBACK', 'derivative': '1.3 DiG-T MH Acenta Premium 5dr', 'mileage': 4661, 'mileageWarranty': True, 'type': 'car', 'saleId': 19235, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 728}, 'saleStart': '2026-04-20T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2025-12-12', 'fuel': 'Petrol', 'motExpiry': None, 'doors': 5, 'engineSize': 1332, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/GN75ZYA/2026-03-12/image/0ddbe5ad-980d-4c49-a96e-909799e4dd84_removebg.jpg?w=600', 'https://abimg003.imgix.net/GN75ZYA/2026-03-12/image/e87b2500-2b67-43e7-9123-c042fb235b18_removebg.jpg?w=600', 'https://abimg003.imgix.net/GN75ZYA/2026-03-12/image/e1953fe8-e583-4fa5-aed1-ba343d65b66c_removebg.jpg?w=600', 'https://abimg003.imgix.net/GN75ZYA/2026-03-12/image/013b3944-dea5-4d38-a10c-43e7a7cb3485_removebg.jpg?w=600', 'https://abimg003.imgix.net/GN75ZYA/2026-03-12/image/2aec15b6-8a44-4e42-8b00-3df92fbbf834_removebg.jpg?w=600', 'https://abimg003.imgix.net/GN75ZYA/2026-03-12/image/0fe065f2-cb59-4db3-87aa-ecfa91374ed1_removebg.jpg?w=600', 'https://abimg003.imgix.net/GN75ZYA/2026-03-12/image/6d528280-df81-4b22-8eb4-2d128bc7c0a5_removebg.jpg?w=600', 'https://abimg003.imgix.net/GN75ZYA/2026-03-12/image/fbcde063-4825-443b-9ee8-c91beff7b8dc_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': False, 'v5details': None, 'co2': 142, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/e74f96d3-6a12-46f0-8369-ee5648ac19e0.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:04:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 73261a34-dc35-53ab-acd3-3b2441a23699 with identifier: 120315260
2026-03-30 10:04:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 73261a34-dc35-53ab-acd3-3b2441a23699 with scrape type 2
2026-03-30 10:04:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 73261a34-dc35-53ab-acd3-3b2441a23699 with scrape type 2
2026-03-30 10:04:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 73261a34-dc35-53ab-acd3-3b2441a23699, identifier: 120315260
2026-03-30 10:04:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 73261a34-dc35-53ab-acd3-3b2441a23699 with identifier: 120315260
2026-03-30 10:04:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 73261a34-dc35-53ab-acd3-3b2441a23699 with identifier: 120315260
2026-03-30 10:04:03 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 73261a34-dc35-53ab-acd3-3b2441a23699 with identifier: 120315260 to the API
2026-03-30 10:04:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:04:03 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:04:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120315260?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 142,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.3L',
'expiration_date': '2026-04-20T09:00:00Z',
'fuel_type': 'Petrol',
'id': '73261a34-dc35-53ab-acd3-3b2441a23699',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'GN75ZYA',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120315260',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'NISSAN',
'model': 'QASHQAI HATCHBACK',
'odometer': 4661,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-12-12',
'seller_name': 'Motability Operations',
'title': 'NISSAN QASHQAI HATCHBACK 1.3 DiG-T MH Acenta Premium 5dr',
'transmission': 'manual',
'trim': '1.3 DiG-T MH Acenta Premium 5dr',
'vin': None,
'year': 2025}
2026-03-30 10:04:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120315260%27 HTTP/1.1" 200 None
2026-03-30 10:04:03 [astonbarclay.gb] INFO: Saving data for 120315260: {'auction_closing_time': 1776675600.0, 'created_time': 1774443750.875536, 'last_price_update_time': 1774865043.526726}
2026-03-30 10:04:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120315260') HTTP/1.1" 204 0
2026-03-30 10:04:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg002.imgix.net/32f0e8ff-d6a2-4c66-90c8-a110b69f5612.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120830380?view=catalogue)
2026-03-30 10:04:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg002.imgix.net/a271e0b4-6a9b-4e90-af9d-851bd6f81a3b.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120830380?view=catalogue)
2026-03-30 10:04:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg002.imgix.net/47750925-ae2d-47c7-b0d1-5db57312726a.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120830380?view=catalogue)
2026-03-30 10:04:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg002.imgix.net/4a496fb1-477c-42ce-8ced-6b4840f9977b.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120830380?view=catalogue)
2026-03-30 10:04:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg002.imgix.net/c29f14cd-77c2-4900-be1b-ee6ab6ad9b60.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120830380?view=catalogue)
2026-03-30 10:04:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120599506?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:04:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120172268?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:04:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120080820?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:04:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120507290?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:04:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:04:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:04:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:04:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:04:03 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:04:03 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f43650d95d0>
2026-03-30 10:04:03 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:04:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:04:03 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:04:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_fd9cf27b-26cc-52eb-9440-2aab897fe538/fd9cf27b-26cc-52eb-9440-2aab897fe538_image_1.jpg HTTP/1.1" 201 0
2026-03-30 10:04:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg002.imgix.net%252F17d3eb70-15a5-4d45-8c7b-5b5d2c9c6a6a.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:04:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg002.imgix.net/17d3eb70-15a5-4d45-8c7b-5b5d2c9c6a6a.jpg?w=600 saved to cache
2026-03-30 10:04:03 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item fd9cf27b-26cc-52eb-9440-2aab897fe538
2026-03-30 10:04:03 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:04:03 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f43652e8490>
2026-03-30 10:04:03 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:04:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:04:03 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:04:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_fd9cf27b-26cc-52eb-9440-2aab897fe538/fd9cf27b-26cc-52eb-9440-2aab897fe538_image_6.jpg HTTP/1.1" 201 0
2026-03-30 10:04:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg002.imgix.net%252F32f0e8ff-d6a2-4c66-90c8-a110b69f5612.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:04:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg002.imgix.net/32f0e8ff-d6a2-4c66-90c8-a110b69f5612.jpg?w=600 saved to cache
2026-03-30 10:04:03 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item fd9cf27b-26cc-52eb-9440-2aab897fe538
2026-03-30 10:04:03 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:04:03 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f436dad3010>
2026-03-30 10:04:03 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:04:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:04:03 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:04:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_fd9cf27b-26cc-52eb-9440-2aab897fe538/fd9cf27b-26cc-52eb-9440-2aab897fe538_image_4.jpg HTTP/1.1" 201 0
2026-03-30 10:04:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg002.imgix.net%252Fa271e0b4-6a9b-4e90-af9d-851bd6f81a3b.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:04:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg002.imgix.net/a271e0b4-6a9b-4e90-af9d-851bd6f81a3b.jpg?w=600 saved to cache
2026-03-30 10:04:03 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item fd9cf27b-26cc-52eb-9440-2aab897fe538
2026-03-30 10:04:03 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:04:03 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f43650fa6d0>
2026-03-30 10:04:03 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:04:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:04:03 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:04:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_fd9cf27b-26cc-52eb-9440-2aab897fe538/fd9cf27b-26cc-52eb-9440-2aab897fe538_image_2.jpg HTTP/1.1" 201 0
2026-03-30 10:04:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg002.imgix.net%252F47750925-ae2d-47c7-b0d1-5db57312726a.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:04:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg002.imgix.net/47750925-ae2d-47c7-b0d1-5db57312726a.jpg?w=600 saved to cache
2026-03-30 10:04:03 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item fd9cf27b-26cc-52eb-9440-2aab897fe538
2026-03-30 10:04:03 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:04:03 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f436650fb50>
2026-03-30 10:04:03 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:04:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:04:03 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:04:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_fd9cf27b-26cc-52eb-9440-2aab897fe538/fd9cf27b-26cc-52eb-9440-2aab897fe538_image_3.jpg HTTP/1.1" 201 0
2026-03-30 10:04:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg002.imgix.net%252F4a496fb1-477c-42ce-8ced-6b4840f9977b.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:04:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg002.imgix.net/4a496fb1-477c-42ce-8ced-6b4840f9977b.jpg?w=600 saved to cache
2026-03-30 10:04:03 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item fd9cf27b-26cc-52eb-9440-2aab897fe538
2026-03-30 10:04:03 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:04:03 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f43650fbe90>
2026-03-30 10:04:03 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:04:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:04:03 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:04:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_fd9cf27b-26cc-52eb-9440-2aab897fe538/fd9cf27b-26cc-52eb-9440-2aab897fe538_image_5.jpg HTTP/1.1" 201 0
2026-03-30 10:04:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg002.imgix.net%252Fc29f14cd-77c2-4900-be1b-ee6ab6ad9b60.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:04:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg002.imgix.net/c29f14cd-77c2-4900-be1b-ee6ab6ad9b60.jpg?w=600 saved to cache
2026-03-30 10:04:03 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item fd9cf27b-26cc-52eb-9440-2aab897fe538
2026-03-30 10:04:03 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: fd9cf27b-26cc-52eb-9440-2aab897fe538, skipping ID generation
2026-03-30 10:04:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fd9cf27b-26cc-52eb-9440-2aab897fe538 with scrape type 1
2026-03-30 10:04:03 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item fd9cf27b-26cc-52eb-9440-2aab897fe538 sending to next pipeline
2026-03-30 10:04:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: fd9cf27b-26cc-52eb-9440-2aab897fe538, identifier: 120830380
2026-03-30 10:04:03 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120599506, 'registration': 'RF24NPC', 'account': 'MOT070', 'make': 'MERCEDES-BENZ', 'model': 'CLA COUPE', 'derivative': 'CLA 200 AMG Line Executive 4dr Tip Auto', 'mileage': 18358, 'mileageWarranty': True, 'type': 'car', 'saleId': 19235, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 728}, 'saleStart': '2026-04-20T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2024-08-07', 'fuel': 'Petrol', 'motExpiry': None, 'doors': 4, 'engineSize': 1332, 'bodyType': 'Saloon', 'images': ['https://abimg003.imgix.net/RF24NPC/2026-03-19/image/19831bbd-0c10-4411-a940-8a952d7909c4_removebg.jpg?w=600', 'https://abimg003.imgix.net/RF24NPC/2026-03-19/image/1844bf51-33c6-45f3-8573-2c0220cfe244_removebg.jpg?w=600', 'https://abimg003.imgix.net/RF24NPC/2026-03-19/image/d2d59d71-1295-419b-88f0-d3edac983a0e_removebg.jpg?w=600', 'https://abimg003.imgix.net/RF24NPC/2026-03-19/image/da7f8130-b703-4124-8623-daf70e5cea67_removebg.jpg?w=600', 'https://abimg003.imgix.net/RF24NPC/2026-03-19/image/af08b714-5bd6-4e4d-b8cd-79984cde564b_removebg.jpg?w=600', 'https://abimg003.imgix.net/RF24NPC/2026-03-19/image/32087993-9b2c-4f09-8c26-63a90b99bbb2_removebg.jpg?w=600', 'https://abimg003.imgix.net/RF24NPC/2026-03-19/image/d01513a6-a683-4096-9cdd-f05a0324ecb9_removebg.jpg?w=600', 'https://abimg003.imgix.net/RF24NPC/2026-03-19/image/42aeecc6-d797-4bb8-a5d6-8df3f86d3d43_removebg.jpg?w=600', 'https://abimg003.imgix.net/RF24NPC/2026-03-19/image/fd9492f7-30ca-433d-94f6-c4623e05c246_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'NO V5 FORMER KEEPERS UNKNOWN - SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': None, 'v5': False, 'v5details': None, 'co2': 138, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/224f97e0-098f-409d-a194-60bb86c6cc0d.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:04:03 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120599506, 'registration': 'RF24NPC', 'account': 'MOT070', 'make': 'MERCEDES-BENZ', 'model': 'CLA COUPE', 'derivative': 'CLA 200 AMG Line Executive 4dr Tip Auto', 'mileage': 18358, 'mileageWarranty': True, 'type': 'car', 'saleId': 19235, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 728}, 'saleStart': '2026-04-20T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2024-08-07', 'fuel': 'Petrol', 'motExpiry': None, 'doors': 4, 'engineSize': 1332, 'bodyType': 'Saloon', 'images': ['https://abimg003.imgix.net/RF24NPC/2026-03-19/image/19831bbd-0c10-4411-a940-8a952d7909c4_removebg.jpg?w=600', 'https://abimg003.imgix.net/RF24NPC/2026-03-19/image/1844bf51-33c6-45f3-8573-2c0220cfe244_removebg.jpg?w=600', 'https://abimg003.imgix.net/RF24NPC/2026-03-19/image/d2d59d71-1295-419b-88f0-d3edac983a0e_removebg.jpg?w=600', 'https://abimg003.imgix.net/RF24NPC/2026-03-19/image/da7f8130-b703-4124-8623-daf70e5cea67_removebg.jpg?w=600', 'https://abimg003.imgix.net/RF24NPC/2026-03-19/image/af08b714-5bd6-4e4d-b8cd-79984cde564b_removebg.jpg?w=600', 'https://abimg003.imgix.net/RF24NPC/2026-03-19/image/32087993-9b2c-4f09-8c26-63a90b99bbb2_removebg.jpg?w=600', 'https://abimg003.imgix.net/RF24NPC/2026-03-19/image/d01513a6-a683-4096-9cdd-f05a0324ecb9_removebg.jpg?w=600', 'https://abimg003.imgix.net/RF24NPC/2026-03-19/image/42aeecc6-d797-4bb8-a5d6-8df3f86d3d43_removebg.jpg?w=600', 'https://abimg003.imgix.net/RF24NPC/2026-03-19/image/fd9492f7-30ca-433d-94f6-c4623e05c246_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'NO V5 FORMER KEEPERS UNKNOWN - SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': None, 'v5': False, 'v5details': None, 'co2': 138, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/224f97e0-098f-409d-a194-60bb86c6cc0d.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:04:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 97b886ad-a3cc-5ff7-8055-5c1063595917 with identifier: 120599506
2026-03-30 10:04:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 97b886ad-a3cc-5ff7-8055-5c1063595917 with scrape type 2
2026-03-30 10:04:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 97b886ad-a3cc-5ff7-8055-5c1063595917 with scrape type 2
2026-03-30 10:04:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 97b886ad-a3cc-5ff7-8055-5c1063595917, identifier: 120599506
2026-03-30 10:04:04 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120172268, 'registration': 'GF74LHG', 'account': 'MOT070', 'make': 'CITROEN', 'model': 'E-BERLINGO ELECTRIC ESTATE', 'derivative': '100kW Plus XL 52kWh 5dr Auto [7 Seat]', 'mileage': 10861, 'mileageWarranty': True, 'type': 'car', 'saleId': 19235, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 728}, 'saleStart': '2026-04-20T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2024-11-25', 'fuel': 'Electric', 'motExpiry': None, 'doors': 5, 'engineSize': None, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/GF74LHG/2026-03-05/image/4cf24f06-02c2-47bf-8658-28a807868dd3_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF74LHG/2026-03-05/image/1e0c9ca2-38d5-460a-8a1a-7eef3053d42a_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF74LHG/2026-03-05/image/5d12bc03-dc91-406f-b3af-4dca2279414a_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF74LHG/2026-03-05/image/8b52928f-8b77-4d9a-9404-fd03a8ea068f_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF74LHG/2026-03-05/image/c1d75a5a-3c8c-4608-b2b6-9078038787d7_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF74LHG/2026-03-05/image/55ab273b-99d6-406e-bffc-aa7d0ac5445c_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF74LHG/2026-03-05/image/a7438658-89d0-47cb-973e-71233dc41572_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF74LHG/2026-03-05/image/521c9639-7660-49a1-8797-410737185568_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': False, 'v5details': None, 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/c03a6ea8-c84d-49bd-bc3a-2468ce5871f8.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:04:04 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120172268, 'registration': 'GF74LHG', 'account': 'MOT070', 'make': 'CITROEN', 'model': 'E-BERLINGO ELECTRIC ESTATE', 'derivative': '100kW Plus XL 52kWh 5dr Auto [7 Seat]', 'mileage': 10861, 'mileageWarranty': True, 'type': 'car', 'saleId': 19235, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 728}, 'saleStart': '2026-04-20T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2024-11-25', 'fuel': 'Electric', 'motExpiry': None, 'doors': 5, 'engineSize': None, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/GF74LHG/2026-03-05/image/4cf24f06-02c2-47bf-8658-28a807868dd3_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF74LHG/2026-03-05/image/1e0c9ca2-38d5-460a-8a1a-7eef3053d42a_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF74LHG/2026-03-05/image/5d12bc03-dc91-406f-b3af-4dca2279414a_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF74LHG/2026-03-05/image/8b52928f-8b77-4d9a-9404-fd03a8ea068f_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF74LHG/2026-03-05/image/c1d75a5a-3c8c-4608-b2b6-9078038787d7_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF74LHG/2026-03-05/image/55ab273b-99d6-406e-bffc-aa7d0ac5445c_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF74LHG/2026-03-05/image/a7438658-89d0-47cb-973e-71233dc41572_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF74LHG/2026-03-05/image/521c9639-7660-49a1-8797-410737185568_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': False, 'v5details': None, 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/c03a6ea8-c84d-49bd-bc3a-2468ce5871f8.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:04:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 59f0cef7-25a7-5197-8916-835a32e9e605 with identifier: 120172268
2026-03-30 10:04:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 59f0cef7-25a7-5197-8916-835a32e9e605 with scrape type 2
2026-03-30 10:04:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 59f0cef7-25a7-5197-8916-835a32e9e605 with scrape type 2
2026-03-30 10:04:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 59f0cef7-25a7-5197-8916-835a32e9e605, identifier: 120172268
2026-03-30 10:04:04 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120080820, 'registration': 'HX25KHP', 'account': 'MOT070', 'make': 'MAZDA', 'model': 'CX-30 HATCHBACK', 'derivative': '2.5 e-Skyactiv G MHEV [140] Centre-Line 5dr', 'mileage': 18927, 'mileageWarranty': True, 'type': 'car', 'saleId': 19235, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 728}, 'saleStart': '2026-04-20T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2025-03-07', 'fuel': 'Petrol', 'motExpiry': None, 'doors': 5, 'engineSize': 2488, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/HX25KHP/2026-03-03/image/ae853e7f-f1da-448c-91d7-fec818551c66_removebg.jpg?w=600', 'https://abimg003.imgix.net/HX25KHP/2026-03-03/image/934699fc-a411-497f-a05c-184f4ba01926_removebg.jpg?w=600', 'https://abimg003.imgix.net/HX25KHP/2026-03-03/image/c9a204cb-05c4-498a-9dbb-7c408cb45b6c_removebg.jpg?w=600', 'https://abimg003.imgix.net/HX25KHP/2026-03-03/image/3117d48f-e93f-48a6-8221-9ce6b92700df_removebg.jpg?w=600', 'https://abimg003.imgix.net/HX25KHP/2026-03-03/image/f473420e-83a4-4015-a73b-9a151c80df69_removebg.jpg?w=600', 'https://abimg003.imgix.net/HX25KHP/2026-03-03/image/c4e1de45-ebb7-41e4-b3a7-6490dd206406_removebg.jpg?w=600', 'https://abimg003.imgix.net/HX25KHP/2026-03-03/image/e646806f-c018-44b1-a048-2fac2a8efd4b_removebg.jpg?w=600', 'https://abimg003.imgix.net/HX25KHP/2026-03-03/image/f2a7a4cc-dc32-4284-b003-d38d654661c4_removebg.jpg?w=600', 'https://abimg003.imgix.net/HX25KHP/2026-03-03/image/e974a481-aa81-4995-9835-5e94edc29cfd_removebg.jpg?w=600', 'https://abimg003.imgix.net/HX25KHP/2026-03-03/image/76d25312-6ae5-4e5e-a2d2-1a22805e7a33_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': False, 'v5details': None, 'co2': 135, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/710a4445-2f6f-49e5-bc8f-fdc44f60140e.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:04:04 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120080820, 'registration': 'HX25KHP', 'account': 'MOT070', 'make': 'MAZDA', 'model': 'CX-30 HATCHBACK', 'derivative': '2.5 e-Skyactiv G MHEV [140] Centre-Line 5dr', 'mileage': 18927, 'mileageWarranty': True, 'type': 'car', 'saleId': 19235, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 728}, 'saleStart': '2026-04-20T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2025-03-07', 'fuel': 'Petrol', 'motExpiry': None, 'doors': 5, 'engineSize': 2488, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/HX25KHP/2026-03-03/image/ae853e7f-f1da-448c-91d7-fec818551c66_removebg.jpg?w=600', 'https://abimg003.imgix.net/HX25KHP/2026-03-03/image/934699fc-a411-497f-a05c-184f4ba01926_removebg.jpg?w=600', 'https://abimg003.imgix.net/HX25KHP/2026-03-03/image/c9a204cb-05c4-498a-9dbb-7c408cb45b6c_removebg.jpg?w=600', 'https://abimg003.imgix.net/HX25KHP/2026-03-03/image/3117d48f-e93f-48a6-8221-9ce6b92700df_removebg.jpg?w=600', 'https://abimg003.imgix.net/HX25KHP/2026-03-03/image/f473420e-83a4-4015-a73b-9a151c80df69_removebg.jpg?w=600', 'https://abimg003.imgix.net/HX25KHP/2026-03-03/image/c4e1de45-ebb7-41e4-b3a7-6490dd206406_removebg.jpg?w=600', 'https://abimg003.imgix.net/HX25KHP/2026-03-03/image/e646806f-c018-44b1-a048-2fac2a8efd4b_removebg.jpg?w=600', 'https://abimg003.imgix.net/HX25KHP/2026-03-03/image/f2a7a4cc-dc32-4284-b003-d38d654661c4_removebg.jpg?w=600', 'https://abimg003.imgix.net/HX25KHP/2026-03-03/image/e974a481-aa81-4995-9835-5e94edc29cfd_removebg.jpg?w=600', 'https://abimg003.imgix.net/HX25KHP/2026-03-03/image/76d25312-6ae5-4e5e-a2d2-1a22805e7a33_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': False, 'v5details': None, 'co2': 135, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/710a4445-2f6f-49e5-bc8f-fdc44f60140e.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:04:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 95171758-913b-5ad9-98cd-f5e88f69376d with identifier: 120080820
2026-03-30 10:04:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 95171758-913b-5ad9-98cd-f5e88f69376d with scrape type 2
2026-03-30 10:04:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 95171758-913b-5ad9-98cd-f5e88f69376d with scrape type 2
2026-03-30 10:04:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 95171758-913b-5ad9-98cd-f5e88f69376d, identifier: 120080820
2026-03-30 10:04:04 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120507290, 'registration': 'LL75OZW', 'account': 'MOT070', 'make': 'PEUGEOT', 'model': '3008 ESTATE', 'derivative': '1.2 Hybrid 145 GT 5dr e-DSC6', 'mileage': 3188, 'mileageWarranty': True, 'type': 'car', 'saleId': 19235, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 728}, 'saleStart': '2026-04-20T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2025-11-28', 'fuel': 'Petrol', 'motExpiry': None, 'doors': 5, 'engineSize': 1199, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/LL75OZW/2026-03-17/image/e82b0930-7cea-4c9e-a565-194d6364199e_removebg.jpg?w=600', 'https://abimg003.imgix.net/LL75OZW/2026-03-17/image/acc00ba4-1297-46c6-9909-0d310f01c156_removebg.jpg?w=600', 'https://abimg003.imgix.net/LL75OZW/2026-03-17/image/e1c42e18-5deb-4c4d-a8a4-170b37d435d7_removebg.jpg?w=600', 'https://abimg003.imgix.net/LL75OZW/2026-03-17/image/421461af-20fd-4ca6-882f-dbff586c8a48_removebg.jpg?w=600', 'https://abimg003.imgix.net/LL75OZW/2026-03-17/image/6282b0ff-bc3e-408e-9703-153935865b73_removebg.jpg?w=600', 'https://abimg003.imgix.net/LL75OZW/2026-03-17/image/6fc4e99c-6430-4d1c-a43b-d428da19c811_removebg.jpg?w=600', 'https://abimg003.imgix.net/LL75OZW/2026-03-17/image/a078f418-768d-4f04-b8de-e8a45ead81b8_removebg.jpg?w=600', 'https://abimg003.imgix.net/LL75OZW/2026-03-17/image/a59df62e-6f6d-4aca-80f3-414bcf7c28f3_removebg.jpg?w=600', 'https://abimg003.imgix.net/LL75OZW/2026-03-17/image/85c7648c-200e-49ee-910a-ac7e4cd92d26_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'EMPTY SERVICE BOOK', 'remarks': 'NO V5 FORMER KEEPERS UNKNOWN - SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': None, 'v5': False, 'v5details': None, 'co2': 124, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/23c1847f-51ad-4491-9a40-7c9d76323bea.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:04:04 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120507290, 'registration': 'LL75OZW', 'account': 'MOT070', 'make': 'PEUGEOT', 'model': '3008 ESTATE', 'derivative': '1.2 Hybrid 145 GT 5dr e-DSC6', 'mileage': 3188, 'mileageWarranty': True, 'type': 'car', 'saleId': 19235, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 728}, 'saleStart': '2026-04-20T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2025-11-28', 'fuel': 'Petrol', 'motExpiry': None, 'doors': 5, 'engineSize': 1199, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/LL75OZW/2026-03-17/image/e82b0930-7cea-4c9e-a565-194d6364199e_removebg.jpg?w=600', 'https://abimg003.imgix.net/LL75OZW/2026-03-17/image/acc00ba4-1297-46c6-9909-0d310f01c156_removebg.jpg?w=600', 'https://abimg003.imgix.net/LL75OZW/2026-03-17/image/e1c42e18-5deb-4c4d-a8a4-170b37d435d7_removebg.jpg?w=600', 'https://abimg003.imgix.net/LL75OZW/2026-03-17/image/421461af-20fd-4ca6-882f-dbff586c8a48_removebg.jpg?w=600', 'https://abimg003.imgix.net/LL75OZW/2026-03-17/image/6282b0ff-bc3e-408e-9703-153935865b73_removebg.jpg?w=600', 'https://abimg003.imgix.net/LL75OZW/2026-03-17/image/6fc4e99c-6430-4d1c-a43b-d428da19c811_removebg.jpg?w=600', 'https://abimg003.imgix.net/LL75OZW/2026-03-17/image/a078f418-768d-4f04-b8de-e8a45ead81b8_removebg.jpg?w=600', 'https://abimg003.imgix.net/LL75OZW/2026-03-17/image/a59df62e-6f6d-4aca-80f3-414bcf7c28f3_removebg.jpg?w=600', 'https://abimg003.imgix.net/LL75OZW/2026-03-17/image/85c7648c-200e-49ee-910a-ac7e4cd92d26_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'EMPTY SERVICE BOOK', 'remarks': 'NO V5 FORMER KEEPERS UNKNOWN - SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': None, 'v5': False, 'v5details': None, 'co2': 124, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/23c1847f-51ad-4491-9a40-7c9d76323bea.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:04:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 13a5ca79-7d93-51b9-82cb-d7c935ecce79 with identifier: 120507290
2026-03-30 10:04:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 13a5ca79-7d93-51b9-82cb-d7c935ecce79 with scrape type 2
2026-03-30 10:04:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 13a5ca79-7d93-51b9-82cb-d7c935ecce79 with scrape type 2
2026-03-30 10:04:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 13a5ca79-7d93-51b9-82cb-d7c935ecce79, identifier: 120507290
2026-03-30 10:04:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: fd9cf27b-26cc-52eb-9440-2aab897fe538 with identifier: 120830380
2026-03-30 10:04:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: fd9cf27b-26cc-52eb-9440-2aab897fe538 with identifier: 120830380
2026-03-30 10:04:04 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: fd9cf27b-26cc-52eb-9440-2aab897fe538 with identifier: 120830380 to the API
2026-03-30 10:04:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:04:04 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:04:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://abimg002.imgix.net/c29f14cd-77c2-4900-be1b-ee6ab6ad9b60.jpg?w=600>
{'auction_title': '',
'c_o_2_emission_value': 168,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': None,
'fuel_type': 'Petrol',
'id': 'fd9cf27b-26cc-52eb-9440-2aab897fe538',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'RX66WLR',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120830380',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'NISSAN',
'model': 'JUKE HATCHBACK',
'odometer': 94252,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 7,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fd9cf27b-26cc-52eb-9440-2aab897fe538/fd9cf27b-26cc-52eb-9440-2aab897fe538_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 25368,
'Height': 301,
'OriginUrl': 'https://abimg002.imgix.net/7d11a3d6-72a1-44ab-99e3-53d29b063972.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fd9cf27b-26cc-52eb-9440-2aab897fe538/fd9cf27b-26cc-52eb-9440-2aab897fe538_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 23805,
'Height': 301,
'OriginUrl': 'https://abimg002.imgix.net/17d3eb70-15a5-4d45-8c7b-5b5d2c9c6a6a.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fd9cf27b-26cc-52eb-9440-2aab897fe538/fd9cf27b-26cc-52eb-9440-2aab897fe538_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 28052,
'Height': 301,
'OriginUrl': 'https://abimg002.imgix.net/47750925-ae2d-47c7-b0d1-5db57312726a.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fd9cf27b-26cc-52eb-9440-2aab897fe538/fd9cf27b-26cc-52eb-9440-2aab897fe538_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 27147,
'Height': 301,
'OriginUrl': 'https://abimg002.imgix.net/4a496fb1-477c-42ce-8ced-6b4840f9977b.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fd9cf27b-26cc-52eb-9440-2aab897fe538/fd9cf27b-26cc-52eb-9440-2aab897fe538_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 23381,
'Height': 301,
'OriginUrl': 'https://abimg002.imgix.net/a271e0b4-6a9b-4e90-af9d-851bd6f81a3b.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fd9cf27b-26cc-52eb-9440-2aab897fe538/fd9cf27b-26cc-52eb-9440-2aab897fe538_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 26766,
'Height': 301,
'OriginUrl': 'https://abimg002.imgix.net/c29f14cd-77c2-4900-be1b-ee6ab6ad9b60.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fd9cf27b-26cc-52eb-9440-2aab897fe538/fd9cf27b-26cc-52eb-9440-2aab897fe538_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 26720,
'Height': 301,
'OriginUrl': 'https://abimg002.imgix.net/32f0e8ff-d6a2-4c66-90c8-a110b69f5612.jpg?w=600',
'Width': 600}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-09-13',
'seller_name': None,
'title': 'NISSAN JUKE HATCHBACK 1.6 DiG-T Nismo RS 5dr',
'transmission': 'manual',
'trim': '1.6 DiG-T Nismo RS 5dr',
'vin': None,
'year': 2016}
2026-03-30 10:04:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120830380%27 HTTP/1.1" 200 None
2026-03-30 10:04:05 [astonbarclay.gb] INFO: Saving data for 120830380: {'created_time': 1774865045.057753, 'last_price_update_time': 1774865045.057767}
2026-03-30 10:04:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120830380') HTTP/1.1" 204 0
2026-03-30 10:04:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 97b886ad-a3cc-5ff7-8055-5c1063595917 with identifier: 120599506
2026-03-30 10:04:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 97b886ad-a3cc-5ff7-8055-5c1063595917 with identifier: 120599506
2026-03-30 10:04:05 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 97b886ad-a3cc-5ff7-8055-5c1063595917 with identifier: 120599506 to the API
2026-03-30 10:04:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:04:05 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:04:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120599506?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 138,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '1.3L',
'expiration_date': '2026-04-20T09:00:00Z',
'fuel_type': 'Petrol',
'id': '97b886ad-a3cc-5ff7-8055-5c1063595917',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'RF24NPC',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120599506',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'MERCEDES-BENZ',
'model': 'CLA COUPE',
'odometer': 18358,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-08-07',
'seller_name': 'Motability Operations',
'title': 'MERCEDES-BENZ CLA COUPE CLA 200 AMG Line Executive 4dr Tip Auto',
'transmission': 'automatic',
'trim': 'CLA 200 AMG Line Executive 4dr Tip Auto',
'vin': None,
'year': 2024}
2026-03-30 10:04:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120599506%27 HTTP/1.1" 200 None
2026-03-30 10:04:05 [astonbarclay.gb] INFO: Saving data for 120599506: {'auction_closing_time': 1776675600.0, 'created_time': 1774443789.993493, 'last_price_update_time': 1774865045.34992}
2026-03-30 10:04:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120599506') HTTP/1.1" 204 0
2026-03-30 10:04:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 59f0cef7-25a7-5197-8916-835a32e9e605 with identifier: 120172268
2026-03-30 10:04:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 59f0cef7-25a7-5197-8916-835a32e9e605 with identifier: 120172268
2026-03-30 10:04:05 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 59f0cef7-25a7-5197-8916-835a32e9e605 with identifier: 120172268 to the API
2026-03-30 10:04:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:04:05 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:04:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120172268?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-04-20T09:00:00Z',
'fuel_type': 'Electric',
'id': '59f0cef7-25a7-5197-8916-835a32e9e605',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'GF74LHG',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120172268',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'CITROEN',
'model': 'E-BERLINGO ELECTRIC ESTATE',
'odometer': 10861,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-11-25',
'seller_name': 'Motability Operations',
'title': 'CITROEN E-BERLINGO ELECTRIC ESTATE 100kW Plus XL 52kWh 5dr Auto [7 '
'Seat]',
'transmission': 'automatic',
'trim': '100kW Plus XL 52kWh 5dr Auto [7 Seat]',
'vin': None,
'year': 2024}
2026-03-30 10:04:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120172268%27 HTTP/1.1" 200 None
2026-03-30 10:04:05 [astonbarclay.gb] INFO: Saving data for 120172268: {'auction_closing_time': 1776675600.0, 'created_time': 1774443743.587937, 'last_price_update_time': 1774865045.651873}
2026-03-30 10:04:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120172268') HTTP/1.1" 204 0
2026-03-30 10:04:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 95171758-913b-5ad9-98cd-f5e88f69376d with identifier: 120080820
2026-03-30 10:04:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 95171758-913b-5ad9-98cd-f5e88f69376d with identifier: 120080820
2026-03-30 10:04:05 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 95171758-913b-5ad9-98cd-f5e88f69376d with identifier: 120080820 to the API
2026-03-30 10:04:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:04:05 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:04:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120080820?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 135,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.5L',
'expiration_date': '2026-04-20T09:00:00Z',
'fuel_type': 'Petrol',
'id': '95171758-913b-5ad9-98cd-f5e88f69376d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'HX25KHP',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120080820',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'MAZDA',
'model': 'CX-30 HATCHBACK',
'odometer': 18927,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-03-07',
'seller_name': 'Motability Operations',
'title': 'MAZDA CX-30 HATCHBACK 2.5 e-Skyactiv G MHEV [140] Centre-Line 5dr',
'transmission': 'manual',
'trim': '2.5 e-Skyactiv G MHEV [140] Centre-Line 5dr',
'vin': None,
'year': 2025}
2026-03-30 10:04:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120080820%27 HTTP/1.1" 200 None
2026-03-30 10:04:05 [astonbarclay.gb] INFO: Saving data for 120080820: {'auction_closing_time': 1776675600.0, 'created_time': 1774443757.435273, 'last_price_update_time': 1774865045.953301}
2026-03-30 10:04:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120080820') HTTP/1.1" 204 0
2026-03-30 10:04:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 13a5ca79-7d93-51b9-82cb-d7c935ecce79 with identifier: 120507290
2026-03-30 10:04:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 13a5ca79-7d93-51b9-82cb-d7c935ecce79 with identifier: 120507290
2026-03-30 10:04:06 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 13a5ca79-7d93-51b9-82cb-d7c935ecce79 with identifier: 120507290 to the API
2026-03-30 10:04:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:04:06 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:04:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120507290?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-04-20T09:00:00Z',
'fuel_type': 'Petrol',
'id': '13a5ca79-7d93-51b9-82cb-d7c935ecce79',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'LL75OZW',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120507290',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'PEUGEOT',
'model': '3008 ESTATE',
'odometer': 3188,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-11-28',
'seller_name': 'Motability Operations',
'title': 'PEUGEOT 3008 ESTATE 1.2 Hybrid 145 GT 5dr e-DSC6',
'transmission': 'automatic',
'trim': '1.2 Hybrid 145 GT 5dr e-DSC6',
'vin': None,
'year': 2025}
2026-03-30 10:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120507290%27 HTTP/1.1" 200 None
2026-03-30 10:04:06 [astonbarclay.gb] INFO: Saving data for 120507290: {'auction_closing_time': 1776675600.0, 'created_time': 1774443778.247494, 'last_price_update_time': 1774865046.270226}
2026-03-30 10:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120507290') HTTP/1.1" 204 0
2026-03-30 10:04:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/EA63JYV/2026-03-27/image/1f18158d-8f27-4ce7-abb8-36bee042c931_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120856408?view=catalogue)
2026-03-30 10:04:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120064021?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:04:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120099968?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:04:06 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:04:06 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:04:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120063849?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:04:06 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:04:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/AY64MXK/2026-03-30/image/695baf60-03fc-4a22-b63d-4c5e49abe4f8_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120861740?view=catalogue)
2026-03-30 10:04:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/SV58FVL/2026-03-27/image/67635ccb-6374-4cac-8c4b-783aef45966e_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120859165?view=catalogue)
2026-03-30 10:04:06 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:04:06 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f4366694d10>
2026-03-30 10:04:06 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:04:06 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:04:06 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:04:06 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ed0d64b6-cf3f-5827-828b-4f5f1c5e928a/ed0d64b6-cf3f-5827-828b-4f5f1c5e928a_image_4.jpg HTTP/1.1" 201 0
2026-03-30 10:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FEA63JYV%252F2026-03-27%252Fimage%252F1f18158d-8f27-4ce7-abb8-36bee042c931_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:04:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EA63JYV/2026-03-27/image/1f18158d-8f27-4ce7-abb8-36bee042c931_removebg.jpg?w=600 saved to cache
2026-03-30 10:04:06 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item ed0d64b6-cf3f-5827-828b-4f5f1c5e928a
2026-03-30 10:04:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/EJ23WCK/2026-03-27/image/6adbfb52-1080-4445-970d-faa3e3e090a9_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120853676?view=catalogue)
2026-03-30 10:04:06 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120064021, 'registration': 'LV75TDZ', 'account': 'MOT070', 'make': 'OMODA', 'model': '5 ESTATE', 'derivative': '1.6 TGDI [147] Noble 5dr 7DCT', 'mileage': 4247, 'mileageWarranty': True, 'type': 'car', 'saleId': 19235, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 728}, 'saleStart': '2026-04-20T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2025-09-29', 'fuel': 'Petrol', 'motExpiry': None, 'doors': 5, 'engineSize': 1598, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/LV75TDZ/2026-03-03/image/39d041a1-a2b6-4598-bdab-1cc4cf1c4eae_removebg.jpg?w=600', 'https://abimg003.imgix.net/LV75TDZ/2026-03-03/image/f4123c04-3d7d-46c3-9508-a53cc0dc453b_removebg.jpg?w=600', 'https://abimg003.imgix.net/LV75TDZ/2026-03-03/image/92474bb7-c967-4d6a-8ebf-3ee0e5c4fc8b_removebg.jpg?w=600', 'https://abimg003.imgix.net/LV75TDZ/2026-03-03/image/125519d3-9974-4d90-accc-b5508491bde6_removebg.jpg?w=600', 'https://abimg003.imgix.net/LV75TDZ/2026-03-03/image/bea35ba7-a450-4919-828f-af1527a7936d_removebg.jpg?w=600', 'https://abimg003.imgix.net/LV75TDZ/2026-03-03/image/cfadc362-dd21-41fe-8b9a-aa57b8e2ccea_removebg.jpg?w=600', 'https://abimg003.imgix.net/LV75TDZ/2026-03-03/image/9b06d246-f42d-4bcf-8970-ba0971a33548_removebg.jpg?w=600', 'https://abimg003.imgix.net/LV75TDZ/2026-03-03/image/3a95172a-aba5-401d-a8e4-71a132ef5b39_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': False, 'v5details': None, 'co2': 168, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/f89d0968-d326-4978-bca2-bf5ec75456e6.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:04:06 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120064021, 'registration': 'LV75TDZ', 'account': 'MOT070', 'make': 'OMODA', 'model': '5 ESTATE', 'derivative': '1.6 TGDI [147] Noble 5dr 7DCT', 'mileage': 4247, 'mileageWarranty': True, 'type': 'car', 'saleId': 19235, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 728}, 'saleStart': '2026-04-20T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2025-09-29', 'fuel': 'Petrol', 'motExpiry': None, 'doors': 5, 'engineSize': 1598, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/LV75TDZ/2026-03-03/image/39d041a1-a2b6-4598-bdab-1cc4cf1c4eae_removebg.jpg?w=600', 'https://abimg003.imgix.net/LV75TDZ/2026-03-03/image/f4123c04-3d7d-46c3-9508-a53cc0dc453b_removebg.jpg?w=600', 'https://abimg003.imgix.net/LV75TDZ/2026-03-03/image/92474bb7-c967-4d6a-8ebf-3ee0e5c4fc8b_removebg.jpg?w=600', 'https://abimg003.imgix.net/LV75TDZ/2026-03-03/image/125519d3-9974-4d90-accc-b5508491bde6_removebg.jpg?w=600', 'https://abimg003.imgix.net/LV75TDZ/2026-03-03/image/bea35ba7-a450-4919-828f-af1527a7936d_removebg.jpg?w=600', 'https://abimg003.imgix.net/LV75TDZ/2026-03-03/image/cfadc362-dd21-41fe-8b9a-aa57b8e2ccea_removebg.jpg?w=600', 'https://abimg003.imgix.net/LV75TDZ/2026-03-03/image/9b06d246-f42d-4bcf-8970-ba0971a33548_removebg.jpg?w=600', 'https://abimg003.imgix.net/LV75TDZ/2026-03-03/image/3a95172a-aba5-401d-a8e4-71a132ef5b39_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': False, 'v5details': None, 'co2': 168, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/f89d0968-d326-4978-bca2-bf5ec75456e6.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:04:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b2cfa0e4-cfa8-5b31-a0f3-71fad7651815 with identifier: 120064021
2026-03-30 10:04:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b2cfa0e4-cfa8-5b31-a0f3-71fad7651815 with scrape type 2
2026-03-30 10:04:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b2cfa0e4-cfa8-5b31-a0f3-71fad7651815 with scrape type 2
2026-03-30 10:04:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: b2cfa0e4-cfa8-5b31-a0f3-71fad7651815, identifier: 120064021
2026-03-30 10:04:06 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120099968, 'registration': 'EO23VKL', 'account': 'MOT070', 'make': 'FORD', 'model': 'TOURNEO CONNECT ESTATE', 'derivative': '1.5 EcoBoost Titanium 5dr', 'mileage': 27056, 'mileageWarranty': True, 'type': 'car', 'saleId': 19235, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 728}, 'saleStart': '2026-04-20T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2023-03-03', 'fuel': 'Petrol', 'motExpiry': '2027-01-07', 'doors': 5, 'engineSize': 1498, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/EO23VKL/2026-03-04/image/d1b31d2b-13b1-4108-999f-f984b76a3b20_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO23VKL/2026-03-04/image/e80a41ac-e225-4801-b6c4-2f4a9b7105a3_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO23VKL/2026-03-04/image/cea29c4d-f514-4d2c-a261-2037642b17f6_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO23VKL/2026-03-04/image/05e5b242-1d29-46c1-81e6-b77457bf0c08_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO23VKL/2026-03-04/image/dc0e9eb0-2714-4151-9805-6f941c7a4cb1_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO23VKL/2026-03-04/image/9b41da18-1e7c-4655-8487-093b6440e4fa_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO23VKL/2026-03-04/image/bb192246-b41b-41b7-be96-2fb3b2298ffe_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO23VKL/2026-03-04/image/f6a5b695-fc84-4fa2-a4b8-30721b9c881f_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO23VKL/2026-03-04/image/e9baec41-c08d-4457-82fa-0d9959f34047_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO23VKL/2026-03-04/image/df1db768-ba3b-4606-820f-57c0cb73984f_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 02/25 16K', 'remarks': 'NO V5 FORMER KEEPERS UNKNOWN - VOSA STATES, 25K', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': None, 'v5': False, 'v5details': None, 'co2': 150, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/428adeda-0ca7-4688-9547-558d5c27e2ab.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:04:06 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120099968, 'registration': 'EO23VKL', 'account': 'MOT070', 'make': 'FORD', 'model': 'TOURNEO CONNECT ESTATE', 'derivative': '1.5 EcoBoost Titanium 5dr', 'mileage': 27056, 'mileageWarranty': True, 'type': 'car', 'saleId': 19235, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 728}, 'saleStart': '2026-04-20T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2023-03-03', 'fuel': 'Petrol', 'motExpiry': '2027-01-07', 'doors': 5, 'engineSize': 1498, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/EO23VKL/2026-03-04/image/d1b31d2b-13b1-4108-999f-f984b76a3b20_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO23VKL/2026-03-04/image/e80a41ac-e225-4801-b6c4-2f4a9b7105a3_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO23VKL/2026-03-04/image/cea29c4d-f514-4d2c-a261-2037642b17f6_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO23VKL/2026-03-04/image/05e5b242-1d29-46c1-81e6-b77457bf0c08_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO23VKL/2026-03-04/image/dc0e9eb0-2714-4151-9805-6f941c7a4cb1_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO23VKL/2026-03-04/image/9b41da18-1e7c-4655-8487-093b6440e4fa_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO23VKL/2026-03-04/image/bb192246-b41b-41b7-be96-2fb3b2298ffe_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO23VKL/2026-03-04/image/f6a5b695-fc84-4fa2-a4b8-30721b9c881f_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO23VKL/2026-03-04/image/e9baec41-c08d-4457-82fa-0d9959f34047_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO23VKL/2026-03-04/image/df1db768-ba3b-4606-820f-57c0cb73984f_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 02/25 16K', 'remarks': 'NO V5 FORMER KEEPERS UNKNOWN - VOSA STATES, 25K', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': None, 'v5': False, 'v5details': None, 'co2': 150, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/428adeda-0ca7-4688-9547-558d5c27e2ab.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:04:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 439f6e60-f469-5a9c-bfd1-636e76729881 with identifier: 120099968
2026-03-30 10:04:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 439f6e60-f469-5a9c-bfd1-636e76729881 with scrape type 2
2026-03-30 10:04:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 439f6e60-f469-5a9c-bfd1-636e76729881 with scrape type 2
2026-03-30 10:04:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 439f6e60-f469-5a9c-bfd1-636e76729881, identifier: 120099968
2026-03-30 10:04:06 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120063849, 'registration': 'LF25FYK', 'account': 'MOT070', 'make': 'SKODA', 'model': 'FABIA HATCHBACK', 'derivative': '1.0 TSI 116 SE Edition 5dr DSG', 'mileage': 9490, 'mileageWarranty': True, 'type': 'car', 'saleId': 19235, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 728}, 'saleStart': '2026-04-20T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2025-03-13', 'fuel': 'Petrol', 'motExpiry': None, 'doors': 5, 'engineSize': 999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/LF25FYK/2026-03-03/image/52698282-02cf-4bd3-9530-8061816616f0_removebg.jpg?w=600', 'https://abimg003.imgix.net/LF25FYK/2026-03-03/image/79de69d5-bf6a-48d8-8fb3-b3ae9453f0be_removebg.jpg?w=600', 'https://abimg003.imgix.net/LF25FYK/2026-03-03/image/8a6fdc59-1c83-4ccf-acb2-a0971c650054_removebg.jpg?w=600', 'https://abimg003.imgix.net/LF25FYK/2026-03-03/image/233afad5-5401-4925-86be-640b07731cc8_removebg.jpg?w=600', 'https://abimg003.imgix.net/LF25FYK/2026-03-03/image/7e544445-01d3-4153-bd8c-a7e0765828e4_removebg.jpg?w=600', 'https://abimg003.imgix.net/LF25FYK/2026-03-03/image/9af97c61-b343-4f7f-a6ec-435fe22c9dbb_removebg.jpg?w=600', 'https://abimg003.imgix.net/LF25FYK/2026-03-03/image/e279381b-7a44-46ee-9151-44a0fa49567a_removebg.jpg?w=600', 'https://abimg003.imgix.net/LF25FYK/2026-03-03/image/016e3f30-f840-46e2-9084-16ac2686937c_removebg.jpg?w=600', 'https://abimg003.imgix.net/LF25FYK/2026-03-03/image/aa7327bc-009c-4473-a87c-037f86269695_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': False, 'v5details': None, 'co2': 119, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/7989caad-524e-4c22-bf22-638f70263dab.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:04:06 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120063849, 'registration': 'LF25FYK', 'account': 'MOT070', 'make': 'SKODA', 'model': 'FABIA HATCHBACK', 'derivative': '1.0 TSI 116 SE Edition 5dr DSG', 'mileage': 9490, 'mileageWarranty': True, 'type': 'car', 'saleId': 19235, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 728}, 'saleStart': '2026-04-20T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2025-03-13', 'fuel': 'Petrol', 'motExpiry': None, 'doors': 5, 'engineSize': 999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/LF25FYK/2026-03-03/image/52698282-02cf-4bd3-9530-8061816616f0_removebg.jpg?w=600', 'https://abimg003.imgix.net/LF25FYK/2026-03-03/image/79de69d5-bf6a-48d8-8fb3-b3ae9453f0be_removebg.jpg?w=600', 'https://abimg003.imgix.net/LF25FYK/2026-03-03/image/8a6fdc59-1c83-4ccf-acb2-a0971c650054_removebg.jpg?w=600', 'https://abimg003.imgix.net/LF25FYK/2026-03-03/image/233afad5-5401-4925-86be-640b07731cc8_removebg.jpg?w=600', 'https://abimg003.imgix.net/LF25FYK/2026-03-03/image/7e544445-01d3-4153-bd8c-a7e0765828e4_removebg.jpg?w=600', 'https://abimg003.imgix.net/LF25FYK/2026-03-03/image/9af97c61-b343-4f7f-a6ec-435fe22c9dbb_removebg.jpg?w=600', 'https://abimg003.imgix.net/LF25FYK/2026-03-03/image/e279381b-7a44-46ee-9151-44a0fa49567a_removebg.jpg?w=600', 'https://abimg003.imgix.net/LF25FYK/2026-03-03/image/016e3f30-f840-46e2-9084-16ac2686937c_removebg.jpg?w=600', 'https://abimg003.imgix.net/LF25FYK/2026-03-03/image/aa7327bc-009c-4473-a87c-037f86269695_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': False, 'v5details': None, 'co2': 119, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/7989caad-524e-4c22-bf22-638f70263dab.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:04:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 75a8b98b-aa9d-557a-baae-6b586a21bd1e with identifier: 120063849
2026-03-30 10:04:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 75a8b98b-aa9d-557a-baae-6b586a21bd1e with scrape type 2
2026-03-30 10:04:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 75a8b98b-aa9d-557a-baae-6b586a21bd1e with scrape type 2
2026-03-30 10:04:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 75a8b98b-aa9d-557a-baae-6b586a21bd1e, identifier: 120063849
2026-03-30 10:04:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: b2cfa0e4-cfa8-5b31-a0f3-71fad7651815 with identifier: 120064021
2026-03-30 10:04:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: b2cfa0e4-cfa8-5b31-a0f3-71fad7651815 with identifier: 120064021
2026-03-30 10:04:06 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: b2cfa0e4-cfa8-5b31-a0f3-71fad7651815 with identifier: 120064021 to the API
2026-03-30 10:04:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:04:06 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:04:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120064021?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 168,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-04-20T09:00:00Z',
'fuel_type': 'Petrol',
'id': 'b2cfa0e4-cfa8-5b31-a0f3-71fad7651815',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'LV75TDZ',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120064021',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'OMODA',
'model': '5 ESTATE',
'odometer': 4247,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-09-29',
'seller_name': 'Motability Operations',
'title': 'OMODA 5 ESTATE 1.6 TGDI [147] Noble 5dr 7DCT',
'transmission': 'automatic',
'trim': '1.6 TGDI [147] Noble 5dr 7DCT',
'vin': None,
'year': 2025}
2026-03-30 10:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120064021%27 HTTP/1.1" 200 None
2026-03-30 10:04:07 [astonbarclay.gb] INFO: Saving data for 120064021: {'auction_closing_time': 1776675600.0, 'created_time': 1774443775.260511, 'last_price_update_time': 1774865047.048043}
2026-03-30 10:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120064021') HTTP/1.1" 204 0
2026-03-30 10:04:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 439f6e60-f469-5a9c-bfd1-636e76729881 with identifier: 120099968
2026-03-30 10:04:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 439f6e60-f469-5a9c-bfd1-636e76729881 with identifier: 120099968
2026-03-30 10:04:07 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 439f6e60-f469-5a9c-bfd1-636e76729881 with identifier: 120099968 to the API
2026-03-30 10:04:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:04:07 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:04:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120099968?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 150,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-04-20T09:00:00Z',
'fuel_type': 'Petrol',
'id': '439f6e60-f469-5a9c-bfd1-636e76729881',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'EO23VKL',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120099968',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'FORD',
'model': 'TOURNEO CONNECT ESTATE',
'odometer': 27056,
'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': 'FORD TOURNEO CONNECT ESTATE 1.5 EcoBoost Titanium 5dr',
'transmission': 'manual',
'trim': '1.5 EcoBoost Titanium 5dr',
'vin': None,
'year': 2023}
2026-03-30 10:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120099968%27 HTTP/1.1" 200 None
2026-03-30 10:04:07 [astonbarclay.gb] INFO: Saving data for 120099968: {'auction_closing_time': 1776675600.0, 'created_time': 1774443765.998584, 'last_price_update_time': 1774865047.357719}
2026-03-30 10:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120099968') HTTP/1.1" 204 0
2026-03-30 10:04:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 75a8b98b-aa9d-557a-baae-6b586a21bd1e with identifier: 120063849
2026-03-30 10:04:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 75a8b98b-aa9d-557a-baae-6b586a21bd1e with identifier: 120063849
2026-03-30 10:04:07 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 75a8b98b-aa9d-557a-baae-6b586a21bd1e with identifier: 120063849 to the API
2026-03-30 10:04:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:04:07 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:04:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120063849?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 119,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-04-20T09:00:00Z',
'fuel_type': 'Petrol',
'id': '75a8b98b-aa9d-557a-baae-6b586a21bd1e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'LF25FYK',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120063849',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'SKODA',
'model': 'FABIA HATCHBACK',
'odometer': 9490,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-03-13',
'seller_name': 'Motability Operations',
'title': 'SKODA FABIA HATCHBACK 1.0 TSI 116 SE Edition 5dr DSG',
'transmission': 'automatic',
'trim': '1.0 TSI 116 SE Edition 5dr DSG',
'vin': None,
'year': 2025}
2026-03-30 10:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120063849%27 HTTP/1.1" 200 None
2026-03-30 10:04:07 [astonbarclay.gb] INFO: Saving data for 120063849: {'auction_closing_time': 1776675600.0, 'created_time': 1774443754.188524, 'last_price_update_time': 1774865047.687681}
2026-03-30 10:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120063849') HTTP/1.1" 204 0
2026-03-30 10:04:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/EO64ZVY/2026-03-27/image/7c9a4e77-d667-4808-8b0e-d3f3a391ac1f_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120852551?view=catalogue)
2026-03-30 10:04:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/LR11MYJ/2026-03-27/image/72b63b38-f274-4be5-a431-b05792a42dcb_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120854303?view=catalogue)
2026-03-30 10:04:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/EA63JYV/2026-03-27/image/1ec919f9-fedc-495f-bc9c-53200bf7fca7_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120856408?view=catalogue)
2026-03-30 10:04:07 [scrapy.extensions.logstats] INFO: Crawled 255 pages (at 76 pages/min), scraped 215 items (at 85 items/min)
2026-03-30 10:04:07 [scrapy.extensions.memusage] INFO: Peak memory usage is 189MiB
2026-03-30 10:04:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120277883?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:04:07 [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-30 10:04:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120623051?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:04:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120627274?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:04:07 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:04:07 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:04:07 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:04:07 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:04:07 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:04:07 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f43651284d0>
2026-03-30 10:04:07 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:04:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:04:07 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:04:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_51210752-cd93-53cf-9f68-b9648ba44455/51210752-cd93-53cf-9f68-b9648ba44455_image_6.jpg HTTP/1.1" 201 0
2026-03-30 10:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FAY64MXK%252F2026-03-30%252Fimage%252F695baf60-03fc-4a22-b63d-4c5e49abe4f8_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:04:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/AY64MXK/2026-03-30/image/695baf60-03fc-4a22-b63d-4c5e49abe4f8_removebg.jpg?w=600 saved to cache
2026-03-30 10:04:07 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 51210752-cd93-53cf-9f68-b9648ba44455
2026-03-30 10:04:07 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:04:07 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f4365366e90>
2026-03-30 10:04:07 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:04:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:04:07 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:04:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a1517e35-164a-5a79-839c-9407733aeb30/a1517e35-164a-5a79-839c-9407733aeb30_image_6.jpg HTTP/1.1" 201 0
2026-03-30 10:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FSV58FVL%252F2026-03-27%252Fimage%252F67635ccb-6374-4cac-8c4b-783aef45966e_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:04:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/SV58FVL/2026-03-27/image/67635ccb-6374-4cac-8c4b-783aef45966e_removebg.jpg?w=600 saved to cache
2026-03-30 10:04:07 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item a1517e35-164a-5a79-839c-9407733aeb30
2026-03-30 10:04:07 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:04:07 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f43664ff450>
2026-03-30 10:04:07 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:04:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:04:07 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:04:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d0989946-9a1f-5157-9e8d-a2607b2d8fa0/d0989946-9a1f-5157-9e8d-a2607b2d8fa0_image_1.jpg HTTP/1.1" 201 0
2026-03-30 10:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FEJ23WCK%252F2026-03-27%252Fimage%252F6adbfb52-1080-4445-970d-faa3e3e090a9_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:04:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EJ23WCK/2026-03-27/image/6adbfb52-1080-4445-970d-faa3e3e090a9_removebg.jpg?w=600 saved to cache
2026-03-30 10:04:07 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item d0989946-9a1f-5157-9e8d-a2607b2d8fa0
2026-03-30 10:04:07 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: d0989946-9a1f-5157-9e8d-a2607b2d8fa0, skipping ID generation
2026-03-30 10:04:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d0989946-9a1f-5157-9e8d-a2607b2d8fa0 with scrape type 1
2026-03-30 10:04:07 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item d0989946-9a1f-5157-9e8d-a2607b2d8fa0 sending to next pipeline
2026-03-30 10:04:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: d0989946-9a1f-5157-9e8d-a2607b2d8fa0, identifier: 120853676
2026-03-30 10:04:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: d0989946-9a1f-5157-9e8d-a2607b2d8fa0 with identifier: 120853676
2026-03-30 10:04:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: d0989946-9a1f-5157-9e8d-a2607b2d8fa0 with identifier: 120853676
2026-03-30 10:04:08 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: d0989946-9a1f-5157-9e8d-a2607b2d8fa0 with identifier: 120853676 to the API
2026-03-30 10:04:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:04:08 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:04:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://abimg003.imgix.net/EJ23WCK/2026-03-27/image/6adbfb52-1080-4445-970d-faa3e3e090a9_removebg.jpg?w=600>
{'auction_title': '',
'c_o_2_emission_value': 247,
'color': 'BRONZE',
'currency': 'GBP',
'doors_number': None,
'emission_standard': 'EURO 6',
'engine': '2.8L',
'expiration_date': '2026-04-06T12:00:00Z',
'fuel_type': 'Diesel',
'id': 'd0989946-9a1f-5157-9e8d-a2607b2d8fa0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'EJ23WCK',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120853676',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'TOYOTA',
'model': 'HILUX DIESEL',
'odometer': 106021,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 9,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d0989946-9a1f-5157-9e8d-a2607b2d8fa0/d0989946-9a1f-5157-9e8d-a2607b2d8fa0_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 36140,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/EJ23WCK/2026-03-27/image/31e7f52e-6817-418a-9aaa-69899bdedb2b_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d0989946-9a1f-5157-9e8d-a2607b2d8fa0/d0989946-9a1f-5157-9e8d-a2607b2d8fa0_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 37144,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/EJ23WCK/2026-03-27/image/6adbfb52-1080-4445-970d-faa3e3e090a9_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d0989946-9a1f-5157-9e8d-a2607b2d8fa0/d0989946-9a1f-5157-9e8d-a2607b2d8fa0_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 37961,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/EJ23WCK/2026-03-27/image/c3d37f2c-68dd-42e7-a0e4-f523bf9b16af_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d0989946-9a1f-5157-9e8d-a2607b2d8fa0/d0989946-9a1f-5157-9e8d-a2607b2d8fa0_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 34244,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/EJ23WCK/2026-03-27/image/a95dcf10-a5ec-4b9b-93a8-31a7d8abb176_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d0989946-9a1f-5157-9e8d-a2607b2d8fa0/d0989946-9a1f-5157-9e8d-a2607b2d8fa0_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 52304,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/EJ23WCK/2026-03-27/image/b751fddc-2514-4d9a-8244-4c0f3327eaf2_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d0989946-9a1f-5157-9e8d-a2607b2d8fa0/d0989946-9a1f-5157-9e8d-a2607b2d8fa0_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 53199,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/EJ23WCK/2026-03-27/image/19b63686-a975-41b9-9df2-a48f041fc1e4_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d0989946-9a1f-5157-9e8d-a2607b2d8fa0/d0989946-9a1f-5157-9e8d-a2607b2d8fa0_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 37089,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/EJ23WCK/2026-03-27/image/26f0d73b-72cf-4f5b-a077-7f4026a37395_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d0989946-9a1f-5157-9e8d-a2607b2d8fa0/d0989946-9a1f-5157-9e8d-a2607b2d8fa0_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 42811,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/EJ23WCK/2026-03-27/image/a6382481-6a87-4425-9988-b1cbad6b4b98_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d0989946-9a1f-5157-9e8d-a2607b2d8fa0/d0989946-9a1f-5157-9e8d-a2607b2d8fa0_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 51301,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/EJ23WCK/2026-03-27/image/ded9bf81-3388-463f-8742-9306bcef948a_removebg.jpg?w=600',
'Width': 600}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-05-18',
'seller_name': 'UKCGR - Select',
'title': 'TOYOTA HILUX DIESEL Invincible X D/Cab Pick Up 2.8 D-4D Auto',
'transmission': 'automatic',
'trim': 'Invincible X D/Cab Pick Up 2.8 D-4D Auto',
'vin': None,
'year': 2023}
2026-03-30 10:04:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120853676%27 HTTP/1.1" 200 None
2026-03-30 10:04:08 [astonbarclay.gb] INFO: Saving data for 120853676: {'created_time': 1774865048.533183, 'last_price_update_time': 1774865048.533199, 'auction_closing_time': 1775476800.0}
2026-03-30 10:04:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120853676') HTTP/1.1" 204 0
2026-03-30 10:04:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/AY64MXK/2026-03-30/image/41e7f48c-f503-4aba-94e2-e6ce295bfd0e_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120861740?view=catalogue)
2026-03-30 10:04:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/EO64ZVY/2026-03-27/image/76fdf71e-15fe-4aa1-b361-2172f5f4633d_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120852551?view=catalogue)
2026-03-30 10:04:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/RV11DVP/2026-03-27/image/9cb379f2-0e7c-4793-9c33-3a1b1f8a257a_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120852018?view=catalogue)
2026-03-30 10:04:08 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:04:08 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f436666f010>
2026-03-30 10:04:08 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:04:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:04:08 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:04:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_901bf81b-8614-597b-92e2-ca84dd7b4695/901bf81b-8614-597b-92e2-ca84dd7b4695_image_6.jpg HTTP/1.1" 201 0
2026-03-30 10:04:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FEO64ZVY%252F2026-03-27%252Fimage%252F7c9a4e77-d667-4808-8b0e-d3f3a391ac1f_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:04:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EO64ZVY/2026-03-27/image/7c9a4e77-d667-4808-8b0e-d3f3a391ac1f_removebg.jpg?w=600 saved to cache
2026-03-30 10:04:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 901bf81b-8614-597b-92e2-ca84dd7b4695
2026-03-30 10:04:08 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:04:08 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f4365170510>
2026-03-30 10:04:08 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:04:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:04:08 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:04:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_628e4ce8-42db-59fd-bc16-d27f3ef4b9da/628e4ce8-42db-59fd-bc16-d27f3ef4b9da_image_1.jpg HTTP/1.1" 201 0
2026-03-30 10:04:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FLR11MYJ%252F2026-03-27%252Fimage%252F72b63b38-f274-4be5-a431-b05792a42dcb_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:04:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/LR11MYJ/2026-03-27/image/72b63b38-f274-4be5-a431-b05792a42dcb_removebg.jpg?w=600 saved to cache
2026-03-30 10:04:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 628e4ce8-42db-59fd-bc16-d27f3ef4b9da
2026-03-30 10:04:08 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 628e4ce8-42db-59fd-bc16-d27f3ef4b9da, skipping ID generation
2026-03-30 10:04:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 628e4ce8-42db-59fd-bc16-d27f3ef4b9da with scrape type 1
2026-03-30 10:04:08 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 628e4ce8-42db-59fd-bc16-d27f3ef4b9da sending to next pipeline
2026-03-30 10:04:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 628e4ce8-42db-59fd-bc16-d27f3ef4b9da, identifier: 120854303
2026-03-30 10:04:08 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:04:08 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f436540ba90>
2026-03-30 10:04:08 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:04:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:04:08 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:04:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ed0d64b6-cf3f-5827-828b-4f5f1c5e928a/ed0d64b6-cf3f-5827-828b-4f5f1c5e928a_image_3.jpg HTTP/1.1" 201 0
2026-03-30 10:04:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FEA63JYV%252F2026-03-27%252Fimage%252F1ec919f9-fedc-495f-bc9c-53200bf7fca7_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:04:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EA63JYV/2026-03-27/image/1ec919f9-fedc-495f-bc9c-53200bf7fca7_removebg.jpg?w=600 saved to cache
2026-03-30 10:04:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item ed0d64b6-cf3f-5827-828b-4f5f1c5e928a
2026-03-30 10:04:08 [astonbarclay.gb] INFO: Detail data: {'cardType': 'e-xchange', 'id': 120277883, 'registration': 'MD71KRG', 'account': 'ZEN009', 'make': 'DS', 'model': 'DS 3 CROSSBACK HATCHBACK', 'derivative': '1.2 PureTech Performance Line 5dr', 'mileage': 23074, 'mileageWarranty': True, 'type': 'car', 'saleId': 19214, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 440}, 'saleStart': '2026-04-08T08:45Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2022-01-31', 'fuel': 'Petrol', 'motExpiry': '2027-01-30', 'doors': 5, 'engineSize': 1200, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/MD71KRG/2026-03-23/image/10a2bd89-89ce-4d17-b382-da60ab0ec7cb_removebg.jpg?w=600', 'https://abimg003.imgix.net/MD71KRG/2026-03-23/image/ffd4fe70-d5f3-4167-a8fb-4f816c042e3f_removebg.jpg?w=600', 'https://abimg003.imgix.net/MD71KRG/2026-03-23/image/3484a7f2-2dc4-4155-a447-fd4360f43767_removebg.jpg?w=600', 'https://abimg003.imgix.net/MD71KRG/2026-03-23/image/b37fb6dc-49f7-450f-aa5d-78c07b37a4a3_removebg.jpg?w=600', 'https://abimg003.imgix.net/MD71KRG/2026-03-23/image/2d8ce585-0039-466d-adaf-270b67b8f58c_removebg.jpg?w=600', 'https://abimg003.imgix.net/MD71KRG/2026-03-23/image/a158ded8-bae3-4f71-8d03-5c3df55ac1e1_removebg.jpg?w=600', 'https://abimg003.imgix.net/MD71KRG/2026-03-23/image/41e2682b-bc60-4c4e-8b78-a10b0abe3d07_removebg.jpg?w=600', 'https://abimg003.imgix.net/MD71KRG/2026-03-23/image/764c9b54-c2e4-4797-8d13-58dde8f17dad_removebg.jpg?w=600', 'https://abimg003.imgix.net/MD71KRG/2026-03-23/image/50e21e58-f1fa-4c10-8735-bfa26036b618_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 03/23 - 6K, 03/24 - 13K, 04/25 - 20K,', 'remarks': '**1028** VOSA STATES 18K, 22K, SPARE KEY', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 127, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/8636c8cf-3c39-45ca-9eec-0fb2aab02cac.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-30 10:04:08 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'e-xchange', 'id': 120277883, 'registration': 'MD71KRG', 'account': 'ZEN009', 'make': 'DS', 'model': 'DS 3 CROSSBACK HATCHBACK', 'derivative': '1.2 PureTech Performance Line 5dr', 'mileage': 23074, 'mileageWarranty': True, 'type': 'car', 'saleId': 19214, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 440}, 'saleStart': '2026-04-08T08:45Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2022-01-31', 'fuel': 'Petrol', 'motExpiry': '2027-01-30', 'doors': 5, 'engineSize': 1200, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/MD71KRG/2026-03-23/image/10a2bd89-89ce-4d17-b382-da60ab0ec7cb_removebg.jpg?w=600', 'https://abimg003.imgix.net/MD71KRG/2026-03-23/image/ffd4fe70-d5f3-4167-a8fb-4f816c042e3f_removebg.jpg?w=600', 'https://abimg003.imgix.net/MD71KRG/2026-03-23/image/3484a7f2-2dc4-4155-a447-fd4360f43767_removebg.jpg?w=600', 'https://abimg003.imgix.net/MD71KRG/2026-03-23/image/b37fb6dc-49f7-450f-aa5d-78c07b37a4a3_removebg.jpg?w=600', 'https://abimg003.imgix.net/MD71KRG/2026-03-23/image/2d8ce585-0039-466d-adaf-270b67b8f58c_removebg.jpg?w=600', 'https://abimg003.imgix.net/MD71KRG/2026-03-23/image/a158ded8-bae3-4f71-8d03-5c3df55ac1e1_removebg.jpg?w=600', 'https://abimg003.imgix.net/MD71KRG/2026-03-23/image/41e2682b-bc60-4c4e-8b78-a10b0abe3d07_removebg.jpg?w=600', 'https://abimg003.imgix.net/MD71KRG/2026-03-23/image/764c9b54-c2e4-4797-8d13-58dde8f17dad_removebg.jpg?w=600', 'https://abimg003.imgix.net/MD71KRG/2026-03-23/image/50e21e58-f1fa-4c10-8735-bfa26036b618_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 03/23 - 6K, 03/24 - 13K, 04/25 - 20K,', 'remarks': '**1028** VOSA STATES 18K, 22K, SPARE KEY', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 127, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/8636c8cf-3c39-45ca-9eec-0fb2aab02cac.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-30 10:04:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4b76a9b8-f407-5e72-83a6-d8de394ed8c1 with identifier: 120277883
2026-03-30 10:04:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4b76a9b8-f407-5e72-83a6-d8de394ed8c1 with scrape type 2
2026-03-30 10:04:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4b76a9b8-f407-5e72-83a6-d8de394ed8c1 with scrape type 2
2026-03-30 10:04:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 4b76a9b8-f407-5e72-83a6-d8de394ed8c1, identifier: 120277883
2026-03-30 10:04:08 [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': 19235, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 728}, 'saleStart': '2026-04-20T09: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': 'Service print 03/20 3K - 02/21 3K - 04/21 4K - 03/22 5K - 02/23 7K - 07/24 9K - 02/25 9K', '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-30 10:04:08 [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': 19235, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 728}, 'saleStart': '2026-04-20T09: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': 'Service print 03/20 3K - 02/21 3K - 04/21 4K - 03/22 5K - 02/23 7K - 07/24 9K - 02/25 9K', '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-30 10:04:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 64814a1d-c51a-5724-894f-efeada87b13a with identifier: 120624729
2026-03-30 10:04:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 64814a1d-c51a-5724-894f-efeada87b13a with scrape type 2
2026-03-30 10:04:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 64814a1d-c51a-5724-894f-efeada87b13a with scrape type 2
2026-03-30 10:04:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 64814a1d-c51a-5724-894f-efeada87b13a, identifier: 120624729
2026-03-30 10:04:09 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120623051, 'registration': 'LS74CWJ', 'account': 'MOT070', 'make': 'VOLKSWAGEN', 'model': 'TOURAN ESTATE', 'derivative': '1.5 TSI EVO R-Line 5dr DSG', 'mileage': 5076, 'mileageWarranty': True, 'type': 'car', 'saleId': 19235, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 728}, 'saleStart': '2026-04-20T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2024-10-11', 'fuel': 'Petrol', 'motExpiry': None, 'doors': 5, 'engineSize': 1498, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/LS74CWJ/2026-03-20/image/f52d470f-ca41-4c7c-b21a-2003d5fc272f_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS74CWJ/2026-03-20/image/8abd850e-ec0a-4d4a-ad78-2fbe7f0eb1b9_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS74CWJ/2026-03-20/image/10023fad-2039-4bd5-8fa6-24d81ab54bad_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS74CWJ/2026-03-20/image/d45ed77b-666d-48db-9872-3fe62d1fbd42_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS74CWJ/2026-03-20/image/ad89f4f7-d9e8-431b-a3e4-762660a97ee4_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS74CWJ/2026-03-20/image/12f11321-3ed8-45b3-9e70-7cee8b36e446_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS74CWJ/2026-03-20/image/68dca0ac-7aa2-4686-bfe3-14c01c91aacb_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS74CWJ/2026-03-20/image/b37df8bb-f9f1-4152-8a3d-d9cd68cb3db0_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS74CWJ/2026-03-20/image/69277d5b-fc5b-4912-891e-155abb475172_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'NO V5 FORMER KEEPERS UNKNOWN - SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': None, 'v5': False, 'v5details': None, 'co2': 155, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/941658c3-348e-4866-837a-8bdb8f4b2e14.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:04:09 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120623051, 'registration': 'LS74CWJ', 'account': 'MOT070', 'make': 'VOLKSWAGEN', 'model': 'TOURAN ESTATE', 'derivative': '1.5 TSI EVO R-Line 5dr DSG', 'mileage': 5076, 'mileageWarranty': True, 'type': 'car', 'saleId': 19235, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 728}, 'saleStart': '2026-04-20T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2024-10-11', 'fuel': 'Petrol', 'motExpiry': None, 'doors': 5, 'engineSize': 1498, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/LS74CWJ/2026-03-20/image/f52d470f-ca41-4c7c-b21a-2003d5fc272f_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS74CWJ/2026-03-20/image/8abd850e-ec0a-4d4a-ad78-2fbe7f0eb1b9_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS74CWJ/2026-03-20/image/10023fad-2039-4bd5-8fa6-24d81ab54bad_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS74CWJ/2026-03-20/image/d45ed77b-666d-48db-9872-3fe62d1fbd42_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS74CWJ/2026-03-20/image/ad89f4f7-d9e8-431b-a3e4-762660a97ee4_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS74CWJ/2026-03-20/image/12f11321-3ed8-45b3-9e70-7cee8b36e446_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS74CWJ/2026-03-20/image/68dca0ac-7aa2-4686-bfe3-14c01c91aacb_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS74CWJ/2026-03-20/image/b37df8bb-f9f1-4152-8a3d-d9cd68cb3db0_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS74CWJ/2026-03-20/image/69277d5b-fc5b-4912-891e-155abb475172_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'NO V5 FORMER KEEPERS UNKNOWN - SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': None, 'v5': False, 'v5details': None, 'co2': 155, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/941658c3-348e-4866-837a-8bdb8f4b2e14.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:04:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3eb3355e-85be-5c2d-ad82-1fa39feec759 with identifier: 120623051
2026-03-30 10:04:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3eb3355e-85be-5c2d-ad82-1fa39feec759 with scrape type 2
2026-03-30 10:04:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3eb3355e-85be-5c2d-ad82-1fa39feec759 with scrape type 2
2026-03-30 10:04:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 3eb3355e-85be-5c2d-ad82-1fa39feec759, identifier: 120623051
2026-03-30 10:04:09 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120627274, 'registration': 'GJ23VZP', 'account': 'MOT070', 'make': 'FORD', 'model': 'ECOSPORT HATCHBACK', 'derivative': '1.0 EcoBoost 125 ST-Line 5dr', 'mileage': 52239, 'mileageWarranty': True, 'type': 'car', 'saleId': 19235, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 728}, 'saleStart': '2026-04-20T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2023-03-10', 'fuel': 'Petrol', 'motExpiry': None, 'doors': 5, 'engineSize': 998, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/GJ23VZP/2026-03-20/image/c8143cd8-2371-42e6-81cb-cfd60028fe24_removebg.jpg?w=600', 'https://abimg003.imgix.net/GJ23VZP/2026-03-20/image/31c5139b-27e5-4e93-b81a-1160d9ee403f_removebg.jpg?w=600', 'https://abimg003.imgix.net/GJ23VZP/2026-03-20/image/76b08462-f081-40dc-894b-0119c37fdae0_removebg.jpg?w=600', 'https://abimg003.imgix.net/GJ23VZP/2026-03-20/image/62907da5-a12d-45f6-b1db-e2694b0f9e21_removebg.jpg?w=600', 'https://abimg003.imgix.net/GJ23VZP/2026-03-20/image/0ff97203-39d0-4e6b-9a5f-cc5e10943225_removebg.jpg?w=600', 'https://abimg003.imgix.net/GJ23VZP/2026-03-20/image/2ebefe9f-3469-46ff-95cc-662e15cb6dae_removebg.jpg?w=600', 'https://abimg003.imgix.net/GJ23VZP/2026-03-20/image/5964a7de-4d56-46e2-837e-4a26c2aac246_removebg.jpg?w=600', 'https://abimg003.imgix.net/GJ23VZP/2026-03-20/image/e543ec80-29b8-43f2-a101-33d79079e444_removebg.jpg?w=600', 'https://abimg003.imgix.net/GJ23VZP/2026-03-20/image/f358f97a-883a-49dd-8eb3-e5ffe993ef38_removebg.jpg?w=600', 'https://abimg003.imgix.net/GJ23VZP/2026-03-20/image/ff6630a5-269f-432c-96c8-c3926d34e04f_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'NO V5 FORMER KEEPERS UNKNOWN - SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': None, 'v5': False, 'v5details': None, 'co2': 142, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/e46c063d-9b03-4549-8d3f-0faa322bb001.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:04:09 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120627274, 'registration': 'GJ23VZP', 'account': 'MOT070', 'make': 'FORD', 'model': 'ECOSPORT HATCHBACK', 'derivative': '1.0 EcoBoost 125 ST-Line 5dr', 'mileage': 52239, 'mileageWarranty': True, 'type': 'car', 'saleId': 19235, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 728}, 'saleStart': '2026-04-20T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2023-03-10', 'fuel': 'Petrol', 'motExpiry': None, 'doors': 5, 'engineSize': 998, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/GJ23VZP/2026-03-20/image/c8143cd8-2371-42e6-81cb-cfd60028fe24_removebg.jpg?w=600', 'https://abimg003.imgix.net/GJ23VZP/2026-03-20/image/31c5139b-27e5-4e93-b81a-1160d9ee403f_removebg.jpg?w=600', 'https://abimg003.imgix.net/GJ23VZP/2026-03-20/image/76b08462-f081-40dc-894b-0119c37fdae0_removebg.jpg?w=600', 'https://abimg003.imgix.net/GJ23VZP/2026-03-20/image/62907da5-a12d-45f6-b1db-e2694b0f9e21_removebg.jpg?w=600', 'https://abimg003.imgix.net/GJ23VZP/2026-03-20/image/0ff97203-39d0-4e6b-9a5f-cc5e10943225_removebg.jpg?w=600', 'https://abimg003.imgix.net/GJ23VZP/2026-03-20/image/2ebefe9f-3469-46ff-95cc-662e15cb6dae_removebg.jpg?w=600', 'https://abimg003.imgix.net/GJ23VZP/2026-03-20/image/5964a7de-4d56-46e2-837e-4a26c2aac246_removebg.jpg?w=600', 'https://abimg003.imgix.net/GJ23VZP/2026-03-20/image/e543ec80-29b8-43f2-a101-33d79079e444_removebg.jpg?w=600', 'https://abimg003.imgix.net/GJ23VZP/2026-03-20/image/f358f97a-883a-49dd-8eb3-e5ffe993ef38_removebg.jpg?w=600', 'https://abimg003.imgix.net/GJ23VZP/2026-03-20/image/ff6630a5-269f-432c-96c8-c3926d34e04f_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'NO V5 FORMER KEEPERS UNKNOWN - SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': None, 'v5': False, 'v5details': None, 'co2': 142, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/e46c063d-9b03-4549-8d3f-0faa322bb001.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:04:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cc034dc3-fd2b-5123-a5cb-53ca79f3fd22 with identifier: 120627274
2026-03-30 10:04:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cc034dc3-fd2b-5123-a5cb-53ca79f3fd22 with scrape type 2
2026-03-30 10:04:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cc034dc3-fd2b-5123-a5cb-53ca79f3fd22 with scrape type 2
2026-03-30 10:04:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: cc034dc3-fd2b-5123-a5cb-53ca79f3fd22, identifier: 120627274
2026-03-30 10:04:09 [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-30 10:04:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120370294?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:04:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/119244033?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:04:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 628e4ce8-42db-59fd-bc16-d27f3ef4b9da with identifier: 120854303
2026-03-30 10:04:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 628e4ce8-42db-59fd-bc16-d27f3ef4b9da with identifier: 120854303
2026-03-30 10:04:09 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 628e4ce8-42db-59fd-bc16-d27f3ef4b9da with identifier: 120854303 to the API
2026-03-30 10:04:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:04:09 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:04:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://abimg003.imgix.net/LR11MYJ/2026-03-27/image/72b63b38-f274-4be5-a431-b05792a42dcb_removebg.jpg?w=600>
{'auction_title': '',
'c_o_2_emission_value': 167,
'color': 'RED',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.6L',
'expiration_date': '2026-04-06T12:00:00Z',
'fuel_type': 'Petrol',
'id': '628e4ce8-42db-59fd-bc16-d27f3ef4b9da',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'LR11MYJ',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120854303',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'PEUGEOT',
'model': '3008 EXCLUSIVE',
'odometer': 99440,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 9,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_628e4ce8-42db-59fd-bc16-d27f3ef4b9da/628e4ce8-42db-59fd-bc16-d27f3ef4b9da_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 41483,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/LR11MYJ/2026-03-27/image/bc0d942a-c997-431a-99ea-462772091646_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_628e4ce8-42db-59fd-bc16-d27f3ef4b9da/628e4ce8-42db-59fd-bc16-d27f3ef4b9da_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 40452,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/LR11MYJ/2026-03-27/image/72b63b38-f274-4be5-a431-b05792a42dcb_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_628e4ce8-42db-59fd-bc16-d27f3ef4b9da/628e4ce8-42db-59fd-bc16-d27f3ef4b9da_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 36062,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/LR11MYJ/2026-03-27/image/a8dfef96-7b53-49cf-81bf-f19a5817aca1_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_628e4ce8-42db-59fd-bc16-d27f3ef4b9da/628e4ce8-42db-59fd-bc16-d27f3ef4b9da_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 35089,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/LR11MYJ/2026-03-27/image/1e66931e-ef4d-4609-b3bc-b17e34a32695_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_628e4ce8-42db-59fd-bc16-d27f3ef4b9da/628e4ce8-42db-59fd-bc16-d27f3ef4b9da_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 52702,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/LR11MYJ/2026-03-27/image/b75c5960-d9b7-43a9-8b1a-3bd02ea86e0f_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_628e4ce8-42db-59fd-bc16-d27f3ef4b9da/628e4ce8-42db-59fd-bc16-d27f3ef4b9da_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 41864,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/LR11MYJ/2026-03-27/image/1f5498da-5dbe-458c-a772-18b54f14cf8a_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_628e4ce8-42db-59fd-bc16-d27f3ef4b9da/628e4ce8-42db-59fd-bc16-d27f3ef4b9da_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 53561,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/LR11MYJ/2026-03-27/image/69846f86-707e-40de-9681-1df103d38663_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_628e4ce8-42db-59fd-bc16-d27f3ef4b9da/628e4ce8-42db-59fd-bc16-d27f3ef4b9da_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 49799,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/LR11MYJ/2026-03-27/image/9d5eebcf-e920-4636-bb99-545ef6d94c08_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_628e4ce8-42db-59fd-bc16-d27f3ef4b9da/628e4ce8-42db-59fd-bc16-d27f3ef4b9da_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 57638,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/LR11MYJ/2026-03-27/image/bedf0014-2025-4b91-be65-1bd7dbfab819_removebg.jpg?w=600',
'Width': 600}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2011-07-25',
'seller_name': 'UKCGR - Trade',
'title': 'PEUGEOT 3008 EXCLUSIVE None',
'transmission': 'manual',
'trim': None,
'vin': None,
'year': 2011}
2026-03-30 10:04:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120854303%27 HTTP/1.1" 200 None
2026-03-30 10:04:09 [astonbarclay.gb] INFO: Saving data for 120854303: {'created_time': 1774865049.637546, 'last_price_update_time': 1774865049.637558, 'auction_closing_time': 1775476800.0}
2026-03-30 10:04:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120854303') HTTP/1.1" 204 0
2026-03-30 10:04:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 4b76a9b8-f407-5e72-83a6-d8de394ed8c1 with identifier: 120277883
2026-03-30 10:04:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 4b76a9b8-f407-5e72-83a6-d8de394ed8c1 with identifier: 120277883
2026-03-30 10:04:09 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 4b76a9b8-f407-5e72-83a6-d8de394ed8c1 with identifier: 120277883 to the API
2026-03-30 10:04:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:04:09 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:04:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120277883?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 127,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-04-08T08:45:00Z',
'fuel_type': 'Petrol',
'id': '4b76a9b8-f407-5e72-83a6-d8de394ed8c1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'MD71KRG',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120277883',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'DS',
'model': 'DS 3 CROSSBACK HATCHBACK',
'odometer': 23074,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-31',
'seller_name': 'Zenith',
'title': 'DS DS 3 CROSSBACK HATCHBACK 1.2 PureTech Performance Line 5dr',
'transmission': 'manual',
'trim': '1.2 PureTech Performance Line 5dr',
'vin': None,
'year': 2022}
2026-03-30 10:04:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120277883%27 HTTP/1.1" 200 None
2026-03-30 10:04:10 [astonbarclay.gb] INFO: Saving data for 120277883: {'auction_closing_time': 1775637900.0, 'created_time': 1774357857.739582, 'last_price_update_time': 1774865050.003186}
2026-03-30 10:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120277883') HTTP/1.1" 204 0
2026-03-30 10:04:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 64814a1d-c51a-5724-894f-efeada87b13a with identifier: 120624729
2026-03-30 10:04:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 64814a1d-c51a-5724-894f-efeada87b13a with identifier: 120624729
2026-03-30 10:04:10 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 64814a1d-c51a-5724-894f-efeada87b13a with identifier: 120624729 to the API
2026-03-30 10:04:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:04:10 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:04:10 [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-20T09: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-30 10:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120624729%27 HTTP/1.1" 200 None
2026-03-30 10:04:10 [astonbarclay.gb] INFO: Saving data for 120624729: {'auction_closing_time': 1776675600.0, 'created_time': 1774011716.561431, 'last_price_update_time': 1774865050.341412}
2026-03-30 10:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120624729') HTTP/1.1" 204 0
2026-03-30 10:04:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 3eb3355e-85be-5c2d-ad82-1fa39feec759 with identifier: 120623051
2026-03-30 10:04:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 3eb3355e-85be-5c2d-ad82-1fa39feec759 with identifier: 120623051
2026-03-30 10:04:10 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 3eb3355e-85be-5c2d-ad82-1fa39feec759 with identifier: 120623051 to the API
2026-03-30 10:04:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:04:10 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:04:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120623051?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 155,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-04-20T09:00:00Z',
'fuel_type': 'Petrol',
'id': '3eb3355e-85be-5c2d-ad82-1fa39feec759',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'LS74CWJ',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120623051',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'VOLKSWAGEN',
'model': 'TOURAN ESTATE',
'odometer': 5076,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-10-11',
'seller_name': 'Motability Operations',
'title': 'VOLKSWAGEN TOURAN ESTATE 1.5 TSI EVO R-Line 5dr DSG',
'transmission': 'automatic',
'trim': '1.5 TSI EVO R-Line 5dr DSG',
'vin': None,
'year': 2024}
2026-03-30 10:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120623051%27 HTTP/1.1" 200 None
2026-03-30 10:04:10 [astonbarclay.gb] INFO: Saving data for 120623051: {'auction_closing_time': 1776675600.0, 'created_time': 1774443736.550023, 'last_price_update_time': 1774865050.646488}
2026-03-30 10:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120623051') HTTP/1.1" 204 0
2026-03-30 10:04:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: cc034dc3-fd2b-5123-a5cb-53ca79f3fd22 with identifier: 120627274
2026-03-30 10:04:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: cc034dc3-fd2b-5123-a5cb-53ca79f3fd22 with identifier: 120627274
2026-03-30 10:04:10 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: cc034dc3-fd2b-5123-a5cb-53ca79f3fd22 with identifier: 120627274 to the API
2026-03-30 10:04:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:04:10 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:04:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120627274?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 142,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-04-20T09:00:00Z',
'fuel_type': 'Petrol',
'id': 'cc034dc3-fd2b-5123-a5cb-53ca79f3fd22',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'GJ23VZP',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120627274',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'FORD',
'model': 'ECOSPORT HATCHBACK',
'odometer': 52239,
'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': 'FORD ECOSPORT HATCHBACK 1.0 EcoBoost 125 ST-Line 5dr',
'transmission': 'manual',
'trim': '1.0 EcoBoost 125 ST-Line 5dr',
'vin': None,
'year': 2023}
2026-03-30 10:04:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120627274%27 HTTP/1.1" 200 None
2026-03-30 10:04:11 [astonbarclay.gb] INFO: Saving data for 120627274: {'auction_closing_time': 1776675600.0, 'created_time': 1774443777.416793, 'last_price_update_time': 1774865051.049814}
2026-03-30 10:04:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120627274') HTTP/1.1" 204 0
2026-03-30 10:04:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/SV58FVL/2026-03-27/image/7ee6281e-c20a-4430-8793-ec0a26c3c9b9_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120859165?view=catalogue)
2026-03-30 10:04:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/RV11DVP/2026-03-27/image/7f3b6144-1ac6-46b1-9d09-a9cff327b902_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120852018?view=catalogue)
2026-03-30 10:04:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/EA63JYV/2026-03-27/image/5aa942b9-5072-44bf-a2f6-08e3e5c703e9_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120856408?view=catalogue)
2026-03-30 10:04:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:04:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:04:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:04:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120524700?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:04:11 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:04:11 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f4366607690>
2026-03-30 10:04:11 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:04:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:04:11 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:04:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_51210752-cd93-53cf-9f68-b9648ba44455/51210752-cd93-53cf-9f68-b9648ba44455_image_5.jpg HTTP/1.1" 201 0
2026-03-30 10:04:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FAY64MXK%252F2026-03-30%252Fimage%252F41e7f48c-f503-4aba-94e2-e6ce295bfd0e_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:04:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/AY64MXK/2026-03-30/image/41e7f48c-f503-4aba-94e2-e6ce295bfd0e_removebg.jpg?w=600 saved to cache
2026-03-30 10:04:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 51210752-cd93-53cf-9f68-b9648ba44455
2026-03-30 10:04:11 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:04:11 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f4365124b50>
2026-03-30 10:04:11 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:04:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:04:11 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:04:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_901bf81b-8614-597b-92e2-ca84dd7b4695/901bf81b-8614-597b-92e2-ca84dd7b4695_image_5.jpg HTTP/1.1" 201 0
2026-03-30 10:04:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FEO64ZVY%252F2026-03-27%252Fimage%252F76fdf71e-15fe-4aa1-b361-2172f5f4633d_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:04:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EO64ZVY/2026-03-27/image/76fdf71e-15fe-4aa1-b361-2172f5f4633d_removebg.jpg?w=600 saved to cache
2026-03-30 10:04:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 901bf81b-8614-597b-92e2-ca84dd7b4695
2026-03-30 10:04:11 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:04:11 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f43654c1210>
2026-03-30 10:04:11 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:04:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:04:11 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:04:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1b194829-c76e-5fd2-9d5e-027fa7dc15f1/1b194829-c76e-5fd2-9d5e-027fa7dc15f1_image_5.jpg HTTP/1.1" 201 0
2026-03-30 10:04:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FRV11DVP%252F2026-03-27%252Fimage%252F9cb379f2-0e7c-4793-9c33-3a1b1f8a257a_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:04:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/RV11DVP/2026-03-27/image/9cb379f2-0e7c-4793-9c33-3a1b1f8a257a_removebg.jpg?w=600 saved to cache
2026-03-30 10:04:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 1b194829-c76e-5fd2-9d5e-027fa7dc15f1
2026-03-30 10:04:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/SV58FVL/2026-03-27/image/b276aa29-8ec5-4cc0-9c99-7b0993618084_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120859165?view=catalogue)
2026-03-30 10:04:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/AY64MXK/2026-03-30/image/de56b4e1-3571-4234-a31b-cb164c8dbc99_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120861740?view=catalogue)
2026-03-30 10:04:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:04:11 [astonbarclay.gb] INFO: Detail data: {'cardType': 'e-xchange', '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': 19214, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 440}, 'saleStart': '2026-04-08T08: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, CHARGING LEAD SPARE KEY', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': False, 'v5details': 'TF', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/631da11f-9515-4aef-ba4d-6ebd58eaa891.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-30 10:04:11 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'e-xchange', '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': 19214, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 440}, 'saleStart': '2026-04-08T08: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, CHARGING LEAD SPARE KEY', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': False, 'v5details': 'TF', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/631da11f-9515-4aef-ba4d-6ebd58eaa891.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-30 10:04:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 294ea67a-77f1-521c-8c9c-1e342164d3ec with identifier: 120213806
2026-03-30 10:04:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 294ea67a-77f1-521c-8c9c-1e342164d3ec with scrape type 2
2026-03-30 10:04:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 294ea67a-77f1-521c-8c9c-1e342164d3ec with scrape type 2
2026-03-30 10:04:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 294ea67a-77f1-521c-8c9c-1e342164d3ec, identifier: 120213806
2026-03-30 10:04:11 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120370294, 'registration': 'YC24TLU', 'account': 'INT016', 'make': 'VOLVO', 'model': 'XC90 ESTATE', 'derivative': '2.0 T8 [455] RC PHEV Ultimate Dark 5dr AWD Gtron', 'mileage': 25348, 'mileageWarranty': True, 'type': 'car', 'saleId': 19214, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 440}, 'saleStart': '2026-04-10T08:45Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2024-04-05', 'fuel': 'Petrol/Plugin Electric Hybrid', 'motExpiry': None, 'doors': 5, 'engineSize': 1969, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/YC24TLU/2026-03-13/image/68ad9836-1d70-489f-9cc3-72d1b7d380c5_removebg.jpg?w=600', 'https://abimg003.imgix.net/YC24TLU/2026-03-13/image/57b18726-9ab8-4cdb-aec2-1cb1d6a3f18c_removebg.jpg?w=600', 'https://abimg003.imgix.net/YC24TLU/2026-03-13/image/ce6ec1d9-3ad6-447f-ac82-1ef2f26a5a8a_removebg.jpg?w=600', 'https://abimg003.imgix.net/YC24TLU/2026-03-13/image/f432910d-8393-4f13-aec4-6564c1344827_removebg.jpg?w=600', 'https://abimg003.imgix.net/YC24TLU/2026-03-13/image/4a197718-07ad-4075-bf67-cae296236210_removebg.jpg?w=600', 'https://abimg003.imgix.net/YC24TLU/2026-03-13/image/94830cc1-c736-468f-9f8f-a0023751b7c0_removebg.jpg?w=600', 'https://abimg003.imgix.net/YC24TLU/2026-03-13/image/9c276da5-18a9-4172-b32e-2930d5fb9557_removebg.jpg?w=600', 'https://abimg003.imgix.net/YC24TLU/2026-03-13/image/89dc4515-cc8d-434d-abe4-7288ce5267a9_removebg.jpg?w=600', 'https://abimg003.imgix.net/YC24TLU/2026-03-13/image/918ea40b-5f13-4f82-939a-c3432b32e647_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 02/25 - 11K', 'remarks': '**1525**', 'virtual': False, 'seller': 'Interbay Asset Finance', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 32, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/eb228c12-adf6-406e-9d83-0ea7c7fa2468.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:04:11 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120370294, 'registration': 'YC24TLU', 'account': 'INT016', 'make': 'VOLVO', 'model': 'XC90 ESTATE', 'derivative': '2.0 T8 [455] RC PHEV Ultimate Dark 5dr AWD Gtron', 'mileage': 25348, 'mileageWarranty': True, 'type': 'car', 'saleId': 19214, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 440}, 'saleStart': '2026-04-10T08:45Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2024-04-05', 'fuel': 'Petrol/Plugin Electric Hybrid', 'motExpiry': None, 'doors': 5, 'engineSize': 1969, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/YC24TLU/2026-03-13/image/68ad9836-1d70-489f-9cc3-72d1b7d380c5_removebg.jpg?w=600', 'https://abimg003.imgix.net/YC24TLU/2026-03-13/image/57b18726-9ab8-4cdb-aec2-1cb1d6a3f18c_removebg.jpg?w=600', 'https://abimg003.imgix.net/YC24TLU/2026-03-13/image/ce6ec1d9-3ad6-447f-ac82-1ef2f26a5a8a_removebg.jpg?w=600', 'https://abimg003.imgix.net/YC24TLU/2026-03-13/image/f432910d-8393-4f13-aec4-6564c1344827_removebg.jpg?w=600', 'https://abimg003.imgix.net/YC24TLU/2026-03-13/image/4a197718-07ad-4075-bf67-cae296236210_removebg.jpg?w=600', 'https://abimg003.imgix.net/YC24TLU/2026-03-13/image/94830cc1-c736-468f-9f8f-a0023751b7c0_removebg.jpg?w=600', 'https://abimg003.imgix.net/YC24TLU/2026-03-13/image/9c276da5-18a9-4172-b32e-2930d5fb9557_removebg.jpg?w=600', 'https://abimg003.imgix.net/YC24TLU/2026-03-13/image/89dc4515-cc8d-434d-abe4-7288ce5267a9_removebg.jpg?w=600', 'https://abimg003.imgix.net/YC24TLU/2026-03-13/image/918ea40b-5f13-4f82-939a-c3432b32e647_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 02/25 - 11K', 'remarks': '**1525**', 'virtual': False, 'seller': 'Interbay Asset Finance', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 32, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/eb228c12-adf6-406e-9d83-0ea7c7fa2468.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:04:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0e642cb2-d77a-5cfe-b4eb-bcae7abfc96a with identifier: 120370294
2026-03-30 10:04:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0e642cb2-d77a-5cfe-b4eb-bcae7abfc96a with scrape type 1
2026-03-30 10:04:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 9 photos for item 0e642cb2-d77a-5cfe-b4eb-bcae7abfc96a
2026-03-30 10:04:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04: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%252FYC24TLU%252F2026-03-13%252Fimage%252F68ad9836-1d70-489f-9cc3-72d1b7d380c5_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:04:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YC24TLU/2026-03-13/image/68ad9836-1d70-489f-9cc3-72d1b7d380c5_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:04:11 [astonbarclay.gb] INFO: Detail data: {'cardType': 'e-xchange', 'id': 119244033, 'registration': 'OW72ZWL', 'account': 'ZEN002', 'make': 'POLESTAR', 'model': '2 FASTBACK', 'derivative': '170kW 78kWh Long Range SM [Pilot] 5dr Auto', 'mileage': 13299, 'mileageWarranty': True, 'type': 'car', 'saleId': 19214, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 440}, 'saleStart': '2026-04-08T08:45Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2023-02-15', 'fuel': 'Electric', 'motExpiry': '2027-01-02', 'doors': 5, 'engineSize': None, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/OW72ZWL/2026-02-17/image/8724130e-af61-41e0-86ff-99fe2c8d224f_removebg.jpg?w=600', 'https://abimg003.imgix.net/OW72ZWL/2026-02-17/image/505f49db-6e88-48b1-9be7-ed19966ccd43_removebg.jpg?w=600', 'https://abimg003.imgix.net/OW72ZWL/2026-02-17/image/f8660bd5-b5b6-4baf-b4a7-a296d809b560_removebg.jpg?w=600', 'https://abimg003.imgix.net/OW72ZWL/2026-02-17/image/73b47fe4-105d-4436-aa23-d7c62669c02b_removebg.jpg?w=600', 'https://abimg003.imgix.net/OW72ZWL/2026-02-17/image/ebf5e573-ed06-4b6e-8f61-cc4996bc17d9_removebg.jpg?w=600', 'https://abimg003.imgix.net/OW72ZWL/2026-02-17/image/720e609b-bd39-412e-b534-92f8143410ec_removebg.jpg?w=600', 'https://abimg003.imgix.net/OW72ZWL/2026-02-17/image/0c9a51c8-6f1d-46c6-8c90-36599dc04d7e_removebg.jpg?w=600', 'https://abimg003.imgix.net/OW72ZWL/2026-02-17/image/800f9503-fdb7-4132-ade0-ef00555eba42_removebg.jpg?w=600', 'https://abimg003.imgix.net/OW72ZWL/2026-02-17/image/65caa45a-7ef6-49fe-b715-ea1a9562467e_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '**1045** VOSA STATES 13K, SPARE KEY, CHARGING CABLE', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/93cfa988-81c8-4b80-9bca-3adf18dedbe2.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-30 10:04:11 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'e-xchange', 'id': 119244033, 'registration': 'OW72ZWL', 'account': 'ZEN002', 'make': 'POLESTAR', 'model': '2 FASTBACK', 'derivative': '170kW 78kWh Long Range SM [Pilot] 5dr Auto', 'mileage': 13299, 'mileageWarranty': True, 'type': 'car', 'saleId': 19214, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 440}, 'saleStart': '2026-04-08T08:45Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2023-02-15', 'fuel': 'Electric', 'motExpiry': '2027-01-02', 'doors': 5, 'engineSize': None, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/OW72ZWL/2026-02-17/image/8724130e-af61-41e0-86ff-99fe2c8d224f_removebg.jpg?w=600', 'https://abimg003.imgix.net/OW72ZWL/2026-02-17/image/505f49db-6e88-48b1-9be7-ed19966ccd43_removebg.jpg?w=600', 'https://abimg003.imgix.net/OW72ZWL/2026-02-17/image/f8660bd5-b5b6-4baf-b4a7-a296d809b560_removebg.jpg?w=600', 'https://abimg003.imgix.net/OW72ZWL/2026-02-17/image/73b47fe4-105d-4436-aa23-d7c62669c02b_removebg.jpg?w=600', 'https://abimg003.imgix.net/OW72ZWL/2026-02-17/image/ebf5e573-ed06-4b6e-8f61-cc4996bc17d9_removebg.jpg?w=600', 'https://abimg003.imgix.net/OW72ZWL/2026-02-17/image/720e609b-bd39-412e-b534-92f8143410ec_removebg.jpg?w=600', 'https://abimg003.imgix.net/OW72ZWL/2026-02-17/image/0c9a51c8-6f1d-46c6-8c90-36599dc04d7e_removebg.jpg?w=600', 'https://abimg003.imgix.net/OW72ZWL/2026-02-17/image/800f9503-fdb7-4132-ade0-ef00555eba42_removebg.jpg?w=600', 'https://abimg003.imgix.net/OW72ZWL/2026-02-17/image/65caa45a-7ef6-49fe-b715-ea1a9562467e_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '**1045** VOSA STATES 13K, SPARE KEY, CHARGING CABLE', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/93cfa988-81c8-4b80-9bca-3adf18dedbe2.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-30 10:04:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 630fabaf-625e-5304-8f6d-28641c7ee192 with identifier: 119244033
2026-03-30 10:04:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 630fabaf-625e-5304-8f6d-28641c7ee192 with scrape type 2
2026-03-30 10:04:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 630fabaf-625e-5304-8f6d-28641c7ee192 with scrape type 2
2026-03-30 10:04:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 630fabaf-625e-5304-8f6d-28641c7ee192, identifier: 119244033
2026-03-30 10:04:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 294ea67a-77f1-521c-8c9c-1e342164d3ec with identifier: 120213806
2026-03-30 10:04:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 294ea67a-77f1-521c-8c9c-1e342164d3ec with identifier: 120213806
2026-03-30 10:04:11 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 294ea67a-77f1-521c-8c9c-1e342164d3ec with identifier: 120213806 to the API
2026-03-30 10:04:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:04:11 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:04:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120213806?view=catalogue>
{'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-04-08T08: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': 0,
'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-30 10:04:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120213806%27 HTTP/1.1" 200 None
2026-03-30 10:04:11 [astonbarclay.gb] INFO: Saving data for 120213806: {'auction_closing_time': 1775637900.0, 'created_time': 1774346604.619798, 'last_price_update_time': 1774865051.816027}
2026-03-30 10:04:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120213806') HTTP/1.1" 204 0
2026-03-30 10:04:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 630fabaf-625e-5304-8f6d-28641c7ee192 with identifier: 119244033
2026-03-30 10:04:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 630fabaf-625e-5304-8f6d-28641c7ee192 with identifier: 119244033
2026-03-30 10:04:11 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 630fabaf-625e-5304-8f6d-28641c7ee192 with identifier: 119244033 to the API
2026-03-30 10:04:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:04:12 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:04:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/119244033?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-04-08T08:45:00Z',
'fuel_type': 'Electric',
'id': '630fabaf-625e-5304-8f6d-28641c7ee192',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'OW72ZWL',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/119244033',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'POLESTAR',
'model': '2 FASTBACK',
'odometer': 13299,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-02-15',
'seller_name': 'Zenith',
'title': 'POLESTAR 2 FASTBACK 170kW 78kWh Long Range SM [Pilot] 5dr Auto',
'transmission': 'automatic',
'trim': '170kW 78kWh Long Range SM [Pilot] 5dr Auto',
'vin': None,
'year': 2023}
2026-03-30 10:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119244033%27 HTTP/1.1" 200 None
2026-03-30 10:04:12 [astonbarclay.gb] INFO: Saving data for 119244033: {'auction_closing_time': 1775637900.0, 'created_time': 1773752862.245497, 'last_price_update_time': 1774865052.127098}
2026-03-30 10:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='119244033') HTTP/1.1" 204 0
2026-03-30 10:04:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/AY64MXK/2026-03-30/image/ae4790b2-5d94-4e5a-8258-3baa907468e1_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120861740?view=catalogue)
2026-03-30 10:04:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/SV58FVL/2026-03-27/image/e34ae9a6-aab0-41b0-9f1b-cc943a616626_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120859165?view=catalogue)
2026-03-30 10:04:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/EO64ZVY/2026-03-27/image/128423cf-a565-4604-9b8e-0cf0a28d79b7_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120852551?view=catalogue)
2026-03-30 10:04:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/RV11DVP/2026-03-27/image/ceb713cf-3d6d-4cb9-8bff-d768221f0d65_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120852018?view=catalogue)
2026-03-30 10:04:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/EA63JYV/2026-03-27/image/e2035a06-f334-480f-bc07-82a0c4bd6612_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120856408?view=catalogue)
2026-03-30 10:04:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/EO64ZVY/2026-03-27/image/20800ec1-abfe-4d54-aa0e-89a3690ddf4d_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120852551?view=catalogue)
2026-03-30 10:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04: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%252FYC24TLU%252F2026-03-13%252Fimage%252F57b18726-9ab8-4cdb-aec2-1cb1d6a3f18c_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:04:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YC24TLU/2026-03-13/image/57b18726-9ab8-4cdb-aec2-1cb1d6a3f18c_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:04:12 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:04:12 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f436512a1d0>
2026-03-30 10:04:12 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:04:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:04:12 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:04:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a1517e35-164a-5a79-839c-9407733aeb30/a1517e35-164a-5a79-839c-9407733aeb30_image_5.jpg HTTP/1.1" 201 0
2026-03-30 10:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FSV58FVL%252F2026-03-27%252Fimage%252F7ee6281e-c20a-4430-8793-ec0a26c3c9b9_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:04:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/SV58FVL/2026-03-27/image/7ee6281e-c20a-4430-8793-ec0a26c3c9b9_removebg.jpg?w=600 saved to cache
2026-03-30 10:04:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item a1517e35-164a-5a79-839c-9407733aeb30
2026-03-30 10:04:12 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:04:12 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f436548d1d0>
2026-03-30 10:04:12 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:04:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:04:12 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:04:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1b194829-c76e-5fd2-9d5e-027fa7dc15f1/1b194829-c76e-5fd2-9d5e-027fa7dc15f1_image_4.jpg HTTP/1.1" 201 0
2026-03-30 10:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FRV11DVP%252F2026-03-27%252Fimage%252F7f3b6144-1ac6-46b1-9d09-a9cff327b902_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:04:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/RV11DVP/2026-03-27/image/7f3b6144-1ac6-46b1-9d09-a9cff327b902_removebg.jpg?w=600 saved to cache
2026-03-30 10:04:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 1b194829-c76e-5fd2-9d5e-027fa7dc15f1
2026-03-30 10:04:12 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:04:12 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f43650f8d10>
2026-03-30 10:04:12 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:04:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:04:12 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:04:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ed0d64b6-cf3f-5827-828b-4f5f1c5e928a/ed0d64b6-cf3f-5827-828b-4f5f1c5e928a_image_2.jpg HTTP/1.1" 201 0
2026-03-30 10:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FEA63JYV%252F2026-03-27%252Fimage%252F5aa942b9-5072-44bf-a2f6-08e3e5c703e9_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:04:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EA63JYV/2026-03-27/image/5aa942b9-5072-44bf-a2f6-08e3e5c703e9_removebg.jpg?w=600 saved to cache
2026-03-30 10:04:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item ed0d64b6-cf3f-5827-828b-4f5f1c5e928a
2026-03-30 10:04:12 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120524700, 'registration': 'WU23NVC', 'account': 'MOT070', 'make': 'KIA', 'model': 'PICANTO HATCHBACK', 'derivative': '1.0 GT-line 5dr Auto [4 seats]', 'mileage': 30078, 'mileageWarranty': True, 'type': 'car', 'saleId': 19235, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 728}, 'saleStart': '2026-04-20T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2023-03-31', 'fuel': 'Petrol', 'motExpiry': None, 'doors': 5, 'engineSize': 998, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/WU23NVC/2026-03-18/image/7620b3d4-8756-4f91-9f87-c49ac3da10e2_removebg.jpg?w=600', 'https://abimg003.imgix.net/WU23NVC/2026-03-18/image/1e06e138-8495-49a5-b3ca-af4e47004c2c_removebg.jpg?w=600', 'https://abimg003.imgix.net/WU23NVC/2026-03-18/image/c6e4b0db-82db-4da8-b385-a7f2740e50d5_removebg.jpg?w=600', 'https://abimg003.imgix.net/WU23NVC/2026-03-18/image/97aa1507-84a4-4dd4-a71d-345ff1be9715_removebg.jpg?w=600', 'https://abimg003.imgix.net/WU23NVC/2026-03-18/image/03d2628f-fb53-4567-ba1c-cc77dc2b9537_removebg.jpg?w=600', 'https://abimg003.imgix.net/WU23NVC/2026-03-18/image/259937f1-5519-4a12-b86b-07e4a014875d_removebg.jpg?w=600', 'https://abimg003.imgix.net/WU23NVC/2026-03-18/image/f16f2777-1ca1-4e2a-8ada-6e06d20c5c72_removebg.jpg?w=600', 'https://abimg003.imgix.net/WU23NVC/2026-03-18/image/e10f244f-a81d-4bfe-8777-773a6240cf89_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 05/24 9K - 03/25 19K - 03/26 27K', 'remarks': 'NO V5 FORMER KEEPERS UNKNOWN - SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': None, 'v5': False, 'v5details': None, 'co2': 122, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/d8e71c8a-c70b-4641-8205-e9cd71b260c7.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:04:12 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120524700, 'registration': 'WU23NVC', 'account': 'MOT070', 'make': 'KIA', 'model': 'PICANTO HATCHBACK', 'derivative': '1.0 GT-line 5dr Auto [4 seats]', 'mileage': 30078, 'mileageWarranty': True, 'type': 'car', 'saleId': 19235, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 728}, 'saleStart': '2026-04-20T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2023-03-31', 'fuel': 'Petrol', 'motExpiry': None, 'doors': 5, 'engineSize': 998, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/WU23NVC/2026-03-18/image/7620b3d4-8756-4f91-9f87-c49ac3da10e2_removebg.jpg?w=600', 'https://abimg003.imgix.net/WU23NVC/2026-03-18/image/1e06e138-8495-49a5-b3ca-af4e47004c2c_removebg.jpg?w=600', 'https://abimg003.imgix.net/WU23NVC/2026-03-18/image/c6e4b0db-82db-4da8-b385-a7f2740e50d5_removebg.jpg?w=600', 'https://abimg003.imgix.net/WU23NVC/2026-03-18/image/97aa1507-84a4-4dd4-a71d-345ff1be9715_removebg.jpg?w=600', 'https://abimg003.imgix.net/WU23NVC/2026-03-18/image/03d2628f-fb53-4567-ba1c-cc77dc2b9537_removebg.jpg?w=600', 'https://abimg003.imgix.net/WU23NVC/2026-03-18/image/259937f1-5519-4a12-b86b-07e4a014875d_removebg.jpg?w=600', 'https://abimg003.imgix.net/WU23NVC/2026-03-18/image/f16f2777-1ca1-4e2a-8ada-6e06d20c5c72_removebg.jpg?w=600', 'https://abimg003.imgix.net/WU23NVC/2026-03-18/image/e10f244f-a81d-4bfe-8777-773a6240cf89_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 05/24 9K - 03/25 19K - 03/26 27K', 'remarks': 'NO V5 FORMER KEEPERS UNKNOWN - SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': None, 'v5': False, 'v5details': None, 'co2': 122, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/d8e71c8a-c70b-4641-8205-e9cd71b260c7.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:04:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b05ca842-5eef-5bc3-b3f5-03e065ab1276 with identifier: 120524700
2026-03-30 10:04:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b05ca842-5eef-5bc3-b3f5-03e065ab1276 with scrape type 2
2026-03-30 10:04:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b05ca842-5eef-5bc3-b3f5-03e065ab1276 with scrape type 2
2026-03-30 10:04:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: b05ca842-5eef-5bc3-b3f5-03e065ab1276, identifier: 120524700
2026-03-30 10:04:12 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:04:12 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f4364fefa50>
2026-03-30 10:04:12 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:04:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:04:12 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:04:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a1517e35-164a-5a79-839c-9407733aeb30/a1517e35-164a-5a79-839c-9407733aeb30_image_4.jpg HTTP/1.1" 201 0
2026-03-30 10:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FSV58FVL%252F2026-03-27%252Fimage%252Fb276aa29-8ec5-4cc0-9c99-7b0993618084_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:04:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/SV58FVL/2026-03-27/image/b276aa29-8ec5-4cc0-9c99-7b0993618084_removebg.jpg?w=600 saved to cache
2026-03-30 10:04:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item a1517e35-164a-5a79-839c-9407733aeb30
2026-03-30 10:04:12 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:04:12 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f4366e60b10>
2026-03-30 10:04:12 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:04:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:04:12 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:04:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_51210752-cd93-53cf-9f68-b9648ba44455/51210752-cd93-53cf-9f68-b9648ba44455_image_4.jpg HTTP/1.1" 201 0
2026-03-30 10:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FAY64MXK%252F2026-03-30%252Fimage%252Fde56b4e1-3571-4234-a31b-cb164c8dbc99_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:04:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/AY64MXK/2026-03-30/image/de56b4e1-3571-4234-a31b-cb164c8dbc99_removebg.jpg?w=600 saved to cache
2026-03-30 10:04:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 51210752-cd93-53cf-9f68-b9648ba44455
2026-03-30 10:04:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/EA63JYV/2026-03-27/image/e0431c7a-cca3-44a1-a4d3-52c94c9179cb_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120856408?view=catalogue)
2026-03-30 10:04:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/SV58FVL/2026-03-27/image/4bee1ded-fb74-4709-ba1a-a616aee0aee9_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120859165?view=catalogue)
2026-03-30 10:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04: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%252FYC24TLU%252F2026-03-13%252Fimage%252Fce6ec1d9-3ad6-447f-ac82-1ef2f26a5a8a_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:04:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YC24TLU/2026-03-13/image/ce6ec1d9-3ad6-447f-ac82-1ef2f26a5a8a_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:04:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120869913?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:04:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/119942050?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:04:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/118872805?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:04:12 [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-30 10:04:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: b05ca842-5eef-5bc3-b3f5-03e065ab1276 with identifier: 120524700
2026-03-30 10:04:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: b05ca842-5eef-5bc3-b3f5-03e065ab1276 with identifier: 120524700
2026-03-30 10:04:12 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: b05ca842-5eef-5bc3-b3f5-03e065ab1276 with identifier: 120524700 to the API
2026-03-30 10:04:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:04:12 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:04:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120524700?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 122,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-04-20T09:00:00Z',
'fuel_type': 'Petrol',
'id': 'b05ca842-5eef-5bc3-b3f5-03e065ab1276',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'WU23NVC',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120524700',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'KIA',
'model': 'PICANTO HATCHBACK',
'odometer': 30078,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-03-31',
'seller_name': 'Motability Operations',
'title': 'KIA PICANTO HATCHBACK 1.0 GT-line 5dr Auto [4 seats]',
'transmission': 'automatic',
'trim': '1.0 GT-line 5dr Auto [4 seats]',
'vin': None,
'year': 2023}
2026-03-30 10:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120524700%27 HTTP/1.1" 200 None
2026-03-30 10:04:12 [astonbarclay.gb] INFO: Saving data for 120524700: {'auction_closing_time': 1776675600.0, 'created_time': 1774443775.962836, 'last_price_update_time': 1774865052.88754}
2026-03-30 10:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120524700') HTTP/1.1" 204 0
2026-03-30 10:04:12 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:04:12 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:04:12 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04: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%252FYC24TLU%252F2026-03-13%252Fimage%252Ff432910d-8393-4f13-aec4-6564c1344827_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:04:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YC24TLU/2026-03-13/image/f432910d-8393-4f13-aec4-6564c1344827_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:04:12 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:04:12 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f436540a790>
2026-03-30 10:04:12 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:04:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:04:12 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:04:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_51210752-cd93-53cf-9f68-b9648ba44455/51210752-cd93-53cf-9f68-b9648ba44455_image_3.jpg HTTP/1.1" 201 0
2026-03-30 10:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FAY64MXK%252F2026-03-30%252Fimage%252Fae4790b2-5d94-4e5a-8258-3baa907468e1_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:04:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/AY64MXK/2026-03-30/image/ae4790b2-5d94-4e5a-8258-3baa907468e1_removebg.jpg?w=600 saved to cache
2026-03-30 10:04:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 51210752-cd93-53cf-9f68-b9648ba44455
2026-03-30 10:04:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:04:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f4364fe23d0>
2026-03-30 10:04:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:04:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:04:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:04:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a1517e35-164a-5a79-839c-9407733aeb30/a1517e35-164a-5a79-839c-9407733aeb30_image_3.jpg HTTP/1.1" 201 0
2026-03-30 10:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FSV58FVL%252F2026-03-27%252Fimage%252Fe34ae9a6-aab0-41b0-9f1b-cc943a616626_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:04:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/SV58FVL/2026-03-27/image/e34ae9a6-aab0-41b0-9f1b-cc943a616626_removebg.jpg?w=600 saved to cache
2026-03-30 10:04:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item a1517e35-164a-5a79-839c-9407733aeb30
2026-03-30 10:04:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:04:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f4367cca690>
2026-03-30 10:04:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:04:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:04:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:04:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_901bf81b-8614-597b-92e2-ca84dd7b4695/901bf81b-8614-597b-92e2-ca84dd7b4695_image_4.jpg HTTP/1.1" 201 0
2026-03-30 10:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FEO64ZVY%252F2026-03-27%252Fimage%252F128423cf-a565-4604-9b8e-0cf0a28d79b7_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:04:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EO64ZVY/2026-03-27/image/128423cf-a565-4604-9b8e-0cf0a28d79b7_removebg.jpg?w=600 saved to cache
2026-03-30 10:04:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 901bf81b-8614-597b-92e2-ca84dd7b4695
2026-03-30 10:04:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:04:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f4364fe2c50>
2026-03-30 10:04:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:04:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:04:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:04:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1b194829-c76e-5fd2-9d5e-027fa7dc15f1/1b194829-c76e-5fd2-9d5e-027fa7dc15f1_image_3.jpg HTTP/1.1" 201 0
2026-03-30 10:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FRV11DVP%252F2026-03-27%252Fimage%252Fceb713cf-3d6d-4cb9-8bff-d768221f0d65_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:04:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/RV11DVP/2026-03-27/image/ceb713cf-3d6d-4cb9-8bff-d768221f0d65_removebg.jpg?w=600 saved to cache
2026-03-30 10:04:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 1b194829-c76e-5fd2-9d5e-027fa7dc15f1
2026-03-30 10:04:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:04:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f436533bb90>
2026-03-30 10:04:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:04:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:04:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:04:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ed0d64b6-cf3f-5827-828b-4f5f1c5e928a/ed0d64b6-cf3f-5827-828b-4f5f1c5e928a_image_1.jpg HTTP/1.1" 201 0
2026-03-30 10:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FEA63JYV%252F2026-03-27%252Fimage%252Fe2035a06-f334-480f-bc07-82a0c4bd6612_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:04:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EA63JYV/2026-03-27/image/e2035a06-f334-480f-bc07-82a0c4bd6612_removebg.jpg?w=600 saved to cache
2026-03-30 10:04:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item ed0d64b6-cf3f-5827-828b-4f5f1c5e928a
2026-03-30 10:04:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:04:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f43665fc550>
2026-03-30 10:04:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:04:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:04:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:04:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_901bf81b-8614-597b-92e2-ca84dd7b4695/901bf81b-8614-597b-92e2-ca84dd7b4695_image_3.jpg HTTP/1.1" 201 0
2026-03-30 10:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FEO64ZVY%252F2026-03-27%252Fimage%252F20800ec1-abfe-4d54-aa0e-89a3690ddf4d_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:04:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EO64ZVY/2026-03-27/image/20800ec1-abfe-4d54-aa0e-89a3690ddf4d_removebg.jpg?w=600 saved to cache
2026-03-30 10:04:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 901bf81b-8614-597b-92e2-ca84dd7b4695
2026-03-30 10:04:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/YC24TLU/2026-03-13/image/68ad9836-1d70-489f-9cc3-72d1b7d380c5_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120370294?view=catalogue)
2026-03-30 10:04:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/SV58FVL/2026-03-27/image/b6c2dd15-0a85-4b9c-b9fd-f226291c7354_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120859165?view=catalogue)
2026-03-30 10:04:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/AY64MXK/2026-03-30/image/d2ebc5ce-492a-4cb5-9a2e-17baf9c7c99d_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120861740?view=catalogue)
2026-03-30 10:04:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/YC24TLU/2026-03-13/image/57b18726-9ab8-4cdb-aec2-1cb1d6a3f18c_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120370294?view=catalogue)
2026-03-30 10:04:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/RV11DVP/2026-03-27/image/7be27815-7cd8-4af6-9a3f-1792842276ea_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120852018?view=catalogue)
2026-03-30 10:04:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/EO64ZVY/2026-03-27/image/d0e98192-15ac-4b30-9e82-2abdd05be22b_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120852551?view=catalogue)
2026-03-30 10:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04: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%252FYC24TLU%252F2026-03-13%252Fimage%252F4a197718-07ad-4075-bf67-cae296236210_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:04:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YC24TLU/2026-03-13/image/4a197718-07ad-4075-bf67-cae296236210_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:04:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:04:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f436536ced0>
2026-03-30 10:04:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:04:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:04:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:04:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ed0d64b6-cf3f-5827-828b-4f5f1c5e928a/ed0d64b6-cf3f-5827-828b-4f5f1c5e928a_image_0.jpg HTTP/1.1" 201 0
2026-03-30 10:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FEA63JYV%252F2026-03-27%252Fimage%252Fe0431c7a-cca3-44a1-a4d3-52c94c9179cb_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:04:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EA63JYV/2026-03-27/image/e0431c7a-cca3-44a1-a4d3-52c94c9179cb_removebg.jpg?w=600 saved to cache
2026-03-30 10:04:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item ed0d64b6-cf3f-5827-828b-4f5f1c5e928a
2026-03-30 10:04:13 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: ed0d64b6-cf3f-5827-828b-4f5f1c5e928a, skipping ID generation
2026-03-30 10:04:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ed0d64b6-cf3f-5827-828b-4f5f1c5e928a with scrape type 1
2026-03-30 10:04:13 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item ed0d64b6-cf3f-5827-828b-4f5f1c5e928a sending to next pipeline
2026-03-30 10:04:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: ed0d64b6-cf3f-5827-828b-4f5f1c5e928a, identifier: 120856408
2026-03-30 10:04:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:04:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f4367de2d50>
2026-03-30 10:04:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:04:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:04:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:04:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a1517e35-164a-5a79-839c-9407733aeb30/a1517e35-164a-5a79-839c-9407733aeb30_image_2.jpg HTTP/1.1" 201 0
2026-03-30 10:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FSV58FVL%252F2026-03-27%252Fimage%252F4bee1ded-fb74-4709-ba1a-a616aee0aee9_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:04:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/SV58FVL/2026-03-27/image/4bee1ded-fb74-4709-ba1a-a616aee0aee9_removebg.jpg?w=600 saved to cache
2026-03-30 10:04:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item a1517e35-164a-5a79-839c-9407733aeb30
2026-03-30 10:04:13 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120869913, 'registration': 'LR04UZF', 'account': 'WBA004', 'make': 'FORD', 'model': 'FIESTA HATCHBACK', 'derivative': '1.4 Ghia 3dr', 'mileage': 31862, 'mileageWarranty': True, 'type': 'car', 'saleId': 19238, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 728}, 'saleStart': '2026-04-06T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2004-06-11', 'fuel': 'Petrol', 'motExpiry': '2026-07-20', 'doors': 3, 'engineSize': 1388, 'bodyType': 'Hatchback', 'images': None, 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'UKCGR - Trade', '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/ab01b84d-67a8-42a2-901f-1bc2b65beb45.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': None, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:04:13 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120869913, 'registration': 'LR04UZF', 'account': 'WBA004', 'make': 'FORD', 'model': 'FIESTA HATCHBACK', 'derivative': '1.4 Ghia 3dr', 'mileage': 31862, 'mileageWarranty': True, 'type': 'car', 'saleId': 19238, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 728}, 'saleStart': '2026-04-06T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2004-06-11', 'fuel': 'Petrol', 'motExpiry': '2026-07-20', 'doors': 3, 'engineSize': 1388, 'bodyType': 'Hatchback', 'images': None, 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'UKCGR - Trade', '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/ab01b84d-67a8-42a2-901f-1bc2b65beb45.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': None, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:04:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 983066e3-d52e-5cd7-a35c-51cdb188fff6 with identifier: 120869913
2026-03-30 10:04:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 983066e3-d52e-5cd7-a35c-51cdb188fff6 with scrape type 1
2026-03-30 10:04:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 0 photos for item 983066e3-d52e-5cd7-a35c-51cdb188fff6
2026-03-30 10:04:13 [crawlers.middlewares.photo_download_middleware] INFO: No photos to download for item 983066e3-d52e-5cd7-a35c-51cdb188fff6
2026-03-30 10:04:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 983066e3-d52e-5cd7-a35c-51cdb188fff6, identifier: 120869913
2026-03-30 10:04:13 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 119942050, 'registration': 'RV23YTU', 'account': 'INT016', 'make': 'TOYOTA', 'model': 'YARIS CROSS ESTATE', 'derivative': '1.5 Hybrid Design 5dr CVT', 'mileage': 51284, 'mileageWarranty': True, 'type': 'car', 'saleId': 19214, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 440}, 'saleStart': '2026-04-10T08:45Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2023-04-26', 'fuel': 'Petrol/Electric Hybrid', 'motExpiry': None, 'doors': 5, 'engineSize': 1490, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/RV23YTU/2026-02-25/image/bf5bb12a-c9ce-4cc3-be24-f6a88c599b80_removebg.jpg?w=600', 'https://abimg003.imgix.net/RV23YTU/2026-02-25/image/337ab43f-995d-4b24-a287-e9b58239a7f8_removebg.jpg?w=600', 'https://abimg003.imgix.net/RV23YTU/2026-02-25/image/f8b1e656-e39a-4d4e-8639-2d500d2433e5_removebg.jpg?w=600', 'https://abimg003.imgix.net/RV23YTU/2026-02-25/image/2ca7e1fc-d6f7-4a89-80e1-49f8cdbcd7dd_removebg.jpg?w=600', 'https://abimg003.imgix.net/RV23YTU/2026-02-25/image/9b5a8109-999b-4c85-bddb-3002f661669b_removebg.jpg?w=600', 'https://abimg003.imgix.net/RV23YTU/2026-02-25/image/5ea998a8-7ffc-436f-bc39-39d1ee70e4f7_removebg.jpg?w=600', 'https://abimg003.imgix.net/RV23YTU/2026-02-25/image/1080fc7d-817d-49ff-991e-bfec57310f36_removebg.jpg?w=600', 'https://abimg003.imgix.net/RV23YTU/2026-02-25/image/fff21976-866f-451d-9599-12b57ef6e4a6_removebg.jpg?w=600', 'https://abimg003.imgix.net/RV23YTU/2026-02-25/image/432c774f-05f4-42e2-851d-8d7eb725ce9f_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service invoice 02/26- 50K,', 'remarks': '**1485**', 'virtual': False, 'seller': 'Interbay Asset Finance', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': False, 'v5details': None, 'co2': 102, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/ef4d2306-ed8f-41d9-943b-70a4ea2b7ebb.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:04:13 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 119942050, 'registration': 'RV23YTU', 'account': 'INT016', 'make': 'TOYOTA', 'model': 'YARIS CROSS ESTATE', 'derivative': '1.5 Hybrid Design 5dr CVT', 'mileage': 51284, 'mileageWarranty': True, 'type': 'car', 'saleId': 19214, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 440}, 'saleStart': '2026-04-10T08:45Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2023-04-26', 'fuel': 'Petrol/Electric Hybrid', 'motExpiry': None, 'doors': 5, 'engineSize': 1490, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/RV23YTU/2026-02-25/image/bf5bb12a-c9ce-4cc3-be24-f6a88c599b80_removebg.jpg?w=600', 'https://abimg003.imgix.net/RV23YTU/2026-02-25/image/337ab43f-995d-4b24-a287-e9b58239a7f8_removebg.jpg?w=600', 'https://abimg003.imgix.net/RV23YTU/2026-02-25/image/f8b1e656-e39a-4d4e-8639-2d500d2433e5_removebg.jpg?w=600', 'https://abimg003.imgix.net/RV23YTU/2026-02-25/image/2ca7e1fc-d6f7-4a89-80e1-49f8cdbcd7dd_removebg.jpg?w=600', 'https://abimg003.imgix.net/RV23YTU/2026-02-25/image/9b5a8109-999b-4c85-bddb-3002f661669b_removebg.jpg?w=600', 'https://abimg003.imgix.net/RV23YTU/2026-02-25/image/5ea998a8-7ffc-436f-bc39-39d1ee70e4f7_removebg.jpg?w=600', 'https://abimg003.imgix.net/RV23YTU/2026-02-25/image/1080fc7d-817d-49ff-991e-bfec57310f36_removebg.jpg?w=600', 'https://abimg003.imgix.net/RV23YTU/2026-02-25/image/fff21976-866f-451d-9599-12b57ef6e4a6_removebg.jpg?w=600', 'https://abimg003.imgix.net/RV23YTU/2026-02-25/image/432c774f-05f4-42e2-851d-8d7eb725ce9f_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service invoice 02/26- 50K,', 'remarks': '**1485**', 'virtual': False, 'seller': 'Interbay Asset Finance', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': False, 'v5details': None, 'co2': 102, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/ef4d2306-ed8f-41d9-943b-70a4ea2b7ebb.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:04:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0e81f3c0-7895-5bce-b53f-d0e70aba73ea with identifier: 119942050
2026-03-30 10:04:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0e81f3c0-7895-5bce-b53f-d0e70aba73ea with scrape type 1
2026-03-30 10:04:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 9 photos for item 0e81f3c0-7895-5bce-b53f-d0e70aba73ea
2026-03-30 10:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04: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%252FRV23YTU%252F2026-02-25%252Fimage%252Fbf5bb12a-c9ce-4cc3-be24-f6a88c599b80_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:04:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/RV23YTU/2026-02-25/image/bf5bb12a-c9ce-4cc3-be24-f6a88c599b80_removebg.jpg?w=600 already downloaded
2026-03-30 10:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04: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%252FRV23YTU%252F2026-02-25%252Fimage%252F337ab43f-995d-4b24-a287-e9b58239a7f8_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:04:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/RV23YTU/2026-02-25/image/337ab43f-995d-4b24-a287-e9b58239a7f8_removebg.jpg?w=600 already downloaded
2026-03-30 10:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04: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%252FRV23YTU%252F2026-02-25%252Fimage%252Ff8b1e656-e39a-4d4e-8639-2d500d2433e5_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:04:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/RV23YTU/2026-02-25/image/f8b1e656-e39a-4d4e-8639-2d500d2433e5_removebg.jpg?w=600 already downloaded
2026-03-30 10:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04: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%252FRV23YTU%252F2026-02-25%252Fimage%252F2ca7e1fc-d6f7-4a89-80e1-49f8cdbcd7dd_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:04:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/RV23YTU/2026-02-25/image/2ca7e1fc-d6f7-4a89-80e1-49f8cdbcd7dd_removebg.jpg?w=600 already downloaded
2026-03-30 10:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04: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%252FRV23YTU%252F2026-02-25%252Fimage%252F9b5a8109-999b-4c85-bddb-3002f661669b_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:04:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/RV23YTU/2026-02-25/image/9b5a8109-999b-4c85-bddb-3002f661669b_removebg.jpg?w=600 already downloaded
2026-03-30 10:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04: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%252FRV23YTU%252F2026-02-25%252Fimage%252F5ea998a8-7ffc-436f-bc39-39d1ee70e4f7_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:04:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/RV23YTU/2026-02-25/image/5ea998a8-7ffc-436f-bc39-39d1ee70e4f7_removebg.jpg?w=600 already downloaded
2026-03-30 10:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04: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%252FRV23YTU%252F2026-02-25%252Fimage%252F1080fc7d-817d-49ff-991e-bfec57310f36_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:04:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/RV23YTU/2026-02-25/image/1080fc7d-817d-49ff-991e-bfec57310f36_removebg.jpg?w=600 already downloaded
2026-03-30 10:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04: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%252FRV23YTU%252F2026-02-25%252Fimage%252Ffff21976-866f-451d-9599-12b57ef6e4a6_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:04:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/RV23YTU/2026-02-25/image/fff21976-866f-451d-9599-12b57ef6e4a6_removebg.jpg?w=600 already downloaded
2026-03-30 10:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04: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%252FRV23YTU%252F2026-02-25%252Fimage%252F432c774f-05f4-42e2-851d-8d7eb725ce9f_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:04:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/RV23YTU/2026-02-25/image/432c774f-05f4-42e2-851d-8d7eb725ce9f_removebg.jpg?w=600 already downloaded
2026-03-30 10:04:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 0e81f3c0-7895-5bce-b53f-d0e70aba73ea, identifier: 119942050
2026-03-30 10:04:13 [astonbarclay.gb] INFO: Detail data: {'cardType': 'e-xchange', 'id': 118872805, 'registration': 'YB71KZO', 'account': 'ZEN002', 'make': 'AUDI', 'model': 'Q4 E-TRON ESTATE', 'derivative': '125kW 35 55kWh Sport 5dr Auto [C+S/Tech]', 'mileage': 79772, 'mileageWarranty': True, 'type': 'car', 'saleId': 19214, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 440}, 'saleStart': '2026-04-08T08:45Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2022-01-24', 'fuel': 'Electric', 'motExpiry': '2027-01-23', 'doors': 5, 'engineSize': None, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/YB71KZO/2026-01-28/image/45d48c83-d413-4157-aa15-7d2ede9649f3_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB71KZO/2026-01-28/image/8e8647ef-06cd-402a-aae0-531b1ccfb9ff_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB71KZO/2026-01-28/image/3fa793ca-58e9-4323-aca2-52c8eb096957_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB71KZO/2026-01-28/image/62fa6236-3d71-4e55-a8a4-78b47f8207f3_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB71KZO/2026-01-28/image/d2d7ffe1-d5bd-4f6a-b5ea-9604868bdf90_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB71KZO/2026-01-28/image/bb108192-14ba-4e10-ad76-fd3a945b39b8_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB71KZO/2026-01-28/image/458c36b0-4eec-4a1f-a430-41dd6e936589_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB71KZO/2026-01-28/image/fd164784-dfc3-45ef-9074-ec85ff1e3f7b_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB71KZO/2026-01-28/image/8c0552b0-a903-4629-8eaa-b2ee62529238_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 03/24-43K,', 'remarks': '**978** VOSA STATES 59K, 79K, CHARGING LEAD OUTSTANDING RECALL Flat Twin-spk Ltr Sprt Steering Whl\tMetallic Paint', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/ff8667df-f398-4bfc-8af2-9dbc66a6892b.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-30 10:04:13 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'e-xchange', 'id': 118872805, 'registration': 'YB71KZO', 'account': 'ZEN002', 'make': 'AUDI', 'model': 'Q4 E-TRON ESTATE', 'derivative': '125kW 35 55kWh Sport 5dr Auto [C+S/Tech]', 'mileage': 79772, 'mileageWarranty': True, 'type': 'car', 'saleId': 19214, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 440}, 'saleStart': '2026-04-08T08:45Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2022-01-24', 'fuel': 'Electric', 'motExpiry': '2027-01-23', 'doors': 5, 'engineSize': None, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/YB71KZO/2026-01-28/image/45d48c83-d413-4157-aa15-7d2ede9649f3_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB71KZO/2026-01-28/image/8e8647ef-06cd-402a-aae0-531b1ccfb9ff_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB71KZO/2026-01-28/image/3fa793ca-58e9-4323-aca2-52c8eb096957_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB71KZO/2026-01-28/image/62fa6236-3d71-4e55-a8a4-78b47f8207f3_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB71KZO/2026-01-28/image/d2d7ffe1-d5bd-4f6a-b5ea-9604868bdf90_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB71KZO/2026-01-28/image/bb108192-14ba-4e10-ad76-fd3a945b39b8_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB71KZO/2026-01-28/image/458c36b0-4eec-4a1f-a430-41dd6e936589_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB71KZO/2026-01-28/image/fd164784-dfc3-45ef-9074-ec85ff1e3f7b_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB71KZO/2026-01-28/image/8c0552b0-a903-4629-8eaa-b2ee62529238_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 03/24-43K,', 'remarks': '**978** VOSA STATES 59K, 79K, CHARGING LEAD OUTSTANDING RECALL Flat Twin-spk Ltr Sprt Steering Whl\tMetallic Paint', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/ff8667df-f398-4bfc-8af2-9dbc66a6892b.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-30 10:04:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1b4948a8-6ea3-500a-950e-a6cb3c2c7ddf with identifier: 118872805
2026-03-30 10:04:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1b4948a8-6ea3-500a-950e-a6cb3c2c7ddf with scrape type 2
2026-03-30 10:04:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1b4948a8-6ea3-500a-950e-a6cb3c2c7ddf with scrape type 2
2026-03-30 10:04:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 1b4948a8-6ea3-500a-950e-a6cb3c2c7ddf, identifier: 118872805
2026-03-30 10:04:14 [astonbarclay.gb] INFO: Detail data: {'cardType': 'e-xchange', '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': 19214, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 440}, 'saleStart': '2026-04-08T08: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 CHARGING LEAD', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/22daa732-1cce-4906-b903-d4bef0b97f90.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-30 10:04:14 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'e-xchange', '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': 19214, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 440}, 'saleStart': '2026-04-08T08: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 CHARGING LEAD', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/22daa732-1cce-4906-b903-d4bef0b97f90.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-30 10:04:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6e84200c-6f66-5b77-b50f-4e473f9249dc with identifier: 120338114
2026-03-30 10:04:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6e84200c-6f66-5b77-b50f-4e473f9249dc with scrape type 2
2026-03-30 10:04:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6e84200c-6f66-5b77-b50f-4e473f9249dc with scrape type 2
2026-03-30 10:04:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 6e84200c-6f66-5b77-b50f-4e473f9249dc, identifier: 120338114
2026-03-30 10:04:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:04:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/EO64ZVY/2026-03-27/image/c57386bc-bfd1-4fae-b8c6-148233f234b0_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120852551?view=catalogue)
2026-03-30 10:04:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/AY64MXK/2026-03-30/image/72deff10-b23f-4f84-bfa3-6474542af57d_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120861740?view=catalogue)
2026-03-30 10:04:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: ed0d64b6-cf3f-5827-828b-4f5f1c5e928a with identifier: 120856408
2026-03-30 10:04:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: ed0d64b6-cf3f-5827-828b-4f5f1c5e928a with identifier: 120856408
2026-03-30 10:04:14 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: ed0d64b6-cf3f-5827-828b-4f5f1c5e928a with identifier: 120856408 to the API
2026-03-30 10:04:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:04:14 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:04:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://abimg003.imgix.net/EA63JYV/2026-03-27/image/e0431c7a-cca3-44a1-a4d3-52c94c9179cb_removebg.jpg?w=600>
{'auction_title': '',
'c_o_2_emission_value': 117,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.6L',
'expiration_date': '2026-04-06T12:00:00Z',
'fuel_type': 'Diesel',
'id': 'ed0d64b6-cf3f-5827-828b-4f5f1c5e928a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'EA63JYV',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120856408',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'HYUNDAI',
'model': 'IX20 DIESEL HATCHBACK',
'odometer': 74334,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 9,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ed0d64b6-cf3f-5827-828b-4f5f1c5e928a/ed0d64b6-cf3f-5827-828b-4f5f1c5e928a_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 32890,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/EA63JYV/2026-03-27/image/e0431c7a-cca3-44a1-a4d3-52c94c9179cb_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ed0d64b6-cf3f-5827-828b-4f5f1c5e928a/ed0d64b6-cf3f-5827-828b-4f5f1c5e928a_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 32471,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/EA63JYV/2026-03-27/image/e2035a06-f334-480f-bc07-82a0c4bd6612_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ed0d64b6-cf3f-5827-828b-4f5f1c5e928a/ed0d64b6-cf3f-5827-828b-4f5f1c5e928a_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 30725,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/EA63JYV/2026-03-27/image/5aa942b9-5072-44bf-a2f6-08e3e5c703e9_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ed0d64b6-cf3f-5827-828b-4f5f1c5e928a/ed0d64b6-cf3f-5827-828b-4f5f1c5e928a_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 27954,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/EA63JYV/2026-03-27/image/1ec919f9-fedc-495f-bc9c-53200bf7fca7_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ed0d64b6-cf3f-5827-828b-4f5f1c5e928a/ed0d64b6-cf3f-5827-828b-4f5f1c5e928a_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 48390,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/EA63JYV/2026-03-27/image/1f18158d-8f27-4ce7-abb8-36bee042c931_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ed0d64b6-cf3f-5827-828b-4f5f1c5e928a/ed0d64b6-cf3f-5827-828b-4f5f1c5e928a_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 45549,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/EA63JYV/2026-03-27/image/93307384-d9d2-497e-8c62-4e5dd38acff4_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ed0d64b6-cf3f-5827-828b-4f5f1c5e928a/ed0d64b6-cf3f-5827-828b-4f5f1c5e928a_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 47603,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/EA63JYV/2026-03-27/image/d8c9e0f3-e1e2-4139-b229-dfb0532498e7_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ed0d64b6-cf3f-5827-828b-4f5f1c5e928a/ed0d64b6-cf3f-5827-828b-4f5f1c5e928a_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 43332,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/EA63JYV/2026-03-27/image/7f6b38bc-6281-417d-834b-a7278ed9f0f8_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ed0d64b6-cf3f-5827-828b-4f5f1c5e928a/ed0d64b6-cf3f-5827-828b-4f5f1c5e928a_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 49518,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/EA63JYV/2026-03-27/image/7598c35a-7575-46b0-9ea3-261adfb1efd4_removebg.jpg?w=600',
'Width': 600}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2013-11-22',
'seller_name': 'UKCGR - Trade',
'title': 'HYUNDAI IX20 DIESEL HATCHBACK 1.6 CRDi Blue Drive Style 5dr',
'transmission': 'manual',
'trim': '1.6 CRDi Blue Drive Style 5dr',
'vin': None,
'year': 2013}
2026-03-30 10:04:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120856408%27 HTTP/1.1" 200 None
2026-03-30 10:04:14 [astonbarclay.gb] INFO: Saving data for 120856408: {'created_time': 1774865054.575803, 'last_price_update_time': 1774865054.575815, 'auction_closing_time': 1775476800.0}
2026-03-30 10:04:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120856408') HTTP/1.1" 204 0
2026-03-30 10:04:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 983066e3-d52e-5cd7-a35c-51cdb188fff6 with identifier: 120869913
2026-03-30 10:04:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 983066e3-d52e-5cd7-a35c-51cdb188fff6 with identifier: 120869913
2026-03-30 10:04:14 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 983066e3-d52e-5cd7-a35c-51cdb188fff6 with identifier: 120869913 to the API
2026-03-30 10:04:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:04:14 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:04:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120869913?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 154,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 3,
'emission_standard': None,
'engine': '1.4L',
'expiration_date': '2026-04-06T12:00:00Z',
'fuel_type': 'Petrol',
'id': '983066e3-d52e-5cd7-a35c-51cdb188fff6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'LR04UZF',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120869913',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'FORD',
'model': 'FIESTA HATCHBACK',
'odometer': 31862,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2004-06-11',
'seller_name': 'UKCGR - Trade',
'title': 'FORD FIESTA HATCHBACK 1.4 Ghia 3dr',
'transmission': 'manual',
'trim': '1.4 Ghia 3dr',
'vin': None,
'year': 2004}
2026-03-30 10:04:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120869913%27 HTTP/1.1" 200 None
2026-03-30 10:04:14 [astonbarclay.gb] INFO: Saving data for 120869913: {'created_time': 1774865054.996291, 'last_price_update_time': 1774865054.996305, 'auction_closing_time': 1775476800.0}
2026-03-30 10:04:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120869913') HTTP/1.1" 204 0
2026-03-30 10:04:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 0e81f3c0-7895-5bce-b53f-d0e70aba73ea with identifier: 119942050
2026-03-30 10:04:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 0e81f3c0-7895-5bce-b53f-d0e70aba73ea with identifier: 119942050
2026-03-30 10:04:15 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 0e81f3c0-7895-5bce-b53f-d0e70aba73ea with identifier: 119942050 to the API
2026-03-30 10:04:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:04:15 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:04:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/119942050?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 102,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-04-10T08:45:00Z',
'fuel_type': 'Petrol/Electric Hybrid',
'id': '0e81f3c0-7895-5bce-b53f-d0e70aba73ea',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'RV23YTU',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/119942050',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'TOYOTA',
'model': 'YARIS CROSS ESTATE',
'odometer': 51284,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 9,
'photo_urls': ['https://abimg003.imgix.net/RV23YTU/2026-02-25/image/bf5bb12a-c9ce-4cc3-be24-f6a88c599b80_removebg.jpg?w=600',
'https://abimg003.imgix.net/RV23YTU/2026-02-25/image/337ab43f-995d-4b24-a287-e9b58239a7f8_removebg.jpg?w=600',
'https://abimg003.imgix.net/RV23YTU/2026-02-25/image/f8b1e656-e39a-4d4e-8639-2d500d2433e5_removebg.jpg?w=600',
'https://abimg003.imgix.net/RV23YTU/2026-02-25/image/2ca7e1fc-d6f7-4a89-80e1-49f8cdbcd7dd_removebg.jpg?w=600',
'https://abimg003.imgix.net/RV23YTU/2026-02-25/image/9b5a8109-999b-4c85-bddb-3002f661669b_removebg.jpg?w=600',
'https://abimg003.imgix.net/RV23YTU/2026-02-25/image/5ea998a8-7ffc-436f-bc39-39d1ee70e4f7_removebg.jpg?w=600',
'https://abimg003.imgix.net/RV23YTU/2026-02-25/image/1080fc7d-817d-49ff-991e-bfec57310f36_removebg.jpg?w=600',
'https://abimg003.imgix.net/RV23YTU/2026-02-25/image/fff21976-866f-451d-9599-12b57ef6e4a6_removebg.jpg?w=600',
'https://abimg003.imgix.net/RV23YTU/2026-02-25/image/432c774f-05f4-42e2-851d-8d7eb725ce9f_removebg.jpg?w=600'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0e81f3c0-7895-5bce-b53f-d0e70aba73ea/0e81f3c0-7895-5bce-b53f-d0e70aba73ea_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 27575,
'Height': 375,
'OriginUrl': 'https://abimg003.imgix.net/RV23YTU/2026-02-25/image/bf5bb12a-c9ce-4cc3-be24-f6a88c599b80_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0e81f3c0-7895-5bce-b53f-d0e70aba73ea/0e81f3c0-7895-5bce-b53f-d0e70aba73ea_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 28082,
'Height': 375,
'OriginUrl': 'https://abimg003.imgix.net/RV23YTU/2026-02-25/image/337ab43f-995d-4b24-a287-e9b58239a7f8_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0e81f3c0-7895-5bce-b53f-d0e70aba73ea/0e81f3c0-7895-5bce-b53f-d0e70aba73ea_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 26435,
'Height': 375,
'OriginUrl': 'https://abimg003.imgix.net/RV23YTU/2026-02-25/image/f8b1e656-e39a-4d4e-8639-2d500d2433e5_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0e81f3c0-7895-5bce-b53f-d0e70aba73ea/0e81f3c0-7895-5bce-b53f-d0e70aba73ea_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 28447,
'Height': 375,
'OriginUrl': 'https://abimg003.imgix.net/RV23YTU/2026-02-25/image/2ca7e1fc-d6f7-4a89-80e1-49f8cdbcd7dd_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0e81f3c0-7895-5bce-b53f-d0e70aba73ea/0e81f3c0-7895-5bce-b53f-d0e70aba73ea_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 30329,
'Height': 375,
'OriginUrl': 'https://abimg003.imgix.net/RV23YTU/2026-02-25/image/9b5a8109-999b-4c85-bddb-3002f661669b_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0e81f3c0-7895-5bce-b53f-d0e70aba73ea/0e81f3c0-7895-5bce-b53f-d0e70aba73ea_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 52436,
'Height': 375,
'OriginUrl': 'https://abimg003.imgix.net/RV23YTU/2026-02-25/image/5ea998a8-7ffc-436f-bc39-39d1ee70e4f7_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0e81f3c0-7895-5bce-b53f-d0e70aba73ea/0e81f3c0-7895-5bce-b53f-d0e70aba73ea_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 45420,
'Height': 375,
'OriginUrl': 'https://abimg003.imgix.net/RV23YTU/2026-02-25/image/1080fc7d-817d-49ff-991e-bfec57310f36_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0e81f3c0-7895-5bce-b53f-d0e70aba73ea/0e81f3c0-7895-5bce-b53f-d0e70aba73ea_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 40706,
'Height': 375,
'OriginUrl': 'https://abimg003.imgix.net/RV23YTU/2026-02-25/image/fff21976-866f-451d-9599-12b57ef6e4a6_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0e81f3c0-7895-5bce-b53f-d0e70aba73ea/0e81f3c0-7895-5bce-b53f-d0e70aba73ea_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 49339,
'Height': 375,
'OriginUrl': 'https://abimg003.imgix.net/RV23YTU/2026-02-25/image/432c774f-05f4-42e2-851d-8d7eb725ce9f_removebg.jpg?w=600',
'Width': 600}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-04-26',
'seller_name': 'Interbay Asset Finance',
'title': 'TOYOTA YARIS CROSS ESTATE 1.5 Hybrid Design 5dr CVT',
'transmission': 'automatic',
'trim': '1.5 Hybrid Design 5dr CVT',
'vin': None,
'year': 2023}
2026-03-30 10:04:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119942050%27 HTTP/1.1" 200 None
2026-03-30 10:04:15 [astonbarclay.gb] INFO: Saving data for 119942050: {'created_time': 1774865055.386774, 'last_price_update_time': 1774865055.38679, 'auction_closing_time': 1775810700.0}
2026-03-30 10:04:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='119942050') HTTP/1.1" 204 0
2026-03-30 10:04:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 1b4948a8-6ea3-500a-950e-a6cb3c2c7ddf with identifier: 118872805
2026-03-30 10:04:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 1b4948a8-6ea3-500a-950e-a6cb3c2c7ddf with identifier: 118872805
2026-03-30 10:04:15 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 1b4948a8-6ea3-500a-950e-a6cb3c2c7ddf with identifier: 118872805 to the API
2026-03-30 10:04:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:04:15 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:04:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/118872805?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-04-08T08:45:00Z',
'fuel_type': 'Electric',
'id': '1b4948a8-6ea3-500a-950e-a6cb3c2c7ddf',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'YB71KZO',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/118872805',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'AUDI',
'model': 'Q4 E-TRON ESTATE',
'odometer': 79772,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-24',
'seller_name': 'Zenith',
'title': 'AUDI Q4 E-TRON ESTATE 125kW 35 55kWh Sport 5dr Auto [C+S/Tech]',
'transmission': 'automatic',
'trim': '125kW 35 55kWh Sport 5dr Auto [C+S/Tech]',
'vin': None,
'year': 2022}
2026-03-30 10:04:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27118872805%27 HTTP/1.1" 200 None
2026-03-30 10:04:15 [astonbarclay.gb] INFO: Saving data for 118872805: {'auction_closing_time': 1775637900.0, 'created_time': 1773402634.51903, 'last_price_update_time': 1774865055.682263}
2026-03-30 10:04:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='118872805') HTTP/1.1" 204 0
2026-03-30 10:04:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 6e84200c-6f66-5b77-b50f-4e473f9249dc with identifier: 120338114
2026-03-30 10:04:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 6e84200c-6f66-5b77-b50f-4e473f9249dc with identifier: 120338114
2026-03-30 10:04:15 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 6e84200c-6f66-5b77-b50f-4e473f9249dc with identifier: 120338114 to the API
2026-03-30 10:04:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:04:15 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:04:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120338114?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-04-08T08: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': 0,
'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-30 10:04:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120338114%27 HTTP/1.1" 200 None
2026-03-30 10:04:15 [astonbarclay.gb] INFO: Saving data for 120338114: {'auction_closing_time': 1775637900.0, 'created_time': 1774346611.472628, 'last_price_update_time': 1774865055.995621}
2026-03-30 10:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120338114') HTTP/1.1" 204 0
2026-03-30 10:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04: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%252FYC24TLU%252F2026-03-13%252Fimage%252F94830cc1-c736-468f-9f8f-a0023751b7c0_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:04:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YC24TLU/2026-03-13/image/94830cc1-c736-468f-9f8f-a0023751b7c0_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:04:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/SV58FVL/2026-03-27/image/7d3db606-4244-4c34-b7ce-821ab35b606b_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120859165?view=catalogue)
2026-03-30 10:04:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120869723?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:04:16 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:04:16 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f436723bbd0>
2026-03-30 10:04:16 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:04:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:04:16 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:04:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0e642cb2-d77a-5cfe-b4eb-bcae7abfc96a/0e642cb2-d77a-5cfe-b4eb-bcae7abfc96a_image_0.jpg HTTP/1.1" 201 0
2026-03-30 10:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FYC24TLU%252F2026-03-13%252Fimage%252F68ad9836-1d70-489f-9cc3-72d1b7d380c5_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:04:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YC24TLU/2026-03-13/image/68ad9836-1d70-489f-9cc3-72d1b7d380c5_removebg.jpg?w=600 saved to cache
2026-03-30 10:04:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 0e642cb2-d77a-5cfe-b4eb-bcae7abfc96a
2026-03-30 10:04:16 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:04:16 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f436500a8d0>
2026-03-30 10:04:16 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:04:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:04:16 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:04:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a1517e35-164a-5a79-839c-9407733aeb30/a1517e35-164a-5a79-839c-9407733aeb30_image_1.jpg HTTP/1.1" 201 0
2026-03-30 10:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FSV58FVL%252F2026-03-27%252Fimage%252Fb6c2dd15-0a85-4b9c-b9fd-f226291c7354_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:04:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/SV58FVL/2026-03-27/image/b6c2dd15-0a85-4b9c-b9fd-f226291c7354_removebg.jpg?w=600 saved to cache
2026-03-30 10:04:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item a1517e35-164a-5a79-839c-9407733aeb30
2026-03-30 10:04:16 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:04:16 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f436650ed50>
2026-03-30 10:04:16 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:04:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:04:16 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:04:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_51210752-cd93-53cf-9f68-b9648ba44455/51210752-cd93-53cf-9f68-b9648ba44455_image_1.jpg HTTP/1.1" 201 0
2026-03-30 10:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FAY64MXK%252F2026-03-30%252Fimage%252Fd2ebc5ce-492a-4cb5-9a2e-17baf9c7c99d_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:04:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/AY64MXK/2026-03-30/image/d2ebc5ce-492a-4cb5-9a2e-17baf9c7c99d_removebg.jpg?w=600 saved to cache
2026-03-30 10:04:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 51210752-cd93-53cf-9f68-b9648ba44455
2026-03-30 10:04:16 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:04:16 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f436669ee50>
2026-03-30 10:04:16 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:04:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:04:16 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:04:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0e642cb2-d77a-5cfe-b4eb-bcae7abfc96a/0e642cb2-d77a-5cfe-b4eb-bcae7abfc96a_image_1.jpg HTTP/1.1" 201 0
2026-03-30 10:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FYC24TLU%252F2026-03-13%252Fimage%252F57b18726-9ab8-4cdb-aec2-1cb1d6a3f18c_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:04:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YC24TLU/2026-03-13/image/57b18726-9ab8-4cdb-aec2-1cb1d6a3f18c_removebg.jpg?w=600 saved to cache
2026-03-30 10:04:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 0e642cb2-d77a-5cfe-b4eb-bcae7abfc96a
2026-03-30 10:04:16 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:04:16 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f43665568d0>
2026-03-30 10:04:16 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:04:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:04:16 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:04:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1b194829-c76e-5fd2-9d5e-027fa7dc15f1/1b194829-c76e-5fd2-9d5e-027fa7dc15f1_image_1.jpg HTTP/1.1" 201 0
2026-03-30 10:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FRV11DVP%252F2026-03-27%252Fimage%252F7be27815-7cd8-4af6-9a3f-1792842276ea_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:04:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/RV11DVP/2026-03-27/image/7be27815-7cd8-4af6-9a3f-1792842276ea_removebg.jpg?w=600 saved to cache
2026-03-30 10:04:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 1b194829-c76e-5fd2-9d5e-027fa7dc15f1
2026-03-30 10:04:16 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 1b194829-c76e-5fd2-9d5e-027fa7dc15f1, skipping ID generation
2026-03-30 10:04:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1b194829-c76e-5fd2-9d5e-027fa7dc15f1 with scrape type 1
2026-03-30 10:04:16 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 1b194829-c76e-5fd2-9d5e-027fa7dc15f1 sending to next pipeline
2026-03-30 10:04:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 1b194829-c76e-5fd2-9d5e-027fa7dc15f1, identifier: 120852018
2026-03-30 10:04:16 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:04:16 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f436df3e010>
2026-03-30 10:04:16 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:04:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:04:16 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:04:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_901bf81b-8614-597b-92e2-ca84dd7b4695/901bf81b-8614-597b-92e2-ca84dd7b4695_image_1.jpg HTTP/1.1" 201 0
2026-03-30 10:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FEO64ZVY%252F2026-03-27%252Fimage%252Fd0e98192-15ac-4b30-9e82-2abdd05be22b_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:04:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EO64ZVY/2026-03-27/image/d0e98192-15ac-4b30-9e82-2abdd05be22b_removebg.jpg?w=600 saved to cache
2026-03-30 10:04:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 901bf81b-8614-597b-92e2-ca84dd7b4695
2026-03-30 10:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04: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%252FYC24TLU%252F2026-03-13%252Fimage%252F9c276da5-18a9-4172-b32e-2930d5fb9557_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:04:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YC24TLU/2026-03-13/image/9c276da5-18a9-4172-b32e-2930d5fb9557_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:04:16 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:04:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 1b194829-c76e-5fd2-9d5e-027fa7dc15f1 with identifier: 120852018
2026-03-30 10:04:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 1b194829-c76e-5fd2-9d5e-027fa7dc15f1 with identifier: 120852018
2026-03-30 10:04:16 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 1b194829-c76e-5fd2-9d5e-027fa7dc15f1 with identifier: 120852018 to the API
2026-03-30 10:04:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:04:16 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:04:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://abimg003.imgix.net/RV11DVP/2026-03-27/image/7be27815-7cd8-4af6-9a3f-1792842276ea_removebg.jpg?w=600>
{'auction_title': '',
'c_o_2_emission_value': 184,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '2.0L',
'expiration_date': '2026-04-06T12:00:00Z',
'fuel_type': 'Diesel',
'id': '1b194829-c76e-5fd2-9d5e-027fa7dc15f1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'RV11DVP',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120852018',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'AUDI',
'model': 'Q5 ESTATE SPECIAL EDITIONS',
'odometer': 152535,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 10,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1b194829-c76e-5fd2-9d5e-027fa7dc15f1/1b194829-c76e-5fd2-9d5e-027fa7dc15f1_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 38942,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/RV11DVP/2026-03-27/image/fcf4d2c0-6db5-4ada-83e5-a11341502ff8_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1b194829-c76e-5fd2-9d5e-027fa7dc15f1/1b194829-c76e-5fd2-9d5e-027fa7dc15f1_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 40924,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/RV11DVP/2026-03-27/image/7be27815-7cd8-4af6-9a3f-1792842276ea_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1b194829-c76e-5fd2-9d5e-027fa7dc15f1/1b194829-c76e-5fd2-9d5e-027fa7dc15f1_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 43021,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/RV11DVP/2026-03-27/image/6dbc9343-116d-4b5b-8cf9-6c4ca89d5f1f_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1b194829-c76e-5fd2-9d5e-027fa7dc15f1/1b194829-c76e-5fd2-9d5e-027fa7dc15f1_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 36925,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/RV11DVP/2026-03-27/image/ceb713cf-3d6d-4cb9-8bff-d768221f0d65_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1b194829-c76e-5fd2-9d5e-027fa7dc15f1/1b194829-c76e-5fd2-9d5e-027fa7dc15f1_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 44278,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/RV11DVP/2026-03-27/image/7f3b6144-1ac6-46b1-9d09-a9cff327b902_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1b194829-c76e-5fd2-9d5e-027fa7dc15f1/1b194829-c76e-5fd2-9d5e-027fa7dc15f1_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 50929,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/RV11DVP/2026-03-27/image/9cb379f2-0e7c-4793-9c33-3a1b1f8a257a_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1b194829-c76e-5fd2-9d5e-027fa7dc15f1/1b194829-c76e-5fd2-9d5e-027fa7dc15f1_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 44930,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/RV11DVP/2026-03-27/image/0903da89-d6d9-40b5-8e09-337aceb285c7_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1b194829-c76e-5fd2-9d5e-027fa7dc15f1/1b194829-c76e-5fd2-9d5e-027fa7dc15f1_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 53587,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/RV11DVP/2026-03-27/image/1b025469-5c8b-4aa9-a82c-22a508558096_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1b194829-c76e-5fd2-9d5e-027fa7dc15f1/1b194829-c76e-5fd2-9d5e-027fa7dc15f1_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 56013,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/RV11DVP/2026-03-27/image/cd2a6b03-cc75-48d6-8fdb-7f74b78b5745_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1b194829-c76e-5fd2-9d5e-027fa7dc15f1/1b194829-c76e-5fd2-9d5e-027fa7dc15f1_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 60315,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/RV11DVP/2026-03-27/image/0bbdaf49-e342-4aad-98c2-dce630d52104_removebg.jpg?w=600',
'Width': 600}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2011-03-25',
'seller_name': 'UKCGR - Trade',
'title': 'AUDI Q5 ESTATE SPECIAL EDITIONS 2.0 TDI Quattro S Line Special Ed '
'5dr S Tronic',
'transmission': 'automatic',
'trim': '2.0 TDI Quattro S Line Special Ed 5dr S Tronic',
'vin': None,
'year': 2011}
2026-03-30 10:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120852018%27 HTTP/1.1" 200 None
2026-03-30 10:04:16 [astonbarclay.gb] INFO: Saving data for 120852018: {'created_time': 1774865056.935286, 'last_price_update_time': 1774865056.935302, 'auction_closing_time': 1775476800.0}
2026-03-30 10:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120852018') HTTP/1.1" 204 0
2026-03-30 10:04:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/YC24TLU/2026-03-13/image/f432910d-8393-4f13-aec4-6564c1344827_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120370294?view=catalogue)
2026-03-30 10:04:16 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:04:16 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f4365287650>
2026-03-30 10:04:16 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:04:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:04:16 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:04:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_901bf81b-8614-597b-92e2-ca84dd7b4695/901bf81b-8614-597b-92e2-ca84dd7b4695_image_0.jpg HTTP/1.1" 201 0
2026-03-30 10:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FEO64ZVY%252F2026-03-27%252Fimage%252Fc57386bc-bfd1-4fae-b8c6-148233f234b0_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:04:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EO64ZVY/2026-03-27/image/c57386bc-bfd1-4fae-b8c6-148233f234b0_removebg.jpg?w=600 saved to cache
2026-03-30 10:04:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 901bf81b-8614-597b-92e2-ca84dd7b4695
2026-03-30 10:04:17 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 901bf81b-8614-597b-92e2-ca84dd7b4695, skipping ID generation
2026-03-30 10:04:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 901bf81b-8614-597b-92e2-ca84dd7b4695 with scrape type 1
2026-03-30 10:04:17 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 901bf81b-8614-597b-92e2-ca84dd7b4695 sending to next pipeline
2026-03-30 10:04:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 901bf81b-8614-597b-92e2-ca84dd7b4695, identifier: 120852551
2026-03-30 10:04:17 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:04:17 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f436529e950>
2026-03-30 10:04:17 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:04:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:04:17 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:04:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_51210752-cd93-53cf-9f68-b9648ba44455/51210752-cd93-53cf-9f68-b9648ba44455_image_0.jpg HTTP/1.1" 201 0
2026-03-30 10:04:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FAY64MXK%252F2026-03-30%252Fimage%252F72deff10-b23f-4f84-bfa3-6474542af57d_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:04:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/AY64MXK/2026-03-30/image/72deff10-b23f-4f84-bfa3-6474542af57d_removebg.jpg?w=600 saved to cache
2026-03-30 10:04:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 51210752-cd93-53cf-9f68-b9648ba44455
2026-03-30 10:04:17 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 51210752-cd93-53cf-9f68-b9648ba44455, skipping ID generation
2026-03-30 10:04:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 51210752-cd93-53cf-9f68-b9648ba44455 with scrape type 1
2026-03-30 10:04:17 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 51210752-cd93-53cf-9f68-b9648ba44455 sending to next pipeline
2026-03-30 10:04:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 51210752-cd93-53cf-9f68-b9648ba44455, identifier: 120861740
2026-03-30 10:04:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/YC24TLU/2026-03-13/image/ce6ec1d9-3ad6-447f-ac82-1ef2f26a5a8a_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120370294?view=catalogue)
2026-03-30 10:04:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04: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%252FYC24TLU%252F2026-03-13%252Fimage%252F89dc4515-cc8d-434d-abe4-7288ce5267a9_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:04:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YC24TLU/2026-03-13/image/89dc4515-cc8d-434d-abe4-7288ce5267a9_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:04:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 901bf81b-8614-597b-92e2-ca84dd7b4695 with identifier: 120852551
2026-03-30 10:04:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 901bf81b-8614-597b-92e2-ca84dd7b4695 with identifier: 120852551
2026-03-30 10:04:17 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 901bf81b-8614-597b-92e2-ca84dd7b4695 with identifier: 120852551 to the API
2026-03-30 10:04:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:04:17 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:04:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://abimg003.imgix.net/EO64ZVY/2026-03-27/image/c57386bc-bfd1-4fae-b8c6-148233f234b0_removebg.jpg?w=600>
{'auction_title': '',
'c_o_2_emission_value': 166,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.4L',
'expiration_date': '2026-04-06T12:00:00Z',
'fuel_type': 'Petrol',
'id': '901bf81b-8614-597b-92e2-ca84dd7b4695',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'EO64ZVY',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120852551',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'VAUXHALL',
'model': 'MERIVA ESTATE',
'odometer': 118027,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 9,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_901bf81b-8614-597b-92e2-ca84dd7b4695/901bf81b-8614-597b-92e2-ca84dd7b4695_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 29764,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/EO64ZVY/2026-03-27/image/c57386bc-bfd1-4fae-b8c6-148233f234b0_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_901bf81b-8614-597b-92e2-ca84dd7b4695/901bf81b-8614-597b-92e2-ca84dd7b4695_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 30293,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/EO64ZVY/2026-03-27/image/d0e98192-15ac-4b30-9e82-2abdd05be22b_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_901bf81b-8614-597b-92e2-ca84dd7b4695/901bf81b-8614-597b-92e2-ca84dd7b4695_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 28398,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/EO64ZVY/2026-03-27/image/f90b863d-695e-4d74-bc3c-5779d8f19390_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_901bf81b-8614-597b-92e2-ca84dd7b4695/901bf81b-8614-597b-92e2-ca84dd7b4695_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 27924,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/EO64ZVY/2026-03-27/image/20800ec1-abfe-4d54-aa0e-89a3690ddf4d_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_901bf81b-8614-597b-92e2-ca84dd7b4695/901bf81b-8614-597b-92e2-ca84dd7b4695_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 53485,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/EO64ZVY/2026-03-27/image/128423cf-a565-4604-9b8e-0cf0a28d79b7_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_901bf81b-8614-597b-92e2-ca84dd7b4695/901bf81b-8614-597b-92e2-ca84dd7b4695_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 47605,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/EO64ZVY/2026-03-27/image/76fdf71e-15fe-4aa1-b361-2172f5f4633d_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_901bf81b-8614-597b-92e2-ca84dd7b4695/901bf81b-8614-597b-92e2-ca84dd7b4695_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 51468,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/EO64ZVY/2026-03-27/image/7c9a4e77-d667-4808-8b0e-d3f3a391ac1f_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_901bf81b-8614-597b-92e2-ca84dd7b4695/901bf81b-8614-597b-92e2-ca84dd7b4695_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 49134,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/EO64ZVY/2026-03-27/image/3a221666-36de-45e3-a903-564d626c2444_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_901bf81b-8614-597b-92e2-ca84dd7b4695/901bf81b-8614-597b-92e2-ca84dd7b4695_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 57387,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/EO64ZVY/2026-03-27/image/e21b46ae-a8de-4bfb-afbe-232006949aef_removebg.jpg?w=600',
'Width': 600}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2014-10-10',
'seller_name': 'UKCGR - Trade',
'title': 'VAUXHALL MERIVA ESTATE 1.4T 16V Exclusiv 5dr Auto',
'transmission': 'automatic',
'trim': '1.4T 16V Exclusiv 5dr Auto',
'vin': None,
'year': 2014}
2026-03-30 10:04:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120852551%27 HTTP/1.1" 200 None
2026-03-30 10:04:17 [astonbarclay.gb] INFO: Saving data for 120852551: {'created_time': 1774865057.736859, 'last_price_update_time': 1774865057.736872, 'auction_closing_time': 1775476800.0}
2026-03-30 10:04:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120852551') HTTP/1.1" 204 0
2026-03-30 10:04:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 51210752-cd93-53cf-9f68-b9648ba44455 with identifier: 120861740
2026-03-30 10:04:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 51210752-cd93-53cf-9f68-b9648ba44455 with identifier: 120861740
2026-03-30 10:04:17 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 51210752-cd93-53cf-9f68-b9648ba44455 with identifier: 120861740 to the API
2026-03-30 10:04:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:04:18 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:04:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://abimg003.imgix.net/AY64MXK/2026-03-30/image/72deff10-b23f-4f84-bfa3-6474542af57d_removebg.jpg?w=600>
{'auction_title': '',
'c_o_2_emission_value': 114,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.0L',
'expiration_date': '2026-04-06T12:00:00Z',
'fuel_type': 'Petrol',
'id': '51210752-cd93-53cf-9f68-b9648ba44455',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'AY64MXK',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120861740',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'FORD',
'model': 'FIESTA HATCHBACK',
'odometer': 10226,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 9,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_51210752-cd93-53cf-9f68-b9648ba44455/51210752-cd93-53cf-9f68-b9648ba44455_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 31590,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/AY64MXK/2026-03-30/image/72deff10-b23f-4f84-bfa3-6474542af57d_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_51210752-cd93-53cf-9f68-b9648ba44455/51210752-cd93-53cf-9f68-b9648ba44455_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 34791,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/AY64MXK/2026-03-30/image/d2ebc5ce-492a-4cb5-9a2e-17baf9c7c99d_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_51210752-cd93-53cf-9f68-b9648ba44455/51210752-cd93-53cf-9f68-b9648ba44455_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 35897,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/AY64MXK/2026-03-30/image/7f4f9816-bc6a-4904-9563-d8fb1d1b2a91_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_51210752-cd93-53cf-9f68-b9648ba44455/51210752-cd93-53cf-9f68-b9648ba44455_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 40219,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/AY64MXK/2026-03-30/image/ae4790b2-5d94-4e5a-8258-3baa907468e1_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_51210752-cd93-53cf-9f68-b9648ba44455/51210752-cd93-53cf-9f68-b9648ba44455_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 60548,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/AY64MXK/2026-03-30/image/de56b4e1-3571-4234-a31b-cb164c8dbc99_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_51210752-cd93-53cf-9f68-b9648ba44455/51210752-cd93-53cf-9f68-b9648ba44455_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 58289,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/AY64MXK/2026-03-30/image/41e7f48c-f503-4aba-94e2-e6ce295bfd0e_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_51210752-cd93-53cf-9f68-b9648ba44455/51210752-cd93-53cf-9f68-b9648ba44455_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 59104,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/AY64MXK/2026-03-30/image/695baf60-03fc-4a22-b63d-4c5e49abe4f8_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_51210752-cd93-53cf-9f68-b9648ba44455/51210752-cd93-53cf-9f68-b9648ba44455_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 48109,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/AY64MXK/2026-03-30/image/4e378a8c-9f98-45a4-9218-c08c66ae7fa7_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_51210752-cd93-53cf-9f68-b9648ba44455/51210752-cd93-53cf-9f68-b9648ba44455_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 44821,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/AY64MXK/2026-03-30/image/0a3852b6-4128-4fe1-ade2-55a41d6f1079_removebg.jpg?w=600',
'Width': 600}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2014-09-01',
'seller_name': 'UKCGR - Trade',
'title': 'FORD FIESTA HATCHBACK 1.0 EcoBoost Zetec 5dr Powershift',
'transmission': 'automatic',
'trim': '1.0 EcoBoost Zetec 5dr Powershift',
'vin': None,
'year': 2014}
2026-03-30 10:04:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120861740%27 HTTP/1.1" 200 None
2026-03-30 10:04:18 [astonbarclay.gb] INFO: Saving data for 120861740: {'created_time': 1774865058.177919, 'last_price_update_time': 1774865058.177932, 'auction_closing_time': 1775476800.0}
2026-03-30 10:04:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120861740') HTTP/1.1" 204 0
2026-03-30 10:04:18 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:04:18 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f43651fc550>
2026-03-30 10:04:18 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:04:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:04:18 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:04:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a1517e35-164a-5a79-839c-9407733aeb30/a1517e35-164a-5a79-839c-9407733aeb30_image_0.jpg HTTP/1.1" 201 0
2026-03-30 10:04:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FSV58FVL%252F2026-03-27%252Fimage%252F7d3db606-4244-4c34-b7ce-821ab35b606b_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:04:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/SV58FVL/2026-03-27/image/7d3db606-4244-4c34-b7ce-821ab35b606b_removebg.jpg?w=600 saved to cache
2026-03-30 10:04:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item a1517e35-164a-5a79-839c-9407733aeb30
2026-03-30 10:04:18 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: a1517e35-164a-5a79-839c-9407733aeb30, skipping ID generation
2026-03-30 10:04:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a1517e35-164a-5a79-839c-9407733aeb30 with scrape type 1
2026-03-30 10:04:18 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item a1517e35-164a-5a79-839c-9407733aeb30 sending to next pipeline
2026-03-30 10:04:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: a1517e35-164a-5a79-839c-9407733aeb30, identifier: 120859165
2026-03-30 10:04:18 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120869723, 'registration': 'LX14YOY', 'account': 'WBA004', 'make': 'FIAT', 'model': '500 HATCHBACK', 'derivative': '1.2 Lounge 3dr [Start Stop]', 'mileage': 61499, 'mileageWarranty': True, 'type': 'car', 'saleId': 19238, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 728}, 'saleStart': '2026-04-06T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2014-03-08', 'fuel': 'Petrol', 'motExpiry': '2026-03-31', 'doors': 3, 'engineSize': 1242, 'bodyType': 'Hatchback', 'images': None, 'colour': 'WHITE', 'writeoffcode': 'Cat N Insurance Loss', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'Category N Insurance Loss. No Structural Damage and Repairable - Insurer Decided Not to Repair', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': False, 'v5details': None, 'co2': 113, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:04:18 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120869723, 'registration': 'LX14YOY', 'account': 'WBA004', 'make': 'FIAT', 'model': '500 HATCHBACK', 'derivative': '1.2 Lounge 3dr [Start Stop]', 'mileage': 61499, 'mileageWarranty': True, 'type': 'car', 'saleId': 19238, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 728}, 'saleStart': '2026-04-06T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2014-03-08', 'fuel': 'Petrol', 'motExpiry': '2026-03-31', 'doors': 3, 'engineSize': 1242, 'bodyType': 'Hatchback', 'images': None, 'colour': 'WHITE', 'writeoffcode': 'Cat N Insurance Loss', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'Category N Insurance Loss. No Structural Damage and Repairable - Insurer Decided Not to Repair', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': False, 'v5details': None, 'co2': 113, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:04:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 69512b17-0bb4-5a70-8ce8-da4405730047 with identifier: 120869723
2026-03-30 10:04:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 69512b17-0bb4-5a70-8ce8-da4405730047 with scrape type 1
2026-03-30 10:04:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 0 photos for item 69512b17-0bb4-5a70-8ce8-da4405730047
2026-03-30 10:04:18 [crawlers.middlewares.photo_download_middleware] INFO: No photos to download for item 69512b17-0bb4-5a70-8ce8-da4405730047
2026-03-30 10:04:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 69512b17-0bb4-5a70-8ce8-da4405730047, identifier: 120869723
2026-03-30 10:04:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/YC24TLU/2026-03-13/image/4a197718-07ad-4075-bf67-cae296236210_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120370294?view=catalogue)
2026-03-30 10:04:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120869864?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:04:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120870336?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:04:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120869733?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:04:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: a1517e35-164a-5a79-839c-9407733aeb30 with identifier: 120859165
2026-03-30 10:04:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: a1517e35-164a-5a79-839c-9407733aeb30 with identifier: 120859165
2026-03-30 10:04:18 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: a1517e35-164a-5a79-839c-9407733aeb30 with identifier: 120859165 to the API
2026-03-30 10:04:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:04:18 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:04:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://abimg003.imgix.net/SV58FVL/2026-03-27/image/7d3db606-4244-4c34-b7ce-821ab35b606b_removebg.jpg?w=600>
{'auction_title': '',
'c_o_2_emission_value': 165,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 3,
'emission_standard': 'EURO 4',
'engine': '1.6L',
'expiration_date': '2026-04-06T12:00:00Z',
'fuel_type': 'Petrol',
'id': 'a1517e35-164a-5a79-839c-9407733aeb30',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'SV58FVL',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120859165',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'MINI',
'model': 'HATCHBACK',
'odometer': 96320,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 9,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a1517e35-164a-5a79-839c-9407733aeb30/a1517e35-164a-5a79-839c-9407733aeb30_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 35862,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/SV58FVL/2026-03-27/image/7d3db606-4244-4c34-b7ce-821ab35b606b_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a1517e35-164a-5a79-839c-9407733aeb30/a1517e35-164a-5a79-839c-9407733aeb30_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 37550,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/SV58FVL/2026-03-27/image/b6c2dd15-0a85-4b9c-b9fd-f226291c7354_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a1517e35-164a-5a79-839c-9407733aeb30/a1517e35-164a-5a79-839c-9407733aeb30_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 35930,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/SV58FVL/2026-03-27/image/4bee1ded-fb74-4709-ba1a-a616aee0aee9_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a1517e35-164a-5a79-839c-9407733aeb30/a1517e35-164a-5a79-839c-9407733aeb30_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 33947,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/SV58FVL/2026-03-27/image/e34ae9a6-aab0-41b0-9f1b-cc943a616626_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a1517e35-164a-5a79-839c-9407733aeb30/a1517e35-164a-5a79-839c-9407733aeb30_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 50985,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/SV58FVL/2026-03-27/image/b276aa29-8ec5-4cc0-9c99-7b0993618084_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a1517e35-164a-5a79-839c-9407733aeb30/a1517e35-164a-5a79-839c-9407733aeb30_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 56315,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/SV58FVL/2026-03-27/image/7ee6281e-c20a-4430-8793-ec0a26c3c9b9_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a1517e35-164a-5a79-839c-9407733aeb30/a1517e35-164a-5a79-839c-9407733aeb30_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 59346,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/SV58FVL/2026-03-27/image/67635ccb-6374-4cac-8c4b-783aef45966e_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a1517e35-164a-5a79-839c-9407733aeb30/a1517e35-164a-5a79-839c-9407733aeb30_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 45511,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/SV58FVL/2026-03-27/image/01fdcc2b-2fdf-48a1-9ccc-eb2c61a635a9_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a1517e35-164a-5a79-839c-9407733aeb30/a1517e35-164a-5a79-839c-9407733aeb30_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 56711,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/SV58FVL/2026-03-27/image/0cc0fa75-4335-43a5-979e-2d0f5774c62e_removebg.jpg?w=600',
'Width': 600}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2008-10-02',
'seller_name': 'UKCGR - Trade',
'title': 'MINI HATCHBACK 1.6 John Cooper Works 3dr',
'transmission': 'manual',
'trim': '1.6 John Cooper Works 3dr',
'vin': None,
'year': 2008}
2026-03-30 10:04:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120859165%27 HTTP/1.1" 200 None
2026-03-30 10:04:18 [astonbarclay.gb] INFO: Saving data for 120859165: {'created_time': 1774865058.867884, 'last_price_update_time': 1774865058.867901, 'auction_closing_time': 1775476800.0}
2026-03-30 10:04:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120859165') HTTP/1.1" 204 0
2026-03-30 10:04:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 69512b17-0bb4-5a70-8ce8-da4405730047 with identifier: 120869723
2026-03-30 10:04:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 69512b17-0bb4-5a70-8ce8-da4405730047 with identifier: 120869723
2026-03-30 10:04:19 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 69512b17-0bb4-5a70-8ce8-da4405730047 with identifier: 120869723 to the API
2026-03-30 10:04:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:04:19 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:04:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120869723?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-04-06T12:00:00Z',
'fuel_type': 'Petrol',
'id': '69512b17-0bb4-5a70-8ce8-da4405730047',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'LX14YOY',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120869723',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'FIAT',
'model': '500 HATCHBACK',
'odometer': 61499,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2014-03-08',
'seller_name': 'UKCGR - Trade',
'title': 'FIAT 500 HATCHBACK 1.2 Lounge 3dr [Start Stop]',
'transmission': 'manual',
'trim': '1.2 Lounge 3dr [Start Stop]',
'vin': None,
'year': 2014}
2026-03-30 10:04:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120869723%27 HTTP/1.1" 200 None
2026-03-30 10:04:19 [astonbarclay.gb] INFO: Saving data for 120869723: {'created_time': 1774865059.401498, 'last_price_update_time': 1774865059.401512, 'auction_closing_time': 1775476800.0}
2026-03-30 10:04:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120869723') HTTP/1.1" 204 0
2026-03-30 10:04:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/YC24TLU/2026-03-13/image/94830cc1-c736-468f-9f8f-a0023751b7c0_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120370294?view=catalogue)
2026-03-30 10:04:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FYC24TLU%252F2026-03-13%252Fimage%252F918ea40b-5f13-4f82-939a-c3432b32e647_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:04:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YC24TLU/2026-03-13/image/918ea40b-5f13-4f82-939a-c3432b32e647_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:04:19 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:04:19 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:04:19 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:04:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120870107?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:04:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120869546?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:04:19 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:04:19 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:04:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120868950?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:04:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120869705?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:04:19 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:04:19 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f4365219350>
2026-03-30 10:04:19 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:04:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:04:19 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:04:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0e642cb2-d77a-5cfe-b4eb-bcae7abfc96a/0e642cb2-d77a-5cfe-b4eb-bcae7abfc96a_image_3.jpg HTTP/1.1" 201 0
2026-03-30 10:04:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FYC24TLU%252F2026-03-13%252Fimage%252Ff432910d-8393-4f13-aec4-6564c1344827_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:04:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YC24TLU/2026-03-13/image/f432910d-8393-4f13-aec4-6564c1344827_removebg.jpg?w=600 saved to cache
2026-03-30 10:04:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 0e642cb2-d77a-5cfe-b4eb-bcae7abfc96a
2026-03-30 10:04:19 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:04:19 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f43652f2b90>
2026-03-30 10:04:19 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:04:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:04:19 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:04:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0e642cb2-d77a-5cfe-b4eb-bcae7abfc96a/0e642cb2-d77a-5cfe-b4eb-bcae7abfc96a_image_2.jpg HTTP/1.1" 201 0
2026-03-30 10:04:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FYC24TLU%252F2026-03-13%252Fimage%252Fce6ec1d9-3ad6-447f-ac82-1ef2f26a5a8a_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:04:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YC24TLU/2026-03-13/image/ce6ec1d9-3ad6-447f-ac82-1ef2f26a5a8a_removebg.jpg?w=600 saved to cache
2026-03-30 10:04:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 0e642cb2-d77a-5cfe-b4eb-bcae7abfc96a
2026-03-30 10:04:19 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:04:19 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:04:19 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:04:19 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f4367c35f90>
2026-03-30 10:04:19 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:04:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:04:19 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:04:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0e642cb2-d77a-5cfe-b4eb-bcae7abfc96a/0e642cb2-d77a-5cfe-b4eb-bcae7abfc96a_image_4.jpg HTTP/1.1" 201 0
2026-03-30 10:04:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FYC24TLU%252F2026-03-13%252Fimage%252F4a197718-07ad-4075-bf67-cae296236210_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:04:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YC24TLU/2026-03-13/image/4a197718-07ad-4075-bf67-cae296236210_removebg.jpg?w=600 saved to cache
2026-03-30 10:04:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 0e642cb2-d77a-5cfe-b4eb-bcae7abfc96a
2026-03-30 10:04:19 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120869864, 'registration': 'GX07ZKC', 'account': 'WBA004', 'make': 'VOLKSWAGEN', 'model': 'BEETLE CABRIOLET', 'derivative': '2.0 2dr Tip Auto', 'mileage': 105152, 'mileageWarranty': True, 'type': 'car', 'saleId': 19238, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 728}, 'saleStart': '2026-04-06T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2007-07-26', 'fuel': 'Petrol', 'motExpiry': '2026-04-08', 'doors': 2, 'engineSize': 1984, 'bodyType': 'Cabriolet', 'images': None, 'colour': 'BEIGE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': False, 'v5details': None, 'co2': 222, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/6feea07c-2c7d-49b3-ba61-b940a6cbe92c.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:04:19 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120869864, 'registration': 'GX07ZKC', 'account': 'WBA004', 'make': 'VOLKSWAGEN', 'model': 'BEETLE CABRIOLET', 'derivative': '2.0 2dr Tip Auto', 'mileage': 105152, 'mileageWarranty': True, 'type': 'car', 'saleId': 19238, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 728}, 'saleStart': '2026-04-06T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2007-07-26', 'fuel': 'Petrol', 'motExpiry': '2026-04-08', 'doors': 2, 'engineSize': 1984, 'bodyType': 'Cabriolet', 'images': None, 'colour': 'BEIGE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': False, 'v5details': None, 'co2': 222, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/6feea07c-2c7d-49b3-ba61-b940a6cbe92c.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:04:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c69cb13a-8ddb-5556-84e0-3b2c113e5bd9 with identifier: 120869864
2026-03-30 10:04:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c69cb13a-8ddb-5556-84e0-3b2c113e5bd9 with scrape type 1
2026-03-30 10:04:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 0 photos for item c69cb13a-8ddb-5556-84e0-3b2c113e5bd9
2026-03-30 10:04:19 [crawlers.middlewares.photo_download_middleware] INFO: No photos to download for item c69cb13a-8ddb-5556-84e0-3b2c113e5bd9
2026-03-30 10:04:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: c69cb13a-8ddb-5556-84e0-3b2c113e5bd9, identifier: 120869864
2026-03-30 10:04:19 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120870336, 'registration': 'BF63OFG', 'account': 'WBA004', 'make': 'JAGUAR', 'model': 'XF DIESEL SALOON', 'derivative': '3.0d V6 Premium Luxury 4dr Auto [Start Stop]', 'mileage': 75153, 'mileageWarranty': True, 'type': 'car', 'saleId': 19238, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 728}, 'saleStart': '2026-04-06T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2013-09-19', 'fuel': 'Diesel', 'motExpiry': '2026-09-18', 'doors': 4, 'engineSize': 2993, 'bodyType': 'Saloon', 'images': None, 'colour': 'GOLD', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': False, 'v5details': None, 'co2': 159, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/a9c9d670-d560-4d48-b41e-ebf919306244.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:04:19 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120870336, 'registration': 'BF63OFG', 'account': 'WBA004', 'make': 'JAGUAR', 'model': 'XF DIESEL SALOON', 'derivative': '3.0d V6 Premium Luxury 4dr Auto [Start Stop]', 'mileage': 75153, 'mileageWarranty': True, 'type': 'car', 'saleId': 19238, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 728}, 'saleStart': '2026-04-06T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2013-09-19', 'fuel': 'Diesel', 'motExpiry': '2026-09-18', 'doors': 4, 'engineSize': 2993, 'bodyType': 'Saloon', 'images': None, 'colour': 'GOLD', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': False, 'v5details': None, 'co2': 159, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/a9c9d670-d560-4d48-b41e-ebf919306244.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:04:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 595342fc-a9ce-5786-81d6-c1eec8ed8690 with identifier: 120870336
2026-03-30 10:04:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 595342fc-a9ce-5786-81d6-c1eec8ed8690 with scrape type 1
2026-03-30 10:04:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 0 photos for item 595342fc-a9ce-5786-81d6-c1eec8ed8690
2026-03-30 10:04:19 [crawlers.middlewares.photo_download_middleware] INFO: No photos to download for item 595342fc-a9ce-5786-81d6-c1eec8ed8690
2026-03-30 10:04:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 595342fc-a9ce-5786-81d6-c1eec8ed8690, identifier: 120870336
2026-03-30 10:04:19 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120869733, 'registration': 'K16JCB', 'account': 'WBA004', 'make': 'BMW', 'model': '3 SERIES DIESEL SALOON', 'derivative': '320d M Sport 4dr Auto', 'mileage': 94078, 'mileageWarranty': True, 'type': 'car', 'saleId': 19238, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 728}, 'saleStart': '2026-04-06T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2007-06-22', 'fuel': 'Diesel', 'motExpiry': '2027-02-02', 'doors': 4, 'engineSize': 1995, 'bodyType': 'Saloon', 'images': None, 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': False, 'v5details': None, 'co2': 179, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/8e8ec550-f723-47cd-a966-79a6b930fa14.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': None, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:04:19 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120869733, 'registration': 'K16JCB', 'account': 'WBA004', 'make': 'BMW', 'model': '3 SERIES DIESEL SALOON', 'derivative': '320d M Sport 4dr Auto', 'mileage': 94078, 'mileageWarranty': True, 'type': 'car', 'saleId': 19238, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 728}, 'saleStart': '2026-04-06T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2007-06-22', 'fuel': 'Diesel', 'motExpiry': '2027-02-02', 'doors': 4, 'engineSize': 1995, 'bodyType': 'Saloon', 'images': None, 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': False, 'v5details': None, 'co2': 179, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/8e8ec550-f723-47cd-a966-79a6b930fa14.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': None, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:04:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a4a3016c-9311-5f62-8cc9-593e8d0429ce with identifier: 120869733
2026-03-30 10:04:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a4a3016c-9311-5f62-8cc9-593e8d0429ce with scrape type 1
2026-03-30 10:04:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 0 photos for item a4a3016c-9311-5f62-8cc9-593e8d0429ce
2026-03-30 10:04:19 [crawlers.middlewares.photo_download_middleware] INFO: No photos to download for item a4a3016c-9311-5f62-8cc9-593e8d0429ce
2026-03-30 10:04:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: a4a3016c-9311-5f62-8cc9-593e8d0429ce, identifier: 120869733
2026-03-30 10:04:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: c69cb13a-8ddb-5556-84e0-3b2c113e5bd9 with identifier: 120869864
2026-03-30 10:04:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-30 10:04:20 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=BEIGE HTTP/1.1" 200 None
2026-03-30 10:04:20 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 10:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-30 10:04:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: c69cb13a-8ddb-5556-84e0-3b2c113e5bd9 with identifier: 120869864
2026-03-30 10:04:20 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: c69cb13a-8ddb-5556-84e0-3b2c113e5bd9 with identifier: 120869864 to the API
2026-03-30 10:04:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:04:20 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:04:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120869864?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 222,
'color': 'BEIGE',
'currency': 'GBP',
'doors_number': 2,
'emission_standard': 'EURO 4',
'engine': '2.0L',
'expiration_date': '2026-04-06T12:00:00Z',
'fuel_type': 'Petrol',
'id': 'c69cb13a-8ddb-5556-84e0-3b2c113e5bd9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'GX07ZKC',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120869864',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'VOLKSWAGEN',
'model': 'BEETLE CABRIOLET',
'odometer': 105152,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2007-07-26',
'seller_name': 'UKCGR - Trade',
'title': 'VOLKSWAGEN BEETLE CABRIOLET 2.0 2dr Tip Auto',
'transmission': 'automatic',
'trim': '2.0 2dr Tip Auto',
'vin': None,
'year': 2007}
2026-03-30 10:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120869864%27 HTTP/1.1" 200 None
2026-03-30 10:04:20 [astonbarclay.gb] INFO: Saving data for 120869864: {'created_time': 1774865060.577997, 'last_price_update_time': 1774865060.578009, 'auction_closing_time': 1775476800.0}
2026-03-30 10:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120869864') HTTP/1.1" 204 0
2026-03-30 10:04:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 595342fc-a9ce-5786-81d6-c1eec8ed8690 with identifier: 120870336
2026-03-30 10:04:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 595342fc-a9ce-5786-81d6-c1eec8ed8690 with identifier: 120870336
2026-03-30 10:04:20 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 595342fc-a9ce-5786-81d6-c1eec8ed8690 with identifier: 120870336 to the API
2026-03-30 10:04:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:04:20 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:04:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120870336?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 159,
'color': 'GOLD',
'currency': 'GBP',
'doors_number': 4,
'emission_standard': 'EURO 5',
'engine': '3.0L',
'expiration_date': '2026-04-06T12:00:00Z',
'fuel_type': 'Diesel',
'id': '595342fc-a9ce-5786-81d6-c1eec8ed8690',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'BF63OFG',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120870336',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'JAGUAR',
'model': 'XF DIESEL SALOON',
'odometer': 75153,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2013-09-19',
'seller_name': 'UKCGR - Trade',
'title': 'JAGUAR XF DIESEL SALOON 3.0d V6 Premium Luxury 4dr Auto [Start '
'Stop]',
'transmission': 'automatic',
'trim': '3.0d V6 Premium Luxury 4dr Auto [Start Stop]',
'vin': None,
'year': 2013}
2026-03-30 10:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120870336%27 HTTP/1.1" 200 None
2026-03-30 10:04:20 [astonbarclay.gb] INFO: Saving data for 120870336: {'created_time': 1774865060.970008, 'last_price_update_time': 1774865060.970021, 'auction_closing_time': 1775476800.0}
2026-03-30 10:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120870336') HTTP/1.1" 204 0
2026-03-30 10:04:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: a4a3016c-9311-5f62-8cc9-593e8d0429ce with identifier: 120869733
2026-03-30 10:04:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: a4a3016c-9311-5f62-8cc9-593e8d0429ce with identifier: 120869733
2026-03-30 10:04:21 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: a4a3016c-9311-5f62-8cc9-593e8d0429ce with identifier: 120869733 to the API
2026-03-30 10:04:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:04:21 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:04:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120869733?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 179,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 4,
'emission_standard': None,
'engine': '2.0L',
'expiration_date': '2026-04-06T12:00:00Z',
'fuel_type': 'Diesel',
'id': 'a4a3016c-9311-5f62-8cc9-593e8d0429ce',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'K16JCB',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120869733',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'BMW',
'model': '3 SERIES DIESEL SALOON',
'odometer': 94078,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2007-06-22',
'seller_name': 'UKCGR - Trade',
'title': 'BMW 3 SERIES DIESEL SALOON 320d M Sport 4dr Auto',
'transmission': 'automatic',
'trim': '320d M Sport 4dr Auto',
'vin': None,
'year': 2007}
2026-03-30 10:04:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120869733%27 HTTP/1.1" 200 None
2026-03-30 10:04:21 [astonbarclay.gb] INFO: Saving data for 120869733: {'created_time': 1774865061.409194, 'last_price_update_time': 1774865061.409206, 'auction_closing_time': 1775476800.0}
2026-03-30 10:04:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120869733') HTTP/1.1" 204 0
2026-03-30 10:04:21 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:04:21 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f43653ba5d0>
2026-03-30 10:04:21 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:04:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:04:21 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:04:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0e642cb2-d77a-5cfe-b4eb-bcae7abfc96a/0e642cb2-d77a-5cfe-b4eb-bcae7abfc96a_image_5.jpg HTTP/1.1" 201 0
2026-03-30 10:04:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FYC24TLU%252F2026-03-13%252Fimage%252F94830cc1-c736-468f-9f8f-a0023751b7c0_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:04:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YC24TLU/2026-03-13/image/94830cc1-c736-468f-9f8f-a0023751b7c0_removebg.jpg?w=600 saved to cache
2026-03-30 10:04:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 0e642cb2-d77a-5cfe-b4eb-bcae7abfc96a
2026-03-30 10:04:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/YS10PXV/2026-03-27/image/09d6a044-d613-45a7-95b9-b214ae859589_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120861366?view=catalogue)
2026-03-30 10:04:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/YS10PXV/2026-03-27/image/d3ab17d4-3354-43e2-8654-480dfa9f0ded_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120861366?view=catalogue)
2026-03-30 10:04:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/YS10PXV/2026-03-27/image/ca641aab-623d-457e-8222-9f7e8779df13_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120861366?view=catalogue)
2026-03-30 10:04:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/YC24TLU/2026-03-13/image/9c276da5-18a9-4172-b32e-2930d5fb9557_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120370294?view=catalogue)
2026-03-30 10:04:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/YC24TLU/2026-03-13/image/89dc4515-cc8d-434d-abe4-7288ce5267a9_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120370294?view=catalogue)
2026-03-30 10:04:21 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120870107, 'registration': 'AK61AZO', 'account': 'WBA004', 'make': 'VOLKSWAGEN', 'model': 'TIGUAN DIESEL ESTATE', 'derivative': '2.0 TDi BlueMotion Tech SE 5dr', 'mileage': 134485, 'mileageWarranty': True, 'type': 'car', 'saleId': 19238, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 728}, 'saleStart': '2026-04-06T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2011-09-20', 'fuel': 'Diesel', 'motExpiry': '2026-11-24', 'doors': 5, 'engineSize': 1968, 'bodyType': 'Estate', 'images': None, 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': False, 'v5details': None, 'co2': 150, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/9465aec9-e598-4fe2-8e52-afebece0014b.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:04:21 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120870107, 'registration': 'AK61AZO', 'account': 'WBA004', 'make': 'VOLKSWAGEN', 'model': 'TIGUAN DIESEL ESTATE', 'derivative': '2.0 TDi BlueMotion Tech SE 5dr', 'mileage': 134485, 'mileageWarranty': True, 'type': 'car', 'saleId': 19238, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 728}, 'saleStart': '2026-04-06T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2011-09-20', 'fuel': 'Diesel', 'motExpiry': '2026-11-24', 'doors': 5, 'engineSize': 1968, 'bodyType': 'Estate', 'images': None, 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': False, 'v5details': None, 'co2': 150, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/9465aec9-e598-4fe2-8e52-afebece0014b.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:04:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5a76ba1f-b165-5cd5-8d43-55a3513b6932 with identifier: 120870107
2026-03-30 10:04:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5a76ba1f-b165-5cd5-8d43-55a3513b6932 with scrape type 1
2026-03-30 10:04:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 0 photos for item 5a76ba1f-b165-5cd5-8d43-55a3513b6932
2026-03-30 10:04:21 [crawlers.middlewares.photo_download_middleware] INFO: No photos to download for item 5a76ba1f-b165-5cd5-8d43-55a3513b6932
2026-03-30 10:04:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 5a76ba1f-b165-5cd5-8d43-55a3513b6932, identifier: 120870107
2026-03-30 10:04:21 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120869546, 'registration': 'AK65YVO', 'account': 'WBA004', 'make': 'MERCEDES-BENZ', 'model': 'B CLASS DIESEL HATCHBACK', 'derivative': 'B200d Sport Executive 5dr Auto', 'mileage': 107183, 'mileageWarranty': True, 'type': 'car', 'saleId': 19238, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 728}, 'saleStart': '2026-04-06T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2015-12-23', 'fuel': 'Diesel', 'motExpiry': '2026-06-10', 'doors': 5, 'engineSize': 2143, 'bodyType': 'Hatchback', 'images': None, 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': False, 'v5details': None, 'co2': 106, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:04:21 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120869546, 'registration': 'AK65YVO', 'account': 'WBA004', 'make': 'MERCEDES-BENZ', 'model': 'B CLASS DIESEL HATCHBACK', 'derivative': 'B200d Sport Executive 5dr Auto', 'mileage': 107183, 'mileageWarranty': True, 'type': 'car', 'saleId': 19238, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 728}, 'saleStart': '2026-04-06T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2015-12-23', 'fuel': 'Diesel', 'motExpiry': '2026-06-10', 'doors': 5, 'engineSize': 2143, 'bodyType': 'Hatchback', 'images': None, 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': False, 'v5details': None, 'co2': 106, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:04:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7be51c44-5761-5f0b-8272-3f7504886f1c with identifier: 120869546
2026-03-30 10:04:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7be51c44-5761-5f0b-8272-3f7504886f1c with scrape type 1
2026-03-30 10:04:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 0 photos for item 7be51c44-5761-5f0b-8272-3f7504886f1c
2026-03-30 10:04:21 [crawlers.middlewares.photo_download_middleware] INFO: No photos to download for item 7be51c44-5761-5f0b-8272-3f7504886f1c
2026-03-30 10:04:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 7be51c44-5761-5f0b-8272-3f7504886f1c, identifier: 120869546
2026-03-30 10:04:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/YC24TLU/2026-03-13/image/918ea40b-5f13-4f82-939a-c3432b32e647_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120370294?view=catalogue)
2026-03-30 10:04:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120870237?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:04:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 5a76ba1f-b165-5cd5-8d43-55a3513b6932 with identifier: 120870107
2026-03-30 10:04:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 5a76ba1f-b165-5cd5-8d43-55a3513b6932 with identifier: 120870107
2026-03-30 10:04:21 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 5a76ba1f-b165-5cd5-8d43-55a3513b6932 with identifier: 120870107 to the API
2026-03-30 10:04:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:04:21 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:04:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120870107?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 150,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '2.0L',
'expiration_date': '2026-04-06T12:00:00Z',
'fuel_type': 'Diesel',
'id': '5a76ba1f-b165-5cd5-8d43-55a3513b6932',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'AK61AZO',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120870107',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'VOLKSWAGEN',
'model': 'TIGUAN DIESEL ESTATE',
'odometer': 134485,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2011-09-20',
'seller_name': 'UKCGR - Trade',
'title': 'VOLKSWAGEN TIGUAN DIESEL ESTATE 2.0 TDi BlueMotion Tech SE 5dr',
'transmission': 'manual',
'trim': '2.0 TDi BlueMotion Tech SE 5dr',
'vin': None,
'year': 2011}
2026-03-30 10:04:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120870107%27 HTTP/1.1" 200 None
2026-03-30 10:04:22 [astonbarclay.gb] INFO: Saving data for 120870107: {'created_time': 1774865062.072648, 'last_price_update_time': 1774865062.072659, 'auction_closing_time': 1775476800.0}
2026-03-30 10:04:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120870107') HTTP/1.1" 204 0
2026-03-30 10:04:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 7be51c44-5761-5f0b-8272-3f7504886f1c with identifier: 120869546
2026-03-30 10:04:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 7be51c44-5761-5f0b-8272-3f7504886f1c with identifier: 120869546
2026-03-30 10:04:22 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 7be51c44-5761-5f0b-8272-3f7504886f1c with identifier: 120869546 to the API
2026-03-30 10:04:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:04:22 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:04:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120869546?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 106,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.1L',
'expiration_date': '2026-04-06T12:00:00Z',
'fuel_type': 'Diesel',
'id': '7be51c44-5761-5f0b-8272-3f7504886f1c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'AK65YVO',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120869546',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'MERCEDES-BENZ',
'model': 'B CLASS DIESEL HATCHBACK',
'odometer': 107183,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-12-23',
'seller_name': 'UKCGR - Trade',
'title': 'MERCEDES-BENZ B CLASS DIESEL HATCHBACK B200d Sport Executive 5dr '
'Auto',
'transmission': 'automatic',
'trim': 'B200d Sport Executive 5dr Auto',
'vin': None,
'year': 2015}
2026-03-30 10:04:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120869546%27 HTTP/1.1" 200 None
2026-03-30 10:04:22 [astonbarclay.gb] INFO: Saving data for 120869546: {'created_time': 1774865062.496305, 'last_price_update_time': 1774865062.496318, 'auction_closing_time': 1775476800.0}
2026-03-30 10:04:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120869546') HTTP/1.1" 204 0
2026-03-30 10:04:22 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120868950, 'registration': 'EK61RVV', 'account': 'WBA004', 'make': 'AUDI', 'model': 'A4 SALOON', 'derivative': '2.0T FSI Quattro SE 4dr S Tronic', 'mileage': 59034, 'mileageWarranty': True, 'type': 'car', 'saleId': 19238, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 728}, 'saleStart': '2026-04-06T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2011-09-30', 'fuel': 'Petrol', 'motExpiry': '2026-09-30', 'doors': 4, 'engineSize': 1984, 'bodyType': 'Saloon', 'images': ['https://abimg003.imgix.net/EK61RVV/2026-03-30/image/b3f39d96-c9d0-4049-8814-22b85c57f3ba_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK61RVV/2026-03-30/image/d46dc8b3-f99d-42ec-9eb9-f6330239d439_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK61RVV/2026-03-30/image/db79a58d-7609-4b39-8b90-8143b270cfd0_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK61RVV/2026-03-30/image/e4e276b9-c2b6-4160-b861-1f8a4fd7602b_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK61RVV/2026-03-30/image/17c8b593-80d8-4b43-8575-6837544b873f_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK61RVV/2026-03-30/image/1c35fe2c-25ba-4fb1-be96-4072ab79b994_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK61RVV/2026-03-30/image/18c5edc6-3048-4f3d-91da-3a111228f7f9_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK61RVV/2026-03-30/image/cf73ac31-fd09-4ff0-a01e-de483a4bae1a_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK61RVV/2026-03-30/image/c4ba0660-2a04-43e8-a772-f9eea0df91b1_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': False, 'v5details': None, 'co2': 175, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/33caf9cd-d9e5-46ae-8fa0-6f0417f674db.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:04:22 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120868950, 'registration': 'EK61RVV', 'account': 'WBA004', 'make': 'AUDI', 'model': 'A4 SALOON', 'derivative': '2.0T FSI Quattro SE 4dr S Tronic', 'mileage': 59034, 'mileageWarranty': True, 'type': 'car', 'saleId': 19238, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 728}, 'saleStart': '2026-04-06T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2011-09-30', 'fuel': 'Petrol', 'motExpiry': '2026-09-30', 'doors': 4, 'engineSize': 1984, 'bodyType': 'Saloon', 'images': ['https://abimg003.imgix.net/EK61RVV/2026-03-30/image/b3f39d96-c9d0-4049-8814-22b85c57f3ba_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK61RVV/2026-03-30/image/d46dc8b3-f99d-42ec-9eb9-f6330239d439_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK61RVV/2026-03-30/image/db79a58d-7609-4b39-8b90-8143b270cfd0_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK61RVV/2026-03-30/image/e4e276b9-c2b6-4160-b861-1f8a4fd7602b_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK61RVV/2026-03-30/image/17c8b593-80d8-4b43-8575-6837544b873f_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK61RVV/2026-03-30/image/1c35fe2c-25ba-4fb1-be96-4072ab79b994_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK61RVV/2026-03-30/image/18c5edc6-3048-4f3d-91da-3a111228f7f9_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK61RVV/2026-03-30/image/cf73ac31-fd09-4ff0-a01e-de483a4bae1a_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK61RVV/2026-03-30/image/c4ba0660-2a04-43e8-a772-f9eea0df91b1_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': False, 'v5details': None, 'co2': 175, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/33caf9cd-d9e5-46ae-8fa0-6f0417f674db.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:04:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 38c16696-76ae-5009-b143-8aac901235d3 with identifier: 120868950
2026-03-30 10:04:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 38c16696-76ae-5009-b143-8aac901235d3 with scrape type 1
2026-03-30 10:04:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 9 photos for item 38c16696-76ae-5009-b143-8aac901235d3
2026-03-30 10:04:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FEK61RVV%252F2026-03-30%252Fimage%252Fb3f39d96-c9d0-4049-8814-22b85c57f3ba_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:04:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EK61RVV/2026-03-30/image/b3f39d96-c9d0-4049-8814-22b85c57f3ba_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:04:22 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120869705, 'registration': 'AJ10NDU', 'account': 'WBA004', 'make': 'PEUGEOT', 'model': '207 DIESEL HATCHBACK', 'derivative': '1.4 HDi Urban 5dr', 'mileage': 152750, 'mileageWarranty': True, 'type': 'car', 'saleId': 19238, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 728}, 'saleStart': '2026-04-06T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2010-04-29', 'fuel': 'Diesel', 'motExpiry': '2026-12-10', 'doors': 5, 'engineSize': 1398, 'bodyType': 'Hatchback', 'images': None, 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '5', 'v5': False, 'v5details': None, 'co2': 114, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/85e0f58a-32a8-46e0-9676-9881e098d7fb.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:04:22 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120869705, 'registration': 'AJ10NDU', 'account': 'WBA004', 'make': 'PEUGEOT', 'model': '207 DIESEL HATCHBACK', 'derivative': '1.4 HDi Urban 5dr', 'mileage': 152750, 'mileageWarranty': True, 'type': 'car', 'saleId': 19238, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 728}, 'saleStart': '2026-04-06T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2010-04-29', 'fuel': 'Diesel', 'motExpiry': '2026-12-10', 'doors': 5, 'engineSize': 1398, 'bodyType': 'Hatchback', 'images': None, 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '5', 'v5': False, 'v5details': None, 'co2': 114, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/85e0f58a-32a8-46e0-9676-9881e098d7fb.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:04:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7889de62-9735-595a-8d75-3024cd767ad1 with identifier: 120869705
2026-03-30 10:04:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7889de62-9735-595a-8d75-3024cd767ad1 with scrape type 1
2026-03-30 10:04:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 0 photos for item 7889de62-9735-595a-8d75-3024cd767ad1
2026-03-30 10:04:22 [crawlers.middlewares.photo_download_middleware] INFO: No photos to download for item 7889de62-9735-595a-8d75-3024cd767ad1
2026-03-30 10:04:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 7889de62-9735-595a-8d75-3024cd767ad1, identifier: 120869705
2026-03-30 10:04:22 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:04:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 7889de62-9735-595a-8d75-3024cd767ad1 with identifier: 120869705
2026-03-30 10:04:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 7889de62-9735-595a-8d75-3024cd767ad1 with identifier: 120869705
2026-03-30 10:04:22 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 7889de62-9735-595a-8d75-3024cd767ad1 with identifier: 120869705 to the API
2026-03-30 10:04:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:04:22 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:04:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120869705?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 114,
'color': 'RED',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 4',
'engine': '1.4L',
'expiration_date': '2026-04-06T12:00:00Z',
'fuel_type': 'Diesel',
'id': '7889de62-9735-595a-8d75-3024cd767ad1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'AJ10NDU',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120869705',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'PEUGEOT',
'model': '207 DIESEL HATCHBACK',
'odometer': 152750,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2010-04-29',
'seller_name': 'UKCGR - Trade',
'title': 'PEUGEOT 207 DIESEL HATCHBACK 1.4 HDi Urban 5dr',
'transmission': 'manual',
'trim': '1.4 HDi Urban 5dr',
'vin': None,
'year': 2010}
2026-03-30 10:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120869705%27 HTTP/1.1" 200 None
2026-03-30 10:04:23 [astonbarclay.gb] INFO: Saving data for 120869705: {'created_time': 1774865063.063372, 'last_price_update_time': 1774865063.063387, 'auction_closing_time': 1775476800.0}
2026-03-30 10:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120869705') HTTP/1.1" 204 0
2026-03-30 10:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FEK61RVV%252F2026-03-30%252Fimage%252Fd46dc8b3-f99d-42ec-9eb9-f6330239d439_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:04:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EK61RVV/2026-03-30/image/d46dc8b3-f99d-42ec-9eb9-f6330239d439_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:04:23 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:04:23 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f4365248390>
2026-03-30 10:04:23 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:04:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:04:23 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:04:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c16c2e56-39e0-5d8f-9ba5-0b1bfe7e9291/c16c2e56-39e0-5d8f-9ba5-0b1bfe7e9291_image_8.jpg HTTP/1.1" 201 0
2026-03-30 10:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FYS10PXV%252F2026-03-27%252Fimage%252F09d6a044-d613-45a7-95b9-b214ae859589_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:04:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YS10PXV/2026-03-27/image/09d6a044-d613-45a7-95b9-b214ae859589_removebg.jpg?w=600 saved to cache
2026-03-30 10:04:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item c16c2e56-39e0-5d8f-9ba5-0b1bfe7e9291
2026-03-30 10:04:23 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:04:23 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f4365498bd0>
2026-03-30 10:04:23 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:04:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:04:23 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:04:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c16c2e56-39e0-5d8f-9ba5-0b1bfe7e9291/c16c2e56-39e0-5d8f-9ba5-0b1bfe7e9291_image_6.jpg HTTP/1.1" 201 0
2026-03-30 10:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FYS10PXV%252F2026-03-27%252Fimage%252Fd3ab17d4-3354-43e2-8654-480dfa9f0ded_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:04:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YS10PXV/2026-03-27/image/d3ab17d4-3354-43e2-8654-480dfa9f0ded_removebg.jpg?w=600 saved to cache
2026-03-30 10:04:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item c16c2e56-39e0-5d8f-9ba5-0b1bfe7e9291
2026-03-30 10:04:23 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:04:23 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f436512a210>
2026-03-30 10:04:23 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:04:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:04:23 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:04:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c16c2e56-39e0-5d8f-9ba5-0b1bfe7e9291/c16c2e56-39e0-5d8f-9ba5-0b1bfe7e9291_image_7.jpg HTTP/1.1" 201 0
2026-03-30 10:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FYS10PXV%252F2026-03-27%252Fimage%252Fca641aab-623d-457e-8222-9f7e8779df13_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:04:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YS10PXV/2026-03-27/image/ca641aab-623d-457e-8222-9f7e8779df13_removebg.jpg?w=600 saved to cache
2026-03-30 10:04:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item c16c2e56-39e0-5d8f-9ba5-0b1bfe7e9291
2026-03-30 10:04:23 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:04:23 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f436501b590>
2026-03-30 10:04:23 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:04:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:04:23 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:04:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0e642cb2-d77a-5cfe-b4eb-bcae7abfc96a/0e642cb2-d77a-5cfe-b4eb-bcae7abfc96a_image_6.jpg HTTP/1.1" 201 0
2026-03-30 10:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FYC24TLU%252F2026-03-13%252Fimage%252F9c276da5-18a9-4172-b32e-2930d5fb9557_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:04:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YC24TLU/2026-03-13/image/9c276da5-18a9-4172-b32e-2930d5fb9557_removebg.jpg?w=600 saved to cache
2026-03-30 10:04:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 0e642cb2-d77a-5cfe-b4eb-bcae7abfc96a
2026-03-30 10:04:23 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:04:23 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f43652b0350>
2026-03-30 10:04:23 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:04:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:04:23 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:04:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0e642cb2-d77a-5cfe-b4eb-bcae7abfc96a/0e642cb2-d77a-5cfe-b4eb-bcae7abfc96a_image_7.jpg HTTP/1.1" 201 0
2026-03-30 10:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FYC24TLU%252F2026-03-13%252Fimage%252F89dc4515-cc8d-434d-abe4-7288ce5267a9_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:04:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YC24TLU/2026-03-13/image/89dc4515-cc8d-434d-abe4-7288ce5267a9_removebg.jpg?w=600 saved to cache
2026-03-30 10:04:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 0e642cb2-d77a-5cfe-b4eb-bcae7abfc96a
2026-03-30 10:04:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/YS10PXV/2026-03-27/image/ffa53244-8fed-4f16-ad3f-55df946e039b_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120861366?view=catalogue)
2026-03-30 10:04:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/YS10PXV/2026-03-27/image/51dc90d1-f026-49dc-95bd-7e4c3b4d9d8d_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120861366?view=catalogue)
2026-03-30 10:04:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/YS10PXV/2026-03-27/image/abb7df05-2225-482c-9066-362b97a3c5be_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120861366?view=catalogue)
2026-03-30 10:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FEK61RVV%252F2026-03-30%252Fimage%252Fdb79a58d-7609-4b39-8b90-8143b270cfd0_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:04:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EK61RVV/2026-03-30/image/db79a58d-7609-4b39-8b90-8143b270cfd0_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:04:23 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:04:23 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f436d642c90>
2026-03-30 10:04:23 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:04:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:04:23 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:04:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0e642cb2-d77a-5cfe-b4eb-bcae7abfc96a/0e642cb2-d77a-5cfe-b4eb-bcae7abfc96a_image_8.jpg HTTP/1.1" 201 0
2026-03-30 10:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FYC24TLU%252F2026-03-13%252Fimage%252F918ea40b-5f13-4f82-939a-c3432b32e647_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:04:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YC24TLU/2026-03-13/image/918ea40b-5f13-4f82-939a-c3432b32e647_removebg.jpg?w=600 saved to cache
2026-03-30 10:04:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 0e642cb2-d77a-5cfe-b4eb-bcae7abfc96a
2026-03-30 10:04:23 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 0e642cb2-d77a-5cfe-b4eb-bcae7abfc96a, skipping ID generation
2026-03-30 10:04:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0e642cb2-d77a-5cfe-b4eb-bcae7abfc96a with scrape type 1
2026-03-30 10:04:23 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 0e642cb2-d77a-5cfe-b4eb-bcae7abfc96a sending to next pipeline
2026-03-30 10:04:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 0e642cb2-d77a-5cfe-b4eb-bcae7abfc96a, identifier: 120370294
2026-03-30 10:04:23 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120870237, 'registration': 'DA07KZT', 'account': 'WBA004', 'make': 'VOLKSWAGEN', 'model': 'POLO HATCHBACK', 'derivative': '1.2 S 55 5dr', 'mileage': 124263, 'mileageWarranty': True, 'type': 'car', 'saleId': 19238, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 728}, 'saleStart': '2026-04-06T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2007-05-30', 'fuel': 'Petrol', 'motExpiry': '2026-06-10', 'doors': 5, 'engineSize': 1198, 'bodyType': 'Hatchback', 'images': None, 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '4', 'v5': False, 'v5details': None, 'co2': 138, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/a967cf2c-d03b-4da8-9758-b14fae637e47.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:04:23 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120870237, 'registration': 'DA07KZT', 'account': 'WBA004', 'make': 'VOLKSWAGEN', 'model': 'POLO HATCHBACK', 'derivative': '1.2 S 55 5dr', 'mileage': 124263, 'mileageWarranty': True, 'type': 'car', 'saleId': 19238, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 728}, 'saleStart': '2026-04-06T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2007-05-30', 'fuel': 'Petrol', 'motExpiry': '2026-06-10', 'doors': 5, 'engineSize': 1198, 'bodyType': 'Hatchback', 'images': None, 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '4', 'v5': False, 'v5details': None, 'co2': 138, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/a967cf2c-d03b-4da8-9758-b14fae637e47.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:04:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bcfa163c-1fdd-553a-b5a5-7c5d85fd8d69 with identifier: 120870237
2026-03-30 10:04:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bcfa163c-1fdd-553a-b5a5-7c5d85fd8d69 with scrape type 1
2026-03-30 10:04:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 0 photos for item bcfa163c-1fdd-553a-b5a5-7c5d85fd8d69
2026-03-30 10:04:23 [crawlers.middlewares.photo_download_middleware] INFO: No photos to download for item bcfa163c-1fdd-553a-b5a5-7c5d85fd8d69
2026-03-30 10:04:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: bcfa163c-1fdd-553a-b5a5-7c5d85fd8d69, identifier: 120870237
2026-03-30 10:04:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 0e642cb2-d77a-5cfe-b4eb-bcae7abfc96a with identifier: 120370294
2026-03-30 10:04:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 0e642cb2-d77a-5cfe-b4eb-bcae7abfc96a with identifier: 120370294
2026-03-30 10:04:23 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 0e642cb2-d77a-5cfe-b4eb-bcae7abfc96a with identifier: 120370294 to the API
2026-03-30 10:04:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:04:23 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:04:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://abimg003.imgix.net/YC24TLU/2026-03-13/image/918ea40b-5f13-4f82-939a-c3432b32e647_removebg.jpg?w=600>
{'auction_title': '',
'c_o_2_emission_value': 32,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-04-10T08:45:00Z',
'fuel_type': 'Petrol/Plugin Electric Hybrid',
'id': '0e642cb2-d77a-5cfe-b4eb-bcae7abfc96a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'YC24TLU',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120370294',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'VOLVO',
'model': 'XC90 ESTATE',
'odometer': 25348,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 9,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0e642cb2-d77a-5cfe-b4eb-bcae7abfc96a/0e642cb2-d77a-5cfe-b4eb-bcae7abfc96a_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 36350,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/YC24TLU/2026-03-13/image/68ad9836-1d70-489f-9cc3-72d1b7d380c5_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0e642cb2-d77a-5cfe-b4eb-bcae7abfc96a/0e642cb2-d77a-5cfe-b4eb-bcae7abfc96a_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 35623,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/YC24TLU/2026-03-13/image/57b18726-9ab8-4cdb-aec2-1cb1d6a3f18c_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0e642cb2-d77a-5cfe-b4eb-bcae7abfc96a/0e642cb2-d77a-5cfe-b4eb-bcae7abfc96a_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 34598,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/YC24TLU/2026-03-13/image/ce6ec1d9-3ad6-447f-ac82-1ef2f26a5a8a_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0e642cb2-d77a-5cfe-b4eb-bcae7abfc96a/0e642cb2-d77a-5cfe-b4eb-bcae7abfc96a_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 36803,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/YC24TLU/2026-03-13/image/f432910d-8393-4f13-aec4-6564c1344827_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0e642cb2-d77a-5cfe-b4eb-bcae7abfc96a/0e642cb2-d77a-5cfe-b4eb-bcae7abfc96a_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 29530,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/YC24TLU/2026-03-13/image/4a197718-07ad-4075-bf67-cae296236210_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0e642cb2-d77a-5cfe-b4eb-bcae7abfc96a/0e642cb2-d77a-5cfe-b4eb-bcae7abfc96a_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 54315,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/YC24TLU/2026-03-13/image/94830cc1-c736-468f-9f8f-a0023751b7c0_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0e642cb2-d77a-5cfe-b4eb-bcae7abfc96a/0e642cb2-d77a-5cfe-b4eb-bcae7abfc96a_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 47516,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/YC24TLU/2026-03-13/image/9c276da5-18a9-4172-b32e-2930d5fb9557_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0e642cb2-d77a-5cfe-b4eb-bcae7abfc96a/0e642cb2-d77a-5cfe-b4eb-bcae7abfc96a_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 56666,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/YC24TLU/2026-03-13/image/89dc4515-cc8d-434d-abe4-7288ce5267a9_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0e642cb2-d77a-5cfe-b4eb-bcae7abfc96a/0e642cb2-d77a-5cfe-b4eb-bcae7abfc96a_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 53564,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/YC24TLU/2026-03-13/image/918ea40b-5f13-4f82-939a-c3432b32e647_removebg.jpg?w=600',
'Width': 600}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-04-05',
'seller_name': 'Interbay Asset Finance',
'title': 'VOLVO XC90 ESTATE 2.0 T8 [455] RC PHEV Ultimate Dark 5dr AWD Gtron',
'transmission': 'automatic',
'trim': '2.0 T8 [455] RC PHEV Ultimate Dark 5dr AWD Gtron',
'vin': None,
'year': 2024}
2026-03-30 10:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120370294%27 HTTP/1.1" 200 None
2026-03-30 10:04:24 [astonbarclay.gb] INFO: Saving data for 120370294: {'created_time': 1774865063.999773, 'last_price_update_time': 1774865063.999789, 'auction_closing_time': 1775810700.0}
2026-03-30 10:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120370294') HTTP/1.1" 204 0
2026-03-30 10:04:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: bcfa163c-1fdd-553a-b5a5-7c5d85fd8d69 with identifier: 120870237
2026-03-30 10:04:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: bcfa163c-1fdd-553a-b5a5-7c5d85fd8d69 with identifier: 120870237
2026-03-30 10:04:24 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: bcfa163c-1fdd-553a-b5a5-7c5d85fd8d69 with identifier: 120870237 to the API
2026-03-30 10:04:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:04:24 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:04:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120870237?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 138,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 4',
'engine': '1.2L',
'expiration_date': '2026-04-06T12:00:00Z',
'fuel_type': 'Petrol',
'id': 'bcfa163c-1fdd-553a-b5a5-7c5d85fd8d69',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'DA07KZT',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120870237',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'VOLKSWAGEN',
'model': 'POLO HATCHBACK',
'odometer': 124263,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2007-05-30',
'seller_name': 'UKCGR - Trade',
'title': 'VOLKSWAGEN POLO HATCHBACK 1.2 S 55 5dr',
'transmission': 'manual',
'trim': '1.2 S 55 5dr',
'vin': None,
'year': 2007}
2026-03-30 10:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120870237%27 HTTP/1.1" 200 None
2026-03-30 10:04:24 [astonbarclay.gb] INFO: Saving data for 120870237: {'created_time': 1774865064.427371, 'last_price_update_time': 1774865064.427383, 'auction_closing_time': 1775476800.0}
2026-03-30 10:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120870237') HTTP/1.1" 204 0
2026-03-30 10:04:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/YS10PXV/2026-03-27/image/41d23c09-f6e6-420a-8b6b-c83b03969d41_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120861366?view=catalogue)
2026-03-30 10:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FEK61RVV%252F2026-03-30%252Fimage%252Fe4e276b9-c2b6-4160-b861-1f8a4fd7602b_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:04:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EK61RVV/2026-03-30/image/e4e276b9-c2b6-4160-b861-1f8a4fd7602b_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:04:24 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:04:24 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f436650ef50>
2026-03-30 10:04:24 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:04:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:04:24 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:04:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c16c2e56-39e0-5d8f-9ba5-0b1bfe7e9291/c16c2e56-39e0-5d8f-9ba5-0b1bfe7e9291_image_3.jpg HTTP/1.1" 201 0
2026-03-30 10:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FYS10PXV%252F2026-03-27%252Fimage%252Fffa53244-8fed-4f16-ad3f-55df946e039b_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:04:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YS10PXV/2026-03-27/image/ffa53244-8fed-4f16-ad3f-55df946e039b_removebg.jpg?w=600 saved to cache
2026-03-30 10:04:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item c16c2e56-39e0-5d8f-9ba5-0b1bfe7e9291
2026-03-30 10:04:24 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:04:24 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f4367b245d0>
2026-03-30 10:04:24 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:04:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:04:24 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:04:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c16c2e56-39e0-5d8f-9ba5-0b1bfe7e9291/c16c2e56-39e0-5d8f-9ba5-0b1bfe7e9291_image_5.jpg HTTP/1.1" 201 0
2026-03-30 10:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FYS10PXV%252F2026-03-27%252Fimage%252F51dc90d1-f026-49dc-95bd-7e4c3b4d9d8d_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:04:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YS10PXV/2026-03-27/image/51dc90d1-f026-49dc-95bd-7e4c3b4d9d8d_removebg.jpg?w=600 saved to cache
2026-03-30 10:04:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item c16c2e56-39e0-5d8f-9ba5-0b1bfe7e9291
2026-03-30 10:04:24 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:04:24 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f436d27d990>
2026-03-30 10:04:24 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:04:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:04:24 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:04:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c16c2e56-39e0-5d8f-9ba5-0b1bfe7e9291/c16c2e56-39e0-5d8f-9ba5-0b1bfe7e9291_image_4.jpg HTTP/1.1" 201 0
2026-03-30 10:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FYS10PXV%252F2026-03-27%252Fimage%252Fabb7df05-2225-482c-9066-362b97a3c5be_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:04:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YS10PXV/2026-03-27/image/abb7df05-2225-482c-9066-362b97a3c5be_removebg.jpg?w=600 saved to cache
2026-03-30 10:04:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item c16c2e56-39e0-5d8f-9ba5-0b1bfe7e9291
2026-03-30 10:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FEK61RVV%252F2026-03-30%252Fimage%252F17c8b593-80d8-4b43-8575-6837544b873f_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:04:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EK61RVV/2026-03-30/image/17c8b593-80d8-4b43-8575-6837544b873f_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:04:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120870960?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:04:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120868322?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:04:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120870403?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:04:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120856984?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:04:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/EK61RVV/2026-03-30/image/d46dc8b3-f99d-42ec-9eb9-f6330239d439_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120868950?view=catalogue)
2026-03-30 10:04:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/EK61RVV/2026-03-30/image/b3f39d96-c9d0-4049-8814-22b85c57f3ba_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120868950?view=catalogue)
2026-03-30 10:04:24 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:04:24 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:04:24 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:04:24 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FEK61RVV%252F2026-03-30%252Fimage%252F1c35fe2c-25ba-4fb1-be96-4072ab79b994_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:04:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EK61RVV/2026-03-30/image/1c35fe2c-25ba-4fb1-be96-4072ab79b994_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:04:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120869629?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:04:24 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:04:24 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f436666c850>
2026-03-30 10:04:24 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:04:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:04:24 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:04:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c16c2e56-39e0-5d8f-9ba5-0b1bfe7e9291/c16c2e56-39e0-5d8f-9ba5-0b1bfe7e9291_image_2.jpg HTTP/1.1" 201 0
2026-03-30 10:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FYS10PXV%252F2026-03-27%252Fimage%252F41d23c09-f6e6-420a-8b6b-c83b03969d41_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:04:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YS10PXV/2026-03-27/image/41d23c09-f6e6-420a-8b6b-c83b03969d41_removebg.jpg?w=600 saved to cache
2026-03-30 10:04:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item c16c2e56-39e0-5d8f-9ba5-0b1bfe7e9291
2026-03-30 10:04:24 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:04:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/EK61RVV/2026-03-30/image/db79a58d-7609-4b39-8b90-8143b270cfd0_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120868950?view=catalogue)
2026-03-30 10:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FEK61RVV%252F2026-03-30%252Fimage%252F18c5edc6-3048-4f3d-91da-3a111228f7f9_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:04:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EK61RVV/2026-03-30/image/18c5edc6-3048-4f3d-91da-3a111228f7f9_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FEK61RVV%252F2026-03-30%252Fimage%252Fcf73ac31-fd09-4ff0-a01e-de483a4bae1a_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:04:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EK61RVV/2026-03-30/image/cf73ac31-fd09-4ff0-a01e-de483a4bae1a_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:04:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/YS10PXV/2026-03-27/image/5e437f6a-c93c-429a-99a1-f6d1f314d32a_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120861366?view=catalogue)
2026-03-30 10:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FEK61RVV%252F2026-03-30%252Fimage%252Fc4ba0660-2a04-43e8-a772-f9eea0df91b1_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:04:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EK61RVV/2026-03-30/image/c4ba0660-2a04-43e8-a772-f9eea0df91b1_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:04:24 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120870960, 'registration': 'BU64ZDA', 'account': 'WBA004', 'make': 'MERCEDES-BENZ', 'model': 'M CLASS DIESEL STATION WAGON', 'derivative': 'ML250 CDi BlueTEC AMG Line 5dr Auto [Premium]', 'mileage': 173287, 'mileageWarranty': True, 'type': 'car', 'saleId': 19238, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 728}, 'saleStart': '2026-04-06T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2014-10-31', 'fuel': 'Diesel', 'motExpiry': '2026-04-10', 'doors': 5, 'engineSize': 2143, 'bodyType': 'Station Wagon', 'images': None, 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': False, 'v5details': None, 'co2': 163, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/e2646747-be13-499f-a06c-2e6a3070b6c2.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:04:24 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120870960, 'registration': 'BU64ZDA', 'account': 'WBA004', 'make': 'MERCEDES-BENZ', 'model': 'M CLASS DIESEL STATION WAGON', 'derivative': 'ML250 CDi BlueTEC AMG Line 5dr Auto [Premium]', 'mileage': 173287, 'mileageWarranty': True, 'type': 'car', 'saleId': 19238, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 728}, 'saleStart': '2026-04-06T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2014-10-31', 'fuel': 'Diesel', 'motExpiry': '2026-04-10', 'doors': 5, 'engineSize': 2143, 'bodyType': 'Station Wagon', 'images': None, 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': False, 'v5details': None, 'co2': 163, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/e2646747-be13-499f-a06c-2e6a3070b6c2.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:04:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6b1df36b-6962-537f-9845-5f0732418d51 with identifier: 120870960
2026-03-30 10:04:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6b1df36b-6962-537f-9845-5f0732418d51 with scrape type 1
2026-03-30 10:04:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 0 photos for item 6b1df36b-6962-537f-9845-5f0732418d51
2026-03-30 10:04:24 [crawlers.middlewares.photo_download_middleware] INFO: No photos to download for item 6b1df36b-6962-537f-9845-5f0732418d51
2026-03-30 10:04:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 6b1df36b-6962-537f-9845-5f0732418d51, identifier: 120870960
2026-03-30 10:04:24 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120868322, 'registration': 'GL57EEH', 'account': 'WBA004', 'make': 'MERCEDES-BENZ', 'model': 'E CLASS DIESEL ESTATE', 'derivative': 'E220 CDI Classic 5dr Tip Auto', 'mileage': 194541, 'mileageWarranty': True, 'type': 'car', 'saleId': 19238, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 728}, 'saleStart': '2026-04-06T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2007-12-05', 'fuel': 'Diesel', 'motExpiry': '2026-09-29', 'doors': 5, 'engineSize': 2148, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/GL57EEH/2026-03-30/image/97daec89-4d78-4b13-ab25-415bbffd07f2_removebg.jpg?w=600', 'https://abimg003.imgix.net/GL57EEH/2026-03-30/image/4bbadaad-c5ff-43c7-9404-3736cafe2a86_removebg.jpg?w=600', 'https://abimg003.imgix.net/GL57EEH/2026-03-30/image/b634b771-1749-4360-a652-54be83b7e59e_removebg.jpg?w=600', 'https://abimg003.imgix.net/GL57EEH/2026-03-30/image/e2bbf71b-0c52-44f0-bd8d-cd265c03e435_removebg.jpg?w=600', 'https://abimg003.imgix.net/GL57EEH/2026-03-30/image/1aaa0278-e364-4145-9768-2fae11ffad4b_removebg.jpg?w=600', 'https://abimg003.imgix.net/GL57EEH/2026-03-30/image/4d2deebe-482f-4f65-bf85-936ca12b7c9f_removebg.jpg?w=600', 'https://abimg003.imgix.net/GL57EEH/2026-03-30/image/28153079-adfc-45e1-9508-23c232c91104_removebg.jpg?w=600', 'https://abimg003.imgix.net/GL57EEH/2026-03-30/image/594d2325-8368-46ab-af8f-762329602c20_removebg.jpg?w=600', 'https://abimg003.imgix.net/GL57EEH/2026-03-30/image/7e4cf25d-0975-4fbd-bb79-4f66021fda10_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '6', 'v5': False, 'v5details': None, 'co2': 194, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/5a0ea0ba-2731-46f1-ba57-08c4e568332e.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:04:24 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120868322, 'registration': 'GL57EEH', 'account': 'WBA004', 'make': 'MERCEDES-BENZ', 'model': 'E CLASS DIESEL ESTATE', 'derivative': 'E220 CDI Classic 5dr Tip Auto', 'mileage': 194541, 'mileageWarranty': True, 'type': 'car', 'saleId': 19238, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 728}, 'saleStart': '2026-04-06T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2007-12-05', 'fuel': 'Diesel', 'motExpiry': '2026-09-29', 'doors': 5, 'engineSize': 2148, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/GL57EEH/2026-03-30/image/97daec89-4d78-4b13-ab25-415bbffd07f2_removebg.jpg?w=600', 'https://abimg003.imgix.net/GL57EEH/2026-03-30/image/4bbadaad-c5ff-43c7-9404-3736cafe2a86_removebg.jpg?w=600', 'https://abimg003.imgix.net/GL57EEH/2026-03-30/image/b634b771-1749-4360-a652-54be83b7e59e_removebg.jpg?w=600', 'https://abimg003.imgix.net/GL57EEH/2026-03-30/image/e2bbf71b-0c52-44f0-bd8d-cd265c03e435_removebg.jpg?w=600', 'https://abimg003.imgix.net/GL57EEH/2026-03-30/image/1aaa0278-e364-4145-9768-2fae11ffad4b_removebg.jpg?w=600', 'https://abimg003.imgix.net/GL57EEH/2026-03-30/image/4d2deebe-482f-4f65-bf85-936ca12b7c9f_removebg.jpg?w=600', 'https://abimg003.imgix.net/GL57EEH/2026-03-30/image/28153079-adfc-45e1-9508-23c232c91104_removebg.jpg?w=600', 'https://abimg003.imgix.net/GL57EEH/2026-03-30/image/594d2325-8368-46ab-af8f-762329602c20_removebg.jpg?w=600', 'https://abimg003.imgix.net/GL57EEH/2026-03-30/image/7e4cf25d-0975-4fbd-bb79-4f66021fda10_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '6', 'v5': False, 'v5details': None, 'co2': 194, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/5a0ea0ba-2731-46f1-ba57-08c4e568332e.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:04:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 044b4a37-2aaa-5b9c-9d61-955325d183ac with identifier: 120868322
2026-03-30 10:04:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 044b4a37-2aaa-5b9c-9d61-955325d183ac with scrape type 1
2026-03-30 10:04:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 9 photos for item 044b4a37-2aaa-5b9c-9d61-955325d183ac
2026-03-30 10:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FGL57EEH%252F2026-03-30%252Fimage%252F97daec89-4d78-4b13-ab25-415bbffd07f2_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:04:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/GL57EEH/2026-03-30/image/97daec89-4d78-4b13-ab25-415bbffd07f2_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:04:24 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120870403, 'registration': 'EO66HTX', 'account': 'WBA003', 'make': 'NISSAN', 'model': 'MICRA HATCHBACK', 'derivative': '1.2 Visia 5dr', 'mileage': 58003, 'mileageWarranty': True, 'type': 'car', 'saleId': 19238, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 728}, 'saleStart': '2026-04-06T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2016-09-29', 'fuel': 'Petrol', 'motExpiry': '2027-02-19', 'doors': 5, 'engineSize': 1198, 'bodyType': 'Hatchback', 'images': None, 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'UKCGR - Select', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': False, 'v5details': None, 'co2': 115, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/08d008b4-d922-4e0d-b8f3-42f237d04cca.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:04:24 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120870403, 'registration': 'EO66HTX', 'account': 'WBA003', 'make': 'NISSAN', 'model': 'MICRA HATCHBACK', 'derivative': '1.2 Visia 5dr', 'mileage': 58003, 'mileageWarranty': True, 'type': 'car', 'saleId': 19238, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 728}, 'saleStart': '2026-04-06T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2016-09-29', 'fuel': 'Petrol', 'motExpiry': '2027-02-19', 'doors': 5, 'engineSize': 1198, 'bodyType': 'Hatchback', 'images': None, 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'UKCGR - Select', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': False, 'v5details': None, 'co2': 115, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/08d008b4-d922-4e0d-b8f3-42f237d04cca.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:04:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7e22b572-fae0-519b-94d1-ad6926848124 with identifier: 120870403
2026-03-30 10:04:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7e22b572-fae0-519b-94d1-ad6926848124 with scrape type 1
2026-03-30 10:04:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 0 photos for item 7e22b572-fae0-519b-94d1-ad6926848124
2026-03-30 10:04:24 [crawlers.middlewares.photo_download_middleware] INFO: No photos to download for item 7e22b572-fae0-519b-94d1-ad6926848124
2026-03-30 10:04:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 7e22b572-fae0-519b-94d1-ad6926848124, identifier: 120870403
2026-03-30 10:04:24 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120856984, 'registration': 'EF16BKA', 'account': 'WBA004', 'make': 'RENAULT', 'model': 'CLIO HATCHBACK', 'derivative': '0.9 TCE 90 Dynamique S Nav 5dr', 'mileage': 56808, 'mileageWarranty': True, 'type': 'car', 'saleId': 19238, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 728}, 'saleStart': '2026-04-06T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2016-08-20', 'fuel': 'Petrol', 'motExpiry': '2026-07-05', 'doors': 5, 'engineSize': 898, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/EF16BKA/2026-03-27/image/8e1207d6-ce3b-4c28-b24c-490e5df3484c_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF16BKA/2026-03-27/image/4403d6dd-4074-4245-bc11-47ac0423a55f_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF16BKA/2026-03-27/image/5ecdc417-e97b-4d8e-8b36-31bf9a9d275d_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF16BKA/2026-03-27/image/bf8d4f74-cab2-44f2-ae99-a04e6416a05e_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF16BKA/2026-03-27/image/6bbf0c79-eccd-4a78-9f30-97065c878d13_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF16BKA/2026-03-27/image/24090ef2-3ac1-411c-b19a-74354a46cb5b_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF16BKA/2026-03-27/image/63563d13-fbc8-4d27-8746-1efab872721e_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF16BKA/2026-03-27/image/e1f0fc5d-8179-43ef-ba3f-5765547745f6_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF16BKA/2026-03-27/image/697ca9cf-0c98-4869-9643-9e6322c6fbf4_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF16BKA/2026-03-27/image/6bc9e641-c698-4fe4-a859-dda41b4c5ae6_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 09/18-7K', 'remarks': 'VOSA STATES 25K, 35K, 42K, 50K, 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/786602a2-4669-4c35-acd0-3135a8619ed7.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:04:24 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120856984, 'registration': 'EF16BKA', 'account': 'WBA004', 'make': 'RENAULT', 'model': 'CLIO HATCHBACK', 'derivative': '0.9 TCE 90 Dynamique S Nav 5dr', 'mileage': 56808, 'mileageWarranty': True, 'type': 'car', 'saleId': 19238, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 728}, 'saleStart': '2026-04-06T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2016-08-20', 'fuel': 'Petrol', 'motExpiry': '2026-07-05', 'doors': 5, 'engineSize': 898, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/EF16BKA/2026-03-27/image/8e1207d6-ce3b-4c28-b24c-490e5df3484c_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF16BKA/2026-03-27/image/4403d6dd-4074-4245-bc11-47ac0423a55f_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF16BKA/2026-03-27/image/5ecdc417-e97b-4d8e-8b36-31bf9a9d275d_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF16BKA/2026-03-27/image/bf8d4f74-cab2-44f2-ae99-a04e6416a05e_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF16BKA/2026-03-27/image/6bbf0c79-eccd-4a78-9f30-97065c878d13_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF16BKA/2026-03-27/image/24090ef2-3ac1-411c-b19a-74354a46cb5b_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF16BKA/2026-03-27/image/63563d13-fbc8-4d27-8746-1efab872721e_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF16BKA/2026-03-27/image/e1f0fc5d-8179-43ef-ba3f-5765547745f6_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF16BKA/2026-03-27/image/697ca9cf-0c98-4869-9643-9e6322c6fbf4_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF16BKA/2026-03-27/image/6bc9e641-c698-4fe4-a859-dda41b4c5ae6_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 09/18-7K', 'remarks': 'VOSA STATES 25K, 35K, 42K, 50K, 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/786602a2-4669-4c35-acd0-3135a8619ed7.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:04:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e6aa9364-094e-59c2-9310-304dfcacee6b with identifier: 120856984
2026-03-30 10:04:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e6aa9364-094e-59c2-9310-304dfcacee6b with scrape type 1
2026-03-30 10:04:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item e6aa9364-094e-59c2-9310-304dfcacee6b
2026-03-30 10:04:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FEF16BKA%252F2026-03-27%252Fimage%252F8e1207d6-ce3b-4c28-b24c-490e5df3484c_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:04:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EF16BKA/2026-03-27/image/8e1207d6-ce3b-4c28-b24c-490e5df3484c_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:04:25 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:04:25 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f43651d1950>
2026-03-30 10:04:25 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:04:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:04:25 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:04:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_38c16696-76ae-5009-b143-8aac901235d3/38c16696-76ae-5009-b143-8aac901235d3_image_1.jpg HTTP/1.1" 201 0
2026-03-30 10:04:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FEK61RVV%252F2026-03-30%252Fimage%252Fd46dc8b3-f99d-42ec-9eb9-f6330239d439_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:04:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EK61RVV/2026-03-30/image/d46dc8b3-f99d-42ec-9eb9-f6330239d439_removebg.jpg?w=600 saved to cache
2026-03-30 10:04:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 38c16696-76ae-5009-b143-8aac901235d3
2026-03-30 10:04:25 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:04:25 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f43654bc090>
2026-03-30 10:04:25 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:04:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:04:25 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:04:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_38c16696-76ae-5009-b143-8aac901235d3/38c16696-76ae-5009-b143-8aac901235d3_image_0.jpg HTTP/1.1" 201 0
2026-03-30 10:04:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FEK61RVV%252F2026-03-30%252Fimage%252Fb3f39d96-c9d0-4049-8814-22b85c57f3ba_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:04:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EK61RVV/2026-03-30/image/b3f39d96-c9d0-4049-8814-22b85c57f3ba_removebg.jpg?w=600 saved to cache
2026-03-30 10:04:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 38c16696-76ae-5009-b143-8aac901235d3
2026-03-30 10:04:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/YS10PXV/2026-03-27/image/dc816c92-82b1-4176-80cb-27059a0bc0d4_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120861366?view=catalogue)
2026-03-30 10:04:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/EK61RVV/2026-03-30/image/e4e276b9-c2b6-4160-b861-1f8a4fd7602b_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120868950?view=catalogue)
2026-03-30 10:04:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/EK61RVV/2026-03-30/image/1c35fe2c-25ba-4fb1-be96-4072ab79b994_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120868950?view=catalogue)
2026-03-30 10:04:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 6b1df36b-6962-537f-9845-5f0732418d51 with identifier: 120870960
2026-03-30 10:04:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 6b1df36b-6962-537f-9845-5f0732418d51 with identifier: 120870960
2026-03-30 10:04:25 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 6b1df36b-6962-537f-9845-5f0732418d51 with identifier: 120870960 to the API
2026-03-30 10:04:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:04:25 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:04:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120870960?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 163,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.1L',
'expiration_date': '2026-04-06T12:00:00Z',
'fuel_type': 'Diesel',
'id': '6b1df36b-6962-537f-9845-5f0732418d51',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'BU64ZDA',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120870960',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'MERCEDES-BENZ',
'model': 'M CLASS DIESEL STATION WAGON',
'odometer': 173287,
'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': 'UKCGR - Trade',
'title': 'MERCEDES-BENZ M CLASS DIESEL STATION WAGON ML250 CDi BlueTEC AMG '
'Line 5dr Auto [Premium]',
'transmission': 'automatic',
'trim': 'ML250 CDi BlueTEC AMG Line 5dr Auto [Premium]',
'vin': None,
'year': 2014}
2026-03-30 10:04:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120870960%27 HTTP/1.1" 200 None
2026-03-30 10:04:25 [astonbarclay.gb] INFO: Saving data for 120870960: {'created_time': 1774865065.547997, 'last_price_update_time': 1774865065.548012, 'auction_closing_time': 1775476800.0}
2026-03-30 10:04:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120870960') HTTP/1.1" 204 0
2026-03-30 10:04:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 7e22b572-fae0-519b-94d1-ad6926848124 with identifier: 120870403
2026-03-30 10:04:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 7e22b572-fae0-519b-94d1-ad6926848124 with identifier: 120870403
2026-03-30 10:04:25 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 7e22b572-fae0-519b-94d1-ad6926848124 with identifier: 120870403 to the API
2026-03-30 10:04:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:04:25 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:04:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120870403?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 115,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.2L',
'expiration_date': '2026-04-06T12:00:00Z',
'fuel_type': 'Petrol',
'id': '7e22b572-fae0-519b-94d1-ad6926848124',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'EO66HTX',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120870403',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'NISSAN',
'model': 'MICRA HATCHBACK',
'odometer': 58003,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-09-29',
'seller_name': 'UKCGR - Select',
'title': 'NISSAN MICRA HATCHBACK 1.2 Visia 5dr',
'transmission': 'manual',
'trim': '1.2 Visia 5dr',
'vin': None,
'year': 2016}
2026-03-30 10:04:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120870403%27 HTTP/1.1" 200 None
2026-03-30 10:04:25 [astonbarclay.gb] INFO: Saving data for 120870403: {'created_time': 1774865065.994219, 'last_price_update_time': 1774865065.994236, 'auction_closing_time': 1775476800.0}
2026-03-30 10:04:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120870403') HTTP/1.1" 204 0
2026-03-30 10:04:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/EK61RVV/2026-03-30/image/17c8b593-80d8-4b43-8575-6837544b873f_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120868950?view=catalogue)
2026-03-30 10:04:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FGL57EEH%252F2026-03-30%252Fimage%252F4bbadaad-c5ff-43c7-9404-3736cafe2a86_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:04:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/GL57EEH/2026-03-30/image/4bbadaad-c5ff-43c7-9404-3736cafe2a86_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:04:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FEF16BKA%252F2026-03-27%252Fimage%252F4403d6dd-4074-4245-bc11-47ac0423a55f_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:04:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EF16BKA/2026-03-27/image/4403d6dd-4074-4245-bc11-47ac0423a55f_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:04:26 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120869629, 'registration': 'CX65YUC', 'account': 'WBA004', 'make': 'BMW', 'model': '1 SERIES DIESEL HATCHBACK', 'derivative': '116d Sport 5dr', 'mileage': 69471, 'mileageWarranty': True, 'type': 'car', 'saleId': 19238, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 728}, 'saleStart': '2026-04-06T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2015-10-30', 'fuel': 'Diesel', 'motExpiry': '2026-09-30', 'doors': 5, 'engineSize': 1496, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/CX65YUC/2026-03-30/image/ee359105-e0d8-4787-860c-7ee48627cb10_removebg.jpg?w=600', 'https://abimg003.imgix.net/CX65YUC/2026-03-30/image/b1a61127-d2c1-4135-bebd-f3209b2ca693_removebg.jpg?w=600', 'https://abimg003.imgix.net/CX65YUC/2026-03-30/image/da6499a3-03f5-47b9-8f98-514c16aa4ae8_removebg.jpg?w=600', 'https://abimg003.imgix.net/CX65YUC/2026-03-30/image/dcfc5785-bd92-4425-95c3-6ac6229e920b_removebg.jpg?w=600', 'https://abimg003.imgix.net/CX65YUC/2026-03-30/image/89de8ba9-a2fe-45b4-b739-09682d4de763_removebg.jpg?w=600', 'https://abimg003.imgix.net/CX65YUC/2026-03-30/image/4bf19e6b-eae7-4002-8187-f86f85f2a66a_removebg.jpg?w=600', 'https://abimg003.imgix.net/CX65YUC/2026-03-30/image/65f66b48-674d-4161-93bc-3e3869821e62_removebg.jpg?w=600', 'https://abimg003.imgix.net/CX65YUC/2026-03-30/image/c13fa9e1-6735-48b8-b2de-0c9cf1be03cf_removebg.jpg?w=600', 'https://abimg003.imgix.net/CX65YUC/2026-03-30/image/75451212-2061-4ce9-a45d-9c3c6c2e5d00_removebg.jpg?w=600', 'https://abimg003.imgix.net/CX65YUC/2026-03-30/image/abc27756-426e-4b1c-97e3-e073cb2f1b13_removebg.jpg?w=600', 'https://abimg003.imgix.net/CX65YUC/2026-03-30/image/4b8ca3cf-31a6-465b-8c96-a7fadfc63cdc_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': False, 'v5details': None, 'co2': 103, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/f2944ff8-87d5-489e-bd94-a16638fbb71c.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:04:26 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120869629, 'registration': 'CX65YUC', 'account': 'WBA004', 'make': 'BMW', 'model': '1 SERIES DIESEL HATCHBACK', 'derivative': '116d Sport 5dr', 'mileage': 69471, 'mileageWarranty': True, 'type': 'car', 'saleId': 19238, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 728}, 'saleStart': '2026-04-06T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2015-10-30', 'fuel': 'Diesel', 'motExpiry': '2026-09-30', 'doors': 5, 'engineSize': 1496, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/CX65YUC/2026-03-30/image/ee359105-e0d8-4787-860c-7ee48627cb10_removebg.jpg?w=600', 'https://abimg003.imgix.net/CX65YUC/2026-03-30/image/b1a61127-d2c1-4135-bebd-f3209b2ca693_removebg.jpg?w=600', 'https://abimg003.imgix.net/CX65YUC/2026-03-30/image/da6499a3-03f5-47b9-8f98-514c16aa4ae8_removebg.jpg?w=600', 'https://abimg003.imgix.net/CX65YUC/2026-03-30/image/dcfc5785-bd92-4425-95c3-6ac6229e920b_removebg.jpg?w=600', 'https://abimg003.imgix.net/CX65YUC/2026-03-30/image/89de8ba9-a2fe-45b4-b739-09682d4de763_removebg.jpg?w=600', 'https://abimg003.imgix.net/CX65YUC/2026-03-30/image/4bf19e6b-eae7-4002-8187-f86f85f2a66a_removebg.jpg?w=600', 'https://abimg003.imgix.net/CX65YUC/2026-03-30/image/65f66b48-674d-4161-93bc-3e3869821e62_removebg.jpg?w=600', 'https://abimg003.imgix.net/CX65YUC/2026-03-30/image/c13fa9e1-6735-48b8-b2de-0c9cf1be03cf_removebg.jpg?w=600', 'https://abimg003.imgix.net/CX65YUC/2026-03-30/image/75451212-2061-4ce9-a45d-9c3c6c2e5d00_removebg.jpg?w=600', 'https://abimg003.imgix.net/CX65YUC/2026-03-30/image/abc27756-426e-4b1c-97e3-e073cb2f1b13_removebg.jpg?w=600', 'https://abimg003.imgix.net/CX65YUC/2026-03-30/image/4b8ca3cf-31a6-465b-8c96-a7fadfc63cdc_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': False, 'v5details': None, 'co2': 103, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/f2944ff8-87d5-489e-bd94-a16638fbb71c.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:04:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3acc3ebf-4a22-5136-8269-45495f30d595 with identifier: 120869629
2026-03-30 10:04:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3acc3ebf-4a22-5136-8269-45495f30d595 with scrape type 1
2026-03-30 10:04:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 3acc3ebf-4a22-5136-8269-45495f30d595
2026-03-30 10:04:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FCX65YUC%252F2026-03-30%252Fimage%252Fee359105-e0d8-4787-860c-7ee48627cb10_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:04:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/CX65YUC/2026-03-30/image/ee359105-e0d8-4787-860c-7ee48627cb10_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:04:26 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:04:26 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f436529d490>
2026-03-30 10:04:26 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:04:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:04:26 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:04:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_38c16696-76ae-5009-b143-8aac901235d3/38c16696-76ae-5009-b143-8aac901235d3_image_2.jpg HTTP/1.1" 201 0
2026-03-30 10:04:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FEK61RVV%252F2026-03-30%252Fimage%252Fdb79a58d-7609-4b39-8b90-8143b270cfd0_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:04:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EK61RVV/2026-03-30/image/db79a58d-7609-4b39-8b90-8143b270cfd0_removebg.jpg?w=600 saved to cache
2026-03-30 10:04:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 38c16696-76ae-5009-b143-8aac901235d3
2026-03-30 10:04:26 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:04:26 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f436547fe50>
2026-03-30 10:04:26 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:04:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:04:26 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:04:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c16c2e56-39e0-5d8f-9ba5-0b1bfe7e9291/c16c2e56-39e0-5d8f-9ba5-0b1bfe7e9291_image_1.jpg HTTP/1.1" 201 0
2026-03-30 10:04:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FYS10PXV%252F2026-03-27%252Fimage%252F5e437f6a-c93c-429a-99a1-f6d1f314d32a_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:04:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YS10PXV/2026-03-27/image/5e437f6a-c93c-429a-99a1-f6d1f314d32a_removebg.jpg?w=600 saved to cache
2026-03-30 10:04:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item c16c2e56-39e0-5d8f-9ba5-0b1bfe7e9291
2026-03-30 10:04:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/EK61RVV/2026-03-30/image/cf73ac31-fd09-4ff0-a01e-de483a4bae1a_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120868950?view=catalogue)
2026-03-30 10:04:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FGL57EEH%252F2026-03-30%252Fimage%252Fb634b771-1749-4360-a652-54be83b7e59e_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:04:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/GL57EEH/2026-03-30/image/b634b771-1749-4360-a652-54be83b7e59e_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:04:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FEF16BKA%252F2026-03-27%252Fimage%252F5ecdc417-e97b-4d8e-8b36-31bf9a9d275d_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:04:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EF16BKA/2026-03-27/image/5ecdc417-e97b-4d8e-8b36-31bf9a9d275d_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:04:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FCX65YUC%252F2026-03-30%252Fimage%252Fb1a61127-d2c1-4135-bebd-f3209b2ca693_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:04:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/CX65YUC/2026-03-30/image/b1a61127-d2c1-4135-bebd-f3209b2ca693_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:04:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120869844?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:04:26 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:04:26 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f4367b68fd0>
2026-03-30 10:04:26 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:04:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:04:26 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:04:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c16c2e56-39e0-5d8f-9ba5-0b1bfe7e9291/c16c2e56-39e0-5d8f-9ba5-0b1bfe7e9291_image_0.jpg HTTP/1.1" 201 0
2026-03-30 10:04:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FYS10PXV%252F2026-03-27%252Fimage%252Fdc816c92-82b1-4176-80cb-27059a0bc0d4_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:04:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YS10PXV/2026-03-27/image/dc816c92-82b1-4176-80cb-27059a0bc0d4_removebg.jpg?w=600 saved to cache
2026-03-30 10:04:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item c16c2e56-39e0-5d8f-9ba5-0b1bfe7e9291
2026-03-30 10:04:26 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: c16c2e56-39e0-5d8f-9ba5-0b1bfe7e9291, skipping ID generation
2026-03-30 10:04:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c16c2e56-39e0-5d8f-9ba5-0b1bfe7e9291 with scrape type 1
2026-03-30 10:04:26 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item c16c2e56-39e0-5d8f-9ba5-0b1bfe7e9291 sending to next pipeline
2026-03-30 10:04:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: c16c2e56-39e0-5d8f-9ba5-0b1bfe7e9291, identifier: 120861366
2026-03-30 10:04:26 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:04:26 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f436542d2d0>
2026-03-30 10:04:26 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:04:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:04:26 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:04:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_38c16696-76ae-5009-b143-8aac901235d3/38c16696-76ae-5009-b143-8aac901235d3_image_3.jpg HTTP/1.1" 201 0
2026-03-30 10:04:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FEK61RVV%252F2026-03-30%252Fimage%252Fe4e276b9-c2b6-4160-b861-1f8a4fd7602b_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:04:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EK61RVV/2026-03-30/image/e4e276b9-c2b6-4160-b861-1f8a4fd7602b_removebg.jpg?w=600 saved to cache
2026-03-30 10:04:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 38c16696-76ae-5009-b143-8aac901235d3
2026-03-30 10:04:26 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:04:26 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f43652caed0>
2026-03-30 10:04:26 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:04:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:04:26 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:04:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_38c16696-76ae-5009-b143-8aac901235d3/38c16696-76ae-5009-b143-8aac901235d3_image_5.jpg HTTP/1.1" 201 0
2026-03-30 10:04:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FEK61RVV%252F2026-03-30%252Fimage%252F1c35fe2c-25ba-4fb1-be96-4072ab79b994_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:04:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EK61RVV/2026-03-30/image/1c35fe2c-25ba-4fb1-be96-4072ab79b994_removebg.jpg?w=600 saved to cache
2026-03-30 10:04:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 38c16696-76ae-5009-b143-8aac901235d3
2026-03-30 10:04:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/EK61RVV/2026-03-30/image/18c5edc6-3048-4f3d-91da-3a111228f7f9_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120868950?view=catalogue)
2026-03-30 10:04:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/EK61RVV/2026-03-30/image/c4ba0660-2a04-43e8-a772-f9eea0df91b1_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120868950?view=catalogue)
2026-03-30 10:04:26 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:04:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: c16c2e56-39e0-5d8f-9ba5-0b1bfe7e9291 with identifier: 120861366
2026-03-30 10:04:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: c16c2e56-39e0-5d8f-9ba5-0b1bfe7e9291 with identifier: 120861366
2026-03-30 10:04:26 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: c16c2e56-39e0-5d8f-9ba5-0b1bfe7e9291 with identifier: 120861366 to the API
2026-03-30 10:04:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:04:26 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:04:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://abimg003.imgix.net/YS10PXV/2026-03-27/image/dc816c92-82b1-4176-80cb-27059a0bc0d4_removebg.jpg?w=600>
{'auction_title': '',
'c_o_2_emission_value': 137,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.4L',
'expiration_date': '2026-04-06T12:00:00Z',
'fuel_type': 'Petrol',
'id': 'c16c2e56-39e0-5d8f-9ba5-0b1bfe7e9291',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'YS10PXV',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120861366',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'PEUGEOT',
'model': '207 HATCHBACK SPECIAL EDITIONS',
'odometer': 90679,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 9,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c16c2e56-39e0-5d8f-9ba5-0b1bfe7e9291/c16c2e56-39e0-5d8f-9ba5-0b1bfe7e9291_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 34477,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/YS10PXV/2026-03-27/image/dc816c92-82b1-4176-80cb-27059a0bc0d4_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c16c2e56-39e0-5d8f-9ba5-0b1bfe7e9291/c16c2e56-39e0-5d8f-9ba5-0b1bfe7e9291_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 37342,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/YS10PXV/2026-03-27/image/5e437f6a-c93c-429a-99a1-f6d1f314d32a_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c16c2e56-39e0-5d8f-9ba5-0b1bfe7e9291/c16c2e56-39e0-5d8f-9ba5-0b1bfe7e9291_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 33071,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/YS10PXV/2026-03-27/image/41d23c09-f6e6-420a-8b6b-c83b03969d41_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c16c2e56-39e0-5d8f-9ba5-0b1bfe7e9291/c16c2e56-39e0-5d8f-9ba5-0b1bfe7e9291_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 32877,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/YS10PXV/2026-03-27/image/ffa53244-8fed-4f16-ad3f-55df946e039b_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c16c2e56-39e0-5d8f-9ba5-0b1bfe7e9291/c16c2e56-39e0-5d8f-9ba5-0b1bfe7e9291_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 55499,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/YS10PXV/2026-03-27/image/abb7df05-2225-482c-9066-362b97a3c5be_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c16c2e56-39e0-5d8f-9ba5-0b1bfe7e9291/c16c2e56-39e0-5d8f-9ba5-0b1bfe7e9291_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 51596,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/YS10PXV/2026-03-27/image/51dc90d1-f026-49dc-95bd-7e4c3b4d9d8d_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c16c2e56-39e0-5d8f-9ba5-0b1bfe7e9291/c16c2e56-39e0-5d8f-9ba5-0b1bfe7e9291_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 39798,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/YS10PXV/2026-03-27/image/d3ab17d4-3354-43e2-8654-480dfa9f0ded_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c16c2e56-39e0-5d8f-9ba5-0b1bfe7e9291/c16c2e56-39e0-5d8f-9ba5-0b1bfe7e9291_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 45808,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/YS10PXV/2026-03-27/image/ca641aab-623d-457e-8222-9f7e8779df13_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c16c2e56-39e0-5d8f-9ba5-0b1bfe7e9291/c16c2e56-39e0-5d8f-9ba5-0b1bfe7e9291_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 44644,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/YS10PXV/2026-03-27/image/09d6a044-d613-45a7-95b9-b214ae859589_removebg.jpg?w=600',
'Width': 600}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2010-06-30',
'seller_name': 'UKCGR - Trade',
'title': 'PEUGEOT 207 HATCHBACK SPECIAL EDITIONS 1.4 VTi Millesim [95] 5dr',
'transmission': 'manual',
'trim': '1.4 VTi Millesim [95] 5dr',
'vin': None,
'year': 2010}
2026-03-30 10:04:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120861366%27 HTTP/1.1" 200 None
2026-03-30 10:04:26 [astonbarclay.gb] INFO: Saving data for 120861366: {'created_time': 1774865066.907959, 'last_price_update_time': 1774865066.907973, 'auction_closing_time': 1775476800.0}
2026-03-30 10:04:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120861366') HTTP/1.1" 204 0
2026-03-30 10:04:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/EF16BKA/2026-03-27/image/8e1207d6-ce3b-4c28-b24c-490e5df3484c_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120856984?view=catalogue)
2026-03-30 10:04:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FGL57EEH%252F2026-03-30%252Fimage%252Fe2bbf71b-0c52-44f0-bd8d-cd265c03e435_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:04:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/GL57EEH/2026-03-30/image/e2bbf71b-0c52-44f0-bd8d-cd265c03e435_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:04:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FEF16BKA%252F2026-03-27%252Fimage%252Fbf8d4f74-cab2-44f2-ae99-a04e6416a05e_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:04:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EF16BKA/2026-03-27/image/bf8d4f74-cab2-44f2-ae99-a04e6416a05e_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:04:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FCX65YUC%252F2026-03-30%252Fimage%252Fda6499a3-03f5-47b9-8f98-514c16aa4ae8_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:04:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/CX65YUC/2026-03-30/image/da6499a3-03f5-47b9-8f98-514c16aa4ae8_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:04:26 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:04:26 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f43667e97d0>
2026-03-30 10:04:26 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:04:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:04:27 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:04:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_38c16696-76ae-5009-b143-8aac901235d3/38c16696-76ae-5009-b143-8aac901235d3_image_4.jpg HTTP/1.1" 201 0
2026-03-30 10:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FEK61RVV%252F2026-03-30%252Fimage%252F17c8b593-80d8-4b43-8575-6837544b873f_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:04:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EK61RVV/2026-03-30/image/17c8b593-80d8-4b43-8575-6837544b873f_removebg.jpg?w=600 saved to cache
2026-03-30 10:04:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 38c16696-76ae-5009-b143-8aac901235d3
2026-03-30 10:04:27 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:04:27 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f43654206d0>
2026-03-30 10:04:27 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:04:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:04:27 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:04:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_38c16696-76ae-5009-b143-8aac901235d3/38c16696-76ae-5009-b143-8aac901235d3_image_7.jpg HTTP/1.1" 201 0
2026-03-30 10:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FEK61RVV%252F2026-03-30%252Fimage%252Fcf73ac31-fd09-4ff0-a01e-de483a4bae1a_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:04:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EK61RVV/2026-03-30/image/cf73ac31-fd09-4ff0-a01e-de483a4bae1a_removebg.jpg?w=600 saved to cache
2026-03-30 10:04:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 38c16696-76ae-5009-b143-8aac901235d3
2026-03-30 10:04:27 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120869844, 'registration': 'LF68DND', 'account': 'WBA003', 'make': 'KIA', 'model': 'SPORTAGE DIESEL ESTATE', 'derivative': '1.7 CRDi ISG 3 5dr DCT Auto [Panoramic Roof]', 'mileage': 85939, 'mileageWarranty': True, 'type': 'car', 'saleId': 19238, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 728}, 'saleStart': '2026-04-06T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2018-09-03', 'fuel': 'Diesel', 'motExpiry': '2026-12-09', 'doors': 5, 'engineSize': 1685, 'bodyType': 'Estate', 'images': None, 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'UKCGR - Select', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '4', 'v5': False, 'v5details': None, 'co2': 129, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:04:27 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120869844, 'registration': 'LF68DND', 'account': 'WBA003', 'make': 'KIA', 'model': 'SPORTAGE DIESEL ESTATE', 'derivative': '1.7 CRDi ISG 3 5dr DCT Auto [Panoramic Roof]', 'mileage': 85939, 'mileageWarranty': True, 'type': 'car', 'saleId': 19238, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 728}, 'saleStart': '2026-04-06T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2018-09-03', 'fuel': 'Diesel', 'motExpiry': '2026-12-09', 'doors': 5, 'engineSize': 1685, 'bodyType': 'Estate', 'images': None, 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'UKCGR - Select', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '4', 'v5': False, 'v5details': None, 'co2': 129, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:04:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 27741d38-38f7-584f-b630-083de5bb937b with identifier: 120869844
2026-03-30 10:04:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 27741d38-38f7-584f-b630-083de5bb937b with scrape type 1
2026-03-30 10:04:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 0 photos for item 27741d38-38f7-584f-b630-083de5bb937b
2026-03-30 10:04:27 [crawlers.middlewares.photo_download_middleware] INFO: No photos to download for item 27741d38-38f7-584f-b630-083de5bb937b
2026-03-30 10:04:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 27741d38-38f7-584f-b630-083de5bb937b, identifier: 120869844
2026-03-30 10:04:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/CX65YUC/2026-03-30/image/ee359105-e0d8-4787-860c-7ee48627cb10_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120869629?view=catalogue)
2026-03-30 10:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FGL57EEH%252F2026-03-30%252Fimage%252F1aaa0278-e364-4145-9768-2fae11ffad4b_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:04:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/GL57EEH/2026-03-30/image/1aaa0278-e364-4145-9768-2fae11ffad4b_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FEF16BKA%252F2026-03-27%252Fimage%252F6bbf0c79-eccd-4a78-9f30-97065c878d13_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:04:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EF16BKA/2026-03-27/image/6bbf0c79-eccd-4a78-9f30-97065c878d13_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FCX65YUC%252F2026-03-30%252Fimage%252Fdcfc5785-bd92-4425-95c3-6ac6229e920b_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:04:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/CX65YUC/2026-03-30/image/dcfc5785-bd92-4425-95c3-6ac6229e920b_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:04:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120862985?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:04:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 27741d38-38f7-584f-b630-083de5bb937b with identifier: 120869844
2026-03-30 10:04:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 27741d38-38f7-584f-b630-083de5bb937b with identifier: 120869844
2026-03-30 10:04:27 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 27741d38-38f7-584f-b630-083de5bb937b with identifier: 120869844 to the API
2026-03-30 10:04:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:04:27 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:04:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120869844?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 129,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.7L',
'expiration_date': '2026-04-06T12:00:00Z',
'fuel_type': 'Diesel',
'id': '27741d38-38f7-584f-b630-083de5bb937b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'LF68DND',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120869844',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'KIA',
'model': 'SPORTAGE DIESEL ESTATE',
'odometer': 85939,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-09-03',
'seller_name': 'UKCGR - Select',
'title': 'KIA SPORTAGE DIESEL ESTATE 1.7 CRDi ISG 3 5dr DCT Auto [Panoramic '
'Roof]',
'transmission': 'automatic',
'trim': '1.7 CRDi ISG 3 5dr DCT Auto [Panoramic Roof]',
'vin': None,
'year': 2018}
2026-03-30 10:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120869844%27 HTTP/1.1" 200 None
2026-03-30 10:04:27 [astonbarclay.gb] INFO: Saving data for 120869844: {'created_time': 1774865067.719122, 'last_price_update_time': 1774865067.719134, 'auction_closing_time': 1775476800.0}
2026-03-30 10:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120869844') HTTP/1.1" 204 0
2026-03-30 10:04:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/GL57EEH/2026-03-30/image/97daec89-4d78-4b13-ab25-415bbffd07f2_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120868322?view=catalogue)
2026-03-30 10:04:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/GL57EEH/2026-03-30/image/4bbadaad-c5ff-43c7-9404-3736cafe2a86_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120868322?view=catalogue)
2026-03-30 10:04:27 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:04:27 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:04:27 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f43651d1d90>
2026-03-30 10:04:27 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:04:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:04:27 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:04:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_38c16696-76ae-5009-b143-8aac901235d3/38c16696-76ae-5009-b143-8aac901235d3_image_6.jpg HTTP/1.1" 201 0
2026-03-30 10:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FEK61RVV%252F2026-03-30%252Fimage%252F18c5edc6-3048-4f3d-91da-3a111228f7f9_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:04:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EK61RVV/2026-03-30/image/18c5edc6-3048-4f3d-91da-3a111228f7f9_removebg.jpg?w=600 saved to cache
2026-03-30 10:04:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 38c16696-76ae-5009-b143-8aac901235d3
2026-03-30 10:04:27 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:04:27 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f43654b8f10>
2026-03-30 10:04:27 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:04:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:04:27 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:04:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_38c16696-76ae-5009-b143-8aac901235d3/38c16696-76ae-5009-b143-8aac901235d3_image_8.jpg HTTP/1.1" 201 0
2026-03-30 10:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FEK61RVV%252F2026-03-30%252Fimage%252Fc4ba0660-2a04-43e8-a772-f9eea0df91b1_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:04:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EK61RVV/2026-03-30/image/c4ba0660-2a04-43e8-a772-f9eea0df91b1_removebg.jpg?w=600 saved to cache
2026-03-30 10:04:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 38c16696-76ae-5009-b143-8aac901235d3
2026-03-30 10:04:27 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 38c16696-76ae-5009-b143-8aac901235d3, skipping ID generation
2026-03-30 10:04:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 38c16696-76ae-5009-b143-8aac901235d3 with scrape type 1
2026-03-30 10:04:27 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 38c16696-76ae-5009-b143-8aac901235d3 sending to next pipeline
2026-03-30 10:04:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 38c16696-76ae-5009-b143-8aac901235d3, identifier: 120868950
2026-03-30 10:04:27 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:04:27 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f43654bae50>
2026-03-30 10:04:27 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:04:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:04:27 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:04:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e6aa9364-094e-59c2-9310-304dfcacee6b/e6aa9364-094e-59c2-9310-304dfcacee6b_image_0.jpg HTTP/1.1" 201 0
2026-03-30 10:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FEF16BKA%252F2026-03-27%252Fimage%252F8e1207d6-ce3b-4c28-b24c-490e5df3484c_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:04:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EF16BKA/2026-03-27/image/8e1207d6-ce3b-4c28-b24c-490e5df3484c_removebg.jpg?w=600 saved to cache
2026-03-30 10:04:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item e6aa9364-094e-59c2-9310-304dfcacee6b
2026-03-30 10:04:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/EF16BKA/2026-03-27/image/4403d6dd-4074-4245-bc11-47ac0423a55f_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120856984?view=catalogue)
2026-03-30 10:04:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/CX65YUC/2026-03-30/image/b1a61127-d2c1-4135-bebd-f3209b2ca693_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120869629?view=catalogue)
2026-03-30 10:04:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FGL57EEH%252F2026-03-30%252Fimage%252F4d2deebe-482f-4f65-bf85-936ca12b7c9f_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:04:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/GL57EEH/2026-03-30/image/4d2deebe-482f-4f65-bf85-936ca12b7c9f_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:04:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FEF16BKA%252F2026-03-27%252Fimage%252F24090ef2-3ac1-411c-b19a-74354a46cb5b_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:04:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EF16BKA/2026-03-27/image/24090ef2-3ac1-411c-b19a-74354a46cb5b_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:04:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FCX65YUC%252F2026-03-30%252Fimage%252F89de8ba9-a2fe-45b4-b739-09682d4de763_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:04:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/CX65YUC/2026-03-30/image/89de8ba9-a2fe-45b4-b739-09682d4de763_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:04:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120868968?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:04:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 38c16696-76ae-5009-b143-8aac901235d3 with identifier: 120868950
2026-03-30 10:04:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 38c16696-76ae-5009-b143-8aac901235d3 with identifier: 120868950
2026-03-30 10:04:28 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 38c16696-76ae-5009-b143-8aac901235d3 with identifier: 120868950 to the API
2026-03-30 10:04:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:04:28 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:04:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://abimg003.imgix.net/EK61RVV/2026-03-30/image/c4ba0660-2a04-43e8-a772-f9eea0df91b1_removebg.jpg?w=600>
{'auction_title': '',
'c_o_2_emission_value': 175,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 4,
'emission_standard': 'EURO 5',
'engine': '2.0L',
'expiration_date': '2026-04-06T12:00:00Z',
'fuel_type': 'Petrol',
'id': '38c16696-76ae-5009-b143-8aac901235d3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'EK61RVV',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120868950',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'AUDI',
'model': 'A4 SALOON',
'odometer': 59034,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 9,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_38c16696-76ae-5009-b143-8aac901235d3/38c16696-76ae-5009-b143-8aac901235d3_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 32773,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/EK61RVV/2026-03-30/image/b3f39d96-c9d0-4049-8814-22b85c57f3ba_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_38c16696-76ae-5009-b143-8aac901235d3/38c16696-76ae-5009-b143-8aac901235d3_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 35915,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/EK61RVV/2026-03-30/image/d46dc8b3-f99d-42ec-9eb9-f6330239d439_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_38c16696-76ae-5009-b143-8aac901235d3/38c16696-76ae-5009-b143-8aac901235d3_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 32429,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/EK61RVV/2026-03-30/image/db79a58d-7609-4b39-8b90-8143b270cfd0_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_38c16696-76ae-5009-b143-8aac901235d3/38c16696-76ae-5009-b143-8aac901235d3_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 33359,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/EK61RVV/2026-03-30/image/e4e276b9-c2b6-4160-b861-1f8a4fd7602b_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_38c16696-76ae-5009-b143-8aac901235d3/38c16696-76ae-5009-b143-8aac901235d3_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 54017,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/EK61RVV/2026-03-30/image/17c8b593-80d8-4b43-8575-6837544b873f_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_38c16696-76ae-5009-b143-8aac901235d3/38c16696-76ae-5009-b143-8aac901235d3_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 52207,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/EK61RVV/2026-03-30/image/1c35fe2c-25ba-4fb1-be96-4072ab79b994_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_38c16696-76ae-5009-b143-8aac901235d3/38c16696-76ae-5009-b143-8aac901235d3_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 49949,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/EK61RVV/2026-03-30/image/18c5edc6-3048-4f3d-91da-3a111228f7f9_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_38c16696-76ae-5009-b143-8aac901235d3/38c16696-76ae-5009-b143-8aac901235d3_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 45977,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/EK61RVV/2026-03-30/image/cf73ac31-fd09-4ff0-a01e-de483a4bae1a_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_38c16696-76ae-5009-b143-8aac901235d3/38c16696-76ae-5009-b143-8aac901235d3_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 42593,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/EK61RVV/2026-03-30/image/c4ba0660-2a04-43e8-a772-f9eea0df91b1_removebg.jpg?w=600',
'Width': 600}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2011-09-30',
'seller_name': 'UKCGR - Trade',
'title': 'AUDI A4 SALOON 2.0T FSI Quattro SE 4dr S Tronic',
'transmission': 'automatic',
'trim': '2.0T FSI Quattro SE 4dr S Tronic',
'vin': None,
'year': 2011}
2026-03-30 10:04:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120868950%27 HTTP/1.1" 200 None
2026-03-30 10:04:28 [astonbarclay.gb] INFO: Saving data for 120868950: {'created_time': 1774865068.59135, 'last_price_update_time': 1774865068.591367, 'auction_closing_time': 1775476800.0}
2026-03-30 10:04:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120868950') HTTP/1.1" 204 0
2026-03-30 10:04:28 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:04:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120862604?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:04:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120866316?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:04:28 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:04:28 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f4364fe99d0>
2026-03-30 10:04:28 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:04:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:04:28 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:04:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3acc3ebf-4a22-5136-8269-45495f30d595/3acc3ebf-4a22-5136-8269-45495f30d595_image_0.jpg HTTP/1.1" 201 0
2026-03-30 10:04:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FCX65YUC%252F2026-03-30%252Fimage%252Fee359105-e0d8-4787-860c-7ee48627cb10_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:04:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/CX65YUC/2026-03-30/image/ee359105-e0d8-4787-860c-7ee48627cb10_removebg.jpg?w=600 saved to cache
2026-03-30 10:04:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 3acc3ebf-4a22-5136-8269-45495f30d595
2026-03-30 10:04:28 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120862985, 'registration': 'OY08MGV', 'account': 'WBA004', 'make': 'CHRYSLER', 'model': 'GRAND VOYAGER', 'derivative': '3.8 V6 Limited 5dr Auto', 'mileage': 130567, 'mileageWarranty': True, 'type': 'car', 'saleId': 19238, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 728}, 'saleStart': '2026-04-06T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2008-03-01', 'fuel': 'Petrol', 'motExpiry': '2026-05-07', 'doors': 5, 'engineSize': 2777, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/OY08MGV/2026-03-28/image/92df8ff3-b6d4-4e63-b709-b5677e77bb2c_removebg.jpg?w=600', 'https://abimg003.imgix.net/OY08MGV/2026-03-28/image/36d422dc-732b-4bc1-8dc1-b9a2666cce2c_removebg.jpg?w=600', 'https://abimg003.imgix.net/OY08MGV/2026-03-28/image/ea432564-6b68-4e1a-a115-5932a735e913_removebg.jpg?w=600', 'https://abimg003.imgix.net/OY08MGV/2026-03-28/image/06a19ab1-d9a9-44ab-a2d9-3d901057baba_removebg.jpg?w=600', 'https://abimg003.imgix.net/OY08MGV/2026-03-28/image/5844e6e6-6177-4493-bea5-2c5fdc2e56fb_removebg.jpg?w=600', 'https://abimg003.imgix.net/OY08MGV/2026-03-28/image/b1fecc6a-b3b6-4e70-94de-1c5a4fa828bd_removebg.jpg?w=600', 'https://abimg003.imgix.net/OY08MGV/2026-03-28/image/891575f7-92ee-4f68-aed2-f3a8f3b3837b_removebg.jpg?w=600', 'https://abimg003.imgix.net/OY08MGV/2026-03-28/image/7981744c-a891-45e5-b408-a0630fac26d5_removebg.jpg?w=600', 'https://abimg003.imgix.net/OY08MGV/2026-03-28/image/2c8c0eff-5d24-4c48-b6ec-af729e0c9915_removebg.jpg?w=600', 'https://abimg003.imgix.net/OY08MGV/2026-03-28/image/462a06d9-8485-4048-86d3-71b2bc45d617_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '4', 'v5': False, 'v5details': None, 'co2': 247, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/e187a469-0504-434c-831f-caef9e887e9b.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:04:28 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120862985, 'registration': 'OY08MGV', 'account': 'WBA004', 'make': 'CHRYSLER', 'model': 'GRAND VOYAGER', 'derivative': '3.8 V6 Limited 5dr Auto', 'mileage': 130567, 'mileageWarranty': True, 'type': 'car', 'saleId': 19238, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 728}, 'saleStart': '2026-04-06T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2008-03-01', 'fuel': 'Petrol', 'motExpiry': '2026-05-07', 'doors': 5, 'engineSize': 2777, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/OY08MGV/2026-03-28/image/92df8ff3-b6d4-4e63-b709-b5677e77bb2c_removebg.jpg?w=600', 'https://abimg003.imgix.net/OY08MGV/2026-03-28/image/36d422dc-732b-4bc1-8dc1-b9a2666cce2c_removebg.jpg?w=600', 'https://abimg003.imgix.net/OY08MGV/2026-03-28/image/ea432564-6b68-4e1a-a115-5932a735e913_removebg.jpg?w=600', 'https://abimg003.imgix.net/OY08MGV/2026-03-28/image/06a19ab1-d9a9-44ab-a2d9-3d901057baba_removebg.jpg?w=600', 'https://abimg003.imgix.net/OY08MGV/2026-03-28/image/5844e6e6-6177-4493-bea5-2c5fdc2e56fb_removebg.jpg?w=600', 'https://abimg003.imgix.net/OY08MGV/2026-03-28/image/b1fecc6a-b3b6-4e70-94de-1c5a4fa828bd_removebg.jpg?w=600', 'https://abimg003.imgix.net/OY08MGV/2026-03-28/image/891575f7-92ee-4f68-aed2-f3a8f3b3837b_removebg.jpg?w=600', 'https://abimg003.imgix.net/OY08MGV/2026-03-28/image/7981744c-a891-45e5-b408-a0630fac26d5_removebg.jpg?w=600', 'https://abimg003.imgix.net/OY08MGV/2026-03-28/image/2c8c0eff-5d24-4c48-b6ec-af729e0c9915_removebg.jpg?w=600', 'https://abimg003.imgix.net/OY08MGV/2026-03-28/image/462a06d9-8485-4048-86d3-71b2bc45d617_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '4', 'v5': False, 'v5details': None, 'co2': 247, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/e187a469-0504-434c-831f-caef9e887e9b.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:04:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bb52be8d-60b4-53af-8e61-1a7c614bd62c with identifier: 120862985
2026-03-30 10:04:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bb52be8d-60b4-53af-8e61-1a7c614bd62c with scrape type 1
2026-03-30 10:04:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item bb52be8d-60b4-53af-8e61-1a7c614bd62c
2026-03-30 10:04:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FOY08MGV%252F2026-03-28%252Fimage%252F92df8ff3-b6d4-4e63-b709-b5677e77bb2c_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:04:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/OY08MGV/2026-03-28/image/92df8ff3-b6d4-4e63-b709-b5677e77bb2c_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:04:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FGL57EEH%252F2026-03-30%252Fimage%252F28153079-adfc-45e1-9508-23c232c91104_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:04:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/GL57EEH/2026-03-30/image/28153079-adfc-45e1-9508-23c232c91104_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:04:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FEF16BKA%252F2026-03-27%252Fimage%252F63563d13-fbc8-4d27-8746-1efab872721e_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:04:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EF16BKA/2026-03-27/image/63563d13-fbc8-4d27-8746-1efab872721e_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:04:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FCX65YUC%252F2026-03-30%252Fimage%252F4bf19e6b-eae7-4002-8187-f86f85f2a66a_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:04:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/CX65YUC/2026-03-30/image/4bf19e6b-eae7-4002-8187-f86f85f2a66a_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:04:28 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:04:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120868239?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:04:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120862756?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:04:28 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:04:28 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f43665176d0>
2026-03-30 10:04:28 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:04:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:04:28 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:04:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_044b4a37-2aaa-5b9c-9d61-955325d183ac/044b4a37-2aaa-5b9c-9d61-955325d183ac_image_0.jpg HTTP/1.1" 201 0
2026-03-30 10:04:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FGL57EEH%252F2026-03-30%252Fimage%252F97daec89-4d78-4b13-ab25-415bbffd07f2_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:04:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/GL57EEH/2026-03-30/image/97daec89-4d78-4b13-ab25-415bbffd07f2_removebg.jpg?w=600 saved to cache
2026-03-30 10:04:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 044b4a37-2aaa-5b9c-9d61-955325d183ac
2026-03-30 10:04:28 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:04:28 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f436548d610>
2026-03-30 10:04:28 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:04:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:04:28 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:04:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_044b4a37-2aaa-5b9c-9d61-955325d183ac/044b4a37-2aaa-5b9c-9d61-955325d183ac_image_1.jpg HTTP/1.1" 201 0
2026-03-30 10:04:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FGL57EEH%252F2026-03-30%252Fimage%252F4bbadaad-c5ff-43c7-9404-3736cafe2a86_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:04:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/GL57EEH/2026-03-30/image/4bbadaad-c5ff-43c7-9404-3736cafe2a86_removebg.jpg?w=600 saved to cache
2026-03-30 10:04:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 044b4a37-2aaa-5b9c-9d61-955325d183ac
2026-03-30 10:04:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FOY08MGV%252F2026-03-28%252Fimage%252F36d422dc-732b-4bc1-8dc1-b9a2666cce2c_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:04:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/OY08MGV/2026-03-28/image/36d422dc-732b-4bc1-8dc1-b9a2666cce2c_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:04:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120866963?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:04:28 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:04:28 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f43651a4950>
2026-03-30 10:04:28 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:04:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:04:28 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:04:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e6aa9364-094e-59c2-9310-304dfcacee6b/e6aa9364-094e-59c2-9310-304dfcacee6b_image_1.jpg HTTP/1.1" 201 0
2026-03-30 10:04:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FEF16BKA%252F2026-03-27%252Fimage%252F4403d6dd-4074-4245-bc11-47ac0423a55f_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:04:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EF16BKA/2026-03-27/image/4403d6dd-4074-4245-bc11-47ac0423a55f_removebg.jpg?w=600 saved to cache
2026-03-30 10:04:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item e6aa9364-094e-59c2-9310-304dfcacee6b
2026-03-30 10:04:28 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:04:28 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f4367b89190>
2026-03-30 10:04:28 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:04:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:04:28 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:04:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3acc3ebf-4a22-5136-8269-45495f30d595/3acc3ebf-4a22-5136-8269-45495f30d595_image_1.jpg HTTP/1.1" 201 0
2026-03-30 10:04:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FCX65YUC%252F2026-03-30%252Fimage%252Fb1a61127-d2c1-4135-bebd-f3209b2ca693_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:04:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/CX65YUC/2026-03-30/image/b1a61127-d2c1-4135-bebd-f3209b2ca693_removebg.jpg?w=600 saved to cache
2026-03-30 10:04:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 3acc3ebf-4a22-5136-8269-45495f30d595
2026-03-30 10:04:29 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120868968, 'registration': 'AK56TAV', 'account': 'WBA004', 'make': 'VOLKSWAGEN', 'model': 'GOLF HATCHBACK', 'derivative': '1.4 S 80 5dr [AC]', 'mileage': 59286, 'mileageWarranty': True, 'type': 'car', 'saleId': 19238, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 728}, 'saleStart': '2026-04-06T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2006-12-12', 'fuel': 'Petrol', 'motExpiry': '2026-08-12', 'doors': 5, 'engineSize': 1390, 'bodyType': 'Hatchback', 'images': None, 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': False, 'v5details': None, 'co2': 168, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/63498b68-9bbc-4ece-a234-bd8ea2810068.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:04:29 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120868968, 'registration': 'AK56TAV', 'account': 'WBA004', 'make': 'VOLKSWAGEN', 'model': 'GOLF HATCHBACK', 'derivative': '1.4 S 80 5dr [AC]', 'mileage': 59286, 'mileageWarranty': True, 'type': 'car', 'saleId': 19238, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 728}, 'saleStart': '2026-04-06T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2006-12-12', 'fuel': 'Petrol', 'motExpiry': '2026-08-12', 'doors': 5, 'engineSize': 1390, 'bodyType': 'Hatchback', 'images': None, 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': False, 'v5details': None, 'co2': 168, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/63498b68-9bbc-4ece-a234-bd8ea2810068.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:04:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 715f52c0-ebeb-5629-90fd-43575cf7cc37 with identifier: 120868968
2026-03-30 10:04:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 715f52c0-ebeb-5629-90fd-43575cf7cc37 with scrape type 1
2026-03-30 10:04:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 0 photos for item 715f52c0-ebeb-5629-90fd-43575cf7cc37
2026-03-30 10:04:29 [crawlers.middlewares.photo_download_middleware] INFO: No photos to download for item 715f52c0-ebeb-5629-90fd-43575cf7cc37
2026-03-30 10:04:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 715f52c0-ebeb-5629-90fd-43575cf7cc37, identifier: 120868968
2026-03-30 10:04:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/GL57EEH/2026-03-30/image/e2bbf71b-0c52-44f0-bd8d-cd265c03e435_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120868322?view=catalogue)
2026-03-30 10:04:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/CX65YUC/2026-03-30/image/da6499a3-03f5-47b9-8f98-514c16aa4ae8_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120869629?view=catalogue)
2026-03-30 10:04:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/EF16BKA/2026-03-27/image/5ecdc417-e97b-4d8e-8b36-31bf9a9d275d_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120856984?view=catalogue)
2026-03-30 10:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04: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%252FGL57EEH%252F2026-03-30%252Fimage%252F594d2325-8368-46ab-af8f-762329602c20_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:04:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/GL57EEH/2026-03-30/image/594d2325-8368-46ab-af8f-762329602c20_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04: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%252FEF16BKA%252F2026-03-27%252Fimage%252Fe1f0fc5d-8179-43ef-ba3f-5765547745f6_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:04:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EF16BKA/2026-03-27/image/e1f0fc5d-8179-43ef-ba3f-5765547745f6_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04: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%252FCX65YUC%252F2026-03-30%252Fimage%252F65f66b48-674d-4161-93bc-3e3869821e62_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:04:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/CX65YUC/2026-03-30/image/65f66b48-674d-4161-93bc-3e3869821e62_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:04:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 715f52c0-ebeb-5629-90fd-43575cf7cc37 with identifier: 120868968
2026-03-30 10:04:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 715f52c0-ebeb-5629-90fd-43575cf7cc37 with identifier: 120868968
2026-03-30 10:04:29 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 715f52c0-ebeb-5629-90fd-43575cf7cc37 with identifier: 120868968 to the API
2026-03-30 10:04:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:04:29 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:04:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120868968?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 168,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 4',
'engine': '1.4L',
'expiration_date': '2026-04-06T12:00:00Z',
'fuel_type': 'Petrol',
'id': '715f52c0-ebeb-5629-90fd-43575cf7cc37',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'AK56TAV',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120868968',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'VOLKSWAGEN',
'model': 'GOLF HATCHBACK',
'odometer': 59286,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2006-12-12',
'seller_name': 'UKCGR - Trade',
'title': 'VOLKSWAGEN GOLF HATCHBACK 1.4 S 80 5dr [AC]',
'transmission': 'manual',
'trim': '1.4 S 80 5dr [AC]',
'vin': None,
'year': 2006}
2026-03-30 10:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120868968%27 HTTP/1.1" 200 None
2026-03-30 10:04:29 [astonbarclay.gb] INFO: Saving data for 120868968: {'created_time': 1774865069.707836, 'last_price_update_time': 1774865069.707849, 'auction_closing_time': 1775476800.0}
2026-03-30 10:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120868968') HTTP/1.1" 204 0
2026-03-30 10:04:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/CX65YUC/2026-03-30/image/dcfc5785-bd92-4425-95c3-6ac6229e920b_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120869629?view=catalogue)
2026-03-30 10:04:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/EF16BKA/2026-03-27/image/bf8d4f74-cab2-44f2-ae99-a04e6416a05e_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120856984?view=catalogue)
2026-03-30 10:04:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/EF16BKA/2026-03-27/image/6bbf0c79-eccd-4a78-9f30-97065c878d13_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120856984?view=catalogue)
2026-03-30 10:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04: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%252FOY08MGV%252F2026-03-28%252Fimage%252Fea432564-6b68-4e1a-a115-5932a735e913_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:04:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/OY08MGV/2026-03-28/image/ea432564-6b68-4e1a-a115-5932a735e913_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:04:29 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:04:29 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:04:29 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120862604, 'registration': 'LM59YCL', 'account': 'WBA004', 'make': 'VAUXHALL', 'model': 'ASTRA HATCHBACK', 'derivative': '1.8i VVT Design 5dr Auto', 'mileage': 104590, 'mileageWarranty': True, 'type': 'car', 'saleId': 19238, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 728}, 'saleStart': '2026-04-06T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2009-12-09', 'fuel': 'Petrol', 'motExpiry': '2026-12-09', 'doors': 5, 'engineSize': 1796, 'bodyType': 'Hatchback', 'images': None, 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': False, 'v5details': None, 'co2': 184, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/a2c57747-fac3-44cc-ab41-85f7a6604111.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:04:29 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120862604, 'registration': 'LM59YCL', 'account': 'WBA004', 'make': 'VAUXHALL', 'model': 'ASTRA HATCHBACK', 'derivative': '1.8i VVT Design 5dr Auto', 'mileage': 104590, 'mileageWarranty': True, 'type': 'car', 'saleId': 19238, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 728}, 'saleStart': '2026-04-06T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2009-12-09', 'fuel': 'Petrol', 'motExpiry': '2026-12-09', 'doors': 5, 'engineSize': 1796, 'bodyType': 'Hatchback', 'images': None, 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': False, 'v5details': None, 'co2': 184, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/a2c57747-fac3-44cc-ab41-85f7a6604111.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:04:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c6ab89f0-c965-58f0-a5eb-05c09c76fae8 with identifier: 120862604
2026-03-30 10:04:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c6ab89f0-c965-58f0-a5eb-05c09c76fae8 with scrape type 1
2026-03-30 10:04:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 0 photos for item c6ab89f0-c965-58f0-a5eb-05c09c76fae8
2026-03-30 10:04:29 [crawlers.middlewares.photo_download_middleware] INFO: No photos to download for item c6ab89f0-c965-58f0-a5eb-05c09c76fae8
2026-03-30 10:04:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: c6ab89f0-c965-58f0-a5eb-05c09c76fae8, identifier: 120862604
2026-03-30 10:04:29 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120866316, 'registration': 'EA14FJD', 'account': 'WBA004', 'make': 'VAUXHALL', 'model': 'ANTARA DIESEL ESTATE', 'derivative': '2.2 CDTi Exclusiv 5dr [Start Stop]', 'mileage': 53154, 'mileageWarranty': True, 'type': 'car', 'saleId': 19238, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 728}, 'saleStart': '2026-04-06T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2014-06-30', 'fuel': 'Diesel', 'motExpiry': '2026-06-29', 'doors': 5, 'engineSize': 2231, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/EA14FJD/2026-03-28/image/7537d7f0-b6b6-4324-bb2a-534682dc68a9_removebg.jpg?w=600', 'https://abimg003.imgix.net/EA14FJD/2026-03-28/image/933cbac3-b15a-4288-8912-b83657bf6e37_removebg.jpg?w=600', 'https://abimg003.imgix.net/EA14FJD/2026-03-28/image/5bb4075d-0458-4f97-a5bb-d28dff72c6dc_removebg.jpg?w=600', 'https://abimg003.imgix.net/EA14FJD/2026-03-28/image/7a68c8b8-5740-45bb-87e7-91a31c4ec92b_removebg.jpg?w=600', 'https://abimg003.imgix.net/EA14FJD/2026-03-28/image/edb982aa-6266-4d7c-9bbc-67c941b04763_removebg.jpg?w=600', 'https://abimg003.imgix.net/EA14FJD/2026-03-28/image/4136f2d6-ceba-4f71-8b5e-c89dfacc4f84_removebg.jpg?w=600', 'https://abimg003.imgix.net/EA14FJD/2026-03-28/image/f378594c-da00-4d8d-ab78-99d537910af0_removebg.jpg?w=600', 'https://abimg003.imgix.net/EA14FJD/2026-03-28/image/13ca9c67-515f-4c37-9b71-0891bc783b14_removebg.jpg?w=600', 'https://abimg003.imgix.net/EA14FJD/2026-03-28/image/e5bd9033-2619-473e-9c0e-bde51e61d06b_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': False, 'v5details': None, 'co2': 177, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/037c0750-5534-42d7-a72b-239a7a9761f7.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:04:29 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120866316, 'registration': 'EA14FJD', 'account': 'WBA004', 'make': 'VAUXHALL', 'model': 'ANTARA DIESEL ESTATE', 'derivative': '2.2 CDTi Exclusiv 5dr [Start Stop]', 'mileage': 53154, 'mileageWarranty': True, 'type': 'car', 'saleId': 19238, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 728}, 'saleStart': '2026-04-06T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2014-06-30', 'fuel': 'Diesel', 'motExpiry': '2026-06-29', 'doors': 5, 'engineSize': 2231, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/EA14FJD/2026-03-28/image/7537d7f0-b6b6-4324-bb2a-534682dc68a9_removebg.jpg?w=600', 'https://abimg003.imgix.net/EA14FJD/2026-03-28/image/933cbac3-b15a-4288-8912-b83657bf6e37_removebg.jpg?w=600', 'https://abimg003.imgix.net/EA14FJD/2026-03-28/image/5bb4075d-0458-4f97-a5bb-d28dff72c6dc_removebg.jpg?w=600', 'https://abimg003.imgix.net/EA14FJD/2026-03-28/image/7a68c8b8-5740-45bb-87e7-91a31c4ec92b_removebg.jpg?w=600', 'https://abimg003.imgix.net/EA14FJD/2026-03-28/image/edb982aa-6266-4d7c-9bbc-67c941b04763_removebg.jpg?w=600', 'https://abimg003.imgix.net/EA14FJD/2026-03-28/image/4136f2d6-ceba-4f71-8b5e-c89dfacc4f84_removebg.jpg?w=600', 'https://abimg003.imgix.net/EA14FJD/2026-03-28/image/f378594c-da00-4d8d-ab78-99d537910af0_removebg.jpg?w=600', 'https://abimg003.imgix.net/EA14FJD/2026-03-28/image/13ca9c67-515f-4c37-9b71-0891bc783b14_removebg.jpg?w=600', 'https://abimg003.imgix.net/EA14FJD/2026-03-28/image/e5bd9033-2619-473e-9c0e-bde51e61d06b_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': False, 'v5details': None, 'co2': 177, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/037c0750-5534-42d7-a72b-239a7a9761f7.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:04:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2be9e053-dd65-51fd-9bca-504d17d3f804 with identifier: 120866316
2026-03-30 10:04:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2be9e053-dd65-51fd-9bca-504d17d3f804 with scrape type 1
2026-03-30 10:04:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 9 photos for item 2be9e053-dd65-51fd-9bca-504d17d3f804
2026-03-30 10:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04: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%252FEA14FJD%252F2026-03-28%252Fimage%252F7537d7f0-b6b6-4324-bb2a-534682dc68a9_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:04:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EA14FJD/2026-03-28/image/7537d7f0-b6b6-4324-bb2a-534682dc68a9_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:04:29 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120868239, 'registration': 'RE64YND', 'account': 'WBA004', 'make': 'HYUNDAI', 'model': 'I30 HATCHBACK', 'derivative': '1.6 Active 5dr Auto', 'mileage': 84397, 'mileageWarranty': True, 'type': 'car', 'saleId': 19238, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 728}, 'saleStart': '2026-04-06T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2014-11-28', 'fuel': 'Petrol', 'motExpiry': '2026-08-24', 'doors': 5, 'engineSize': 1591, 'bodyType': 'Hatchback', 'images': None, 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': False, 'v5details': None, 'co2': 159, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/7c51b93b-41d1-4ee6-8110-284b2fa33ab0.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:04:29 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120868239, 'registration': 'RE64YND', 'account': 'WBA004', 'make': 'HYUNDAI', 'model': 'I30 HATCHBACK', 'derivative': '1.6 Active 5dr Auto', 'mileage': 84397, 'mileageWarranty': True, 'type': 'car', 'saleId': 19238, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 728}, 'saleStart': '2026-04-06T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2014-11-28', 'fuel': 'Petrol', 'motExpiry': '2026-08-24', 'doors': 5, 'engineSize': 1591, 'bodyType': 'Hatchback', 'images': None, 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': False, 'v5details': None, 'co2': 159, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/7c51b93b-41d1-4ee6-8110-284b2fa33ab0.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:04:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 403db550-e7fc-5ae6-9239-f3ddfdd9eaa2 with identifier: 120868239
2026-03-30 10:04:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 403db550-e7fc-5ae6-9239-f3ddfdd9eaa2 with scrape type 1
2026-03-30 10:04:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 0 photos for item 403db550-e7fc-5ae6-9239-f3ddfdd9eaa2
2026-03-30 10:04:29 [crawlers.middlewares.photo_download_middleware] INFO: No photos to download for item 403db550-e7fc-5ae6-9239-f3ddfdd9eaa2
2026-03-30 10:04:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 403db550-e7fc-5ae6-9239-f3ddfdd9eaa2, identifier: 120868239
2026-03-30 10:04:30 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120862756, 'registration': 'SB07PYA', 'account': 'WBA004', 'make': 'MITSUBISHI', 'model': 'SHOGUN DIESEL STATION WAGON', 'derivative': '3.2 DI-DC Diamond 5dr Auto', 'mileage': 80413, 'mileageWarranty': True, 'type': 'car', 'saleId': 19238, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 728}, 'saleStart': '2026-04-06T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2007-03-08', 'fuel': 'Diesel', 'motExpiry': '2027-03-05', 'doors': 5, 'engineSize': 3200, 'bodyType': 'Station Wagon', 'images': ['https://abimg003.imgix.net/SB07PYA/2026-03-30/image/00f8036e-36a0-4bbc-8c12-c8df1668f431_removebg.jpg?w=600', 'https://abimg003.imgix.net/SB07PYA/2026-03-30/image/73c7c5ac-7042-46d1-87e4-6ee356e6d7e1_removebg.jpg?w=600', 'https://abimg003.imgix.net/SB07PYA/2026-03-30/image/876aa68c-1f9c-4ca5-b270-f9f29ba7247a_removebg.jpg?w=600', 'https://abimg003.imgix.net/SB07PYA/2026-03-30/image/abe9b240-0cb3-4a29-9f0d-9705b343d9cb_removebg.jpg?w=600', 'https://abimg003.imgix.net/SB07PYA/2026-03-30/image/60c7abd0-2bc9-4ea2-a430-df38c55621c0_removebg.jpg?w=600', 'https://abimg003.imgix.net/SB07PYA/2026-03-30/image/173b4fdf-eafb-4b4e-8c95-ba89e9839eeb_removebg.jpg?w=600', 'https://abimg003.imgix.net/SB07PYA/2026-03-30/image/6cad096c-e1ba-4b42-8514-5abcfebba67c_removebg.jpg?w=600', 'https://abimg003.imgix.net/SB07PYA/2026-03-30/image/53a47767-ae18-48c7-a51e-8d21b93c4ff4_removebg.jpg?w=600', 'https://abimg003.imgix.net/SB07PYA/2026-03-30/image/5bc206b8-6ecf-4872-b8d3-9ab1bdba7bc9_removebg.jpg?w=600', 'https://abimg003.imgix.net/SB07PYA/2026-03-30/image/43c2faa6-156b-41ca-b302-3c53a432bd3e_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': False, 'v5details': None, 'co2': 280, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/c0184fcc-110d-4244-a11e-dc3d512d0251.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:04:30 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120862756, 'registration': 'SB07PYA', 'account': 'WBA004', 'make': 'MITSUBISHI', 'model': 'SHOGUN DIESEL STATION WAGON', 'derivative': '3.2 DI-DC Diamond 5dr Auto', 'mileage': 80413, 'mileageWarranty': True, 'type': 'car', 'saleId': 19238, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 728}, 'saleStart': '2026-04-06T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2007-03-08', 'fuel': 'Diesel', 'motExpiry': '2027-03-05', 'doors': 5, 'engineSize': 3200, 'bodyType': 'Station Wagon', 'images': ['https://abimg003.imgix.net/SB07PYA/2026-03-30/image/00f8036e-36a0-4bbc-8c12-c8df1668f431_removebg.jpg?w=600', 'https://abimg003.imgix.net/SB07PYA/2026-03-30/image/73c7c5ac-7042-46d1-87e4-6ee356e6d7e1_removebg.jpg?w=600', 'https://abimg003.imgix.net/SB07PYA/2026-03-30/image/876aa68c-1f9c-4ca5-b270-f9f29ba7247a_removebg.jpg?w=600', 'https://abimg003.imgix.net/SB07PYA/2026-03-30/image/abe9b240-0cb3-4a29-9f0d-9705b343d9cb_removebg.jpg?w=600', 'https://abimg003.imgix.net/SB07PYA/2026-03-30/image/60c7abd0-2bc9-4ea2-a430-df38c55621c0_removebg.jpg?w=600', 'https://abimg003.imgix.net/SB07PYA/2026-03-30/image/173b4fdf-eafb-4b4e-8c95-ba89e9839eeb_removebg.jpg?w=600', 'https://abimg003.imgix.net/SB07PYA/2026-03-30/image/6cad096c-e1ba-4b42-8514-5abcfebba67c_removebg.jpg?w=600', 'https://abimg003.imgix.net/SB07PYA/2026-03-30/image/53a47767-ae18-48c7-a51e-8d21b93c4ff4_removebg.jpg?w=600', 'https://abimg003.imgix.net/SB07PYA/2026-03-30/image/5bc206b8-6ecf-4872-b8d3-9ab1bdba7bc9_removebg.jpg?w=600', 'https://abimg003.imgix.net/SB07PYA/2026-03-30/image/43c2faa6-156b-41ca-b302-3c53a432bd3e_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': False, 'v5details': None, 'co2': 280, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/c0184fcc-110d-4244-a11e-dc3d512d0251.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:04:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 292841ce-dc7b-5fda-931b-af1b2a149a6a with identifier: 120862756
2026-03-30 10:04:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 292841ce-dc7b-5fda-931b-af1b2a149a6a with scrape type 1
2026-03-30 10:04:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 292841ce-dc7b-5fda-931b-af1b2a149a6a
2026-03-30 10:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04: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%252FSB07PYA%252F2026-03-30%252Fimage%252F00f8036e-36a0-4bbc-8c12-c8df1668f431_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:04:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/SB07PYA/2026-03-30/image/00f8036e-36a0-4bbc-8c12-c8df1668f431_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:04:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/GL57EEH/2026-03-30/image/1aaa0278-e364-4145-9768-2fae11ffad4b_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120868322?view=catalogue)
2026-03-30 10:04:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/CX65YUC/2026-03-30/image/89de8ba9-a2fe-45b4-b739-09682d4de763_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120869629?view=catalogue)
2026-03-30 10:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04: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%252FGL57EEH%252F2026-03-30%252Fimage%252F7e4cf25d-0975-4fbd-bb79-4f66021fda10_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:04:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/GL57EEH/2026-03-30/image/7e4cf25d-0975-4fbd-bb79-4f66021fda10_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04: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%252FEF16BKA%252F2026-03-27%252Fimage%252F697ca9cf-0c98-4869-9643-9e6322c6fbf4_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:04:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EF16BKA/2026-03-27/image/697ca9cf-0c98-4869-9643-9e6322c6fbf4_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04: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%252FCX65YUC%252F2026-03-30%252Fimage%252Fc13fa9e1-6735-48b8-b2de-0c9cf1be03cf_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:04:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/CX65YUC/2026-03-30/image/c13fa9e1-6735-48b8-b2de-0c9cf1be03cf_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:04:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: c6ab89f0-c965-58f0-a5eb-05c09c76fae8 with identifier: 120862604
2026-03-30 10:04:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: c6ab89f0-c965-58f0-a5eb-05c09c76fae8 with identifier: 120862604
2026-03-30 10:04:30 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: c6ab89f0-c965-58f0-a5eb-05c09c76fae8 with identifier: 120862604 to the API
2026-03-30 10:04:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:04:30 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:04:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120862604?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 184,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 4',
'engine': '1.8L',
'expiration_date': '2026-04-06T12:00:00Z',
'fuel_type': 'Petrol',
'id': 'c6ab89f0-c965-58f0-a5eb-05c09c76fae8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'LM59YCL',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120862604',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'VAUXHALL',
'model': 'ASTRA HATCHBACK',
'odometer': 104590,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2009-12-09',
'seller_name': 'UKCGR - Trade',
'title': 'VAUXHALL ASTRA HATCHBACK 1.8i VVT Design 5dr Auto',
'transmission': 'automatic',
'trim': '1.8i VVT Design 5dr Auto',
'vin': None,
'year': 2009}
2026-03-30 10:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120862604%27 HTTP/1.1" 200 None
2026-03-30 10:04:30 [astonbarclay.gb] INFO: Saving data for 120862604: {'created_time': 1774865070.662151, 'last_price_update_time': 1774865070.662165, 'auction_closing_time': 1775476800.0}
2026-03-30 10:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120862604') HTTP/1.1" 204 0
2026-03-30 10:04:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 403db550-e7fc-5ae6-9239-f3ddfdd9eaa2 with identifier: 120868239
2026-03-30 10:04:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 403db550-e7fc-5ae6-9239-f3ddfdd9eaa2 with identifier: 120868239
2026-03-30 10:04:30 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 403db550-e7fc-5ae6-9239-f3ddfdd9eaa2 with identifier: 120868239 to the API
2026-03-30 10:04:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:04:30 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:04:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120868239?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 159,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.6L',
'expiration_date': '2026-04-06T12:00:00Z',
'fuel_type': 'Petrol',
'id': '403db550-e7fc-5ae6-9239-f3ddfdd9eaa2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'RE64YND',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120868239',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'HYUNDAI',
'model': 'I30 HATCHBACK',
'odometer': 84397,
'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': 'UKCGR - Trade',
'title': 'HYUNDAI I30 HATCHBACK 1.6 Active 5dr Auto',
'transmission': 'automatic',
'trim': '1.6 Active 5dr Auto',
'vin': None,
'year': 2014}
2026-03-30 10:04:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120868239%27 HTTP/1.1" 200 None
2026-03-30 10:04:31 [astonbarclay.gb] INFO: Saving data for 120868239: {'created_time': 1774865071.383446, 'last_price_update_time': 1774865071.383459, 'auction_closing_time': 1775476800.0}
2026-03-30 10:04:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120868239') HTTP/1.1" 204 0
2026-03-30 10:04:31 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120866963, 'registration': 'DG58NNW', 'account': 'WBA004', 'make': 'TOYOTA', 'model': 'YARIS HATCHBACK', 'derivative': '1.0 VVT-i TR 5dr', 'mileage': 151094, 'mileageWarranty': True, 'type': 'car', 'saleId': 19238, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 728}, 'saleStart': '2026-04-06T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2008-09-05', 'fuel': 'Petrol', 'motExpiry': '2026-09-08', 'doors': 5, 'engineSize': 998, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/DG58NNW/2026-03-28/image/a74ff436-9df5-4c3d-bd0a-2251a4b31c02_removebg.jpg?w=600', 'https://abimg003.imgix.net/DG58NNW/2026-03-28/image/35db979e-32ce-44e6-a62e-4433832cfd09_removebg.jpg?w=600', 'https://abimg003.imgix.net/DG58NNW/2026-03-28/image/16b4edb9-8048-499a-b8ef-b0b1f71a485f_removebg.jpg?w=600', 'https://abimg003.imgix.net/DG58NNW/2026-03-28/image/7cbdb9d7-e4ab-44dc-ba85-7a016cb18325_removebg.jpg?w=600', 'https://abimg003.imgix.net/DG58NNW/2026-03-28/image/d2fd7018-2bfa-43c8-8fd7-e7c713224538_removebg.jpg?w=600', 'https://abimg003.imgix.net/DG58NNW/2026-03-28/image/4d5a7826-4cf2-45a0-b1c9-c1dcd1d089ed_removebg.jpg?w=600', 'https://abimg003.imgix.net/DG58NNW/2026-03-28/image/7dcc74bf-17c4-43e9-a61a-75d3a5ce0083_removebg.jpg?w=600', 'https://abimg003.imgix.net/DG58NNW/2026-03-28/image/af1b45da-1124-4d78-83cd-394ba5a25941_removebg.jpg?w=600', 'https://abimg003.imgix.net/DG58NNW/2026-03-28/image/0f9ea815-a7b8-42d6-955d-6ceb38e2d30a_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '5', 'v5': False, 'v5details': None, 'co2': 127, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/4b7214a6-06c6-4f4e-91d0-6ca4a149a2c7.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:04:31 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120866963, 'registration': 'DG58NNW', 'account': 'WBA004', 'make': 'TOYOTA', 'model': 'YARIS HATCHBACK', 'derivative': '1.0 VVT-i TR 5dr', 'mileage': 151094, 'mileageWarranty': True, 'type': 'car', 'saleId': 19238, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 728}, 'saleStart': '2026-04-06T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2008-09-05', 'fuel': 'Petrol', 'motExpiry': '2026-09-08', 'doors': 5, 'engineSize': 998, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/DG58NNW/2026-03-28/image/a74ff436-9df5-4c3d-bd0a-2251a4b31c02_removebg.jpg?w=600', 'https://abimg003.imgix.net/DG58NNW/2026-03-28/image/35db979e-32ce-44e6-a62e-4433832cfd09_removebg.jpg?w=600', 'https://abimg003.imgix.net/DG58NNW/2026-03-28/image/16b4edb9-8048-499a-b8ef-b0b1f71a485f_removebg.jpg?w=600', 'https://abimg003.imgix.net/DG58NNW/2026-03-28/image/7cbdb9d7-e4ab-44dc-ba85-7a016cb18325_removebg.jpg?w=600', 'https://abimg003.imgix.net/DG58NNW/2026-03-28/image/d2fd7018-2bfa-43c8-8fd7-e7c713224538_removebg.jpg?w=600', 'https://abimg003.imgix.net/DG58NNW/2026-03-28/image/4d5a7826-4cf2-45a0-b1c9-c1dcd1d089ed_removebg.jpg?w=600', 'https://abimg003.imgix.net/DG58NNW/2026-03-28/image/7dcc74bf-17c4-43e9-a61a-75d3a5ce0083_removebg.jpg?w=600', 'https://abimg003.imgix.net/DG58NNW/2026-03-28/image/af1b45da-1124-4d78-83cd-394ba5a25941_removebg.jpg?w=600', 'https://abimg003.imgix.net/DG58NNW/2026-03-28/image/0f9ea815-a7b8-42d6-955d-6ceb38e2d30a_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '5', 'v5': False, 'v5details': None, 'co2': 127, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/4b7214a6-06c6-4f4e-91d0-6ca4a149a2c7.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:04:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8ec1a23d-5ac1-5739-9dfd-4d64b2845b6d with identifier: 120866963
2026-03-30 10:04:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8ec1a23d-5ac1-5739-9dfd-4d64b2845b6d with scrape type 1
2026-03-30 10:04:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 9 photos for item 8ec1a23d-5ac1-5739-9dfd-4d64b2845b6d
2026-03-30 10:04:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04: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%252FDG58NNW%252F2026-03-28%252Fimage%252Fa74ff436-9df5-4c3d-bd0a-2251a4b31c02_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:04:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/DG58NNW/2026-03-28/image/a74ff436-9df5-4c3d-bd0a-2251a4b31c02_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:04:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/OY08MGV/2026-03-28/image/92df8ff3-b6d4-4e63-b709-b5677e77bb2c_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120862985?view=catalogue)
2026-03-30 10:04:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/EF16BKA/2026-03-27/image/24090ef2-3ac1-411c-b19a-74354a46cb5b_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120856984?view=catalogue)
2026-03-30 10:04:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/GL57EEH/2026-03-30/image/4d2deebe-482f-4f65-bf85-936ca12b7c9f_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120868322?view=catalogue)
2026-03-30 10:04:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04: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%252FOY08MGV%252F2026-03-28%252Fimage%252F06a19ab1-d9a9-44ab-a2d9-3d901057baba_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:04:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/OY08MGV/2026-03-28/image/06a19ab1-d9a9-44ab-a2d9-3d901057baba_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:04:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04: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%252FEA14FJD%252F2026-03-28%252Fimage%252F933cbac3-b15a-4288-8912-b83657bf6e37_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:04:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EA14FJD/2026-03-28/image/933cbac3-b15a-4288-8912-b83657bf6e37_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:04:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04: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%252FSB07PYA%252F2026-03-30%252Fimage%252F73c7c5ac-7042-46d1-87e4-6ee356e6d7e1_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:04:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/SB07PYA/2026-03-30/image/73c7c5ac-7042-46d1-87e4-6ee356e6d7e1_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:04:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/GL57EEH/2026-03-30/image/28153079-adfc-45e1-9508-23c232c91104_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120868322?view=catalogue)
2026-03-30 10:04:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/CX65YUC/2026-03-30/image/4bf19e6b-eae7-4002-8187-f86f85f2a66a_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120869629?view=catalogue)
2026-03-30 10:04:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/EF16BKA/2026-03-27/image/63563d13-fbc8-4d27-8746-1efab872721e_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120856984?view=catalogue)
2026-03-30 10:04:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04: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%252FEF16BKA%252F2026-03-27%252Fimage%252F6bc9e641-c698-4fe4-a859-dda41b4c5ae6_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:04:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EF16BKA/2026-03-27/image/6bc9e641-c698-4fe4-a859-dda41b4c5ae6_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:04:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04: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%252FCX65YUC%252F2026-03-30%252Fimage%252F75451212-2061-4ce9-a45d-9c3c6c2e5d00_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:04:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/CX65YUC/2026-03-30/image/75451212-2061-4ce9-a45d-9c3c6c2e5d00_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:04:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04: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%252FDG58NNW%252F2026-03-28%252Fimage%252F35db979e-32ce-44e6-a62e-4433832cfd09_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:04:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/DG58NNW/2026-03-28/image/35db979e-32ce-44e6-a62e-4433832cfd09_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:04:31 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:04:31 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f43654bbf90>
2026-03-30 10:04:31 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:04:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:04:31 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:04:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_044b4a37-2aaa-5b9c-9d61-955325d183ac/044b4a37-2aaa-5b9c-9d61-955325d183ac_image_3.jpg HTTP/1.1" 201 0
2026-03-30 10:04:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FGL57EEH%252F2026-03-30%252Fimage%252Fe2bbf71b-0c52-44f0-bd8d-cd265c03e435_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:04:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/GL57EEH/2026-03-30/image/e2bbf71b-0c52-44f0-bd8d-cd265c03e435_removebg.jpg?w=600 saved to cache
2026-03-30 10:04:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 044b4a37-2aaa-5b9c-9d61-955325d183ac
2026-03-30 10:04:31 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:04:31 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f43653aee50>
2026-03-30 10:04:31 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:04:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:04:31 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:04:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3acc3ebf-4a22-5136-8269-45495f30d595/3acc3ebf-4a22-5136-8269-45495f30d595_image_2.jpg HTTP/1.1" 201 0
2026-03-30 10:04:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FCX65YUC%252F2026-03-30%252Fimage%252Fda6499a3-03f5-47b9-8f98-514c16aa4ae8_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:04:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/CX65YUC/2026-03-30/image/da6499a3-03f5-47b9-8f98-514c16aa4ae8_removebg.jpg?w=600 saved to cache
2026-03-30 10:04:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 3acc3ebf-4a22-5136-8269-45495f30d595
2026-03-30 10:04:31 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:04:31 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f436661e910>
2026-03-30 10:04:31 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:04:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:04:31 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:04:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e6aa9364-094e-59c2-9310-304dfcacee6b/e6aa9364-094e-59c2-9310-304dfcacee6b_image_2.jpg HTTP/1.1" 201 0
2026-03-30 10:04:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FEF16BKA%252F2026-03-27%252Fimage%252F5ecdc417-e97b-4d8e-8b36-31bf9a9d275d_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:04:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EF16BKA/2026-03-27/image/5ecdc417-e97b-4d8e-8b36-31bf9a9d275d_removebg.jpg?w=600 saved to cache
2026-03-30 10:04:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item e6aa9364-094e-59c2-9310-304dfcacee6b
2026-03-30 10:04:31 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:04:31 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f43665e1d10>
2026-03-30 10:04:31 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:04:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:04:31 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:04:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3acc3ebf-4a22-5136-8269-45495f30d595/3acc3ebf-4a22-5136-8269-45495f30d595_image_3.jpg HTTP/1.1" 201 0
2026-03-30 10:04:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FCX65YUC%252F2026-03-30%252Fimage%252Fdcfc5785-bd92-4425-95c3-6ac6229e920b_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:04:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/CX65YUC/2026-03-30/image/dcfc5785-bd92-4425-95c3-6ac6229e920b_removebg.jpg?w=600 saved to cache
2026-03-30 10:04:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 3acc3ebf-4a22-5136-8269-45495f30d595
2026-03-30 10:04:31 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:04:31 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f4366680450>
2026-03-30 10:04:31 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:04:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:04:31 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:04:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e6aa9364-094e-59c2-9310-304dfcacee6b/e6aa9364-094e-59c2-9310-304dfcacee6b_image_3.jpg HTTP/1.1" 201 0
2026-03-30 10:04:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FEF16BKA%252F2026-03-27%252Fimage%252Fbf8d4f74-cab2-44f2-ae99-a04e6416a05e_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:04:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EF16BKA/2026-03-27/image/bf8d4f74-cab2-44f2-ae99-a04e6416a05e_removebg.jpg?w=600 saved to cache
2026-03-30 10:04:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item e6aa9364-094e-59c2-9310-304dfcacee6b
2026-03-30 10:04:31 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:04:31 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f4365427b50>
2026-03-30 10:04:31 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:04:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:04:31 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:04:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e6aa9364-094e-59c2-9310-304dfcacee6b/e6aa9364-094e-59c2-9310-304dfcacee6b_image_4.jpg HTTP/1.1" 201 0
2026-03-30 10:04:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FEF16BKA%252F2026-03-27%252Fimage%252F6bbf0c79-eccd-4a78-9f30-97065c878d13_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:04:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EF16BKA/2026-03-27/image/6bbf0c79-eccd-4a78-9f30-97065c878d13_removebg.jpg?w=600 saved to cache
2026-03-30 10:04:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item e6aa9364-094e-59c2-9310-304dfcacee6b
2026-03-30 10:04:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04: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%252FOY08MGV%252F2026-03-28%252Fimage%252F5844e6e6-6177-4493-bea5-2c5fdc2e56fb_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:04:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/OY08MGV/2026-03-28/image/5844e6e6-6177-4493-bea5-2c5fdc2e56fb_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:04:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04: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%252FEA14FJD%252F2026-03-28%252Fimage%252F5bb4075d-0458-4f97-a5bb-d28dff72c6dc_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:04:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EA14FJD/2026-03-28/image/5bb4075d-0458-4f97-a5bb-d28dff72c6dc_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:04:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04: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%252FSB07PYA%252F2026-03-30%252Fimage%252F876aa68c-1f9c-4ca5-b270-f9f29ba7247a_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:04:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/SB07PYA/2026-03-30/image/876aa68c-1f9c-4ca5-b270-f9f29ba7247a_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:04:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120862530?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:04:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/OY08MGV/2026-03-28/image/36d422dc-732b-4bc1-8dc1-b9a2666cce2c_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120862985?view=catalogue)
2026-03-30 10:04:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/GL57EEH/2026-03-30/image/b634b771-1749-4360-a652-54be83b7e59e_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120868322?view=catalogue)
2026-03-30 10:04:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04: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%252FCX65YUC%252F2026-03-30%252Fimage%252Fabc27756-426e-4b1c-97e3-e073cb2f1b13_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:04:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/CX65YUC/2026-03-30/image/abc27756-426e-4b1c-97e3-e073cb2f1b13_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:04:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04: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%252FDG58NNW%252F2026-03-28%252Fimage%252F16b4edb9-8048-499a-b8ef-b0b1f71a485f_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:04:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/DG58NNW/2026-03-28/image/16b4edb9-8048-499a-b8ef-b0b1f71a485f_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:04:31 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:04:31 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f4365465b90>
2026-03-30 10:04:31 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:04:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:04:31 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:04:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_044b4a37-2aaa-5b9c-9d61-955325d183ac/044b4a37-2aaa-5b9c-9d61-955325d183ac_image_4.jpg HTTP/1.1" 201 0
2026-03-30 10:04:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FGL57EEH%252F2026-03-30%252Fimage%252F1aaa0278-e364-4145-9768-2fae11ffad4b_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:04:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/GL57EEH/2026-03-30/image/1aaa0278-e364-4145-9768-2fae11ffad4b_removebg.jpg?w=600 saved to cache
2026-03-30 10:04:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 044b4a37-2aaa-5b9c-9d61-955325d183ac
2026-03-30 10:04:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:04:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f436650cf50>
2026-03-30 10:04:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:04:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:04:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:04:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3acc3ebf-4a22-5136-8269-45495f30d595/3acc3ebf-4a22-5136-8269-45495f30d595_image_4.jpg HTTP/1.1" 201 0
2026-03-30 10:04:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FCX65YUC%252F2026-03-30%252Fimage%252F89de8ba9-a2fe-45b4-b739-09682d4de763_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:04:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/CX65YUC/2026-03-30/image/89de8ba9-a2fe-45b4-b739-09682d4de763_removebg.jpg?w=600 saved to cache
2026-03-30 10:04:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 3acc3ebf-4a22-5136-8269-45495f30d595
2026-03-30 10:04:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FOY08MGV%252F2026-03-28%252Fimage%252Fb1fecc6a-b3b6-4e70-94de-1c5a4fa828bd_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:04:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/OY08MGV/2026-03-28/image/b1fecc6a-b3b6-4e70-94de-1c5a4fa828bd_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:04:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FEA14FJD%252F2026-03-28%252Fimage%252F7a68c8b8-5740-45bb-87e7-91a31c4ec92b_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:04:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EA14FJD/2026-03-28/image/7a68c8b8-5740-45bb-87e7-91a31c4ec92b_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:04:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FSB07PYA%252F2026-03-30%252Fimage%252Fabe9b240-0cb3-4a29-9f0d-9705b343d9cb_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:04:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/SB07PYA/2026-03-30/image/abe9b240-0cb3-4a29-9f0d-9705b343d9cb_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:04:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:04:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f43667babd0>
2026-03-30 10:04:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:04:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:04:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:04:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_bb52be8d-60b4-53af-8e61-1a7c614bd62c/bb52be8d-60b4-53af-8e61-1a7c614bd62c_image_0.jpg HTTP/1.1" 201 0
2026-03-30 10:04:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FOY08MGV%252F2026-03-28%252Fimage%252F92df8ff3-b6d4-4e63-b709-b5677e77bb2c_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:04:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/OY08MGV/2026-03-28/image/92df8ff3-b6d4-4e63-b709-b5677e77bb2c_removebg.jpg?w=600 saved to cache
2026-03-30 10:04:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item bb52be8d-60b4-53af-8e61-1a7c614bd62c
2026-03-30 10:04:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:04:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f43654a6550>
2026-03-30 10:04:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:04:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:04:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:04:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e6aa9364-094e-59c2-9310-304dfcacee6b/e6aa9364-094e-59c2-9310-304dfcacee6b_image_5.jpg HTTP/1.1" 201 0
2026-03-30 10:04:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FEF16BKA%252F2026-03-27%252Fimage%252F24090ef2-3ac1-411c-b19a-74354a46cb5b_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:04:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EF16BKA/2026-03-27/image/24090ef2-3ac1-411c-b19a-74354a46cb5b_removebg.jpg?w=600 saved to cache
2026-03-30 10:04:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item e6aa9364-094e-59c2-9310-304dfcacee6b
2026-03-30 10:04:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:04:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f436520e8d0>
2026-03-30 10:04:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:04:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:04:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:04:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_044b4a37-2aaa-5b9c-9d61-955325d183ac/044b4a37-2aaa-5b9c-9d61-955325d183ac_image_5.jpg HTTP/1.1" 201 0
2026-03-30 10:04:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FGL57EEH%252F2026-03-30%252Fimage%252F4d2deebe-482f-4f65-bf85-936ca12b7c9f_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:04:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/GL57EEH/2026-03-30/image/4d2deebe-482f-4f65-bf85-936ca12b7c9f_removebg.jpg?w=600 saved to cache
2026-03-30 10:04:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 044b4a37-2aaa-5b9c-9d61-955325d183ac
2026-03-30 10:04:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:04:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f436669fe90>
2026-03-30 10:04:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:04:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:04:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:04:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_044b4a37-2aaa-5b9c-9d61-955325d183ac/044b4a37-2aaa-5b9c-9d61-955325d183ac_image_6.jpg HTTP/1.1" 201 0
2026-03-30 10:04:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FGL57EEH%252F2026-03-30%252Fimage%252F28153079-adfc-45e1-9508-23c232c91104_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:04:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/GL57EEH/2026-03-30/image/28153079-adfc-45e1-9508-23c232c91104_removebg.jpg?w=600 saved to cache
2026-03-30 10:04:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 044b4a37-2aaa-5b9c-9d61-955325d183ac
2026-03-30 10:04:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:04:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f43653cdd90>
2026-03-30 10:04:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:04:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:04:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:04:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3acc3ebf-4a22-5136-8269-45495f30d595/3acc3ebf-4a22-5136-8269-45495f30d595_image_5.jpg HTTP/1.1" 201 0
2026-03-30 10:04:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FCX65YUC%252F2026-03-30%252Fimage%252F4bf19e6b-eae7-4002-8187-f86f85f2a66a_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:04:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/CX65YUC/2026-03-30/image/4bf19e6b-eae7-4002-8187-f86f85f2a66a_removebg.jpg?w=600 saved to cache
2026-03-30 10:04:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 3acc3ebf-4a22-5136-8269-45495f30d595
2026-03-30 10:04:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:04:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f43654a5410>
2026-03-30 10:04:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:04:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:04:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:04:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e6aa9364-094e-59c2-9310-304dfcacee6b/e6aa9364-094e-59c2-9310-304dfcacee6b_image_6.jpg HTTP/1.1" 201 0
2026-03-30 10:04:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FEF16BKA%252F2026-03-27%252Fimage%252F63563d13-fbc8-4d27-8746-1efab872721e_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:04:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EF16BKA/2026-03-27/image/63563d13-fbc8-4d27-8746-1efab872721e_removebg.jpg?w=600 saved to cache
2026-03-30 10:04:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item e6aa9364-094e-59c2-9310-304dfcacee6b
2026-03-30 10:04:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/DG58NNW/2026-03-28/image/a74ff436-9df5-4c3d-bd0a-2251a4b31c02_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120866963?view=catalogue)
2026-03-30 10:04:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/CX65YUC/2026-03-30/image/65f66b48-674d-4161-93bc-3e3869821e62_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120869629?view=catalogue)
2026-03-30 10:04:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/EF16BKA/2026-03-27/image/e1f0fc5d-8179-43ef-ba3f-5765547745f6_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120856984?view=catalogue)
2026-03-30 10:04:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FDG58NNW%252F2026-03-28%252Fimage%252F7cbdb9d7-e4ab-44dc-ba85-7a016cb18325_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:04:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/DG58NNW/2026-03-28/image/7cbdb9d7-e4ab-44dc-ba85-7a016cb18325_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:04:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/SB07PYA/2026-03-30/image/00f8036e-36a0-4bbc-8c12-c8df1668f431_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120862756?view=catalogue)
2026-03-30 10:04:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/EA14FJD/2026-03-28/image/7537d7f0-b6b6-4324-bb2a-534682dc68a9_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120866316?view=catalogue)
2026-03-30 10:04:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/GL57EEH/2026-03-30/image/7e4cf25d-0975-4fbd-bb79-4f66021fda10_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120868322?view=catalogue)
2026-03-30 10:04:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/CX65YUC/2026-03-30/image/c13fa9e1-6735-48b8-b2de-0c9cf1be03cf_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120869629?view=catalogue)
2026-03-30 10:04:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/EF16BKA/2026-03-27/image/697ca9cf-0c98-4869-9643-9e6322c6fbf4_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120856984?view=catalogue)
2026-03-30 10:04:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FOY08MGV%252F2026-03-28%252Fimage%252F891575f7-92ee-4f68-aed2-f3a8f3b3837b_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:04:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/OY08MGV/2026-03-28/image/891575f7-92ee-4f68-aed2-f3a8f3b3837b_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:04:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FEA14FJD%252F2026-03-28%252Fimage%252Fedb982aa-6266-4d7c-9bbc-67c941b04763_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:04:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EA14FJD/2026-03-28/image/edb982aa-6266-4d7c-9bbc-67c941b04763_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:04:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FSB07PYA%252F2026-03-30%252Fimage%252F60c7abd0-2bc9-4ea2-a430-df38c55621c0_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:04:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/SB07PYA/2026-03-30/image/60c7abd0-2bc9-4ea2-a430-df38c55621c0_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:04:32 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120862530, 'registration': 'KV66CZG', 'account': 'WBA003', 'make': 'TOYOTA', 'model': 'HILUX DIESEL', 'derivative': 'Invincible X D/Cab Pick Up 2.4 D-4D Auto', 'mileage': 144984, 'mileageWarranty': True, 'type': 'commercial', 'saleId': 19238, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 728}, 'saleStart': '2026-04-06T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2016-09-02', 'fuel': 'Diesel', 'motExpiry': '2026-04-02', 'doors': None, 'engineSize': 2393, 'bodyType': 'Double Cab Pick-up', 'images': ['https://abimg003.imgix.net/KV66CZG/2026-03-27/image/4cb3af79-4c5d-4043-a4d7-989422a84ae5_removebg.jpg?w=600', 'https://abimg003.imgix.net/KV66CZG/2026-03-27/image/f3aeb404-6bbf-4598-b2a1-7a0c21a3a540_removebg.jpg?w=600', 'https://abimg003.imgix.net/KV66CZG/2026-03-27/image/0e614325-e1dd-4824-babe-ef8045545c3e_removebg.jpg?w=600', 'https://abimg003.imgix.net/KV66CZG/2026-03-27/image/a3907210-b675-42e8-b4f3-142d6d7162c1_removebg.jpg?w=600', 'https://abimg003.imgix.net/KV66CZG/2026-03-27/image/961c9794-015c-4301-8013-65ed8bb27fb7_removebg.jpg?w=600', 'https://abimg003.imgix.net/KV66CZG/2026-03-27/image/a9d7e593-dd9b-46ba-8822-601b8a1399be_removebg.jpg?w=600', 'https://abimg003.imgix.net/KV66CZG/2026-03-27/image/f83c4cef-9ea2-4096-b9b7-4c6fee9b4367_removebg.jpg?w=600', 'https://abimg003.imgix.net/KV66CZG/2026-03-27/image/5b0c431f-5554-4c20-9c88-d45949f20949_removebg.jpg?w=600', 'https://abimg003.imgix.net/KV66CZG/2026-03-27/image/83d43931-8ef7-4c9f-97a3-a93b2c060bdc_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith - LCV', 'serviceHistory': 'Service book', 'remarks': 'VOSA STATES 103K- 117K- 129K -138K -', 'virtual': False, 'seller': 'UKCGR - Select', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 204, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/30a7fc0d-a297-4488-b786-f250680fd23f.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': '+VAT', 'value': '+VAT'}}
2026-03-30 10:04:32 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120862530, 'registration': 'KV66CZG', 'account': 'WBA003', 'make': 'TOYOTA', 'model': 'HILUX DIESEL', 'derivative': 'Invincible X D/Cab Pick Up 2.4 D-4D Auto', 'mileage': 144984, 'mileageWarranty': True, 'type': 'commercial', 'saleId': 19238, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 728}, 'saleStart': '2026-04-06T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2016-09-02', 'fuel': 'Diesel', 'motExpiry': '2026-04-02', 'doors': None, 'engineSize': 2393, 'bodyType': 'Double Cab Pick-up', 'images': ['https://abimg003.imgix.net/KV66CZG/2026-03-27/image/4cb3af79-4c5d-4043-a4d7-989422a84ae5_removebg.jpg?w=600', 'https://abimg003.imgix.net/KV66CZG/2026-03-27/image/f3aeb404-6bbf-4598-b2a1-7a0c21a3a540_removebg.jpg?w=600', 'https://abimg003.imgix.net/KV66CZG/2026-03-27/image/0e614325-e1dd-4824-babe-ef8045545c3e_removebg.jpg?w=600', 'https://abimg003.imgix.net/KV66CZG/2026-03-27/image/a3907210-b675-42e8-b4f3-142d6d7162c1_removebg.jpg?w=600', 'https://abimg003.imgix.net/KV66CZG/2026-03-27/image/961c9794-015c-4301-8013-65ed8bb27fb7_removebg.jpg?w=600', 'https://abimg003.imgix.net/KV66CZG/2026-03-27/image/a9d7e593-dd9b-46ba-8822-601b8a1399be_removebg.jpg?w=600', 'https://abimg003.imgix.net/KV66CZG/2026-03-27/image/f83c4cef-9ea2-4096-b9b7-4c6fee9b4367_removebg.jpg?w=600', 'https://abimg003.imgix.net/KV66CZG/2026-03-27/image/5b0c431f-5554-4c20-9c88-d45949f20949_removebg.jpg?w=600', 'https://abimg003.imgix.net/KV66CZG/2026-03-27/image/83d43931-8ef7-4c9f-97a3-a93b2c060bdc_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith - LCV', 'serviceHistory': 'Service book', 'remarks': 'VOSA STATES 103K- 117K- 129K -138K -', 'virtual': False, 'seller': 'UKCGR - Select', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 204, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/30a7fc0d-a297-4488-b786-f250680fd23f.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': '+VAT', 'value': '+VAT'}}
2026-03-30 10:04:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 70ccfcf5-0236-51cc-8e58-9f39bf3d8f61 with identifier: 120862530
2026-03-30 10:04:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 70ccfcf5-0236-51cc-8e58-9f39bf3d8f61 with scrape type 1
2026-03-30 10:04:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 9 photos for item 70ccfcf5-0236-51cc-8e58-9f39bf3d8f61
2026-03-30 10:04:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FKV66CZG%252F2026-03-27%252Fimage%252F4cb3af79-4c5d-4043-a4d7-989422a84ae5_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:04:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/KV66CZG/2026-03-27/image/4cb3af79-4c5d-4043-a4d7-989422a84ae5_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:04:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:04:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f4365278590>
2026-03-30 10:04:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:04:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:04:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:04:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_bb52be8d-60b4-53af-8e61-1a7c614bd62c/bb52be8d-60b4-53af-8e61-1a7c614bd62c_image_1.jpg HTTP/1.1" 201 0
2026-03-30 10:04:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FOY08MGV%252F2026-03-28%252Fimage%252F36d422dc-732b-4bc1-8dc1-b9a2666cce2c_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:04:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/OY08MGV/2026-03-28/image/36d422dc-732b-4bc1-8dc1-b9a2666cce2c_removebg.jpg?w=600 saved to cache
2026-03-30 10:04:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item bb52be8d-60b4-53af-8e61-1a7c614bd62c
2026-03-30 10:04:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:04:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f4364fe0990>
2026-03-30 10:04:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:04:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:04:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:04:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_044b4a37-2aaa-5b9c-9d61-955325d183ac/044b4a37-2aaa-5b9c-9d61-955325d183ac_image_2.jpg HTTP/1.1" 201 0
2026-03-30 10:04:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FGL57EEH%252F2026-03-30%252Fimage%252Fb634b771-1749-4360-a652-54be83b7e59e_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:04:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/GL57EEH/2026-03-30/image/b634b771-1749-4360-a652-54be83b7e59e_removebg.jpg?w=600 saved to cache
2026-03-30 10:04:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 044b4a37-2aaa-5b9c-9d61-955325d183ac
2026-03-30 10:04:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FDG58NNW%252F2026-03-28%252Fimage%252Fd2fd7018-2bfa-43c8-8fd7-e7c713224538_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:04:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/DG58NNW/2026-03-28/image/d2fd7018-2bfa-43c8-8fd7-e7c713224538_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:04:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120866714?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:04:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120868213?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:04:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FOY08MGV%252F2026-03-28%252Fimage%252F7981744c-a891-45e5-b408-a0630fac26d5_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:04:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/OY08MGV/2026-03-28/image/7981744c-a891-45e5-b408-a0630fac26d5_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:04:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FEA14FJD%252F2026-03-28%252Fimage%252F4136f2d6-ceba-4f71-8b5e-c89dfacc4f84_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:04:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EA14FJD/2026-03-28/image/4136f2d6-ceba-4f71-8b5e-c89dfacc4f84_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:04:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FSB07PYA%252F2026-03-30%252Fimage%252F173b4fdf-eafb-4b4e-8c95-ba89e9839eeb_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:04:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/SB07PYA/2026-03-30/image/173b4fdf-eafb-4b4e-8c95-ba89e9839eeb_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:04:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FKV66CZG%252F2026-03-27%252Fimage%252Ff3aeb404-6bbf-4598-b2a1-7a0c21a3a540_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:04:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/KV66CZG/2026-03-27/image/f3aeb404-6bbf-4598-b2a1-7a0c21a3a540_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:04:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FDG58NNW%252F2026-03-28%252Fimage%252F4d5a7826-4cf2-45a0-b1c9-c1dcd1d089ed_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:04:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/DG58NNW/2026-03-28/image/4d5a7826-4cf2-45a0-b1c9-c1dcd1d089ed_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:04:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:04:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f43665c6d90>
2026-03-30 10:04:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:04:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:04:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:04:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8ec1a23d-5ac1-5739-9dfd-4d64b2845b6d/8ec1a23d-5ac1-5739-9dfd-4d64b2845b6d_image_0.jpg HTTP/1.1" 201 0
2026-03-30 10:04:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FDG58NNW%252F2026-03-28%252Fimage%252Fa74ff436-9df5-4c3d-bd0a-2251a4b31c02_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:04:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/DG58NNW/2026-03-28/image/a74ff436-9df5-4c3d-bd0a-2251a4b31c02_removebg.jpg?w=600 saved to cache
2026-03-30 10:04:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 8ec1a23d-5ac1-5739-9dfd-4d64b2845b6d
2026-03-30 10:04:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:04:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f436da8c790>
2026-03-30 10:04:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:04:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:04:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:04:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3acc3ebf-4a22-5136-8269-45495f30d595/3acc3ebf-4a22-5136-8269-45495f30d595_image_6.jpg HTTP/1.1" 201 0
2026-03-30 10:04:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FCX65YUC%252F2026-03-30%252Fimage%252F65f66b48-674d-4161-93bc-3e3869821e62_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:04:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/CX65YUC/2026-03-30/image/65f66b48-674d-4161-93bc-3e3869821e62_removebg.jpg?w=600 saved to cache
2026-03-30 10:04:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 3acc3ebf-4a22-5136-8269-45495f30d595
2026-03-30 10:04:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:04:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f43652b3910>
2026-03-30 10:04:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:04:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:04:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:04:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e6aa9364-094e-59c2-9310-304dfcacee6b/e6aa9364-094e-59c2-9310-304dfcacee6b_image_7.jpg HTTP/1.1" 201 0
2026-03-30 10:04:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FEF16BKA%252F2026-03-27%252Fimage%252Fe1f0fc5d-8179-43ef-ba3f-5765547745f6_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:04:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EF16BKA/2026-03-27/image/e1f0fc5d-8179-43ef-ba3f-5765547745f6_removebg.jpg?w=600 saved to cache
2026-03-30 10:04:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item e6aa9364-094e-59c2-9310-304dfcacee6b
2026-03-30 10:04:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:04:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f43666029d0>
2026-03-30 10:04:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:04:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:04:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:04:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_292841ce-dc7b-5fda-931b-af1b2a149a6a/292841ce-dc7b-5fda-931b-af1b2a149a6a_image_0.jpg HTTP/1.1" 201 0
2026-03-30 10:04:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FSB07PYA%252F2026-03-30%252Fimage%252F00f8036e-36a0-4bbc-8c12-c8df1668f431_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:04:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/SB07PYA/2026-03-30/image/00f8036e-36a0-4bbc-8c12-c8df1668f431_removebg.jpg?w=600 saved to cache
2026-03-30 10:04:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 292841ce-dc7b-5fda-931b-af1b2a149a6a
2026-03-30 10:04:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:04:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f43664f5f90>
2026-03-30 10:04:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:04:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:04:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:04:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2be9e053-dd65-51fd-9bca-504d17d3f804/2be9e053-dd65-51fd-9bca-504d17d3f804_image_0.jpg HTTP/1.1" 201 0
2026-03-30 10:04:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FEA14FJD%252F2026-03-28%252Fimage%252F7537d7f0-b6b6-4324-bb2a-534682dc68a9_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:04:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EA14FJD/2026-03-28/image/7537d7f0-b6b6-4324-bb2a-534682dc68a9_removebg.jpg?w=600 saved to cache
2026-03-30 10:04:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 2be9e053-dd65-51fd-9bca-504d17d3f804
2026-03-30 10:04:33 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:04:33 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f436528dd90>
2026-03-30 10:04:33 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:04:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:04:33 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:04:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_044b4a37-2aaa-5b9c-9d61-955325d183ac/044b4a37-2aaa-5b9c-9d61-955325d183ac_image_8.jpg HTTP/1.1" 201 0
2026-03-30 10:04:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FGL57EEH%252F2026-03-30%252Fimage%252F7e4cf25d-0975-4fbd-bb79-4f66021fda10_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:04:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/GL57EEH/2026-03-30/image/7e4cf25d-0975-4fbd-bb79-4f66021fda10_removebg.jpg?w=600 saved to cache
2026-03-30 10:04:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 044b4a37-2aaa-5b9c-9d61-955325d183ac
2026-03-30 10:04:33 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:04:33 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f436661cc90>
2026-03-30 10:04:33 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:04:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:04:33 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:04:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3acc3ebf-4a22-5136-8269-45495f30d595/3acc3ebf-4a22-5136-8269-45495f30d595_image_7.jpg HTTP/1.1" 201 0
2026-03-30 10:04:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FCX65YUC%252F2026-03-30%252Fimage%252Fc13fa9e1-6735-48b8-b2de-0c9cf1be03cf_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:04:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/CX65YUC/2026-03-30/image/c13fa9e1-6735-48b8-b2de-0c9cf1be03cf_removebg.jpg?w=600 saved to cache
2026-03-30 10:04:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 3acc3ebf-4a22-5136-8269-45495f30d595
2026-03-30 10:04:33 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:04:33 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f4365132c90>
2026-03-30 10:04:33 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:04:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:04:33 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:04:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e6aa9364-094e-59c2-9310-304dfcacee6b/e6aa9364-094e-59c2-9310-304dfcacee6b_image_8.jpg HTTP/1.1" 201 0
2026-03-30 10:04:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FEF16BKA%252F2026-03-27%252Fimage%252F697ca9cf-0c98-4869-9643-9e6322c6fbf4_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:04:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EF16BKA/2026-03-27/image/697ca9cf-0c98-4869-9643-9e6322c6fbf4_removebg.jpg?w=600 saved to cache
2026-03-30 10:04:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item e6aa9364-094e-59c2-9310-304dfcacee6b
2026-03-30 10:04:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04: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%252FOY08MGV%252F2026-03-28%252Fimage%252F2c8c0eff-5d24-4c48-b6ec-af729e0c9915_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:04:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/OY08MGV/2026-03-28/image/2c8c0eff-5d24-4c48-b6ec-af729e0c9915_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:04:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04: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%252FEA14FJD%252F2026-03-28%252Fimage%252Ff378594c-da00-4d8d-ab78-99d537910af0_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:04:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EA14FJD/2026-03-28/image/f378594c-da00-4d8d-ab78-99d537910af0_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:04:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04: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%252FSB07PYA%252F2026-03-30%252Fimage%252F6cad096c-e1ba-4b42-8514-5abcfebba67c_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:04:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/SB07PYA/2026-03-30/image/6cad096c-e1ba-4b42-8514-5abcfebba67c_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:04:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04: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%252FKV66CZG%252F2026-03-27%252Fimage%252F0e614325-e1dd-4824-babe-ef8045545c3e_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:04:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/KV66CZG/2026-03-27/image/0e614325-e1dd-4824-babe-ef8045545c3e_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:04:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/CX65YUC/2026-03-30/image/75451212-2061-4ce9-a45d-9c3c6c2e5d00_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120869629?view=catalogue)
2026-03-30 10:04:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/EF16BKA/2026-03-27/image/6bc9e641-c698-4fe4-a859-dda41b4c5ae6_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120856984?view=catalogue)
2026-03-30 10:04:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/SB07PYA/2026-03-30/image/abe9b240-0cb3-4a29-9f0d-9705b343d9cb_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120862756?view=catalogue)
2026-03-30 10:04:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/DG58NNW/2026-03-28/image/35db979e-32ce-44e6-a62e-4433832cfd09_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120866963?view=catalogue)
2026-03-30 10:04:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/EA14FJD/2026-03-28/image/7a68c8b8-5740-45bb-87e7-91a31c4ec92b_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120866316?view=catalogue)
2026-03-30 10:04:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/OY08MGV/2026-03-28/image/b1fecc6a-b3b6-4e70-94de-1c5a4fa828bd_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120862985?view=catalogue)
2026-03-30 10:04:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/DG58NNW/2026-03-28/image/16b4edb9-8048-499a-b8ef-b0b1f71a485f_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120866963?view=catalogue)
2026-03-30 10:04:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/CX65YUC/2026-03-30/image/abc27756-426e-4b1c-97e3-e073cb2f1b13_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120869629?view=catalogue)
2026-03-30 10:04:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04: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%252FDG58NNW%252F2026-03-28%252Fimage%252F7dcc74bf-17c4-43e9-a61a-75d3a5ce0083_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:04:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/DG58NNW/2026-03-28/image/7dcc74bf-17c4-43e9-a61a-75d3a5ce0083_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:04:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04: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%252FOY08MGV%252F2026-03-28%252Fimage%252F462a06d9-8485-4048-86d3-71b2bc45d617_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:04:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/OY08MGV/2026-03-28/image/462a06d9-8485-4048-86d3-71b2bc45d617_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:04:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04: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%252FEA14FJD%252F2026-03-28%252Fimage%252F13ca9c67-515f-4c37-9b71-0891bc783b14_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:04:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EA14FJD/2026-03-28/image/13ca9c67-515f-4c37-9b71-0891bc783b14_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:04:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04: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%252FSB07PYA%252F2026-03-30%252Fimage%252F53a47767-ae18-48c7-a51e-8d21b93c4ff4_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:04:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/SB07PYA/2026-03-30/image/53a47767-ae18-48c7-a51e-8d21b93c4ff4_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:04:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04: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%252FKV66CZG%252F2026-03-27%252Fimage%252Fa3907210-b675-42e8-b4f3-142d6d7162c1_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:04:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/KV66CZG/2026-03-27/image/a3907210-b675-42e8-b4f3-142d6d7162c1_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:04:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120861191?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:04:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04: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%252FDG58NNW%252F2026-03-28%252Fimage%252Faf1b45da-1124-4d78-83cd-394ba5a25941_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:04:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/DG58NNW/2026-03-28/image/af1b45da-1124-4d78-83cd-394ba5a25941_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:04:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/KV66CZG/2026-03-27/image/4cb3af79-4c5d-4043-a4d7-989422a84ae5_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120862530?view=catalogue)
2026-03-30 10:04:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04: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%252FEA14FJD%252F2026-03-28%252Fimage%252Fe5bd9033-2619-473e-9c0e-bde51e61d06b_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:04:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EA14FJD/2026-03-28/image/e5bd9033-2619-473e-9c0e-bde51e61d06b_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:04:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04: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%252FSB07PYA%252F2026-03-30%252Fimage%252F5bc206b8-6ecf-4872-b8d3-9ab1bdba7bc9_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:04:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/SB07PYA/2026-03-30/image/5bc206b8-6ecf-4872-b8d3-9ab1bdba7bc9_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:04:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04: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%252FKV66CZG%252F2026-03-27%252Fimage%252F961c9794-015c-4301-8013-65ed8bb27fb7_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:04:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/KV66CZG/2026-03-27/image/961c9794-015c-4301-8013-65ed8bb27fb7_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:04:33 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120866714, 'registration': 'DL13DLF', 'account': 'WBA004', 'make': 'VAUXHALL', 'model': 'ASTRA HATCHBACK', 'derivative': '1.6i 16V SE 5dr', 'mileage': 87527, 'mileageWarranty': True, 'type': 'car', 'saleId': 19238, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 728}, 'saleStart': '2026-04-06T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2013-07-24', 'fuel': 'Petrol', 'motExpiry': '2026-07-23', 'doors': 5, 'engineSize': 1598, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/DL13DLF/2026-03-30/image/8d11f3ab-84b4-46ae-b867-17aa77731b13_removebg.jpg?w=600', 'https://abimg003.imgix.net/DL13DLF/2026-03-30/image/7d8c4c28-7a0f-49d5-b45b-42d59d2bfd4a_removebg.jpg?w=600', 'https://abimg003.imgix.net/DL13DLF/2026-03-30/image/e0f3698c-ae43-4a27-8405-1549742b09ae_removebg.jpg?w=600', 'https://abimg003.imgix.net/DL13DLF/2026-03-30/image/4a3a5d7f-df39-43e3-a4e0-e5f163fa1347_removebg.jpg?w=600', 'https://abimg003.imgix.net/DL13DLF/2026-03-30/image/e264120c-944d-40a7-8d08-346f349395fd_removebg.jpg?w=600', 'https://abimg003.imgix.net/DL13DLF/2026-03-30/image/295b91bd-9057-45b5-a7f5-affdec4255ce_removebg.jpg?w=600', 'https://abimg003.imgix.net/DL13DLF/2026-03-30/image/553ee4d0-7c2c-4857-9947-847afbe0cb9e_removebg.jpg?w=600', 'https://abimg003.imgix.net/DL13DLF/2026-03-30/image/b9e5ded4-0b1b-4856-a613-e4a75660ef64_removebg.jpg?w=600', 'https://abimg003.imgix.net/DL13DLF/2026-03-30/image/ae59cf51-fb68-4a5c-889a-1d2cd367530c_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': 'Cat N Insurance Loss', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'Category N Insurance Loss. No Structural Damage and Repairable - Insurer Decided Not to Repair CAT N - NON-STRUCTURAL - Damage is rear end and minor dents/scratches CAT N - NON-STRUCTURAL - Damage is rear end and normal wear', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '4', 'v5': False, 'v5details': None, 'co2': 147, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:04:33 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120866714, 'registration': 'DL13DLF', 'account': 'WBA004', 'make': 'VAUXHALL', 'model': 'ASTRA HATCHBACK', 'derivative': '1.6i 16V SE 5dr', 'mileage': 87527, 'mileageWarranty': True, 'type': 'car', 'saleId': 19238, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 728}, 'saleStart': '2026-04-06T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2013-07-24', 'fuel': 'Petrol', 'motExpiry': '2026-07-23', 'doors': 5, 'engineSize': 1598, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/DL13DLF/2026-03-30/image/8d11f3ab-84b4-46ae-b867-17aa77731b13_removebg.jpg?w=600', 'https://abimg003.imgix.net/DL13DLF/2026-03-30/image/7d8c4c28-7a0f-49d5-b45b-42d59d2bfd4a_removebg.jpg?w=600', 'https://abimg003.imgix.net/DL13DLF/2026-03-30/image/e0f3698c-ae43-4a27-8405-1549742b09ae_removebg.jpg?w=600', 'https://abimg003.imgix.net/DL13DLF/2026-03-30/image/4a3a5d7f-df39-43e3-a4e0-e5f163fa1347_removebg.jpg?w=600', 'https://abimg003.imgix.net/DL13DLF/2026-03-30/image/e264120c-944d-40a7-8d08-346f349395fd_removebg.jpg?w=600', 'https://abimg003.imgix.net/DL13DLF/2026-03-30/image/295b91bd-9057-45b5-a7f5-affdec4255ce_removebg.jpg?w=600', 'https://abimg003.imgix.net/DL13DLF/2026-03-30/image/553ee4d0-7c2c-4857-9947-847afbe0cb9e_removebg.jpg?w=600', 'https://abimg003.imgix.net/DL13DLF/2026-03-30/image/b9e5ded4-0b1b-4856-a613-e4a75660ef64_removebg.jpg?w=600', 'https://abimg003.imgix.net/DL13DLF/2026-03-30/image/ae59cf51-fb68-4a5c-889a-1d2cd367530c_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': 'Cat N Insurance Loss', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'Category N Insurance Loss. No Structural Damage and Repairable - Insurer Decided Not to Repair CAT N - NON-STRUCTURAL - Damage is rear end and minor dents/scratches CAT N - NON-STRUCTURAL - Damage is rear end and normal wear', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '4', 'v5': False, 'v5details': None, 'co2': 147, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:04:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d1c5b106-fc69-5e07-82c2-afad20244e44 with identifier: 120866714
2026-03-30 10:04:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d1c5b106-fc69-5e07-82c2-afad20244e44 with scrape type 1
2026-03-30 10:04:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 9 photos for item d1c5b106-fc69-5e07-82c2-afad20244e44
2026-03-30 10:04:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04: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%252FDL13DLF%252F2026-03-30%252Fimage%252F8d11f3ab-84b4-46ae-b867-17aa77731b13_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:04:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/DL13DLF/2026-03-30/image/8d11f3ab-84b4-46ae-b867-17aa77731b13_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:04:33 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120868213, 'registration': 'LR02ZPF', 'account': 'WBA004', 'make': 'FORD', 'model': 'FOCUS HATCHBACK', 'derivative': '1.8 Ghia 5dr', 'mileage': 98732, 'mileageWarranty': True, 'type': 'car', 'saleId': 19238, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 728}, 'saleStart': '2026-04-06T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2002-03-27', 'fuel': 'Petrol', 'motExpiry': '2026-03-28', 'doors': 5, 'engineSize': 1796, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/LR02ZPF/2026-03-30/image/ced10398-70f6-4168-bed2-01da7bdba38d_removebg.jpg?w=600', 'https://abimg003.imgix.net/LR02ZPF/2026-03-30/image/41b7147c-a17d-42da-8940-585e3afb0767_removebg.jpg?w=600', 'https://abimg003.imgix.net/LR02ZPF/2026-03-30/image/f039d6c0-5caf-4744-bc2d-1a9de7da80b3_removebg.jpg?w=600', 'https://abimg003.imgix.net/LR02ZPF/2026-03-30/image/7d140747-bf5a-4c9a-980f-811a03e83141_removebg.jpg?w=600', 'https://abimg003.imgix.net/LR02ZPF/2026-03-30/image/bee17579-91d6-472f-bf04-14120067c3ac_removebg.jpg?w=600', 'https://abimg003.imgix.net/LR02ZPF/2026-03-30/image/9a564ad2-a790-45ad-b265-bcb64e3e4be1_removebg.jpg?w=600', 'https://abimg003.imgix.net/LR02ZPF/2026-03-30/image/73879d93-c870-41be-842e-e6bccc158216_removebg.jpg?w=600', 'https://abimg003.imgix.net/LR02ZPF/2026-03-30/image/e6e1d020-199c-4f79-a158-b6f87cbc6792_removebg.jpg?w=600', 'https://abimg003.imgix.net/LR02ZPF/2026-03-30/image/7a968a6a-c8bb-43c9-916a-b5e949b166da_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': False, 'v5details': None, 'co2': 181, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/5fd4b3d4-7c51-4231-87c8-765f61d8015b.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': None, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:04:33 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120868213, 'registration': 'LR02ZPF', 'account': 'WBA004', 'make': 'FORD', 'model': 'FOCUS HATCHBACK', 'derivative': '1.8 Ghia 5dr', 'mileage': 98732, 'mileageWarranty': True, 'type': 'car', 'saleId': 19238, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 728}, 'saleStart': '2026-04-06T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2002-03-27', 'fuel': 'Petrol', 'motExpiry': '2026-03-28', 'doors': 5, 'engineSize': 1796, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/LR02ZPF/2026-03-30/image/ced10398-70f6-4168-bed2-01da7bdba38d_removebg.jpg?w=600', 'https://abimg003.imgix.net/LR02ZPF/2026-03-30/image/41b7147c-a17d-42da-8940-585e3afb0767_removebg.jpg?w=600', 'https://abimg003.imgix.net/LR02ZPF/2026-03-30/image/f039d6c0-5caf-4744-bc2d-1a9de7da80b3_removebg.jpg?w=600', 'https://abimg003.imgix.net/LR02ZPF/2026-03-30/image/7d140747-bf5a-4c9a-980f-811a03e83141_removebg.jpg?w=600', 'https://abimg003.imgix.net/LR02ZPF/2026-03-30/image/bee17579-91d6-472f-bf04-14120067c3ac_removebg.jpg?w=600', 'https://abimg003.imgix.net/LR02ZPF/2026-03-30/image/9a564ad2-a790-45ad-b265-bcb64e3e4be1_removebg.jpg?w=600', 'https://abimg003.imgix.net/LR02ZPF/2026-03-30/image/73879d93-c870-41be-842e-e6bccc158216_removebg.jpg?w=600', 'https://abimg003.imgix.net/LR02ZPF/2026-03-30/image/e6e1d020-199c-4f79-a158-b6f87cbc6792_removebg.jpg?w=600', 'https://abimg003.imgix.net/LR02ZPF/2026-03-30/image/7a968a6a-c8bb-43c9-916a-b5e949b166da_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': False, 'v5details': None, 'co2': 181, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/5fd4b3d4-7c51-4231-87c8-765f61d8015b.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': None, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:04:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 44a6e207-f843-52ec-a105-ab8dae59a3bf with identifier: 120868213
2026-03-30 10:04:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 44a6e207-f843-52ec-a105-ab8dae59a3bf with scrape type 1
2026-03-30 10:04:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 9 photos for item 44a6e207-f843-52ec-a105-ab8dae59a3bf
2026-03-30 10:04:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04: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%252FLR02ZPF%252F2026-03-30%252Fimage%252Fced10398-70f6-4168-bed2-01da7bdba38d_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:04:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/LR02ZPF/2026-03-30/image/ced10398-70f6-4168-bed2-01da7bdba38d_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:04:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04: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%252FDG58NNW%252F2026-03-28%252Fimage%252F0f9ea815-a7b8-42d6-955d-6ceb38e2d30a_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:04:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/DG58NNW/2026-03-28/image/0f9ea815-a7b8-42d6-955d-6ceb38e2d30a_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:04:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04: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%252FSB07PYA%252F2026-03-30%252Fimage%252F43c2faa6-156b-41ca-b302-3c53a432bd3e_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:04:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/SB07PYA/2026-03-30/image/43c2faa6-156b-41ca-b302-3c53a432bd3e_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:04:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04: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%252FKV66CZG%252F2026-03-27%252Fimage%252Fa9d7e593-dd9b-46ba-8822-601b8a1399be_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:04:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/KV66CZG/2026-03-27/image/a9d7e593-dd9b-46ba-8822-601b8a1399be_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:04:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04: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%252FDL13DLF%252F2026-03-30%252Fimage%252F7d8c4c28-7a0f-49d5-b45b-42d59d2bfd4a_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:04:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/DL13DLF/2026-03-30/image/7d8c4c28-7a0f-49d5-b45b-42d59d2bfd4a_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:04:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04: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%252FLR02ZPF%252F2026-03-30%252Fimage%252F41b7147c-a17d-42da-8940-585e3afb0767_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:04:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/LR02ZPF/2026-03-30/image/41b7147c-a17d-42da-8940-585e3afb0767_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:04:33 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:04:33 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f43667d3590>
2026-03-30 10:04:33 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:04:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:04:33 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:04:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3acc3ebf-4a22-5136-8269-45495f30d595/3acc3ebf-4a22-5136-8269-45495f30d595_image_8.jpg HTTP/1.1" 201 0
2026-03-30 10:04:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FCX65YUC%252F2026-03-30%252Fimage%252F75451212-2061-4ce9-a45d-9c3c6c2e5d00_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:04:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/CX65YUC/2026-03-30/image/75451212-2061-4ce9-a45d-9c3c6c2e5d00_removebg.jpg?w=600 saved to cache
2026-03-30 10:04:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 3acc3ebf-4a22-5136-8269-45495f30d595
2026-03-30 10:04:33 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:04:33 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f436511c3d0>
2026-03-30 10:04:33 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:04:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:04:33 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:04:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e6aa9364-094e-59c2-9310-304dfcacee6b/e6aa9364-094e-59c2-9310-304dfcacee6b_image_9.jpg HTTP/1.1" 201 0
2026-03-30 10:04:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FEF16BKA%252F2026-03-27%252Fimage%252F6bc9e641-c698-4fe4-a859-dda41b4c5ae6_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:04:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EF16BKA/2026-03-27/image/6bc9e641-c698-4fe4-a859-dda41b4c5ae6_removebg.jpg?w=600 saved to cache
2026-03-30 10:04:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item e6aa9364-094e-59c2-9310-304dfcacee6b
2026-03-30 10:04:33 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: e6aa9364-094e-59c2-9310-304dfcacee6b, skipping ID generation
2026-03-30 10:04:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e6aa9364-094e-59c2-9310-304dfcacee6b with scrape type 1
2026-03-30 10:04:33 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item e6aa9364-094e-59c2-9310-304dfcacee6b sending to next pipeline
2026-03-30 10:04:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: e6aa9364-094e-59c2-9310-304dfcacee6b, identifier: 120856984
2026-03-30 10:04:34 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:04:34 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f43652b4850>
2026-03-30 10:04:34 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:04:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:04:34 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:04:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_292841ce-dc7b-5fda-931b-af1b2a149a6a/292841ce-dc7b-5fda-931b-af1b2a149a6a_image_3.jpg HTTP/1.1" 201 0
2026-03-30 10:04:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FSB07PYA%252F2026-03-30%252Fimage%252Fabe9b240-0cb3-4a29-9f0d-9705b343d9cb_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:04:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/SB07PYA/2026-03-30/image/abe9b240-0cb3-4a29-9f0d-9705b343d9cb_removebg.jpg?w=600 saved to cache
2026-03-30 10:04:34 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 292841ce-dc7b-5fda-931b-af1b2a149a6a
2026-03-30 10:04:34 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:04:34 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f436527bad0>
2026-03-30 10:04:34 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:04:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:04:34 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:04:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8ec1a23d-5ac1-5739-9dfd-4d64b2845b6d/8ec1a23d-5ac1-5739-9dfd-4d64b2845b6d_image_1.jpg HTTP/1.1" 201 0
2026-03-30 10:04:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FDG58NNW%252F2026-03-28%252Fimage%252F35db979e-32ce-44e6-a62e-4433832cfd09_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:04:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/DG58NNW/2026-03-28/image/35db979e-32ce-44e6-a62e-4433832cfd09_removebg.jpg?w=600 saved to cache
2026-03-30 10:04:34 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 8ec1a23d-5ac1-5739-9dfd-4d64b2845b6d
2026-03-30 10:04:34 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:04:34 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f4367b9b790>
2026-03-30 10:04:34 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:04:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:04:34 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:04:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2be9e053-dd65-51fd-9bca-504d17d3f804/2be9e053-dd65-51fd-9bca-504d17d3f804_image_3.jpg HTTP/1.1" 201 0
2026-03-30 10:04:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FEA14FJD%252F2026-03-28%252Fimage%252F7a68c8b8-5740-45bb-87e7-91a31c4ec92b_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:04:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EA14FJD/2026-03-28/image/7a68c8b8-5740-45bb-87e7-91a31c4ec92b_removebg.jpg?w=600 saved to cache
2026-03-30 10:04:34 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 2be9e053-dd65-51fd-9bca-504d17d3f804
2026-03-30 10:04:34 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:04:34 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f4366e20bd0>
2026-03-30 10:04:34 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:04:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:04:34 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:04:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_bb52be8d-60b4-53af-8e61-1a7c614bd62c/bb52be8d-60b4-53af-8e61-1a7c614bd62c_image_5.jpg HTTP/1.1" 201 0
2026-03-30 10:04:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FOY08MGV%252F2026-03-28%252Fimage%252Fb1fecc6a-b3b6-4e70-94de-1c5a4fa828bd_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:04:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/OY08MGV/2026-03-28/image/b1fecc6a-b3b6-4e70-94de-1c5a4fa828bd_removebg.jpg?w=600 saved to cache
2026-03-30 10:04:34 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item bb52be8d-60b4-53af-8e61-1a7c614bd62c
2026-03-30 10:04:34 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:04:34 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f4365339210>
2026-03-30 10:04:34 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:04:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:04:34 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:04:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8ec1a23d-5ac1-5739-9dfd-4d64b2845b6d/8ec1a23d-5ac1-5739-9dfd-4d64b2845b6d_image_2.jpg HTTP/1.1" 201 0
2026-03-30 10:04:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FDG58NNW%252F2026-03-28%252Fimage%252F16b4edb9-8048-499a-b8ef-b0b1f71a485f_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:04:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/DG58NNW/2026-03-28/image/16b4edb9-8048-499a-b8ef-b0b1f71a485f_removebg.jpg?w=600 saved to cache
2026-03-30 10:04:34 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 8ec1a23d-5ac1-5739-9dfd-4d64b2845b6d
2026-03-30 10:04:34 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:04:34 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f43652b3450>
2026-03-30 10:04:34 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:04:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:04:34 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:04:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3acc3ebf-4a22-5136-8269-45495f30d595/3acc3ebf-4a22-5136-8269-45495f30d595_image_9.jpg HTTP/1.1" 201 0
2026-03-30 10:04:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FCX65YUC%252F2026-03-30%252Fimage%252Fabc27756-426e-4b1c-97e3-e073cb2f1b13_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:04:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/CX65YUC/2026-03-30/image/abc27756-426e-4b1c-97e3-e073cb2f1b13_removebg.jpg?w=600 saved to cache
2026-03-30 10:04:34 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 3acc3ebf-4a22-5136-8269-45495f30d595
2026-03-30 10:04:34 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 3acc3ebf-4a22-5136-8269-45495f30d595, skipping ID generation
2026-03-30 10:04:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3acc3ebf-4a22-5136-8269-45495f30d595 with scrape type 1
2026-03-30 10:04:34 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 3acc3ebf-4a22-5136-8269-45495f30d595 sending to next pipeline
2026-03-30 10:04:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 3acc3ebf-4a22-5136-8269-45495f30d595, identifier: 120869629
2026-03-30 10:04:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: e6aa9364-094e-59c2-9310-304dfcacee6b with identifier: 120856984
2026-03-30 10:04:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: e6aa9364-094e-59c2-9310-304dfcacee6b with identifier: 120856984
2026-03-30 10:04:34 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: e6aa9364-094e-59c2-9310-304dfcacee6b with identifier: 120856984 to the API
2026-03-30 10:04:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:04:34 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:04:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://abimg003.imgix.net/EF16BKA/2026-03-27/image/6bc9e641-c698-4fe4-a859-dda41b4c5ae6_removebg.jpg?w=600>
{'auction_title': '',
'c_o_2_emission_value': 105,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '0.9L',
'expiration_date': '2026-04-06T12:00:00Z',
'fuel_type': 'Petrol',
'id': 'e6aa9364-094e-59c2-9310-304dfcacee6b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'EF16BKA',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120856984',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'RENAULT',
'model': 'CLIO HATCHBACK',
'odometer': 56808,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 10,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e6aa9364-094e-59c2-9310-304dfcacee6b/e6aa9364-094e-59c2-9310-304dfcacee6b_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 31260,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/EF16BKA/2026-03-27/image/8e1207d6-ce3b-4c28-b24c-490e5df3484c_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e6aa9364-094e-59c2-9310-304dfcacee6b/e6aa9364-094e-59c2-9310-304dfcacee6b_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 30118,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/EF16BKA/2026-03-27/image/4403d6dd-4074-4245-bc11-47ac0423a55f_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e6aa9364-094e-59c2-9310-304dfcacee6b/e6aa9364-094e-59c2-9310-304dfcacee6b_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 29777,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/EF16BKA/2026-03-27/image/5ecdc417-e97b-4d8e-8b36-31bf9a9d275d_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e6aa9364-094e-59c2-9310-304dfcacee6b/e6aa9364-094e-59c2-9310-304dfcacee6b_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 28722,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/EF16BKA/2026-03-27/image/bf8d4f74-cab2-44f2-ae99-a04e6416a05e_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e6aa9364-094e-59c2-9310-304dfcacee6b/e6aa9364-094e-59c2-9310-304dfcacee6b_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 44295,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/EF16BKA/2026-03-27/image/6bbf0c79-eccd-4a78-9f30-97065c878d13_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e6aa9364-094e-59c2-9310-304dfcacee6b/e6aa9364-094e-59c2-9310-304dfcacee6b_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 42547,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/EF16BKA/2026-03-27/image/24090ef2-3ac1-411c-b19a-74354a46cb5b_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e6aa9364-094e-59c2-9310-304dfcacee6b/e6aa9364-094e-59c2-9310-304dfcacee6b_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 50133,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/EF16BKA/2026-03-27/image/63563d13-fbc8-4d27-8746-1efab872721e_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e6aa9364-094e-59c2-9310-304dfcacee6b/e6aa9364-094e-59c2-9310-304dfcacee6b_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 52881,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/EF16BKA/2026-03-27/image/e1f0fc5d-8179-43ef-ba3f-5765547745f6_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e6aa9364-094e-59c2-9310-304dfcacee6b/e6aa9364-094e-59c2-9310-304dfcacee6b_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 51657,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/EF16BKA/2026-03-27/image/697ca9cf-0c98-4869-9643-9e6322c6fbf4_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e6aa9364-094e-59c2-9310-304dfcacee6b/e6aa9364-094e-59c2-9310-304dfcacee6b_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 48557,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/EF16BKA/2026-03-27/image/6bc9e641-c698-4fe4-a859-dda41b4c5ae6_removebg.jpg?w=600',
'Width': 600}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-08-20',
'seller_name': 'UKCGR - Trade',
'title': 'RENAULT CLIO HATCHBACK 0.9 TCE 90 Dynamique S Nav 5dr',
'transmission': 'manual',
'trim': '0.9 TCE 90 Dynamique S Nav 5dr',
'vin': None,
'year': 2016}
2026-03-30 10:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120856984%27 HTTP/1.1" 200 None
2026-03-30 10:04:35 [astonbarclay.gb] INFO: Saving data for 120856984: {'created_time': 1774865075.053846, 'last_price_update_time': 1774865075.053859, 'auction_closing_time': 1775476800.0}
2026-03-30 10:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120856984') HTTP/1.1" 204 0
2026-03-30 10:04:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 3acc3ebf-4a22-5136-8269-45495f30d595 with identifier: 120869629
2026-03-30 10:04:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 3acc3ebf-4a22-5136-8269-45495f30d595 with identifier: 120869629
2026-03-30 10:04:35 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 3acc3ebf-4a22-5136-8269-45495f30d595 with identifier: 120869629 to the API
2026-03-30 10:04:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:04:35 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:04:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://abimg003.imgix.net/CX65YUC/2026-03-30/image/abc27756-426e-4b1c-97e3-e073cb2f1b13_removebg.jpg?w=600>
{'auction_title': '',
'c_o_2_emission_value': 103,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-04-06T12:00:00Z',
'fuel_type': 'Diesel',
'id': '3acc3ebf-4a22-5136-8269-45495f30d595',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'CX65YUC',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120869629',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'BMW',
'model': '1 SERIES DIESEL HATCHBACK',
'odometer': 69471,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 11,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3acc3ebf-4a22-5136-8269-45495f30d595/3acc3ebf-4a22-5136-8269-45495f30d595_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 32029,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/CX65YUC/2026-03-30/image/ee359105-e0d8-4787-860c-7ee48627cb10_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3acc3ebf-4a22-5136-8269-45495f30d595/3acc3ebf-4a22-5136-8269-45495f30d595_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 36329,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/CX65YUC/2026-03-30/image/b1a61127-d2c1-4135-bebd-f3209b2ca693_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3acc3ebf-4a22-5136-8269-45495f30d595/3acc3ebf-4a22-5136-8269-45495f30d595_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 36449,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/CX65YUC/2026-03-30/image/da6499a3-03f5-47b9-8f98-514c16aa4ae8_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3acc3ebf-4a22-5136-8269-45495f30d595/3acc3ebf-4a22-5136-8269-45495f30d595_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 36451,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/CX65YUC/2026-03-30/image/dcfc5785-bd92-4425-95c3-6ac6229e920b_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3acc3ebf-4a22-5136-8269-45495f30d595/3acc3ebf-4a22-5136-8269-45495f30d595_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 58218,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/CX65YUC/2026-03-30/image/89de8ba9-a2fe-45b4-b739-09682d4de763_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3acc3ebf-4a22-5136-8269-45495f30d595/3acc3ebf-4a22-5136-8269-45495f30d595_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 42672,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/CX65YUC/2026-03-30/image/4bf19e6b-eae7-4002-8187-f86f85f2a66a_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3acc3ebf-4a22-5136-8269-45495f30d595/3acc3ebf-4a22-5136-8269-45495f30d595_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 48165,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/CX65YUC/2026-03-30/image/65f66b48-674d-4161-93bc-3e3869821e62_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3acc3ebf-4a22-5136-8269-45495f30d595/3acc3ebf-4a22-5136-8269-45495f30d595_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 62272,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/CX65YUC/2026-03-30/image/c13fa9e1-6735-48b8-b2de-0c9cf1be03cf_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3acc3ebf-4a22-5136-8269-45495f30d595/3acc3ebf-4a22-5136-8269-45495f30d595_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 61034,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/CX65YUC/2026-03-30/image/75451212-2061-4ce9-a45d-9c3c6c2e5d00_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3acc3ebf-4a22-5136-8269-45495f30d595/3acc3ebf-4a22-5136-8269-45495f30d595_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 49502,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/CX65YUC/2026-03-30/image/abc27756-426e-4b1c-97e3-e073cb2f1b13_removebg.jpg?w=600',
'Width': 600}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-10-30',
'seller_name': 'UKCGR - Trade',
'title': 'BMW 1 SERIES DIESEL HATCHBACK 116d Sport 5dr',
'transmission': 'manual',
'trim': '116d Sport 5dr',
'vin': None,
'year': 2015}
2026-03-30 10:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120869629%27 HTTP/1.1" 200 None
2026-03-30 10:04:35 [astonbarclay.gb] INFO: Saving data for 120869629: {'created_time': 1774865075.528661, 'last_price_update_time': 1774865075.528672, 'auction_closing_time': 1775476800.0}
2026-03-30 10:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120869629') HTTP/1.1" 204 0
2026-03-30 10:04:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/EA14FJD/2026-03-28/image/5bb4075d-0458-4f97-a5bb-d28dff72c6dc_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120866316?view=catalogue)
2026-03-30 10:04:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/SB07PYA/2026-03-30/image/60c7abd0-2bc9-4ea2-a430-df38c55621c0_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120862756?view=catalogue)
2026-03-30 10:04:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/KV66CZG/2026-03-27/image/f3aeb404-6bbf-4598-b2a1-7a0c21a3a540_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120862530?view=catalogue)
2026-03-30 10:04:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/SB07PYA/2026-03-30/image/173b4fdf-eafb-4b4e-8c95-ba89e9839eeb_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120862756?view=catalogue)
2026-03-30 10:04:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/SB07PYA/2026-03-30/image/876aa68c-1f9c-4ca5-b270-f9f29ba7247a_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120862756?view=catalogue)
2026-03-30 10:04:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/DG58NNW/2026-03-28/image/4d5a7826-4cf2-45a0-b1c9-c1dcd1d089ed_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120866963?view=catalogue)
2026-03-30 10:04:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/EA14FJD/2026-03-28/image/4136f2d6-ceba-4f71-8b5e-c89dfacc4f84_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120866316?view=catalogue)
2026-03-30 10:04:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/OY08MGV/2026-03-28/image/5844e6e6-6177-4493-bea5-2c5fdc2e56fb_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120862985?view=catalogue)
2026-03-30 10:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04: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%252FKV66CZG%252F2026-03-27%252Fimage%252Ff83c4cef-9ea2-4096-b9b7-4c6fee9b4367_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:04:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/KV66CZG/2026-03-27/image/f83c4cef-9ea2-4096-b9b7-4c6fee9b4367_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04: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%252FDL13DLF%252F2026-03-30%252Fimage%252Fe0f3698c-ae43-4a27-8405-1549742b09ae_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:04:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/DL13DLF/2026-03-30/image/e0f3698c-ae43-4a27-8405-1549742b09ae_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04: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%252FLR02ZPF%252F2026-03-30%252Fimage%252Ff039d6c0-5caf-4744-bc2d-1a9de7da80b3_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:04:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/LR02ZPF/2026-03-30/image/f039d6c0-5caf-4744-bc2d-1a9de7da80b3_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:04:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120862922?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:04:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120854954?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:04:35 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120861191, 'registration': 'CE63PLV', 'account': 'WBA004', 'make': 'MINI', 'model': 'HATCHBACK DIESEL', 'derivative': '1.6 One D 3dr', 'mileage': 94297, 'mileageWarranty': True, 'type': 'car', 'saleId': 19238, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 728}, 'saleStart': '2026-04-06T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2013-09-27', 'fuel': 'Diesel', 'motExpiry': '2026-12-12', 'doors': 3, 'engineSize': 1598, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/CE63PLV/2026-03-28/image/f8f62c06-e790-443e-ab33-24508ed23a1c_removebg.jpg?w=600', 'https://abimg003.imgix.net/CE63PLV/2026-03-28/image/8dc7bf28-9d2a-43f2-9c02-98430ddd8c45_removebg.jpg?w=600', 'https://abimg003.imgix.net/CE63PLV/2026-03-28/image/e8a12cbd-c9bb-46fa-a9db-2d6e45b431e9_removebg.jpg?w=600', 'https://abimg003.imgix.net/CE63PLV/2026-03-28/image/02e7edec-35ce-4897-9c3f-1b0ad7c99bab_removebg.jpg?w=600', 'https://abimg003.imgix.net/CE63PLV/2026-03-28/image/2df59460-6c1f-4bee-a232-ded42a3557ae_removebg.jpg?w=600', 'https://abimg003.imgix.net/CE63PLV/2026-03-28/image/0037d498-95e8-4058-8bdb-6af49c5886ea_removebg.jpg?w=600', 'https://abimg003.imgix.net/CE63PLV/2026-03-28/image/833b6221-d75b-4910-8307-98db8ddd796a_removebg.jpg?w=600', 'https://abimg003.imgix.net/CE63PLV/2026-03-28/image/1b1b63be-4162-4802-a6ee-98f751db616f_removebg.jpg?w=600', 'https://abimg003.imgix.net/CE63PLV/2026-03-28/image/2740c8dc-2d76-43dc-a62e-3626a4a49702_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 12/14 19K- 03/16 38K - 09/16 45K - 06/24 76K -', 'remarks': 'VOSA STATES 67K- 70K - 84K- 91K -', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': False, 'v5details': None, 'co2': 99, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/ac1a4023-369d-4693-8887-ca3f84f97e6a.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:04:35 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120861191, 'registration': 'CE63PLV', 'account': 'WBA004', 'make': 'MINI', 'model': 'HATCHBACK DIESEL', 'derivative': '1.6 One D 3dr', 'mileage': 94297, 'mileageWarranty': True, 'type': 'car', 'saleId': 19238, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 728}, 'saleStart': '2026-04-06T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2013-09-27', 'fuel': 'Diesel', 'motExpiry': '2026-12-12', 'doors': 3, 'engineSize': 1598, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/CE63PLV/2026-03-28/image/f8f62c06-e790-443e-ab33-24508ed23a1c_removebg.jpg?w=600', 'https://abimg003.imgix.net/CE63PLV/2026-03-28/image/8dc7bf28-9d2a-43f2-9c02-98430ddd8c45_removebg.jpg?w=600', 'https://abimg003.imgix.net/CE63PLV/2026-03-28/image/e8a12cbd-c9bb-46fa-a9db-2d6e45b431e9_removebg.jpg?w=600', 'https://abimg003.imgix.net/CE63PLV/2026-03-28/image/02e7edec-35ce-4897-9c3f-1b0ad7c99bab_removebg.jpg?w=600', 'https://abimg003.imgix.net/CE63PLV/2026-03-28/image/2df59460-6c1f-4bee-a232-ded42a3557ae_removebg.jpg?w=600', 'https://abimg003.imgix.net/CE63PLV/2026-03-28/image/0037d498-95e8-4058-8bdb-6af49c5886ea_removebg.jpg?w=600', 'https://abimg003.imgix.net/CE63PLV/2026-03-28/image/833b6221-d75b-4910-8307-98db8ddd796a_removebg.jpg?w=600', 'https://abimg003.imgix.net/CE63PLV/2026-03-28/image/1b1b63be-4162-4802-a6ee-98f751db616f_removebg.jpg?w=600', 'https://abimg003.imgix.net/CE63PLV/2026-03-28/image/2740c8dc-2d76-43dc-a62e-3626a4a49702_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 12/14 19K- 03/16 38K - 09/16 45K - 06/24 76K -', 'remarks': 'VOSA STATES 67K- 70K - 84K- 91K -', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': False, 'v5details': None, 'co2': 99, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/ac1a4023-369d-4693-8887-ca3f84f97e6a.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:04:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e8e56f5e-fbfa-5a0c-b5fc-ae75b7eaacc4 with identifier: 120861191
2026-03-30 10:04:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e8e56f5e-fbfa-5a0c-b5fc-ae75b7eaacc4 with scrape type 1
2026-03-30 10:04:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 9 photos for item e8e56f5e-fbfa-5a0c-b5fc-ae75b7eaacc4
2026-03-30 10:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04: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%252FCE63PLV%252F2026-03-28%252Fimage%252Ff8f62c06-e790-443e-ab33-24508ed23a1c_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:04:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/CE63PLV/2026-03-28/image/f8f62c06-e790-443e-ab33-24508ed23a1c_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:04:35 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:04:35 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f4365467f90>
2026-03-30 10:04:35 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:04:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:04:35 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:04:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_70ccfcf5-0236-51cc-8e58-9f39bf3d8f61/70ccfcf5-0236-51cc-8e58-9f39bf3d8f61_image_0.jpg HTTP/1.1" 201 0
2026-03-30 10:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FKV66CZG%252F2026-03-27%252Fimage%252F4cb3af79-4c5d-4043-a4d7-989422a84ae5_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:04:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/KV66CZG/2026-03-27/image/4cb3af79-4c5d-4043-a4d7-989422a84ae5_removebg.jpg?w=600 saved to cache
2026-03-30 10:04:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 70ccfcf5-0236-51cc-8e58-9f39bf3d8f61
2026-03-30 10:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04: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%252FKV66CZG%252F2026-03-27%252Fimage%252F5b0c431f-5554-4c20-9c88-d45949f20949_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:04:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/KV66CZG/2026-03-27/image/5b0c431f-5554-4c20-9c88-d45949f20949_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04: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%252FDL13DLF%252F2026-03-30%252Fimage%252F4a3a5d7f-df39-43e3-a4e0-e5f163fa1347_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:04:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/DL13DLF/2026-03-30/image/4a3a5d7f-df39-43e3-a4e0-e5f163fa1347_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04: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%252FLR02ZPF%252F2026-03-30%252Fimage%252F7d140747-bf5a-4c9a-980f-811a03e83141_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:04:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/LR02ZPF/2026-03-30/image/7d140747-bf5a-4c9a-980f-811a03e83141_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04: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%252FCE63PLV%252F2026-03-28%252Fimage%252F8dc7bf28-9d2a-43f2-9c02-98430ddd8c45_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:04:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/CE63PLV/2026-03-28/image/8dc7bf28-9d2a-43f2-9c02-98430ddd8c45_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04: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%252FKV66CZG%252F2026-03-27%252Fimage%252F83d43931-8ef7-4c9f-97a3-a93b2c060bdc_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:04:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/KV66CZG/2026-03-27/image/83d43931-8ef7-4c9f-97a3-a93b2c060bdc_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04: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%252FDL13DLF%252F2026-03-30%252Fimage%252Fe264120c-944d-40a7-8d08-346f349395fd_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:04:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/DL13DLF/2026-03-30/image/e264120c-944d-40a7-8d08-346f349395fd_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04: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%252FLR02ZPF%252F2026-03-30%252Fimage%252Fbee17579-91d6-472f-bf04-14120067c3ac_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:04:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/LR02ZPF/2026-03-30/image/bee17579-91d6-472f-bf04-14120067c3ac_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:04:35 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:04:35 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f43653d8f10>
2026-03-30 10:04:35 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:04:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:04:35 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:04:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2be9e053-dd65-51fd-9bca-504d17d3f804/2be9e053-dd65-51fd-9bca-504d17d3f804_image_2.jpg HTTP/1.1" 201 0
2026-03-30 10:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FEA14FJD%252F2026-03-28%252Fimage%252F5bb4075d-0458-4f97-a5bb-d28dff72c6dc_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:04:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EA14FJD/2026-03-28/image/5bb4075d-0458-4f97-a5bb-d28dff72c6dc_removebg.jpg?w=600 saved to cache
2026-03-30 10:04:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 2be9e053-dd65-51fd-9bca-504d17d3f804
2026-03-30 10:04:35 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:04:35 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f43654a5e10>
2026-03-30 10:04:35 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:04:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:04:35 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:04:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_292841ce-dc7b-5fda-931b-af1b2a149a6a/292841ce-dc7b-5fda-931b-af1b2a149a6a_image_4.jpg HTTP/1.1" 201 0
2026-03-30 10:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FSB07PYA%252F2026-03-30%252Fimage%252F60c7abd0-2bc9-4ea2-a430-df38c55621c0_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:04:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/SB07PYA/2026-03-30/image/60c7abd0-2bc9-4ea2-a430-df38c55621c0_removebg.jpg?w=600 saved to cache
2026-03-30 10:04:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 292841ce-dc7b-5fda-931b-af1b2a149a6a
2026-03-30 10:04:35 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:04:35 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f4366606d50>
2026-03-30 10:04:35 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:04:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:04:35 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:04:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_70ccfcf5-0236-51cc-8e58-9f39bf3d8f61/70ccfcf5-0236-51cc-8e58-9f39bf3d8f61_image_1.jpg HTTP/1.1" 201 0
2026-03-30 10:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FKV66CZG%252F2026-03-27%252Fimage%252Ff3aeb404-6bbf-4598-b2a1-7a0c21a3a540_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:04:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/KV66CZG/2026-03-27/image/f3aeb404-6bbf-4598-b2a1-7a0c21a3a540_removebg.jpg?w=600 saved to cache
2026-03-30 10:04:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 70ccfcf5-0236-51cc-8e58-9f39bf3d8f61
2026-03-30 10:04:35 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:04:35 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f43654a4d90>
2026-03-30 10:04:35 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:04:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:04:35 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:04:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_292841ce-dc7b-5fda-931b-af1b2a149a6a/292841ce-dc7b-5fda-931b-af1b2a149a6a_image_5.jpg HTTP/1.1" 201 0
2026-03-30 10:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FSB07PYA%252F2026-03-30%252Fimage%252F173b4fdf-eafb-4b4e-8c95-ba89e9839eeb_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:04:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/SB07PYA/2026-03-30/image/173b4fdf-eafb-4b4e-8c95-ba89e9839eeb_removebg.jpg?w=600 saved to cache
2026-03-30 10:04:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 292841ce-dc7b-5fda-931b-af1b2a149a6a
2026-03-30 10:04:35 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:04:35 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f4365249990>
2026-03-30 10:04:35 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:04:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:04:36 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:04:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_292841ce-dc7b-5fda-931b-af1b2a149a6a/292841ce-dc7b-5fda-931b-af1b2a149a6a_image_2.jpg HTTP/1.1" 201 0
2026-03-30 10:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FSB07PYA%252F2026-03-30%252Fimage%252F876aa68c-1f9c-4ca5-b270-f9f29ba7247a_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:04:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/SB07PYA/2026-03-30/image/876aa68c-1f9c-4ca5-b270-f9f29ba7247a_removebg.jpg?w=600 saved to cache
2026-03-30 10:04:36 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 292841ce-dc7b-5fda-931b-af1b2a149a6a
2026-03-30 10:04:36 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:04:36 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f43666049d0>
2026-03-30 10:04:36 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:04:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:04:36 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:04:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8ec1a23d-5ac1-5739-9dfd-4d64b2845b6d/8ec1a23d-5ac1-5739-9dfd-4d64b2845b6d_image_5.jpg HTTP/1.1" 201 0
2026-03-30 10:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FDG58NNW%252F2026-03-28%252Fimage%252F4d5a7826-4cf2-45a0-b1c9-c1dcd1d089ed_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:04:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/DG58NNW/2026-03-28/image/4d5a7826-4cf2-45a0-b1c9-c1dcd1d089ed_removebg.jpg?w=600 saved to cache
2026-03-30 10:04:36 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 8ec1a23d-5ac1-5739-9dfd-4d64b2845b6d
2026-03-30 10:04:36 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:04:36 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f4366606250>
2026-03-30 10:04:36 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:04:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:04:36 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:04:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2be9e053-dd65-51fd-9bca-504d17d3f804/2be9e053-dd65-51fd-9bca-504d17d3f804_image_5.jpg HTTP/1.1" 201 0
2026-03-30 10:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FEA14FJD%252F2026-03-28%252Fimage%252F4136f2d6-ceba-4f71-8b5e-c89dfacc4f84_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:04:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EA14FJD/2026-03-28/image/4136f2d6-ceba-4f71-8b5e-c89dfacc4f84_removebg.jpg?w=600 saved to cache
2026-03-30 10:04:36 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 2be9e053-dd65-51fd-9bca-504d17d3f804
2026-03-30 10:04:36 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:04:36 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f43654a7450>
2026-03-30 10:04:36 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:04:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:04:36 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:04:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_bb52be8d-60b4-53af-8e61-1a7c614bd62c/bb52be8d-60b4-53af-8e61-1a7c614bd62c_image_4.jpg HTTP/1.1" 201 0
2026-03-30 10:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FOY08MGV%252F2026-03-28%252Fimage%252F5844e6e6-6177-4493-bea5-2c5fdc2e56fb_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:04:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/OY08MGV/2026-03-28/image/5844e6e6-6177-4493-bea5-2c5fdc2e56fb_removebg.jpg?w=600 saved to cache
2026-03-30 10:04:36 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item bb52be8d-60b4-53af-8e61-1a7c614bd62c
2026-03-30 10:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04: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%252FCE63PLV%252F2026-03-28%252Fimage%252Fe8a12cbd-c9bb-46fa-a9db-2d6e45b431e9_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:04:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/CE63PLV/2026-03-28/image/e8a12cbd-c9bb-46fa-a9db-2d6e45b431e9_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:04:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/OY08MGV/2026-03-28/image/891575f7-92ee-4f68-aed2-f3a8f3b3837b_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120862985?view=catalogue)
2026-03-30 10:04:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/KV66CZG/2026-03-27/image/a3907210-b675-42e8-b4f3-142d6d7162c1_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120862530?view=catalogue)
2026-03-30 10:04:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/SB07PYA/2026-03-30/image/53a47767-ae18-48c7-a51e-8d21b93c4ff4_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120862756?view=catalogue)
2026-03-30 10:04:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/DL13DLF/2026-03-30/image/7d8c4c28-7a0f-49d5-b45b-42d59d2bfd4a_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120866714?view=catalogue)
2026-03-30 10:04:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/LR02ZPF/2026-03-30/image/41b7147c-a17d-42da-8940-585e3afb0767_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120868213?view=catalogue)
2026-03-30 10:04:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/DG58NNW/2026-03-28/image/d2fd7018-2bfa-43c8-8fd7-e7c713224538_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120866963?view=catalogue)
2026-03-30 10:04:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/EA14FJD/2026-03-28/image/edb982aa-6266-4d7c-9bbc-67c941b04763_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120866316?view=catalogue)
2026-03-30 10:04:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/OY08MGV/2026-03-28/image/7981744c-a891-45e5-b408-a0630fac26d5_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120862985?view=catalogue)
2026-03-30 10:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04: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%252FDL13DLF%252F2026-03-30%252Fimage%252F295b91bd-9057-45b5-a7f5-affdec4255ce_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:04:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/DL13DLF/2026-03-30/image/295b91bd-9057-45b5-a7f5-affdec4255ce_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04: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%252FLR02ZPF%252F2026-03-30%252Fimage%252F9a564ad2-a790-45ad-b265-bcb64e3e4be1_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:04:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/LR02ZPF/2026-03-30/image/9a564ad2-a790-45ad-b265-bcb64e3e4be1_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:04:36 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120862922, 'registration': 'KV65XGW', 'account': 'WBA004', 'make': 'VAUXHALL', 'model': 'MOKKA DIESEL HATCHBACK', 'derivative': '1.6 CDTi Tech Line 5dr', 'mileage': 35504, 'mileageWarranty': True, 'type': 'car', 'saleId': 19238, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 728}, 'saleStart': '2026-04-06T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2015-09-25', 'fuel': 'Diesel', 'motExpiry': '2026-09-24', 'doors': 5, 'engineSize': 1598, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/KV65XGW/2026-03-28/image/e46d6d86-e63b-4e0c-a526-5bc38d373496_removebg.jpg?w=600', 'https://abimg003.imgix.net/KV65XGW/2026-03-28/image/93cfb211-4bd3-422a-95c1-6d7b24b45afe_removebg.jpg?w=600', 'https://abimg003.imgix.net/KV65XGW/2026-03-28/image/2c0ebfc2-de08-4c62-b05d-c0c7c1e3deda_removebg.jpg?w=600', 'https://abimg003.imgix.net/KV65XGW/2026-03-28/image/908f21a3-d489-443e-b693-ca2373722068_removebg.jpg?w=600', 'https://abimg003.imgix.net/KV65XGW/2026-03-28/image/967550b4-4102-40cb-a9e0-1b2e47a4a35b_removebg.jpg?w=600', 'https://abimg003.imgix.net/KV65XGW/2026-03-28/image/7dfcf7c6-2977-4a6c-b84d-8c58f737a77e_removebg.jpg?w=600', 'https://abimg003.imgix.net/KV65XGW/2026-03-28/image/43ea9514-ebe5-4d43-99e4-93670dff3593_removebg.jpg?w=600', 'https://abimg003.imgix.net/KV65XGW/2026-03-28/image/65221bed-d896-45c2-a146-5a052be671d5_removebg.jpg?w=600', 'https://abimg003.imgix.net/KV65XGW/2026-03-28/image/88abdfaa-66f4-429b-b419-0fb75ba0814e_removebg.jpg?w=600', 'https://abimg003.imgix.net/KV65XGW/2026-03-28/image/e6d903a9-c319-42a2-9de0-8194a0db95ee_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': False, 'v5details': None, 'co2': 114, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/1049fcb1-caa1-48ac-b992-c1383503c8a5.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:04:36 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120862922, 'registration': 'KV65XGW', 'account': 'WBA004', 'make': 'VAUXHALL', 'model': 'MOKKA DIESEL HATCHBACK', 'derivative': '1.6 CDTi Tech Line 5dr', 'mileage': 35504, 'mileageWarranty': True, 'type': 'car', 'saleId': 19238, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 728}, 'saleStart': '2026-04-06T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2015-09-25', 'fuel': 'Diesel', 'motExpiry': '2026-09-24', 'doors': 5, 'engineSize': 1598, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/KV65XGW/2026-03-28/image/e46d6d86-e63b-4e0c-a526-5bc38d373496_removebg.jpg?w=600', 'https://abimg003.imgix.net/KV65XGW/2026-03-28/image/93cfb211-4bd3-422a-95c1-6d7b24b45afe_removebg.jpg?w=600', 'https://abimg003.imgix.net/KV65XGW/2026-03-28/image/2c0ebfc2-de08-4c62-b05d-c0c7c1e3deda_removebg.jpg?w=600', 'https://abimg003.imgix.net/KV65XGW/2026-03-28/image/908f21a3-d489-443e-b693-ca2373722068_removebg.jpg?w=600', 'https://abimg003.imgix.net/KV65XGW/2026-03-28/image/967550b4-4102-40cb-a9e0-1b2e47a4a35b_removebg.jpg?w=600', 'https://abimg003.imgix.net/KV65XGW/2026-03-28/image/7dfcf7c6-2977-4a6c-b84d-8c58f737a77e_removebg.jpg?w=600', 'https://abimg003.imgix.net/KV65XGW/2026-03-28/image/43ea9514-ebe5-4d43-99e4-93670dff3593_removebg.jpg?w=600', 'https://abimg003.imgix.net/KV65XGW/2026-03-28/image/65221bed-d896-45c2-a146-5a052be671d5_removebg.jpg?w=600', 'https://abimg003.imgix.net/KV65XGW/2026-03-28/image/88abdfaa-66f4-429b-b419-0fb75ba0814e_removebg.jpg?w=600', 'https://abimg003.imgix.net/KV65XGW/2026-03-28/image/e6d903a9-c319-42a2-9de0-8194a0db95ee_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': False, 'v5details': None, 'co2': 114, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/1049fcb1-caa1-48ac-b992-c1383503c8a5.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:04:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2cc08c39-a899-5c72-ac83-09784f85b38b with identifier: 120862922
2026-03-30 10:04:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2cc08c39-a899-5c72-ac83-09784f85b38b with scrape type 1
2026-03-30 10:04:36 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 2cc08c39-a899-5c72-ac83-09784f85b38b
2026-03-30 10:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04: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%252FKV65XGW%252F2026-03-28%252Fimage%252Fe46d6d86-e63b-4e0c-a526-5bc38d373496_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:04:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/KV65XGW/2026-03-28/image/e46d6d86-e63b-4e0c-a526-5bc38d373496_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:04:36 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120854954, 'registration': 'EK66JJE', 'account': 'WBA004', 'make': 'BMW', 'model': '1 SERIES HATCHBACK', 'derivative': '118i [1.5] Sport 5dr [Nav]', 'mileage': 121095, 'mileageWarranty': True, 'type': 'car', 'saleId': 19238, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 728}, 'saleStart': '2026-04-06T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2016-09-29', 'fuel': 'Petrol', 'motExpiry': '2026-09-01', 'doors': 5, 'engineSize': 1499, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/EK66JJE/2026-03-27/image/3783e24d-1093-4e68-bf86-5ece66a2151b_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK66JJE/2026-03-27/image/0a93d111-8a0b-4631-9a94-f07bb6ed4f4b_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK66JJE/2026-03-27/image/4831625d-1ee4-45a8-802e-f2a18d811993_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK66JJE/2026-03-27/image/689881a2-0087-4e54-8a90-a9e61c735517_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK66JJE/2026-03-27/image/12351a57-3cb9-4748-acec-191375fbad16_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK66JJE/2026-03-27/image/5f7197c6-00e1-40b8-82ca-98039a393006_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK66JJE/2026-03-27/image/1fd343d3-a0e0-4587-81af-bf815ec69953_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK66JJE/2026-03-27/image/13cccdd8-b692-4259-b751-d8438f79b53d_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK66JJE/2026-03-27/image/862eaec4-9727-4d48-8f6d-34952be0234c_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK66JJE/2026-03-27/image/3ba38629-5a1d-47b4-97a9-e071d537916d_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK66JJE/2026-03-27/image/a3e38548-e7f9-4027-80fb-5897c296a6a4_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 01/18 25K - 06/19 - 51K 09/23 93K -', 'remarks': 'VOSA STATES 82K- 93K- 104K - 115K- SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 123, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/9af5d757-1212-47a5-9c6c-a9480fd49ea0.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:04:36 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120854954, 'registration': 'EK66JJE', 'account': 'WBA004', 'make': 'BMW', 'model': '1 SERIES HATCHBACK', 'derivative': '118i [1.5] Sport 5dr [Nav]', 'mileage': 121095, 'mileageWarranty': True, 'type': 'car', 'saleId': 19238, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 728}, 'saleStart': '2026-04-06T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2016-09-29', 'fuel': 'Petrol', 'motExpiry': '2026-09-01', 'doors': 5, 'engineSize': 1499, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/EK66JJE/2026-03-27/image/3783e24d-1093-4e68-bf86-5ece66a2151b_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK66JJE/2026-03-27/image/0a93d111-8a0b-4631-9a94-f07bb6ed4f4b_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK66JJE/2026-03-27/image/4831625d-1ee4-45a8-802e-f2a18d811993_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK66JJE/2026-03-27/image/689881a2-0087-4e54-8a90-a9e61c735517_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK66JJE/2026-03-27/image/12351a57-3cb9-4748-acec-191375fbad16_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK66JJE/2026-03-27/image/5f7197c6-00e1-40b8-82ca-98039a393006_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK66JJE/2026-03-27/image/1fd343d3-a0e0-4587-81af-bf815ec69953_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK66JJE/2026-03-27/image/13cccdd8-b692-4259-b751-d8438f79b53d_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK66JJE/2026-03-27/image/862eaec4-9727-4d48-8f6d-34952be0234c_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK66JJE/2026-03-27/image/3ba38629-5a1d-47b4-97a9-e071d537916d_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK66JJE/2026-03-27/image/a3e38548-e7f9-4027-80fb-5897c296a6a4_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 01/18 25K - 06/19 - 51K 09/23 93K -', 'remarks': 'VOSA STATES 82K- 93K- 104K - 115K- SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 123, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/9af5d757-1212-47a5-9c6c-a9480fd49ea0.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:04:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6fd9518b-3106-5d86-b387-8846acdf74e0 with identifier: 120854954
2026-03-30 10:04:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6fd9518b-3106-5d86-b387-8846acdf74e0 with scrape type 1
2026-03-30 10:04:36 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 6fd9518b-3106-5d86-b387-8846acdf74e0
2026-03-30 10:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04: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%252FEK66JJE%252F2026-03-27%252Fimage%252F3783e24d-1093-4e68-bf86-5ece66a2151b_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:04:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EK66JJE/2026-03-27/image/3783e24d-1093-4e68-bf86-5ece66a2151b_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04: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%252FCE63PLV%252F2026-03-28%252Fimage%252F02e7edec-35ce-4897-9c3f-1b0ad7c99bab_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:04:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/CE63PLV/2026-03-28/image/02e7edec-35ce-4897-9c3f-1b0ad7c99bab_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04: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%252FDL13DLF%252F2026-03-30%252Fimage%252F553ee4d0-7c2c-4857-9947-847afbe0cb9e_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:04:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/DL13DLF/2026-03-30/image/553ee4d0-7c2c-4857-9947-847afbe0cb9e_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04: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%252FLR02ZPF%252F2026-03-30%252Fimage%252F73879d93-c870-41be-842e-e6bccc158216_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:04:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/LR02ZPF/2026-03-30/image/73879d93-c870-41be-842e-e6bccc158216_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04: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%252FKV65XGW%252F2026-03-28%252Fimage%252F93cfb211-4bd3-422a-95c1-6d7b24b45afe_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:04:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/KV65XGW/2026-03-28/image/93cfb211-4bd3-422a-95c1-6d7b24b45afe_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04: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%252FEK66JJE%252F2026-03-27%252Fimage%252F0a93d111-8a0b-4631-9a94-f07bb6ed4f4b_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:04:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EK66JJE/2026-03-27/image/0a93d111-8a0b-4631-9a94-f07bb6ed4f4b_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04: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%252FCE63PLV%252F2026-03-28%252Fimage%252F2df59460-6c1f-4bee-a232-ded42a3557ae_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:04:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/CE63PLV/2026-03-28/image/2df59460-6c1f-4bee-a232-ded42a3557ae_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:04:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/LR02ZPF/2026-03-30/image/ced10398-70f6-4168-bed2-01da7bdba38d_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120868213?view=catalogue)
2026-03-30 10:04:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/DL13DLF/2026-03-30/image/8d11f3ab-84b4-46ae-b867-17aa77731b13_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120866714?view=catalogue)
2026-03-30 10:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04: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%252FDL13DLF%252F2026-03-30%252Fimage%252Fb9e5ded4-0b1b-4856-a613-e4a75660ef64_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:04:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/DL13DLF/2026-03-30/image/b9e5ded4-0b1b-4856-a613-e4a75660ef64_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04: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%252FLR02ZPF%252F2026-03-30%252Fimage%252Fe6e1d020-199c-4f79-a158-b6f87cbc6792_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:04:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/LR02ZPF/2026-03-30/image/e6e1d020-199c-4f79-a158-b6f87cbc6792_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04: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%252FKV65XGW%252F2026-03-28%252Fimage%252F2c0ebfc2-de08-4c62-b05d-c0c7c1e3deda_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:04:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/KV65XGW/2026-03-28/image/2c0ebfc2-de08-4c62-b05d-c0c7c1e3deda_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04: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%252FEK66JJE%252F2026-03-27%252Fimage%252F4831625d-1ee4-45a8-802e-f2a18d811993_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:04:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EK66JJE/2026-03-27/image/4831625d-1ee4-45a8-802e-f2a18d811993_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04: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%252FCE63PLV%252F2026-03-28%252Fimage%252F0037d498-95e8-4058-8bdb-6af49c5886ea_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:04:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/CE63PLV/2026-03-28/image/0037d498-95e8-4058-8bdb-6af49c5886ea_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:04:36 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:04:36 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f43666332d0>
2026-03-30 10:04:36 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:04:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:04:36 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:04:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_bb52be8d-60b4-53af-8e61-1a7c614bd62c/bb52be8d-60b4-53af-8e61-1a7c614bd62c_image_6.jpg HTTP/1.1" 201 0
2026-03-30 10:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FOY08MGV%252F2026-03-28%252Fimage%252F891575f7-92ee-4f68-aed2-f3a8f3b3837b_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:04:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/OY08MGV/2026-03-28/image/891575f7-92ee-4f68-aed2-f3a8f3b3837b_removebg.jpg?w=600 saved to cache
2026-03-30 10:04:36 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item bb52be8d-60b4-53af-8e61-1a7c614bd62c
2026-03-30 10:04:36 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:04:36 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f43651a8f50>
2026-03-30 10:04:36 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:04:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:04:36 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:04:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_70ccfcf5-0236-51cc-8e58-9f39bf3d8f61/70ccfcf5-0236-51cc-8e58-9f39bf3d8f61_image_3.jpg HTTP/1.1" 201 0
2026-03-30 10:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FKV66CZG%252F2026-03-27%252Fimage%252Fa3907210-b675-42e8-b4f3-142d6d7162c1_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:04:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/KV66CZG/2026-03-27/image/a3907210-b675-42e8-b4f3-142d6d7162c1_removebg.jpg?w=600 saved to cache
2026-03-30 10:04:36 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 70ccfcf5-0236-51cc-8e58-9f39bf3d8f61
2026-03-30 10:04:36 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:04:36 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f43650d8b10>
2026-03-30 10:04:36 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:04:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:04:36 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:04:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_292841ce-dc7b-5fda-931b-af1b2a149a6a/292841ce-dc7b-5fda-931b-af1b2a149a6a_image_7.jpg HTTP/1.1" 201 0
2026-03-30 10:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FSB07PYA%252F2026-03-30%252Fimage%252F53a47767-ae18-48c7-a51e-8d21b93c4ff4_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:04:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/SB07PYA/2026-03-30/image/53a47767-ae18-48c7-a51e-8d21b93c4ff4_removebg.jpg?w=600 saved to cache
2026-03-30 10:04:36 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 292841ce-dc7b-5fda-931b-af1b2a149a6a
2026-03-30 10:04:36 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:04:36 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f43651a83d0>
2026-03-30 10:04:36 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:04:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:04:36 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:04:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d1c5b106-fc69-5e07-82c2-afad20244e44/d1c5b106-fc69-5e07-82c2-afad20244e44_image_1.jpg HTTP/1.1" 201 0
2026-03-30 10:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FDL13DLF%252F2026-03-30%252Fimage%252F7d8c4c28-7a0f-49d5-b45b-42d59d2bfd4a_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:04:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/DL13DLF/2026-03-30/image/7d8c4c28-7a0f-49d5-b45b-42d59d2bfd4a_removebg.jpg?w=600 saved to cache
2026-03-30 10:04:36 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item d1c5b106-fc69-5e07-82c2-afad20244e44
2026-03-30 10:04:36 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:04:36 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f43667c8c10>
2026-03-30 10:04:36 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:04:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:04:36 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:04:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_44a6e207-f843-52ec-a105-ab8dae59a3bf/44a6e207-f843-52ec-a105-ab8dae59a3bf_image_1.jpg HTTP/1.1" 201 0
2026-03-30 10:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FLR02ZPF%252F2026-03-30%252Fimage%252F41b7147c-a17d-42da-8940-585e3afb0767_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:04:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/LR02ZPF/2026-03-30/image/41b7147c-a17d-42da-8940-585e3afb0767_removebg.jpg?w=600 saved to cache
2026-03-30 10:04:36 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 44a6e207-f843-52ec-a105-ab8dae59a3bf
2026-03-30 10:04:36 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:04:36 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f4365471a10>
2026-03-30 10:04:36 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:04:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:04:36 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:04:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8ec1a23d-5ac1-5739-9dfd-4d64b2845b6d/8ec1a23d-5ac1-5739-9dfd-4d64b2845b6d_image_4.jpg HTTP/1.1" 201 0
2026-03-30 10:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FDG58NNW%252F2026-03-28%252Fimage%252Fd2fd7018-2bfa-43c8-8fd7-e7c713224538_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:04:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/DG58NNW/2026-03-28/image/d2fd7018-2bfa-43c8-8fd7-e7c713224538_removebg.jpg?w=600 saved to cache
2026-03-30 10:04:36 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 8ec1a23d-5ac1-5739-9dfd-4d64b2845b6d
2026-03-30 10:04:36 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:04:36 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f4365473310>
2026-03-30 10:04:36 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:04:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:04:36 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:04:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2be9e053-dd65-51fd-9bca-504d17d3f804/2be9e053-dd65-51fd-9bca-504d17d3f804_image_4.jpg HTTP/1.1" 201 0
2026-03-30 10:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FEA14FJD%252F2026-03-28%252Fimage%252Fedb982aa-6266-4d7c-9bbc-67c941b04763_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:04:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EA14FJD/2026-03-28/image/edb982aa-6266-4d7c-9bbc-67c941b04763_removebg.jpg?w=600 saved to cache
2026-03-30 10:04:36 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 2be9e053-dd65-51fd-9bca-504d17d3f804
2026-03-30 10:04:36 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:04:36 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f43651bfa50>
2026-03-30 10:04:36 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:04:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:04:36 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:04:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_bb52be8d-60b4-53af-8e61-1a7c614bd62c/bb52be8d-60b4-53af-8e61-1a7c614bd62c_image_7.jpg HTTP/1.1" 201 0
2026-03-30 10:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FOY08MGV%252F2026-03-28%252Fimage%252F7981744c-a891-45e5-b408-a0630fac26d5_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:04:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/OY08MGV/2026-03-28/image/7981744c-a891-45e5-b408-a0630fac26d5_removebg.jpg?w=600 saved to cache
2026-03-30 10:04:36 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item bb52be8d-60b4-53af-8e61-1a7c614bd62c
2026-03-30 10:04:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/LR02ZPF/2026-03-30/image/f039d6c0-5caf-4744-bc2d-1a9de7da80b3_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120868213?view=catalogue)
2026-03-30 10:04:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/SB07PYA/2026-03-30/image/43c2faa6-156b-41ca-b302-3c53a432bd3e_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120862756?view=catalogue)
2026-03-30 10:04:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/DL13DLF/2026-03-30/image/e0f3698c-ae43-4a27-8405-1549742b09ae_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120866714?view=catalogue)
2026-03-30 10:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04: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%252FDL13DLF%252F2026-03-30%252Fimage%252Fae59cf51-fb68-4a5c-889a-1d2cd367530c_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:04:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/DL13DLF/2026-03-30/image/ae59cf51-fb68-4a5c-889a-1d2cd367530c_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04: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%252FLR02ZPF%252F2026-03-30%252Fimage%252F7a968a6a-c8bb-43c9-916a-b5e949b166da_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:04:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/LR02ZPF/2026-03-30/image/7a968a6a-c8bb-43c9-916a-b5e949b166da_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04: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%252FKV65XGW%252F2026-03-28%252Fimage%252F908f21a3-d489-443e-b693-ca2373722068_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:04:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/KV65XGW/2026-03-28/image/908f21a3-d489-443e-b693-ca2373722068_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04: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%252FEK66JJE%252F2026-03-27%252Fimage%252F689881a2-0087-4e54-8a90-a9e61c735517_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:04:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EK66JJE/2026-03-27/image/689881a2-0087-4e54-8a90-a9e61c735517_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:04:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/DG58NNW/2026-03-28/image/0f9ea815-a7b8-42d6-955d-6ceb38e2d30a_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120866963?view=catalogue)
2026-03-30 10:04:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/KV66CZG/2026-03-27/image/961c9794-015c-4301-8013-65ed8bb27fb7_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120862530?view=catalogue)
2026-03-30 10:04:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/KV66CZG/2026-03-27/image/a9d7e593-dd9b-46ba-8822-601b8a1399be_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120862530?view=catalogue)
2026-03-30 10:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FCE63PLV%252F2026-03-28%252Fimage%252F833b6221-d75b-4910-8307-98db8ddd796a_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:04:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/CE63PLV/2026-03-28/image/833b6221-d75b-4910-8307-98db8ddd796a_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FKV65XGW%252F2026-03-28%252Fimage%252F967550b4-4102-40cb-a9e0-1b2e47a4a35b_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:04:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/KV65XGW/2026-03-28/image/967550b4-4102-40cb-a9e0-1b2e47a4a35b_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FEK66JJE%252F2026-03-27%252Fimage%252F12351a57-3cb9-4748-acec-191375fbad16_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:04:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EK66JJE/2026-03-27/image/12351a57-3cb9-4748-acec-191375fbad16_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FCE63PLV%252F2026-03-28%252Fimage%252F1b1b63be-4162-4802-a6ee-98f751db616f_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:04:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/CE63PLV/2026-03-28/image/1b1b63be-4162-4802-a6ee-98f751db616f_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:04:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/CE63PLV/2026-03-28/image/f8f62c06-e790-443e-ab33-24508ed23a1c_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120861191?view=catalogue)
2026-03-30 10:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FKV65XGW%252F2026-03-28%252Fimage%252F7dfcf7c6-2977-4a6c-b84d-8c58f737a77e_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:04:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/KV65XGW/2026-03-28/image/7dfcf7c6-2977-4a6c-b84d-8c58f737a77e_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FEK66JJE%252F2026-03-27%252Fimage%252F5f7197c6-00e1-40b8-82ca-98039a393006_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:04:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EK66JJE/2026-03-27/image/5f7197c6-00e1-40b8-82ca-98039a393006_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:04:37 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:04:37 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f43652b58d0>
2026-03-30 10:04:37 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:04:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:04:37 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:04:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_44a6e207-f843-52ec-a105-ab8dae59a3bf/44a6e207-f843-52ec-a105-ab8dae59a3bf_image_0.jpg HTTP/1.1" 201 0
2026-03-30 10:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FLR02ZPF%252F2026-03-30%252Fimage%252Fced10398-70f6-4168-bed2-01da7bdba38d_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:04:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/LR02ZPF/2026-03-30/image/ced10398-70f6-4168-bed2-01da7bdba38d_removebg.jpg?w=600 saved to cache
2026-03-30 10:04:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 44a6e207-f843-52ec-a105-ab8dae59a3bf
2026-03-30 10:04:37 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:04:37 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f4367e5bf90>
2026-03-30 10:04:37 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:04:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:04:37 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:04:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d1c5b106-fc69-5e07-82c2-afad20244e44/d1c5b106-fc69-5e07-82c2-afad20244e44_image_0.jpg HTTP/1.1" 201 0
2026-03-30 10:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FDL13DLF%252F2026-03-30%252Fimage%252F8d11f3ab-84b4-46ae-b867-17aa77731b13_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:04:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/DL13DLF/2026-03-30/image/8d11f3ab-84b4-46ae-b867-17aa77731b13_removebg.jpg?w=600 saved to cache
2026-03-30 10:04:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item d1c5b106-fc69-5e07-82c2-afad20244e44
2026-03-30 10:04:37 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:04:37 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f4366685010>
2026-03-30 10:04:37 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:04:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:04:37 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:04:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_44a6e207-f843-52ec-a105-ab8dae59a3bf/44a6e207-f843-52ec-a105-ab8dae59a3bf_image_2.jpg HTTP/1.1" 201 0
2026-03-30 10:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FLR02ZPF%252F2026-03-30%252Fimage%252Ff039d6c0-5caf-4744-bc2d-1a9de7da80b3_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:04:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/LR02ZPF/2026-03-30/image/f039d6c0-5caf-4744-bc2d-1a9de7da80b3_removebg.jpg?w=600 saved to cache
2026-03-30 10:04:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 44a6e207-f843-52ec-a105-ab8dae59a3bf
2026-03-30 10:04:37 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:04:37 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f436536f6d0>
2026-03-30 10:04:37 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:04:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:04:37 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:04:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_292841ce-dc7b-5fda-931b-af1b2a149a6a/292841ce-dc7b-5fda-931b-af1b2a149a6a_image_9.jpg HTTP/1.1" 201 0
2026-03-30 10:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FSB07PYA%252F2026-03-30%252Fimage%252F43c2faa6-156b-41ca-b302-3c53a432bd3e_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:04:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/SB07PYA/2026-03-30/image/43c2faa6-156b-41ca-b302-3c53a432bd3e_removebg.jpg?w=600 saved to cache
2026-03-30 10:04:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 292841ce-dc7b-5fda-931b-af1b2a149a6a
2026-03-30 10:04:37 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:04:37 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f436d6704d0>
2026-03-30 10:04:37 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:04:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:04:37 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:04:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d1c5b106-fc69-5e07-82c2-afad20244e44/d1c5b106-fc69-5e07-82c2-afad20244e44_image_2.jpg HTTP/1.1" 201 0
2026-03-30 10:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FDL13DLF%252F2026-03-30%252Fimage%252Fe0f3698c-ae43-4a27-8405-1549742b09ae_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:04:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/DL13DLF/2026-03-30/image/e0f3698c-ae43-4a27-8405-1549742b09ae_removebg.jpg?w=600 saved to cache
2026-03-30 10:04:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item d1c5b106-fc69-5e07-82c2-afad20244e44
2026-03-30 10:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FCE63PLV%252F2026-03-28%252Fimage%252F2740c8dc-2d76-43dc-a62e-3626a4a49702_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:04:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/CE63PLV/2026-03-28/image/2740c8dc-2d76-43dc-a62e-3626a4a49702_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:04:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/DL13DLF/2026-03-30/image/e264120c-944d-40a7-8d08-346f349395fd_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120866714?view=catalogue)
2026-03-30 10:04:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/LR02ZPF/2026-03-30/image/7d140747-bf5a-4c9a-980f-811a03e83141_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120868213?view=catalogue)
2026-03-30 10:04:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/CE63PLV/2026-03-28/image/8dc7bf28-9d2a-43f2-9c02-98430ddd8c45_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120861191?view=catalogue)
2026-03-30 10:04:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/KV66CZG/2026-03-27/image/5b0c431f-5554-4c20-9c88-d45949f20949_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120862530?view=catalogue)
2026-03-30 10:04:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/LR02ZPF/2026-03-30/image/bee17579-91d6-472f-bf04-14120067c3ac_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120868213?view=catalogue)
2026-03-30 10:04:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/DL13DLF/2026-03-30/image/4a3a5d7f-df39-43e3-a4e0-e5f163fa1347_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120866714?view=catalogue)
2026-03-30 10:04:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/KV66CZG/2026-03-27/image/83d43931-8ef7-4c9f-97a3-a93b2c060bdc_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120862530?view=catalogue)
2026-03-30 10:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FKV65XGW%252F2026-03-28%252Fimage%252F43ea9514-ebe5-4d43-99e4-93670dff3593_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:04:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/KV65XGW/2026-03-28/image/43ea9514-ebe5-4d43-99e4-93670dff3593_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FEK66JJE%252F2026-03-27%252Fimage%252F1fd343d3-a0e0-4587-81af-bf815ec69953_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:04:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EK66JJE/2026-03-27/image/1fd343d3-a0e0-4587-81af-bf815ec69953_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:04:37 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:04:37 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f4366523bd0>
2026-03-30 10:04:37 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:04:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:04:37 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:04:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8ec1a23d-5ac1-5739-9dfd-4d64b2845b6d/8ec1a23d-5ac1-5739-9dfd-4d64b2845b6d_image_8.jpg HTTP/1.1" 201 0
2026-03-30 10:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FDG58NNW%252F2026-03-28%252Fimage%252F0f9ea815-a7b8-42d6-955d-6ceb38e2d30a_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:04:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/DG58NNW/2026-03-28/image/0f9ea815-a7b8-42d6-955d-6ceb38e2d30a_removebg.jpg?w=600 saved to cache
2026-03-30 10:04:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 8ec1a23d-5ac1-5739-9dfd-4d64b2845b6d
2026-03-30 10:04:37 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:04:37 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f43654559d0>
2026-03-30 10:04:37 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:04:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:04:37 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:04:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_70ccfcf5-0236-51cc-8e58-9f39bf3d8f61/70ccfcf5-0236-51cc-8e58-9f39bf3d8f61_image_4.jpg HTTP/1.1" 201 0
2026-03-30 10:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FKV66CZG%252F2026-03-27%252Fimage%252F961c9794-015c-4301-8013-65ed8bb27fb7_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:04:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/KV66CZG/2026-03-27/image/961c9794-015c-4301-8013-65ed8bb27fb7_removebg.jpg?w=600 saved to cache
2026-03-30 10:04:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 70ccfcf5-0236-51cc-8e58-9f39bf3d8f61
2026-03-30 10:04:37 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:04:37 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f43664fe810>
2026-03-30 10:04:37 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:04:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:04:37 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:04:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_70ccfcf5-0236-51cc-8e58-9f39bf3d8f61/70ccfcf5-0236-51cc-8e58-9f39bf3d8f61_image_5.jpg HTTP/1.1" 201 0
2026-03-30 10:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FKV66CZG%252F2026-03-27%252Fimage%252Fa9d7e593-dd9b-46ba-8822-601b8a1399be_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:04:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/KV66CZG/2026-03-27/image/a9d7e593-dd9b-46ba-8822-601b8a1399be_removebg.jpg?w=600 saved to cache
2026-03-30 10:04:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 70ccfcf5-0236-51cc-8e58-9f39bf3d8f61
2026-03-30 10:04:37 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:04:37 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f4365183910>
2026-03-30 10:04:37 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:04:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:04:37 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:04:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e8e56f5e-fbfa-5a0c-b5fc-ae75b7eaacc4/e8e56f5e-fbfa-5a0c-b5fc-ae75b7eaacc4_image_0.jpg HTTP/1.1" 201 0
2026-03-30 10:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FCE63PLV%252F2026-03-28%252Fimage%252Ff8f62c06-e790-443e-ab33-24508ed23a1c_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:04:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/CE63PLV/2026-03-28/image/f8f62c06-e790-443e-ab33-24508ed23a1c_removebg.jpg?w=600 saved to cache
2026-03-30 10:04:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item e8e56f5e-fbfa-5a0c-b5fc-ae75b7eaacc4
2026-03-30 10:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FKV65XGW%252F2026-03-28%252Fimage%252F65221bed-d896-45c2-a146-5a052be671d5_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:04:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/KV65XGW/2026-03-28/image/65221bed-d896-45c2-a146-5a052be671d5_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FEK66JJE%252F2026-03-27%252Fimage%252F13cccdd8-b692-4259-b751-d8438f79b53d_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:04:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EK66JJE/2026-03-27/image/13cccdd8-b692-4259-b751-d8438f79b53d_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:04:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/CE63PLV/2026-03-28/image/2df59460-6c1f-4bee-a232-ded42a3557ae_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120861191?view=catalogue)
2026-03-30 10:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FKV65XGW%252F2026-03-28%252Fimage%252F88abdfaa-66f4-429b-b419-0fb75ba0814e_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:04:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/KV65XGW/2026-03-28/image/88abdfaa-66f4-429b-b419-0fb75ba0814e_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FEK66JJE%252F2026-03-27%252Fimage%252F862eaec4-9727-4d48-8f6d-34952be0234c_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:04:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EK66JJE/2026-03-27/image/862eaec4-9727-4d48-8f6d-34952be0234c_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:04:37 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:04:37 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f4366661e90>
2026-03-30 10:04:37 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:04:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:04:37 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:04:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d1c5b106-fc69-5e07-82c2-afad20244e44/d1c5b106-fc69-5e07-82c2-afad20244e44_image_4.jpg HTTP/1.1" 201 0
2026-03-30 10:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FDL13DLF%252F2026-03-30%252Fimage%252Fe264120c-944d-40a7-8d08-346f349395fd_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:04:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/DL13DLF/2026-03-30/image/e264120c-944d-40a7-8d08-346f349395fd_removebg.jpg?w=600 saved to cache
2026-03-30 10:04:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item d1c5b106-fc69-5e07-82c2-afad20244e44
2026-03-30 10:04:37 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:04:37 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f4365217fd0>
2026-03-30 10:04:37 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:04:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:04:37 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:04:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_44a6e207-f843-52ec-a105-ab8dae59a3bf/44a6e207-f843-52ec-a105-ab8dae59a3bf_image_3.jpg HTTP/1.1" 201 0
2026-03-30 10:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FLR02ZPF%252F2026-03-30%252Fimage%252F7d140747-bf5a-4c9a-980f-811a03e83141_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:04:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/LR02ZPF/2026-03-30/image/7d140747-bf5a-4c9a-980f-811a03e83141_removebg.jpg?w=600 saved to cache
2026-03-30 10:04:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 44a6e207-f843-52ec-a105-ab8dae59a3bf
2026-03-30 10:04:37 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:04:37 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f4367c67190>
2026-03-30 10:04:37 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:04:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:04:37 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:04:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e8e56f5e-fbfa-5a0c-b5fc-ae75b7eaacc4/e8e56f5e-fbfa-5a0c-b5fc-ae75b7eaacc4_image_1.jpg HTTP/1.1" 201 0
2026-03-30 10:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FCE63PLV%252F2026-03-28%252Fimage%252F8dc7bf28-9d2a-43f2-9c02-98430ddd8c45_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:04:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/CE63PLV/2026-03-28/image/8dc7bf28-9d2a-43f2-9c02-98430ddd8c45_removebg.jpg?w=600 saved to cache
2026-03-30 10:04:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item e8e56f5e-fbfa-5a0c-b5fc-ae75b7eaacc4
2026-03-30 10:04:37 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:04:37 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f436722ded0>
2026-03-30 10:04:37 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:04:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:04:37 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:04:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_70ccfcf5-0236-51cc-8e58-9f39bf3d8f61/70ccfcf5-0236-51cc-8e58-9f39bf3d8f61_image_7.jpg HTTP/1.1" 201 0
2026-03-30 10:04:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FKV66CZG%252F2026-03-27%252Fimage%252F5b0c431f-5554-4c20-9c88-d45949f20949_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:04:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/KV66CZG/2026-03-27/image/5b0c431f-5554-4c20-9c88-d45949f20949_removebg.jpg?w=600 saved to cache
2026-03-30 10:04:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 70ccfcf5-0236-51cc-8e58-9f39bf3d8f61
2026-03-30 10:04:38 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:04:38 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f43651192d0>
2026-03-30 10:04:38 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:04:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:04:38 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:04:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_44a6e207-f843-52ec-a105-ab8dae59a3bf/44a6e207-f843-52ec-a105-ab8dae59a3bf_image_4.jpg HTTP/1.1" 201 0
2026-03-30 10:04:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FLR02ZPF%252F2026-03-30%252Fimage%252Fbee17579-91d6-472f-bf04-14120067c3ac_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:04:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/LR02ZPF/2026-03-30/image/bee17579-91d6-472f-bf04-14120067c3ac_removebg.jpg?w=600 saved to cache
2026-03-30 10:04:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 44a6e207-f843-52ec-a105-ab8dae59a3bf
2026-03-30 10:04:38 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:04:38 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f436722eb10>
2026-03-30 10:04:38 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:04:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:04:38 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:04:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d1c5b106-fc69-5e07-82c2-afad20244e44/d1c5b106-fc69-5e07-82c2-afad20244e44_image_3.jpg HTTP/1.1" 201 0
2026-03-30 10:04:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FDL13DLF%252F2026-03-30%252Fimage%252F4a3a5d7f-df39-43e3-a4e0-e5f163fa1347_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:04:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/DL13DLF/2026-03-30/image/4a3a5d7f-df39-43e3-a4e0-e5f163fa1347_removebg.jpg?w=600 saved to cache
2026-03-30 10:04:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item d1c5b106-fc69-5e07-82c2-afad20244e44
2026-03-30 10:04:38 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:04:38 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f4367b8a210>
2026-03-30 10:04:38 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:04:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:04:38 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:04:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_70ccfcf5-0236-51cc-8e58-9f39bf3d8f61/70ccfcf5-0236-51cc-8e58-9f39bf3d8f61_image_8.jpg HTTP/1.1" 201 0
2026-03-30 10:04:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FKV66CZG%252F2026-03-27%252Fimage%252F83d43931-8ef7-4c9f-97a3-a93b2c060bdc_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:04:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/KV66CZG/2026-03-27/image/83d43931-8ef7-4c9f-97a3-a93b2c060bdc_removebg.jpg?w=600 saved to cache
2026-03-30 10:04:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 70ccfcf5-0236-51cc-8e58-9f39bf3d8f61
2026-03-30 10:04:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/CE63PLV/2026-03-28/image/0037d498-95e8-4058-8bdb-6af49c5886ea_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120861191?view=catalogue)
2026-03-30 10:04:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/DL13DLF/2026-03-30/image/b9e5ded4-0b1b-4856-a613-e4a75660ef64_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120866714?view=catalogue)
2026-03-30 10:04:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/LR02ZPF/2026-03-30/image/e6e1d020-199c-4f79-a158-b6f87cbc6792_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120868213?view=catalogue)
2026-03-30 10:04:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/KV65XGW/2026-03-28/image/93cfb211-4bd3-422a-95c1-6d7b24b45afe_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120862922?view=catalogue)
2026-03-30 10:04:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/EK66JJE/2026-03-27/image/4831625d-1ee4-45a8-802e-f2a18d811993_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120854954?view=catalogue)
2026-03-30 10:04:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/EK66JJE/2026-03-27/image/0a93d111-8a0b-4631-9a94-f07bb6ed4f4b_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120854954?view=catalogue)
2026-03-30 10:04:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/EK66JJE/2026-03-27/image/12351a57-3cb9-4748-acec-191375fbad16_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120854954?view=catalogue)
2026-03-30 10:04:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FKV65XGW%252F2026-03-28%252Fimage%252Fe6d903a9-c319-42a2-9de0-8194a0db95ee_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:04:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/KV65XGW/2026-03-28/image/e6d903a9-c319-42a2-9de0-8194a0db95ee_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:04:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FEK66JJE%252F2026-03-27%252Fimage%252F3ba38629-5a1d-47b4-97a9-e071d537916d_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:04:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EK66JJE/2026-03-27/image/3ba38629-5a1d-47b4-97a9-e071d537916d_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:04:38 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:04:38 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f436722e690>
2026-03-30 10:04:38 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:04:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:04:38 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:04:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e8e56f5e-fbfa-5a0c-b5fc-ae75b7eaacc4/e8e56f5e-fbfa-5a0c-b5fc-ae75b7eaacc4_image_4.jpg HTTP/1.1" 201 0
2026-03-30 10:04:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FCE63PLV%252F2026-03-28%252Fimage%252F2df59460-6c1f-4bee-a232-ded42a3557ae_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:04:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/CE63PLV/2026-03-28/image/2df59460-6c1f-4bee-a232-ded42a3557ae_removebg.jpg?w=600 saved to cache
2026-03-30 10:04:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item e8e56f5e-fbfa-5a0c-b5fc-ae75b7eaacc4
2026-03-30 10:04:38 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:04:38 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f4366613890>
2026-03-30 10:04:38 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:04:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:04:38 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:04:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e8e56f5e-fbfa-5a0c-b5fc-ae75b7eaacc4/e8e56f5e-fbfa-5a0c-b5fc-ae75b7eaacc4_image_5.jpg HTTP/1.1" 201 0
2026-03-30 10:04:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FCE63PLV%252F2026-03-28%252Fimage%252F0037d498-95e8-4058-8bdb-6af49c5886ea_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:04:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/CE63PLV/2026-03-28/image/0037d498-95e8-4058-8bdb-6af49c5886ea_removebg.jpg?w=600 saved to cache
2026-03-30 10:04:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item e8e56f5e-fbfa-5a0c-b5fc-ae75b7eaacc4
2026-03-30 10:04:38 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:04:38 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f436722e790>
2026-03-30 10:04:38 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:04:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:04:38 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:04:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d1c5b106-fc69-5e07-82c2-afad20244e44/d1c5b106-fc69-5e07-82c2-afad20244e44_image_7.jpg HTTP/1.1" 201 0
2026-03-30 10:04:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FDL13DLF%252F2026-03-30%252Fimage%252Fb9e5ded4-0b1b-4856-a613-e4a75660ef64_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:04:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/DL13DLF/2026-03-30/image/b9e5ded4-0b1b-4856-a613-e4a75660ef64_removebg.jpg?w=600 saved to cache
2026-03-30 10:04:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item d1c5b106-fc69-5e07-82c2-afad20244e44
2026-03-30 10:04:38 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:04:38 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f4365301650>
2026-03-30 10:04:38 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:04:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:04:38 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:04:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_44a6e207-f843-52ec-a105-ab8dae59a3bf/44a6e207-f843-52ec-a105-ab8dae59a3bf_image_7.jpg HTTP/1.1" 201 0
2026-03-30 10:04:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FLR02ZPF%252F2026-03-30%252Fimage%252Fe6e1d020-199c-4f79-a158-b6f87cbc6792_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:04:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/LR02ZPF/2026-03-30/image/e6e1d020-199c-4f79-a158-b6f87cbc6792_removebg.jpg?w=600 saved to cache
2026-03-30 10:04:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 44a6e207-f843-52ec-a105-ab8dae59a3bf
2026-03-30 10:04:38 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:04:38 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f43652c8610>
2026-03-30 10:04:38 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:04:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:04:38 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:04:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2cc08c39-a899-5c72-ac83-09784f85b38b/2cc08c39-a899-5c72-ac83-09784f85b38b_image_1.jpg HTTP/1.1" 201 0
2026-03-30 10:04:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FKV65XGW%252F2026-03-28%252Fimage%252F93cfb211-4bd3-422a-95c1-6d7b24b45afe_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:04:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/KV65XGW/2026-03-28/image/93cfb211-4bd3-422a-95c1-6d7b24b45afe_removebg.jpg?w=600 saved to cache
2026-03-30 10:04:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 2cc08c39-a899-5c72-ac83-09784f85b38b
2026-03-30 10:04:38 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:04:38 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f4365300890>
2026-03-30 10:04:38 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:04:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:04:38 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:04:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6fd9518b-3106-5d86-b387-8846acdf74e0/6fd9518b-3106-5d86-b387-8846acdf74e0_image_2.jpg HTTP/1.1" 201 0
2026-03-30 10:04:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FEK66JJE%252F2026-03-27%252Fimage%252F4831625d-1ee4-45a8-802e-f2a18d811993_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:04:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EK66JJE/2026-03-27/image/4831625d-1ee4-45a8-802e-f2a18d811993_removebg.jpg?w=600 saved to cache
2026-03-30 10:04:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 6fd9518b-3106-5d86-b387-8846acdf74e0
2026-03-30 10:04:38 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:04:38 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f436669dbd0>
2026-03-30 10:04:38 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:04:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:04:38 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:04:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6fd9518b-3106-5d86-b387-8846acdf74e0/6fd9518b-3106-5d86-b387-8846acdf74e0_image_1.jpg HTTP/1.1" 201 0
2026-03-30 10:04:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FEK66JJE%252F2026-03-27%252Fimage%252F0a93d111-8a0b-4631-9a94-f07bb6ed4f4b_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:04:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EK66JJE/2026-03-27/image/0a93d111-8a0b-4631-9a94-f07bb6ed4f4b_removebg.jpg?w=600 saved to cache
2026-03-30 10:04:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 6fd9518b-3106-5d86-b387-8846acdf74e0
2026-03-30 10:04:38 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:04:38 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f4365275610>
2026-03-30 10:04:38 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:04:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:04:38 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:04:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6fd9518b-3106-5d86-b387-8846acdf74e0/6fd9518b-3106-5d86-b387-8846acdf74e0_image_4.jpg HTTP/1.1" 201 0
2026-03-30 10:04:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FEK66JJE%252F2026-03-27%252Fimage%252F12351a57-3cb9-4748-acec-191375fbad16_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:04:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EK66JJE/2026-03-27/image/12351a57-3cb9-4748-acec-191375fbad16_removebg.jpg?w=600 saved to cache
2026-03-30 10:04:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 6fd9518b-3106-5d86-b387-8846acdf74e0
2026-03-30 10:04:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/EK66JJE/2026-03-27/image/689881a2-0087-4e54-8a90-a9e61c735517_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120854954?view=catalogue)
2026-03-30 10:04:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/KV65XGW/2026-03-28/image/7dfcf7c6-2977-4a6c-b84d-8c58f737a77e_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120862922?view=catalogue)
2026-03-30 10:04:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/CE63PLV/2026-03-28/image/833b6221-d75b-4910-8307-98db8ddd796a_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120861191?view=catalogue)
2026-03-30 10:04:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/CE63PLV/2026-03-28/image/1b1b63be-4162-4802-a6ee-98f751db616f_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120861191?view=catalogue)
2026-03-30 10:04:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/CE63PLV/2026-03-28/image/2740c8dc-2d76-43dc-a62e-3626a4a49702_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120861191?view=catalogue)
2026-03-30 10:04:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/KV65XGW/2026-03-28/image/967550b4-4102-40cb-a9e0-1b2e47a4a35b_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120862922?view=catalogue)
2026-03-30 10:04:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/EK66JJE/2026-03-27/image/5f7197c6-00e1-40b8-82ca-98039a393006_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120854954?view=catalogue)
2026-03-30 10:04:38 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:04:38 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f4365286510>
2026-03-30 10:04:38 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:04:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:04:38 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:04:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6fd9518b-3106-5d86-b387-8846acdf74e0/6fd9518b-3106-5d86-b387-8846acdf74e0_image_3.jpg HTTP/1.1" 201 0
2026-03-30 10:04:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FEK66JJE%252F2026-03-27%252Fimage%252F689881a2-0087-4e54-8a90-a9e61c735517_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:04:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EK66JJE/2026-03-27/image/689881a2-0087-4e54-8a90-a9e61c735517_removebg.jpg?w=600 saved to cache
2026-03-30 10:04:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 6fd9518b-3106-5d86-b387-8846acdf74e0
2026-03-30 10:04:38 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:04:38 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f4366651450>
2026-03-30 10:04:38 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:04:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:04:38 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:04:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2cc08c39-a899-5c72-ac83-09784f85b38b/2cc08c39-a899-5c72-ac83-09784f85b38b_image_5.jpg HTTP/1.1" 201 0
2026-03-30 10:04:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FKV65XGW%252F2026-03-28%252Fimage%252F7dfcf7c6-2977-4a6c-b84d-8c58f737a77e_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:04:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/KV65XGW/2026-03-28/image/7dfcf7c6-2977-4a6c-b84d-8c58f737a77e_removebg.jpg?w=600 saved to cache
2026-03-30 10:04:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 2cc08c39-a899-5c72-ac83-09784f85b38b
2026-03-30 10:04:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/KV65XGW/2026-03-28/image/908f21a3-d489-443e-b693-ca2373722068_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120862922?view=catalogue)
2026-03-30 10:04:38 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:04:38 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f4367b8b4d0>
2026-03-30 10:04:38 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:04:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:04:38 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:04:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e8e56f5e-fbfa-5a0c-b5fc-ae75b7eaacc4/e8e56f5e-fbfa-5a0c-b5fc-ae75b7eaacc4_image_6.jpg HTTP/1.1" 201 0
2026-03-30 10:04:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FCE63PLV%252F2026-03-28%252Fimage%252F833b6221-d75b-4910-8307-98db8ddd796a_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:04:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/CE63PLV/2026-03-28/image/833b6221-d75b-4910-8307-98db8ddd796a_removebg.jpg?w=600 saved to cache
2026-03-30 10:04:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item e8e56f5e-fbfa-5a0c-b5fc-ae75b7eaacc4
2026-03-30 10:04:38 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:04:38 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f43651e1010>
2026-03-30 10:04:38 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:04:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:04:38 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:04:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e8e56f5e-fbfa-5a0c-b5fc-ae75b7eaacc4/e8e56f5e-fbfa-5a0c-b5fc-ae75b7eaacc4_image_7.jpg HTTP/1.1" 201 0
2026-03-30 10:04:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FCE63PLV%252F2026-03-28%252Fimage%252F1b1b63be-4162-4802-a6ee-98f751db616f_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:04:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/CE63PLV/2026-03-28/image/1b1b63be-4162-4802-a6ee-98f751db616f_removebg.jpg?w=600 saved to cache
2026-03-30 10:04:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item e8e56f5e-fbfa-5a0c-b5fc-ae75b7eaacc4
2026-03-30 10:04:38 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:04:38 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f4367fde410>
2026-03-30 10:04:38 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:04:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:04:38 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:04:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e8e56f5e-fbfa-5a0c-b5fc-ae75b7eaacc4/e8e56f5e-fbfa-5a0c-b5fc-ae75b7eaacc4_image_8.jpg HTTP/1.1" 201 0
2026-03-30 10:04:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FCE63PLV%252F2026-03-28%252Fimage%252F2740c8dc-2d76-43dc-a62e-3626a4a49702_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:04:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/CE63PLV/2026-03-28/image/2740c8dc-2d76-43dc-a62e-3626a4a49702_removebg.jpg?w=600 saved to cache
2026-03-30 10:04:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item e8e56f5e-fbfa-5a0c-b5fc-ae75b7eaacc4
2026-03-30 10:04:38 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:04:38 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f43651e0310>
2026-03-30 10:04:38 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:04:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:04:38 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:04:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2cc08c39-a899-5c72-ac83-09784f85b38b/2cc08c39-a899-5c72-ac83-09784f85b38b_image_4.jpg HTTP/1.1" 201 0
2026-03-30 10:04:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FKV65XGW%252F2026-03-28%252Fimage%252F967550b4-4102-40cb-a9e0-1b2e47a4a35b_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:04:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/KV65XGW/2026-03-28/image/967550b4-4102-40cb-a9e0-1b2e47a4a35b_removebg.jpg?w=600 saved to cache
2026-03-30 10:04:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 2cc08c39-a899-5c72-ac83-09784f85b38b
2026-03-30 10:04:39 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:04:39 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f43653b55d0>
2026-03-30 10:04:39 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:04:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:04:39 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:04:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6fd9518b-3106-5d86-b387-8846acdf74e0/6fd9518b-3106-5d86-b387-8846acdf74e0_image_5.jpg HTTP/1.1" 201 0
2026-03-30 10:04:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FEK66JJE%252F2026-03-27%252Fimage%252F5f7197c6-00e1-40b8-82ca-98039a393006_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:04:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EK66JJE/2026-03-27/image/5f7197c6-00e1-40b8-82ca-98039a393006_removebg.jpg?w=600 saved to cache
2026-03-30 10:04:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 6fd9518b-3106-5d86-b387-8846acdf74e0
2026-03-30 10:04:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/KV65XGW/2026-03-28/image/43ea9514-ebe5-4d43-99e4-93670dff3593_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120862922?view=catalogue)
2026-03-30 10:04:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/EK66JJE/2026-03-27/image/13cccdd8-b692-4259-b751-d8438f79b53d_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120854954?view=catalogue)
2026-03-30 10:04:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/EK66JJE/2026-03-27/image/1fd343d3-a0e0-4587-81af-bf815ec69953_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120854954?view=catalogue)
2026-03-30 10:04:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/KV65XGW/2026-03-28/image/65221bed-d896-45c2-a146-5a052be671d5_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120862922?view=catalogue)
2026-03-30 10:04:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/KV65XGW/2026-03-28/image/88abdfaa-66f4-429b-b419-0fb75ba0814e_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120862922?view=catalogue)
2026-03-30 10:04:39 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:04:39 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f4367b12190>
2026-03-30 10:04:39 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:04:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:04:39 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:04:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2cc08c39-a899-5c72-ac83-09784f85b38b/2cc08c39-a899-5c72-ac83-09784f85b38b_image_3.jpg HTTP/1.1" 201 0
2026-03-30 10:04:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FKV65XGW%252F2026-03-28%252Fimage%252F908f21a3-d489-443e-b693-ca2373722068_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:04:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/KV65XGW/2026-03-28/image/908f21a3-d489-443e-b693-ca2373722068_removebg.jpg?w=600 saved to cache
2026-03-30 10:04:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 2cc08c39-a899-5c72-ac83-09784f85b38b
2026-03-30 10:04:39 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:04:39 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f43665b7350>
2026-03-30 10:04:39 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:04:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:04:39 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:04:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2cc08c39-a899-5c72-ac83-09784f85b38b/2cc08c39-a899-5c72-ac83-09784f85b38b_image_6.jpg HTTP/1.1" 201 0
2026-03-30 10:04:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FKV65XGW%252F2026-03-28%252Fimage%252F43ea9514-ebe5-4d43-99e4-93670dff3593_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:04:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/KV65XGW/2026-03-28/image/43ea9514-ebe5-4d43-99e4-93670dff3593_removebg.jpg?w=600 saved to cache
2026-03-30 10:04:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 2cc08c39-a899-5c72-ac83-09784f85b38b
2026-03-30 10:04:39 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:04:39 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f4365464310>
2026-03-30 10:04:39 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:04:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:04:39 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:04:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6fd9518b-3106-5d86-b387-8846acdf74e0/6fd9518b-3106-5d86-b387-8846acdf74e0_image_7.jpg HTTP/1.1" 201 0
2026-03-30 10:04:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FEK66JJE%252F2026-03-27%252Fimage%252F13cccdd8-b692-4259-b751-d8438f79b53d_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:04:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EK66JJE/2026-03-27/image/13cccdd8-b692-4259-b751-d8438f79b53d_removebg.jpg?w=600 saved to cache
2026-03-30 10:04:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 6fd9518b-3106-5d86-b387-8846acdf74e0
2026-03-30 10:04:39 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:04:39 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f43652bfc90>
2026-03-30 10:04:39 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:04:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:04:39 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:04:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6fd9518b-3106-5d86-b387-8846acdf74e0/6fd9518b-3106-5d86-b387-8846acdf74e0_image_6.jpg HTTP/1.1" 201 0
2026-03-30 10:04:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FEK66JJE%252F2026-03-27%252Fimage%252F1fd343d3-a0e0-4587-81af-bf815ec69953_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:04:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EK66JJE/2026-03-27/image/1fd343d3-a0e0-4587-81af-bf815ec69953_removebg.jpg?w=600 saved to cache
2026-03-30 10:04:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 6fd9518b-3106-5d86-b387-8846acdf74e0
2026-03-30 10:04:39 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:04:39 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f4365269210>
2026-03-30 10:04:39 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:04:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:04:39 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:04:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2cc08c39-a899-5c72-ac83-09784f85b38b/2cc08c39-a899-5c72-ac83-09784f85b38b_image_7.jpg HTTP/1.1" 201 0
2026-03-30 10:04:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FKV65XGW%252F2026-03-28%252Fimage%252F65221bed-d896-45c2-a146-5a052be671d5_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:04:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/KV65XGW/2026-03-28/image/65221bed-d896-45c2-a146-5a052be671d5_removebg.jpg?w=600 saved to cache
2026-03-30 10:04:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 2cc08c39-a899-5c72-ac83-09784f85b38b
2026-03-30 10:04:39 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:04:39 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f4365302f50>
2026-03-30 10:04:39 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:04:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:04:39 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:04:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2cc08c39-a899-5c72-ac83-09784f85b38b/2cc08c39-a899-5c72-ac83-09784f85b38b_image_8.jpg HTTP/1.1" 201 0
2026-03-30 10:04:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FKV65XGW%252F2026-03-28%252Fimage%252F88abdfaa-66f4-429b-b419-0fb75ba0814e_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:04:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/KV65XGW/2026-03-28/image/88abdfaa-66f4-429b-b419-0fb75ba0814e_removebg.jpg?w=600 saved to cache
2026-03-30 10:04:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 2cc08c39-a899-5c72-ac83-09784f85b38b
2026-03-30 10:04:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/KV65XGW/2026-03-28/image/2c0ebfc2-de08-4c62-b05d-c0c7c1e3deda_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120862922?view=catalogue)
2026-03-30 10:04:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/LR02ZPF/2026-03-30/image/7a968a6a-c8bb-43c9-916a-b5e949b166da_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120868213?view=catalogue)
2026-03-30 10:04:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/EK66JJE/2026-03-27/image/3ba38629-5a1d-47b4-97a9-e071d537916d_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120854954?view=catalogue)
2026-03-30 10:04:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/KV65XGW/2026-03-28/image/e6d903a9-c319-42a2-9de0-8194a0db95ee_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120862922?view=catalogue)
2026-03-30 10:04:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/DL13DLF/2026-03-30/image/ae59cf51-fb68-4a5c-889a-1d2cd367530c_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120866714?view=catalogue)
2026-03-30 10:04:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/EK66JJE/2026-03-27/image/862eaec4-9727-4d48-8f6d-34952be0234c_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120854954?view=catalogue)
2026-03-30 10:04:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/KV65XGW/2026-03-28/image/e46d6d86-e63b-4e0c-a526-5bc38d373496_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120862922?view=catalogue)
2026-03-30 10:04:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/EK66JJE/2026-03-27/image/3783e24d-1093-4e68-bf86-5ece66a2151b_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120854954?view=catalogue)
2026-03-30 10:04:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/LR02ZPF/2026-03-30/image/73879d93-c870-41be-842e-e6bccc158216_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120868213?view=catalogue)
2026-03-30 10:04:39 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:04:39 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f436530d7d0>
2026-03-30 10:04:39 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:04:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:04:39 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:04:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2cc08c39-a899-5c72-ac83-09784f85b38b/2cc08c39-a899-5c72-ac83-09784f85b38b_image_2.jpg HTTP/1.1" 201 0
2026-03-30 10:04:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FKV65XGW%252F2026-03-28%252Fimage%252F2c0ebfc2-de08-4c62-b05d-c0c7c1e3deda_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:04:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/KV65XGW/2026-03-28/image/2c0ebfc2-de08-4c62-b05d-c0c7c1e3deda_removebg.jpg?w=600 saved to cache
2026-03-30 10:04:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 2cc08c39-a899-5c72-ac83-09784f85b38b
2026-03-30 10:04:39 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:04:39 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f4365180750>
2026-03-30 10:04:39 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:04:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:04:39 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:04:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_44a6e207-f843-52ec-a105-ab8dae59a3bf/44a6e207-f843-52ec-a105-ab8dae59a3bf_image_8.jpg HTTP/1.1" 201 0
2026-03-30 10:04:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FLR02ZPF%252F2026-03-30%252Fimage%252F7a968a6a-c8bb-43c9-916a-b5e949b166da_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:04:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/LR02ZPF/2026-03-30/image/7a968a6a-c8bb-43c9-916a-b5e949b166da_removebg.jpg?w=600 saved to cache
2026-03-30 10:04:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 44a6e207-f843-52ec-a105-ab8dae59a3bf
2026-03-30 10:04:39 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:04:39 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f436528da10>
2026-03-30 10:04:39 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:04:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:04:39 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:04:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6fd9518b-3106-5d86-b387-8846acdf74e0/6fd9518b-3106-5d86-b387-8846acdf74e0_image_9.jpg HTTP/1.1" 201 0
2026-03-30 10:04:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FEK66JJE%252F2026-03-27%252Fimage%252F3ba38629-5a1d-47b4-97a9-e071d537916d_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:04:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EK66JJE/2026-03-27/image/3ba38629-5a1d-47b4-97a9-e071d537916d_removebg.jpg?w=600 saved to cache
2026-03-30 10:04:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 6fd9518b-3106-5d86-b387-8846acdf74e0
2026-03-30 10:04:39 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:04:39 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f4367c92a50>
2026-03-30 10:04:39 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:04:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:04:39 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:04:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2cc08c39-a899-5c72-ac83-09784f85b38b/2cc08c39-a899-5c72-ac83-09784f85b38b_image_9.jpg HTTP/1.1" 201 0
2026-03-30 10:04:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FKV65XGW%252F2026-03-28%252Fimage%252Fe6d903a9-c319-42a2-9de0-8194a0db95ee_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:04:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/KV65XGW/2026-03-28/image/e6d903a9-c319-42a2-9de0-8194a0db95ee_removebg.jpg?w=600 saved to cache
2026-03-30 10:04:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 2cc08c39-a899-5c72-ac83-09784f85b38b
2026-03-30 10:04:39 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:04:39 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f43651c1b90>
2026-03-30 10:04:39 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:04:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:04:39 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:04:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d1c5b106-fc69-5e07-82c2-afad20244e44/d1c5b106-fc69-5e07-82c2-afad20244e44_image_8.jpg HTTP/1.1" 201 0
2026-03-30 10:04:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FDL13DLF%252F2026-03-30%252Fimage%252Fae59cf51-fb68-4a5c-889a-1d2cd367530c_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:04:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/DL13DLF/2026-03-30/image/ae59cf51-fb68-4a5c-889a-1d2cd367530c_removebg.jpg?w=600 saved to cache
2026-03-30 10:04:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item d1c5b106-fc69-5e07-82c2-afad20244e44
2026-03-30 10:04:39 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:04:39 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f43667824d0>
2026-03-30 10:04:39 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:04:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:04:39 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:04:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6fd9518b-3106-5d86-b387-8846acdf74e0/6fd9518b-3106-5d86-b387-8846acdf74e0_image_8.jpg HTTP/1.1" 201 0
2026-03-30 10:04:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FEK66JJE%252F2026-03-27%252Fimage%252F862eaec4-9727-4d48-8f6d-34952be0234c_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:04:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EK66JJE/2026-03-27/image/862eaec4-9727-4d48-8f6d-34952be0234c_removebg.jpg?w=600 saved to cache
2026-03-30 10:04:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 6fd9518b-3106-5d86-b387-8846acdf74e0
2026-03-30 10:04:39 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:04:39 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f43667af2d0>
2026-03-30 10:04:39 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:04:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:04:39 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:04:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2cc08c39-a899-5c72-ac83-09784f85b38b/2cc08c39-a899-5c72-ac83-09784f85b38b_image_0.jpg HTTP/1.1" 201 0
2026-03-30 10:04:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FKV65XGW%252F2026-03-28%252Fimage%252Fe46d6d86-e63b-4e0c-a526-5bc38d373496_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:04:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/KV65XGW/2026-03-28/image/e46d6d86-e63b-4e0c-a526-5bc38d373496_removebg.jpg?w=600 saved to cache
2026-03-30 10:04:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 2cc08c39-a899-5c72-ac83-09784f85b38b
2026-03-30 10:04:39 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 2cc08c39-a899-5c72-ac83-09784f85b38b, skipping ID generation
2026-03-30 10:04:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2cc08c39-a899-5c72-ac83-09784f85b38b with scrape type 1
2026-03-30 10:04:39 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 2cc08c39-a899-5c72-ac83-09784f85b38b sending to next pipeline
2026-03-30 10:04:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 2cc08c39-a899-5c72-ac83-09784f85b38b, identifier: 120862922
2026-03-30 10:04:40 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:04:40 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f43665eb0d0>
2026-03-30 10:04:40 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:04:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:04:40 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:04:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6fd9518b-3106-5d86-b387-8846acdf74e0/6fd9518b-3106-5d86-b387-8846acdf74e0_image_0.jpg HTTP/1.1" 201 0
2026-03-30 10:04:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FEK66JJE%252F2026-03-27%252Fimage%252F3783e24d-1093-4e68-bf86-5ece66a2151b_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:04:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EK66JJE/2026-03-27/image/3783e24d-1093-4e68-bf86-5ece66a2151b_removebg.jpg?w=600 saved to cache
2026-03-30 10:04:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 6fd9518b-3106-5d86-b387-8846acdf74e0
2026-03-30 10:04:40 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 6fd9518b-3106-5d86-b387-8846acdf74e0, skipping ID generation
2026-03-30 10:04:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6fd9518b-3106-5d86-b387-8846acdf74e0 with scrape type 1
2026-03-30 10:04:40 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 6fd9518b-3106-5d86-b387-8846acdf74e0 sending to next pipeline
2026-03-30 10:04:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 6fd9518b-3106-5d86-b387-8846acdf74e0, identifier: 120854954
2026-03-30 10:04:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 2cc08c39-a899-5c72-ac83-09784f85b38b with identifier: 120862922
2026-03-30 10:04:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 2cc08c39-a899-5c72-ac83-09784f85b38b with identifier: 120862922
2026-03-30 10:04:40 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 2cc08c39-a899-5c72-ac83-09784f85b38b with identifier: 120862922 to the API
2026-03-30 10:04:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:04:40 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:04:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://abimg003.imgix.net/KV65XGW/2026-03-28/image/e46d6d86-e63b-4e0c-a526-5bc38d373496_removebg.jpg?w=600>
{'auction_title': '',
'c_o_2_emission_value': 114,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-04-06T12:00:00Z',
'fuel_type': 'Diesel',
'id': '2cc08c39-a899-5c72-ac83-09784f85b38b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'KV65XGW',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120862922',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'VAUXHALL',
'model': 'MOKKA DIESEL HATCHBACK',
'odometer': 35504,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 10,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2cc08c39-a899-5c72-ac83-09784f85b38b/2cc08c39-a899-5c72-ac83-09784f85b38b_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 34761,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/KV65XGW/2026-03-28/image/e46d6d86-e63b-4e0c-a526-5bc38d373496_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2cc08c39-a899-5c72-ac83-09784f85b38b/2cc08c39-a899-5c72-ac83-09784f85b38b_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 35604,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/KV65XGW/2026-03-28/image/93cfb211-4bd3-422a-95c1-6d7b24b45afe_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2cc08c39-a899-5c72-ac83-09784f85b38b/2cc08c39-a899-5c72-ac83-09784f85b38b_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 28786,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/KV65XGW/2026-03-28/image/2c0ebfc2-de08-4c62-b05d-c0c7c1e3deda_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2cc08c39-a899-5c72-ac83-09784f85b38b/2cc08c39-a899-5c72-ac83-09784f85b38b_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 29586,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/KV65XGW/2026-03-28/image/908f21a3-d489-443e-b693-ca2373722068_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2cc08c39-a899-5c72-ac83-09784f85b38b/2cc08c39-a899-5c72-ac83-09784f85b38b_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 54210,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/KV65XGW/2026-03-28/image/967550b4-4102-40cb-a9e0-1b2e47a4a35b_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2cc08c39-a899-5c72-ac83-09784f85b38b/2cc08c39-a899-5c72-ac83-09784f85b38b_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 58777,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/KV65XGW/2026-03-28/image/7dfcf7c6-2977-4a6c-b84d-8c58f737a77e_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2cc08c39-a899-5c72-ac83-09784f85b38b/2cc08c39-a899-5c72-ac83-09784f85b38b_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 50060,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/KV65XGW/2026-03-28/image/43ea9514-ebe5-4d43-99e4-93670dff3593_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2cc08c39-a899-5c72-ac83-09784f85b38b/2cc08c39-a899-5c72-ac83-09784f85b38b_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 46201,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/KV65XGW/2026-03-28/image/65221bed-d896-45c2-a146-5a052be671d5_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2cc08c39-a899-5c72-ac83-09784f85b38b/2cc08c39-a899-5c72-ac83-09784f85b38b_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 50338,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/KV65XGW/2026-03-28/image/88abdfaa-66f4-429b-b419-0fb75ba0814e_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2cc08c39-a899-5c72-ac83-09784f85b38b/2cc08c39-a899-5c72-ac83-09784f85b38b_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 48239,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/KV65XGW/2026-03-28/image/e6d903a9-c319-42a2-9de0-8194a0db95ee_removebg.jpg?w=600',
'Width': 600}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-09-25',
'seller_name': 'UKCGR - Trade',
'title': 'VAUXHALL MOKKA DIESEL HATCHBACK 1.6 CDTi Tech Line 5dr',
'transmission': 'manual',
'trim': '1.6 CDTi Tech Line 5dr',
'vin': None,
'year': 2015}
2026-03-30 10:04:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120862922%27 HTTP/1.1" 200 None
2026-03-30 10:04:41 [astonbarclay.gb] INFO: Saving data for 120862922: {'created_time': 1774865081.036481, 'last_price_update_time': 1774865081.036492, 'auction_closing_time': 1775476800.0}
2026-03-30 10:04:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120862922') HTTP/1.1" 204 0
2026-03-30 10:04:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 6fd9518b-3106-5d86-b387-8846acdf74e0 with identifier: 120854954
2026-03-30 10:04:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 6fd9518b-3106-5d86-b387-8846acdf74e0 with identifier: 120854954
2026-03-30 10:04:41 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 6fd9518b-3106-5d86-b387-8846acdf74e0 with identifier: 120854954 to the API
2026-03-30 10:04:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:04:41 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:04:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://abimg003.imgix.net/EK66JJE/2026-03-27/image/3783e24d-1093-4e68-bf86-5ece66a2151b_removebg.jpg?w=600>
{'auction_title': '',
'c_o_2_emission_value': 123,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-04-06T12:00:00Z',
'fuel_type': 'Petrol',
'id': '6fd9518b-3106-5d86-b387-8846acdf74e0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'EK66JJE',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120854954',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'BMW',
'model': '1 SERIES HATCHBACK',
'odometer': 121095,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 11,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6fd9518b-3106-5d86-b387-8846acdf74e0/6fd9518b-3106-5d86-b387-8846acdf74e0_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 35294,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/EK66JJE/2026-03-27/image/3783e24d-1093-4e68-bf86-5ece66a2151b_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6fd9518b-3106-5d86-b387-8846acdf74e0/6fd9518b-3106-5d86-b387-8846acdf74e0_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 38259,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/EK66JJE/2026-03-27/image/0a93d111-8a0b-4631-9a94-f07bb6ed4f4b_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6fd9518b-3106-5d86-b387-8846acdf74e0/6fd9518b-3106-5d86-b387-8846acdf74e0_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 39756,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/EK66JJE/2026-03-27/image/4831625d-1ee4-45a8-802e-f2a18d811993_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6fd9518b-3106-5d86-b387-8846acdf74e0/6fd9518b-3106-5d86-b387-8846acdf74e0_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 39333,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/EK66JJE/2026-03-27/image/689881a2-0087-4e54-8a90-a9e61c735517_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6fd9518b-3106-5d86-b387-8846acdf74e0/6fd9518b-3106-5d86-b387-8846acdf74e0_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 55247,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/EK66JJE/2026-03-27/image/12351a57-3cb9-4748-acec-191375fbad16_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6fd9518b-3106-5d86-b387-8846acdf74e0/6fd9518b-3106-5d86-b387-8846acdf74e0_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 37682,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/EK66JJE/2026-03-27/image/5f7197c6-00e1-40b8-82ca-98039a393006_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6fd9518b-3106-5d86-b387-8846acdf74e0/6fd9518b-3106-5d86-b387-8846acdf74e0_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 48211,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/EK66JJE/2026-03-27/image/1fd343d3-a0e0-4587-81af-bf815ec69953_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6fd9518b-3106-5d86-b387-8846acdf74e0/6fd9518b-3106-5d86-b387-8846acdf74e0_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 47520,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/EK66JJE/2026-03-27/image/13cccdd8-b692-4259-b751-d8438f79b53d_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6fd9518b-3106-5d86-b387-8846acdf74e0/6fd9518b-3106-5d86-b387-8846acdf74e0_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 64581,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/EK66JJE/2026-03-27/image/862eaec4-9727-4d48-8f6d-34952be0234c_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6fd9518b-3106-5d86-b387-8846acdf74e0/6fd9518b-3106-5d86-b387-8846acdf74e0_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 47585,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/EK66JJE/2026-03-27/image/3ba38629-5a1d-47b4-97a9-e071d537916d_removebg.jpg?w=600',
'Width': 600}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-09-29',
'seller_name': 'UKCGR - Trade',
'title': 'BMW 1 SERIES HATCHBACK 118i [1.5] Sport 5dr [Nav]',
'transmission': 'manual',
'trim': '118i [1.5] Sport 5dr [Nav]',
'vin': None,
'year': 2016}
2026-03-30 10:04:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120854954%27 HTTP/1.1" 200 None
2026-03-30 10:04:41 [astonbarclay.gb] INFO: Saving data for 120854954: {'created_time': 1774865081.545419, 'last_price_update_time': 1774865081.545433, 'auction_closing_time': 1775476800.0}
2026-03-30 10:04:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120854954') HTTP/1.1" 204 0
2026-03-30 10:04:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/CE63PLV/2026-03-28/image/02e7edec-35ce-4897-9c3f-1b0ad7c99bab_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120861191?view=catalogue)
2026-03-30 10:04:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/KV66CZG/2026-03-27/image/f83c4cef-9ea2-4096-b9b7-4c6fee9b4367_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120862530?view=catalogue)
2026-03-30 10:04:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/LR02ZPF/2026-03-30/image/9a564ad2-a790-45ad-b265-bcb64e3e4be1_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120868213?view=catalogue)
2026-03-30 10:04:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/SB07PYA/2026-03-30/image/5bc206b8-6ecf-4872-b8d3-9ab1bdba7bc9_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120862756?view=catalogue)
2026-03-30 10:04:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/EA14FJD/2026-03-28/image/e5bd9033-2619-473e-9c0e-bde51e61d06b_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120866316?view=catalogue)
2026-03-30 10:04:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/CE63PLV/2026-03-28/image/e8a12cbd-c9bb-46fa-a9db-2d6e45b431e9_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120861191?view=catalogue)
2026-03-30 10:04:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/DL13DLF/2026-03-30/image/295b91bd-9057-45b5-a7f5-affdec4255ce_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120866714?view=catalogue)
2026-03-30 10:04:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/DL13DLF/2026-03-30/image/553ee4d0-7c2c-4857-9947-847afbe0cb9e_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120866714?view=catalogue)
2026-03-30 10:04:41 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:04:41 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f4365160dd0>
2026-03-30 10:04:41 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:04:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:04:41 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:04:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_44a6e207-f843-52ec-a105-ab8dae59a3bf/44a6e207-f843-52ec-a105-ab8dae59a3bf_image_6.jpg HTTP/1.1" 201 0
2026-03-30 10:04:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FLR02ZPF%252F2026-03-30%252Fimage%252F73879d93-c870-41be-842e-e6bccc158216_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:04:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/LR02ZPF/2026-03-30/image/73879d93-c870-41be-842e-e6bccc158216_removebg.jpg?w=600 saved to cache
2026-03-30 10:04:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 44a6e207-f843-52ec-a105-ab8dae59a3bf
2026-03-30 10:04:41 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:04:41 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:04:41 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:04:41 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f436d564190>
2026-03-30 10:04:41 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:04:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:04:41 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:04:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e8e56f5e-fbfa-5a0c-b5fc-ae75b7eaacc4/e8e56f5e-fbfa-5a0c-b5fc-ae75b7eaacc4_image_3.jpg HTTP/1.1" 201 0
2026-03-30 10:04:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FCE63PLV%252F2026-03-28%252Fimage%252F02e7edec-35ce-4897-9c3f-1b0ad7c99bab_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:04:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/CE63PLV/2026-03-28/image/02e7edec-35ce-4897-9c3f-1b0ad7c99bab_removebg.jpg?w=600 saved to cache
2026-03-30 10:04:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item e8e56f5e-fbfa-5a0c-b5fc-ae75b7eaacc4
2026-03-30 10:04:41 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:04:41 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f43651d0fd0>
2026-03-30 10:04:41 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:04:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:04:41 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:04:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_70ccfcf5-0236-51cc-8e58-9f39bf3d8f61/70ccfcf5-0236-51cc-8e58-9f39bf3d8f61_image_6.jpg HTTP/1.1" 201 0
2026-03-30 10:04:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FKV66CZG%252F2026-03-27%252Fimage%252Ff83c4cef-9ea2-4096-b9b7-4c6fee9b4367_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:04:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/KV66CZG/2026-03-27/image/f83c4cef-9ea2-4096-b9b7-4c6fee9b4367_removebg.jpg?w=600 saved to cache
2026-03-30 10:04:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 70ccfcf5-0236-51cc-8e58-9f39bf3d8f61
2026-03-30 10:04:41 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:04:41 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f436656aa90>
2026-03-30 10:04:41 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:04:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:04:41 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:04:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_44a6e207-f843-52ec-a105-ab8dae59a3bf/44a6e207-f843-52ec-a105-ab8dae59a3bf_image_5.jpg HTTP/1.1" 201 0
2026-03-30 10:04:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FLR02ZPF%252F2026-03-30%252Fimage%252F9a564ad2-a790-45ad-b265-bcb64e3e4be1_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:04:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/LR02ZPF/2026-03-30/image/9a564ad2-a790-45ad-b265-bcb64e3e4be1_removebg.jpg?w=600 saved to cache
2026-03-30 10:04:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 44a6e207-f843-52ec-a105-ab8dae59a3bf
2026-03-30 10:04:41 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 44a6e207-f843-52ec-a105-ab8dae59a3bf, skipping ID generation
2026-03-30 10:04:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 44a6e207-f843-52ec-a105-ab8dae59a3bf with scrape type 1
2026-03-30 10:04:41 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 44a6e207-f843-52ec-a105-ab8dae59a3bf sending to next pipeline
2026-03-30 10:04:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 44a6e207-f843-52ec-a105-ab8dae59a3bf, identifier: 120868213
2026-03-30 10:04:42 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:04:42 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f436d566090>
2026-03-30 10:04:42 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:04:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:04:42 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:04:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_292841ce-dc7b-5fda-931b-af1b2a149a6a/292841ce-dc7b-5fda-931b-af1b2a149a6a_image_8.jpg HTTP/1.1" 201 0
2026-03-30 10:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FSB07PYA%252F2026-03-30%252Fimage%252F5bc206b8-6ecf-4872-b8d3-9ab1bdba7bc9_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:04:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/SB07PYA/2026-03-30/image/5bc206b8-6ecf-4872-b8d3-9ab1bdba7bc9_removebg.jpg?w=600 saved to cache
2026-03-30 10:04:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 292841ce-dc7b-5fda-931b-af1b2a149a6a
2026-03-30 10:04:42 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:04:42 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f4367b097d0>
2026-03-30 10:04:42 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:04:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:04:42 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:04:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2be9e053-dd65-51fd-9bca-504d17d3f804/2be9e053-dd65-51fd-9bca-504d17d3f804_image_8.jpg HTTP/1.1" 201 0
2026-03-30 10:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FEA14FJD%252F2026-03-28%252Fimage%252Fe5bd9033-2619-473e-9c0e-bde51e61d06b_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:04:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EA14FJD/2026-03-28/image/e5bd9033-2619-473e-9c0e-bde51e61d06b_removebg.jpg?w=600 saved to cache
2026-03-30 10:04:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 2be9e053-dd65-51fd-9bca-504d17d3f804
2026-03-30 10:04:42 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:04:42 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f4367ce0ed0>
2026-03-30 10:04:42 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:04:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:04:42 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:04:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e8e56f5e-fbfa-5a0c-b5fc-ae75b7eaacc4/e8e56f5e-fbfa-5a0c-b5fc-ae75b7eaacc4_image_2.jpg HTTP/1.1" 201 0
2026-03-30 10:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FCE63PLV%252F2026-03-28%252Fimage%252Fe8a12cbd-c9bb-46fa-a9db-2d6e45b431e9_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:04:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/CE63PLV/2026-03-28/image/e8a12cbd-c9bb-46fa-a9db-2d6e45b431e9_removebg.jpg?w=600 saved to cache
2026-03-30 10:04:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item e8e56f5e-fbfa-5a0c-b5fc-ae75b7eaacc4
2026-03-30 10:04:42 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: e8e56f5e-fbfa-5a0c-b5fc-ae75b7eaacc4, skipping ID generation
2026-03-30 10:04:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e8e56f5e-fbfa-5a0c-b5fc-ae75b7eaacc4 with scrape type 1
2026-03-30 10:04:42 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item e8e56f5e-fbfa-5a0c-b5fc-ae75b7eaacc4 sending to next pipeline
2026-03-30 10:04:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: e8e56f5e-fbfa-5a0c-b5fc-ae75b7eaacc4, identifier: 120861191
2026-03-30 10:04:42 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:04:42 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f43666b5a10>
2026-03-30 10:04:42 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:04:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:04:42 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:04:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d1c5b106-fc69-5e07-82c2-afad20244e44/d1c5b106-fc69-5e07-82c2-afad20244e44_image_5.jpg HTTP/1.1" 201 0
2026-03-30 10:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FDL13DLF%252F2026-03-30%252Fimage%252F295b91bd-9057-45b5-a7f5-affdec4255ce_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:04:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/DL13DLF/2026-03-30/image/295b91bd-9057-45b5-a7f5-affdec4255ce_removebg.jpg?w=600 saved to cache
2026-03-30 10:04:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item d1c5b106-fc69-5e07-82c2-afad20244e44
2026-03-30 10:04:42 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:04:42 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f436661e0d0>
2026-03-30 10:04:42 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:04:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:04:42 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:04:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d1c5b106-fc69-5e07-82c2-afad20244e44/d1c5b106-fc69-5e07-82c2-afad20244e44_image_6.jpg HTTP/1.1" 201 0
2026-03-30 10:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FDL13DLF%252F2026-03-30%252Fimage%252F553ee4d0-7c2c-4857-9947-847afbe0cb9e_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:04:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/DL13DLF/2026-03-30/image/553ee4d0-7c2c-4857-9947-847afbe0cb9e_removebg.jpg?w=600 saved to cache
2026-03-30 10:04:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item d1c5b106-fc69-5e07-82c2-afad20244e44
2026-03-30 10:04:42 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: d1c5b106-fc69-5e07-82c2-afad20244e44, skipping ID generation
2026-03-30 10:04:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d1c5b106-fc69-5e07-82c2-afad20244e44 with scrape type 1
2026-03-30 10:04:42 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item d1c5b106-fc69-5e07-82c2-afad20244e44 sending to next pipeline
2026-03-30 10:04:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: d1c5b106-fc69-5e07-82c2-afad20244e44, identifier: 120866714
2026-03-30 10:04:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/DG58NNW/2026-03-28/image/7dcc74bf-17c4-43e9-a61a-75d3a5ce0083_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120866963?view=catalogue)
2026-03-30 10:04:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 44a6e207-f843-52ec-a105-ab8dae59a3bf with identifier: 120868213
2026-03-30 10:04:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 44a6e207-f843-52ec-a105-ab8dae59a3bf with identifier: 120868213
2026-03-30 10:04:42 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 44a6e207-f843-52ec-a105-ab8dae59a3bf with identifier: 120868213 to the API
2026-03-30 10:04:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:04:42 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:04:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://abimg003.imgix.net/LR02ZPF/2026-03-30/image/9a564ad2-a790-45ad-b265-bcb64e3e4be1_removebg.jpg?w=600>
{'auction_title': '',
'c_o_2_emission_value': 181,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '1.8L',
'expiration_date': '2026-04-06T12:00:00Z',
'fuel_type': 'Petrol',
'id': '44a6e207-f843-52ec-a105-ab8dae59a3bf',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'LR02ZPF',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120868213',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'FORD',
'model': 'FOCUS HATCHBACK',
'odometer': 98732,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 9,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_44a6e207-f843-52ec-a105-ab8dae59a3bf/44a6e207-f843-52ec-a105-ab8dae59a3bf_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 34350,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/LR02ZPF/2026-03-30/image/ced10398-70f6-4168-bed2-01da7bdba38d_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_44a6e207-f843-52ec-a105-ab8dae59a3bf/44a6e207-f843-52ec-a105-ab8dae59a3bf_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 35298,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/LR02ZPF/2026-03-30/image/41b7147c-a17d-42da-8940-585e3afb0767_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_44a6e207-f843-52ec-a105-ab8dae59a3bf/44a6e207-f843-52ec-a105-ab8dae59a3bf_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 35436,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/LR02ZPF/2026-03-30/image/f039d6c0-5caf-4744-bc2d-1a9de7da80b3_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_44a6e207-f843-52ec-a105-ab8dae59a3bf/44a6e207-f843-52ec-a105-ab8dae59a3bf_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 36258,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/LR02ZPF/2026-03-30/image/7d140747-bf5a-4c9a-980f-811a03e83141_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_44a6e207-f843-52ec-a105-ab8dae59a3bf/44a6e207-f843-52ec-a105-ab8dae59a3bf_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 47041,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/LR02ZPF/2026-03-30/image/bee17579-91d6-472f-bf04-14120067c3ac_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_44a6e207-f843-52ec-a105-ab8dae59a3bf/44a6e207-f843-52ec-a105-ab8dae59a3bf_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 54660,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/LR02ZPF/2026-03-30/image/9a564ad2-a790-45ad-b265-bcb64e3e4be1_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_44a6e207-f843-52ec-a105-ab8dae59a3bf/44a6e207-f843-52ec-a105-ab8dae59a3bf_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 53766,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/LR02ZPF/2026-03-30/image/73879d93-c870-41be-842e-e6bccc158216_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_44a6e207-f843-52ec-a105-ab8dae59a3bf/44a6e207-f843-52ec-a105-ab8dae59a3bf_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 49931,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/LR02ZPF/2026-03-30/image/e6e1d020-199c-4f79-a158-b6f87cbc6792_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_44a6e207-f843-52ec-a105-ab8dae59a3bf/44a6e207-f843-52ec-a105-ab8dae59a3bf_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 60267,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/LR02ZPF/2026-03-30/image/7a968a6a-c8bb-43c9-916a-b5e949b166da_removebg.jpg?w=600',
'Width': 600}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2002-03-27',
'seller_name': 'UKCGR - Trade',
'title': 'FORD FOCUS HATCHBACK 1.8 Ghia 5dr',
'transmission': 'manual',
'trim': '1.8 Ghia 5dr',
'vin': None,
'year': 2002}
2026-03-30 10:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120868213%27 HTTP/1.1" 200 None
2026-03-30 10:04:43 [astonbarclay.gb] INFO: Saving data for 120868213: {'created_time': 1774865083.037073, 'last_price_update_time': 1774865083.03709, 'auction_closing_time': 1775476800.0}
2026-03-30 10:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120868213') HTTP/1.1" 204 0
2026-03-30 10:04:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: e8e56f5e-fbfa-5a0c-b5fc-ae75b7eaacc4 with identifier: 120861191
2026-03-30 10:04:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: e8e56f5e-fbfa-5a0c-b5fc-ae75b7eaacc4 with identifier: 120861191
2026-03-30 10:04:43 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: e8e56f5e-fbfa-5a0c-b5fc-ae75b7eaacc4 with identifier: 120861191 to the API
2026-03-30 10:04:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:04:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:04:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://abimg003.imgix.net/CE63PLV/2026-03-28/image/e8a12cbd-c9bb-46fa-a9db-2d6e45b431e9_removebg.jpg?w=600>
{'auction_title': '',
'c_o_2_emission_value': 99,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 3,
'emission_standard': 'EURO 5',
'engine': '1.6L',
'expiration_date': '2026-04-06T12:00:00Z',
'fuel_type': 'Diesel',
'id': 'e8e56f5e-fbfa-5a0c-b5fc-ae75b7eaacc4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'CE63PLV',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120861191',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'MINI',
'model': 'HATCHBACK DIESEL',
'odometer': 94297,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 9,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e8e56f5e-fbfa-5a0c-b5fc-ae75b7eaacc4/e8e56f5e-fbfa-5a0c-b5fc-ae75b7eaacc4_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 31898,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/CE63PLV/2026-03-28/image/f8f62c06-e790-443e-ab33-24508ed23a1c_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e8e56f5e-fbfa-5a0c-b5fc-ae75b7eaacc4/e8e56f5e-fbfa-5a0c-b5fc-ae75b7eaacc4_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 31847,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/CE63PLV/2026-03-28/image/8dc7bf28-9d2a-43f2-9c02-98430ddd8c45_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e8e56f5e-fbfa-5a0c-b5fc-ae75b7eaacc4/e8e56f5e-fbfa-5a0c-b5fc-ae75b7eaacc4_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 29734,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/CE63PLV/2026-03-28/image/e8a12cbd-c9bb-46fa-a9db-2d6e45b431e9_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e8e56f5e-fbfa-5a0c-b5fc-ae75b7eaacc4/e8e56f5e-fbfa-5a0c-b5fc-ae75b7eaacc4_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 30533,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/CE63PLV/2026-03-28/image/02e7edec-35ce-4897-9c3f-1b0ad7c99bab_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e8e56f5e-fbfa-5a0c-b5fc-ae75b7eaacc4/e8e56f5e-fbfa-5a0c-b5fc-ae75b7eaacc4_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 55530,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/CE63PLV/2026-03-28/image/2df59460-6c1f-4bee-a232-ded42a3557ae_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e8e56f5e-fbfa-5a0c-b5fc-ae75b7eaacc4/e8e56f5e-fbfa-5a0c-b5fc-ae75b7eaacc4_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 52244,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/CE63PLV/2026-03-28/image/0037d498-95e8-4058-8bdb-6af49c5886ea_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e8e56f5e-fbfa-5a0c-b5fc-ae75b7eaacc4/e8e56f5e-fbfa-5a0c-b5fc-ae75b7eaacc4_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 44724,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/CE63PLV/2026-03-28/image/833b6221-d75b-4910-8307-98db8ddd796a_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e8e56f5e-fbfa-5a0c-b5fc-ae75b7eaacc4/e8e56f5e-fbfa-5a0c-b5fc-ae75b7eaacc4_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 42339,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/CE63PLV/2026-03-28/image/1b1b63be-4162-4802-a6ee-98f751db616f_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e8e56f5e-fbfa-5a0c-b5fc-ae75b7eaacc4/e8e56f5e-fbfa-5a0c-b5fc-ae75b7eaacc4_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 52844,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/CE63PLV/2026-03-28/image/2740c8dc-2d76-43dc-a62e-3626a4a49702_removebg.jpg?w=600',
'Width': 600}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2013-09-27',
'seller_name': 'UKCGR - Trade',
'title': 'MINI HATCHBACK DIESEL 1.6 One D 3dr',
'transmission': 'manual',
'trim': '1.6 One D 3dr',
'vin': None,
'year': 2013}
2026-03-30 10:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120861191%27 HTTP/1.1" 200 None
2026-03-30 10:04:43 [astonbarclay.gb] INFO: Saving data for 120861191: {'created_time': 1774865083.490466, 'last_price_update_time': 1774865083.490482, 'auction_closing_time': 1775476800.0}
2026-03-30 10:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120861191') HTTP/1.1" 204 0
2026-03-30 10:04:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: d1c5b106-fc69-5e07-82c2-afad20244e44 with identifier: 120866714
2026-03-30 10:04:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: d1c5b106-fc69-5e07-82c2-afad20244e44 with identifier: 120866714
2026-03-30 10:04:43 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: d1c5b106-fc69-5e07-82c2-afad20244e44 with identifier: 120866714 to the API
2026-03-30 10:04:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:04:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:04:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://abimg003.imgix.net/DL13DLF/2026-03-30/image/553ee4d0-7c2c-4857-9947-847afbe0cb9e_removebg.jpg?w=600>
{'auction_title': '',
'c_o_2_emission_value': 147,
'color': 'SILVER',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.6L',
'expiration_date': '2026-04-06T12:00:00Z',
'fuel_type': 'Petrol',
'id': 'd1c5b106-fc69-5e07-82c2-afad20244e44',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'DL13DLF',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120866714',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'VAUXHALL',
'model': 'ASTRA HATCHBACK',
'odometer': 87527,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 9,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d1c5b106-fc69-5e07-82c2-afad20244e44/d1c5b106-fc69-5e07-82c2-afad20244e44_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 34239,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/DL13DLF/2026-03-30/image/8d11f3ab-84b4-46ae-b867-17aa77731b13_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d1c5b106-fc69-5e07-82c2-afad20244e44/d1c5b106-fc69-5e07-82c2-afad20244e44_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 34980,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/DL13DLF/2026-03-30/image/7d8c4c28-7a0f-49d5-b45b-42d59d2bfd4a_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d1c5b106-fc69-5e07-82c2-afad20244e44/d1c5b106-fc69-5e07-82c2-afad20244e44_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 34363,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/DL13DLF/2026-03-30/image/e0f3698c-ae43-4a27-8405-1549742b09ae_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d1c5b106-fc69-5e07-82c2-afad20244e44/d1c5b106-fc69-5e07-82c2-afad20244e44_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 29862,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/DL13DLF/2026-03-30/image/4a3a5d7f-df39-43e3-a4e0-e5f163fa1347_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d1c5b106-fc69-5e07-82c2-afad20244e44/d1c5b106-fc69-5e07-82c2-afad20244e44_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 56573,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/DL13DLF/2026-03-30/image/e264120c-944d-40a7-8d08-346f349395fd_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d1c5b106-fc69-5e07-82c2-afad20244e44/d1c5b106-fc69-5e07-82c2-afad20244e44_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 54915,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/DL13DLF/2026-03-30/image/295b91bd-9057-45b5-a7f5-affdec4255ce_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d1c5b106-fc69-5e07-82c2-afad20244e44/d1c5b106-fc69-5e07-82c2-afad20244e44_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 43393,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/DL13DLF/2026-03-30/image/553ee4d0-7c2c-4857-9947-847afbe0cb9e_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d1c5b106-fc69-5e07-82c2-afad20244e44/d1c5b106-fc69-5e07-82c2-afad20244e44_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 38779,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/DL13DLF/2026-03-30/image/b9e5ded4-0b1b-4856-a613-e4a75660ef64_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d1c5b106-fc69-5e07-82c2-afad20244e44/d1c5b106-fc69-5e07-82c2-afad20244e44_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 48867,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/DL13DLF/2026-03-30/image/ae59cf51-fb68-4a5c-889a-1d2cd367530c_removebg.jpg?w=600',
'Width': 600}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2013-07-24',
'seller_name': 'UKCGR - Trade',
'title': 'VAUXHALL ASTRA HATCHBACK 1.6i 16V SE 5dr',
'transmission': 'manual',
'trim': '1.6i 16V SE 5dr',
'vin': None,
'year': 2013}
2026-03-30 10:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120866714%27 HTTP/1.1" 200 None
2026-03-30 10:04:43 [astonbarclay.gb] INFO: Saving data for 120866714: {'created_time': 1774865083.985816, 'last_price_update_time': 1774865083.98583, 'auction_closing_time': 1775476800.0}
2026-03-30 10:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120866714') HTTP/1.1" 204 0
2026-03-30 10:04:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:04:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/OY08MGV/2026-03-28/image/462a06d9-8485-4048-86d3-71b2bc45d617_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120862985?view=catalogue)
2026-03-30 10:04:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/OY08MGV/2026-03-28/image/2c8c0eff-5d24-4c48-b6ec-af729e0c9915_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120862985?view=catalogue)
2026-03-30 10:04:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/EA14FJD/2026-03-28/image/13ca9c67-515f-4c37-9b71-0891bc783b14_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120866316?view=catalogue)
2026-03-30 10:04:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/DG58NNW/2026-03-28/image/af1b45da-1124-4d78-83cd-394ba5a25941_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120866963?view=catalogue)
2026-03-30 10:04:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/SB07PYA/2026-03-30/image/6cad096c-e1ba-4b42-8514-5abcfebba67c_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120862756?view=catalogue)
2026-03-30 10:04:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/KV66CZG/2026-03-27/image/0e614325-e1dd-4824-babe-ef8045545c3e_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120862530?view=catalogue)
2026-03-30 10:04:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:04:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:04:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:04:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/EA14FJD/2026-03-28/image/f378594c-da00-4d8d-ab78-99d537910af0_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120866316?view=catalogue)
2026-03-30 10:04:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:04:44 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:04:44 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f4367c90490>
2026-03-30 10:04:44 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:04:44 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:04:44 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:04:44 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8ec1a23d-5ac1-5739-9dfd-4d64b2845b6d/8ec1a23d-5ac1-5739-9dfd-4d64b2845b6d_image_6.jpg HTTP/1.1" 201 0
2026-03-30 10:04:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FDG58NNW%252F2026-03-28%252Fimage%252F7dcc74bf-17c4-43e9-a61a-75d3a5ce0083_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:04:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/DG58NNW/2026-03-28/image/7dcc74bf-17c4-43e9-a61a-75d3a5ce0083_removebg.jpg?w=600 saved to cache
2026-03-30 10:04:44 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 8ec1a23d-5ac1-5739-9dfd-4d64b2845b6d
2026-03-30 10:04:44 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:04:44 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f43652da490>
2026-03-30 10:04:44 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:04:44 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:04:44 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:04:44 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_bb52be8d-60b4-53af-8e61-1a7c614bd62c/bb52be8d-60b4-53af-8e61-1a7c614bd62c_image_9.jpg HTTP/1.1" 201 0
2026-03-30 10:04:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FOY08MGV%252F2026-03-28%252Fimage%252F462a06d9-8485-4048-86d3-71b2bc45d617_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:04:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/OY08MGV/2026-03-28/image/462a06d9-8485-4048-86d3-71b2bc45d617_removebg.jpg?w=600 saved to cache
2026-03-30 10:04:44 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item bb52be8d-60b4-53af-8e61-1a7c614bd62c
2026-03-30 10:04:44 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:04:44 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f436533a390>
2026-03-30 10:04:44 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:04:44 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:04:44 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:04:44 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_bb52be8d-60b4-53af-8e61-1a7c614bd62c/bb52be8d-60b4-53af-8e61-1a7c614bd62c_image_8.jpg HTTP/1.1" 201 0
2026-03-30 10:04:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FOY08MGV%252F2026-03-28%252Fimage%252F2c8c0eff-5d24-4c48-b6ec-af729e0c9915_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:04:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/OY08MGV/2026-03-28/image/2c8c0eff-5d24-4c48-b6ec-af729e0c9915_removebg.jpg?w=600 saved to cache
2026-03-30 10:04:44 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item bb52be8d-60b4-53af-8e61-1a7c614bd62c
2026-03-30 10:04:44 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:04:44 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f4367c9fd50>
2026-03-30 10:04:44 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:04:44 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:04:44 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:04:44 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2be9e053-dd65-51fd-9bca-504d17d3f804/2be9e053-dd65-51fd-9bca-504d17d3f804_image_7.jpg HTTP/1.1" 201 0
2026-03-30 10:04:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FEA14FJD%252F2026-03-28%252Fimage%252F13ca9c67-515f-4c37-9b71-0891bc783b14_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:04:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EA14FJD/2026-03-28/image/13ca9c67-515f-4c37-9b71-0891bc783b14_removebg.jpg?w=600 saved to cache
2026-03-30 10:04:44 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 2be9e053-dd65-51fd-9bca-504d17d3f804
2026-03-30 10:04:44 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:04:44 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f4366531e10>
2026-03-30 10:04:44 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:04:44 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:04:44 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:04:44 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8ec1a23d-5ac1-5739-9dfd-4d64b2845b6d/8ec1a23d-5ac1-5739-9dfd-4d64b2845b6d_image_7.jpg HTTP/1.1" 201 0
2026-03-30 10:04:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FDG58NNW%252F2026-03-28%252Fimage%252Faf1b45da-1124-4d78-83cd-394ba5a25941_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:04:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/DG58NNW/2026-03-28/image/af1b45da-1124-4d78-83cd-394ba5a25941_removebg.jpg?w=600 saved to cache
2026-03-30 10:04:44 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 8ec1a23d-5ac1-5739-9dfd-4d64b2845b6d
2026-03-30 10:04:44 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:04:44 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f436d563650>
2026-03-30 10:04:44 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:04:44 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:04:44 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:04:44 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_292841ce-dc7b-5fda-931b-af1b2a149a6a/292841ce-dc7b-5fda-931b-af1b2a149a6a_image_6.jpg HTTP/1.1" 201 0
2026-03-30 10:04:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FSB07PYA%252F2026-03-30%252Fimage%252F6cad096c-e1ba-4b42-8514-5abcfebba67c_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:04:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/SB07PYA/2026-03-30/image/6cad096c-e1ba-4b42-8514-5abcfebba67c_removebg.jpg?w=600 saved to cache
2026-03-30 10:04:44 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 292841ce-dc7b-5fda-931b-af1b2a149a6a
2026-03-30 10:04:44 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:04:44 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f4365182ad0>
2026-03-30 10:04:44 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:04:44 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:04:44 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:04:44 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_70ccfcf5-0236-51cc-8e58-9f39bf3d8f61/70ccfcf5-0236-51cc-8e58-9f39bf3d8f61_image_2.jpg HTTP/1.1" 201 0
2026-03-30 10:04:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FKV66CZG%252F2026-03-27%252Fimage%252F0e614325-e1dd-4824-babe-ef8045545c3e_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:04:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/KV66CZG/2026-03-27/image/0e614325-e1dd-4824-babe-ef8045545c3e_removebg.jpg?w=600 saved to cache
2026-03-30 10:04:44 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 70ccfcf5-0236-51cc-8e58-9f39bf3d8f61
2026-03-30 10:04:44 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 70ccfcf5-0236-51cc-8e58-9f39bf3d8f61, skipping ID generation
2026-03-30 10:04:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 70ccfcf5-0236-51cc-8e58-9f39bf3d8f61 with scrape type 1
2026-03-30 10:04:44 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 70ccfcf5-0236-51cc-8e58-9f39bf3d8f61 sending to next pipeline
2026-03-30 10:04:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 70ccfcf5-0236-51cc-8e58-9f39bf3d8f61, identifier: 120862530
2026-03-30 10:04:44 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:04:44 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f4366523f90>
2026-03-30 10:04:44 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:04:44 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:04:44 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:04:44 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2be9e053-dd65-51fd-9bca-504d17d3f804/2be9e053-dd65-51fd-9bca-504d17d3f804_image_6.jpg HTTP/1.1" 201 0
2026-03-30 10:04:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FEA14FJD%252F2026-03-28%252Fimage%252Ff378594c-da00-4d8d-ab78-99d537910af0_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:04:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EA14FJD/2026-03-28/image/f378594c-da00-4d8d-ab78-99d537910af0_removebg.jpg?w=600 saved to cache
2026-03-30 10:04:44 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 2be9e053-dd65-51fd-9bca-504d17d3f804
2026-03-30 10:04:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 70ccfcf5-0236-51cc-8e58-9f39bf3d8f61 with identifier: 120862530
2026-03-30 10:04:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 70ccfcf5-0236-51cc-8e58-9f39bf3d8f61 with identifier: 120862530
2026-03-30 10:04:44 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 70ccfcf5-0236-51cc-8e58-9f39bf3d8f61 with identifier: 120862530 to the API
2026-03-30 10:04:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:04:44 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:04:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://abimg003.imgix.net/KV66CZG/2026-03-27/image/0e614325-e1dd-4824-babe-ef8045545c3e_removebg.jpg?w=600>
{'auction_title': '',
'c_o_2_emission_value': 204,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': None,
'emission_standard': 'EURO 6',
'engine': '2.4L',
'expiration_date': '2026-04-06T12:00:00Z',
'fuel_type': 'Diesel',
'id': '70ccfcf5-0236-51cc-8e58-9f39bf3d8f61',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'KV66CZG',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120862530',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'TOYOTA',
'model': 'HILUX DIESEL',
'odometer': 144984,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 9,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_70ccfcf5-0236-51cc-8e58-9f39bf3d8f61/70ccfcf5-0236-51cc-8e58-9f39bf3d8f61_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 37811,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/KV66CZG/2026-03-27/image/4cb3af79-4c5d-4043-a4d7-989422a84ae5_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_70ccfcf5-0236-51cc-8e58-9f39bf3d8f61/70ccfcf5-0236-51cc-8e58-9f39bf3d8f61_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 40377,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/KV66CZG/2026-03-27/image/f3aeb404-6bbf-4598-b2a1-7a0c21a3a540_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_70ccfcf5-0236-51cc-8e58-9f39bf3d8f61/70ccfcf5-0236-51cc-8e58-9f39bf3d8f61_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 39540,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/KV66CZG/2026-03-27/image/0e614325-e1dd-4824-babe-ef8045545c3e_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_70ccfcf5-0236-51cc-8e58-9f39bf3d8f61/70ccfcf5-0236-51cc-8e58-9f39bf3d8f61_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 37003,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/KV66CZG/2026-03-27/image/a3907210-b675-42e8-b4f3-142d6d7162c1_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_70ccfcf5-0236-51cc-8e58-9f39bf3d8f61/70ccfcf5-0236-51cc-8e58-9f39bf3d8f61_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 53763,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/KV66CZG/2026-03-27/image/961c9794-015c-4301-8013-65ed8bb27fb7_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_70ccfcf5-0236-51cc-8e58-9f39bf3d8f61/70ccfcf5-0236-51cc-8e58-9f39bf3d8f61_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 55540,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/KV66CZG/2026-03-27/image/a9d7e593-dd9b-46ba-8822-601b8a1399be_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_70ccfcf5-0236-51cc-8e58-9f39bf3d8f61/70ccfcf5-0236-51cc-8e58-9f39bf3d8f61_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 44185,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/KV66CZG/2026-03-27/image/f83c4cef-9ea2-4096-b9b7-4c6fee9b4367_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_70ccfcf5-0236-51cc-8e58-9f39bf3d8f61/70ccfcf5-0236-51cc-8e58-9f39bf3d8f61_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 45000,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/KV66CZG/2026-03-27/image/5b0c431f-5554-4c20-9c88-d45949f20949_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_70ccfcf5-0236-51cc-8e58-9f39bf3d8f61/70ccfcf5-0236-51cc-8e58-9f39bf3d8f61_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 52780,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/KV66CZG/2026-03-27/image/83d43931-8ef7-4c9f-97a3-a93b2c060bdc_removebg.jpg?w=600',
'Width': 600}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-09-02',
'seller_name': 'UKCGR - Select',
'title': 'TOYOTA HILUX DIESEL Invincible X D/Cab Pick Up 2.4 D-4D Auto',
'transmission': 'automatic',
'trim': 'Invincible X D/Cab Pick Up 2.4 D-4D Auto',
'vin': None,
'year': 2016}
2026-03-30 10:04:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120862530%27 HTTP/1.1" 200 None
2026-03-30 10:04:44 [astonbarclay.gb] INFO: Saving data for 120862530: {'created_time': 1774865084.955275, 'last_price_update_time': 1774865084.955288, 'auction_closing_time': 1775476800.0}
2026-03-30 10:04:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120862530') HTTP/1.1" 204 0
2026-03-30 10:04:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/GL57EEH/2026-03-30/image/594d2325-8368-46ab-af8f-762329602c20_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120868322?view=catalogue)
2026-03-30 10:04:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/OY08MGV/2026-03-28/image/ea432564-6b68-4e1a-a115-5932a735e913_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120862985?view=catalogue)
2026-03-30 10:04:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/OY08MGV/2026-03-28/image/06a19ab1-d9a9-44ab-a2d9-3d901057baba_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120862985?view=catalogue)
2026-03-30 10:04:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/DG58NNW/2026-03-28/image/7cbdb9d7-e4ab-44dc-ba85-7a016cb18325_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120866963?view=catalogue)
2026-03-30 10:04:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/SB07PYA/2026-03-30/image/73c7c5ac-7042-46d1-87e4-6ee356e6d7e1_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120862756?view=catalogue)
2026-03-30 10:04:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/EA14FJD/2026-03-28/image/933cbac3-b15a-4288-8912-b83657bf6e37_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120866316?view=catalogue)
2026-03-30 10:04:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/EK67HYM/2026-03-27/image/ec219ab9-4041-4510-8d52-79489971746a_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120858968?view=catalogue)
2026-03-30 10:04:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/EJ67ZSG/2026-03-30/image/d5abc9a6-2c47-4ee4-9fc9-de1d7ade99b9_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120869943?view=catalogue)
2026-03-30 10:04:45 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:04:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120863765?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:04:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120861912?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:04:45 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:04:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/KP65GHA/2026-03-28/image/10ca0ff7-f35b-4ac3-b6b5-aa5621ac25be_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120830692?view=catalogue)
2026-03-30 10:04:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/EK63TFA/2026-03-28/image/bb4d6b54-d391-400b-9130-72be2bfb65b7_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120830682?view=catalogue)
2026-03-30 10:04:45 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:04:45 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f4365274550>
2026-03-30 10:04:45 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:04:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:04:45 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:04:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_044b4a37-2aaa-5b9c-9d61-955325d183ac/044b4a37-2aaa-5b9c-9d61-955325d183ac_image_7.jpg HTTP/1.1" 201 0
2026-03-30 10:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FGL57EEH%252F2026-03-30%252Fimage%252F594d2325-8368-46ab-af8f-762329602c20_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:04:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/GL57EEH/2026-03-30/image/594d2325-8368-46ab-af8f-762329602c20_removebg.jpg?w=600 saved to cache
2026-03-30 10:04:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 044b4a37-2aaa-5b9c-9d61-955325d183ac
2026-03-30 10:04:45 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 044b4a37-2aaa-5b9c-9d61-955325d183ac, skipping ID generation
2026-03-30 10:04:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 044b4a37-2aaa-5b9c-9d61-955325d183ac with scrape type 1
2026-03-30 10:04:45 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 044b4a37-2aaa-5b9c-9d61-955325d183ac sending to next pipeline
2026-03-30 10:04:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 044b4a37-2aaa-5b9c-9d61-955325d183ac, identifier: 120868322
2026-03-30 10:04:45 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:04:45 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f43654c2490>
2026-03-30 10:04:45 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:04:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:04:45 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:04:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_bb52be8d-60b4-53af-8e61-1a7c614bd62c/bb52be8d-60b4-53af-8e61-1a7c614bd62c_image_2.jpg HTTP/1.1" 201 0
2026-03-30 10:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FOY08MGV%252F2026-03-28%252Fimage%252Fea432564-6b68-4e1a-a115-5932a735e913_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:04:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/OY08MGV/2026-03-28/image/ea432564-6b68-4e1a-a115-5932a735e913_removebg.jpg?w=600 saved to cache
2026-03-30 10:04:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item bb52be8d-60b4-53af-8e61-1a7c614bd62c
2026-03-30 10:04:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 044b4a37-2aaa-5b9c-9d61-955325d183ac with identifier: 120868322
2026-03-30 10:04:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 044b4a37-2aaa-5b9c-9d61-955325d183ac with identifier: 120868322
2026-03-30 10:04:45 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 044b4a37-2aaa-5b9c-9d61-955325d183ac with identifier: 120868322 to the API
2026-03-30 10:04:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:04:45 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:04:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://abimg003.imgix.net/GL57EEH/2026-03-30/image/594d2325-8368-46ab-af8f-762329602c20_removebg.jpg?w=600>
{'auction_title': '',
'c_o_2_emission_value': 194,
'color': 'SILVER',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 4',
'engine': '2.1L',
'expiration_date': '2026-04-06T12:00:00Z',
'fuel_type': 'Diesel',
'id': '044b4a37-2aaa-5b9c-9d61-955325d183ac',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'GL57EEH',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120868322',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'MERCEDES-BENZ',
'model': 'E CLASS DIESEL ESTATE',
'odometer': 194541,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 9,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_044b4a37-2aaa-5b9c-9d61-955325d183ac/044b4a37-2aaa-5b9c-9d61-955325d183ac_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 33833,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/GL57EEH/2026-03-30/image/97daec89-4d78-4b13-ab25-415bbffd07f2_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_044b4a37-2aaa-5b9c-9d61-955325d183ac/044b4a37-2aaa-5b9c-9d61-955325d183ac_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 33854,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/GL57EEH/2026-03-30/image/4bbadaad-c5ff-43c7-9404-3736cafe2a86_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_044b4a37-2aaa-5b9c-9d61-955325d183ac/044b4a37-2aaa-5b9c-9d61-955325d183ac_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 40098,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/GL57EEH/2026-03-30/image/b634b771-1749-4360-a652-54be83b7e59e_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_044b4a37-2aaa-5b9c-9d61-955325d183ac/044b4a37-2aaa-5b9c-9d61-955325d183ac_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 38122,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/GL57EEH/2026-03-30/image/e2bbf71b-0c52-44f0-bd8d-cd265c03e435_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_044b4a37-2aaa-5b9c-9d61-955325d183ac/044b4a37-2aaa-5b9c-9d61-955325d183ac_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 44898,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/GL57EEH/2026-03-30/image/1aaa0278-e364-4145-9768-2fae11ffad4b_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_044b4a37-2aaa-5b9c-9d61-955325d183ac/044b4a37-2aaa-5b9c-9d61-955325d183ac_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 50770,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/GL57EEH/2026-03-30/image/4d2deebe-482f-4f65-bf85-936ca12b7c9f_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_044b4a37-2aaa-5b9c-9d61-955325d183ac/044b4a37-2aaa-5b9c-9d61-955325d183ac_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 58281,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/GL57EEH/2026-03-30/image/28153079-adfc-45e1-9508-23c232c91104_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_044b4a37-2aaa-5b9c-9d61-955325d183ac/044b4a37-2aaa-5b9c-9d61-955325d183ac_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 50117,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/GL57EEH/2026-03-30/image/594d2325-8368-46ab-af8f-762329602c20_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_044b4a37-2aaa-5b9c-9d61-955325d183ac/044b4a37-2aaa-5b9c-9d61-955325d183ac_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 62825,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/GL57EEH/2026-03-30/image/7e4cf25d-0975-4fbd-bb79-4f66021fda10_removebg.jpg?w=600',
'Width': 600}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2007-12-05',
'seller_name': 'UKCGR - Trade',
'title': 'MERCEDES-BENZ E CLASS DIESEL ESTATE E220 CDI Classic 5dr Tip Auto',
'transmission': 'automatic',
'trim': 'E220 CDI Classic 5dr Tip Auto',
'vin': None,
'year': 2007}
2026-03-30 10:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120868322%27 HTTP/1.1" 200 None
2026-03-30 10:04:46 [astonbarclay.gb] INFO: Saving data for 120868322: {'created_time': 1774865086.040478, 'last_price_update_time': 1774865086.040492, 'auction_closing_time': 1775476800.0}
2026-03-30 10:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120868322') HTTP/1.1" 204 0
2026-03-30 10:04:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/LO14NWC/2026-03-27/image/856dc735-a2d2-4ed4-aa74-da2539e219a1_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120862650?view=catalogue)
2026-03-30 10:04:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/EJ67ZSG/2026-03-30/image/50722a3b-d3c9-4916-abc1-530eff8bcb07_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120869943?view=catalogue)
2026-03-30 10:04:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/VE17VYJ/2026-03-30/image/533b9a3e-2533-4726-a7a4-d4eeb99a177f_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120870219?view=catalogue)
2026-03-30 10:04:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/EK67HYM/2026-03-27/image/61c6a6b9-5a6b-42cb-a45d-b529d88d0c59_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120858968?view=catalogue)
2026-03-30 10:04:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/EJ67ZSG/2026-03-30/image/24ef8abb-1322-45d9-b5cd-fc8f76f42da6_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120869943?view=catalogue)
2026-03-30 10:04:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/EK67HYM/2026-03-27/image/2155802a-4b0d-440e-aa45-6cf916e33689_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120858968?view=catalogue)
2026-03-30 10:04:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/EK67HYM/2026-03-27/image/692e3b1f-2d29-4117-bedd-1cb9cd6a04bd_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120858968?view=catalogue)
2026-03-30 10:04:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/LW19UZR/2026-03-30/image/2573ddca-bf95-4df6-a884-ef70e7ba4bea_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120869555?view=catalogue)
2026-03-30 10:04:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120882322?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:04:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120882343?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:04:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120860778?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:04:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120882453?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:04:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120861608?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:04:46 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:04:46 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f4365401850>
2026-03-30 10:04:46 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:04:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:04:46 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:04:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_bb52be8d-60b4-53af-8e61-1a7c614bd62c/bb52be8d-60b4-53af-8e61-1a7c614bd62c_image_3.jpg HTTP/1.1" 201 0
2026-03-30 10:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FOY08MGV%252F2026-03-28%252Fimage%252F06a19ab1-d9a9-44ab-a2d9-3d901057baba_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:04:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/OY08MGV/2026-03-28/image/06a19ab1-d9a9-44ab-a2d9-3d901057baba_removebg.jpg?w=600 saved to cache
2026-03-30 10:04:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item bb52be8d-60b4-53af-8e61-1a7c614bd62c
2026-03-30 10:04:46 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: bb52be8d-60b4-53af-8e61-1a7c614bd62c, skipping ID generation
2026-03-30 10:04:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bb52be8d-60b4-53af-8e61-1a7c614bd62c with scrape type 1
2026-03-30 10:04:46 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item bb52be8d-60b4-53af-8e61-1a7c614bd62c sending to next pipeline
2026-03-30 10:04:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: bb52be8d-60b4-53af-8e61-1a7c614bd62c, identifier: 120862985
2026-03-30 10:04:46 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:04:46 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f4365180810>
2026-03-30 10:04:46 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:04:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:04:46 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:04:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8ec1a23d-5ac1-5739-9dfd-4d64b2845b6d/8ec1a23d-5ac1-5739-9dfd-4d64b2845b6d_image_3.jpg HTTP/1.1" 201 0
2026-03-30 10:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FDG58NNW%252F2026-03-28%252Fimage%252F7cbdb9d7-e4ab-44dc-ba85-7a016cb18325_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:04:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/DG58NNW/2026-03-28/image/7cbdb9d7-e4ab-44dc-ba85-7a016cb18325_removebg.jpg?w=600 saved to cache
2026-03-30 10:04:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 8ec1a23d-5ac1-5739-9dfd-4d64b2845b6d
2026-03-30 10:04:46 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 8ec1a23d-5ac1-5739-9dfd-4d64b2845b6d, skipping ID generation
2026-03-30 10:04:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8ec1a23d-5ac1-5739-9dfd-4d64b2845b6d with scrape type 1
2026-03-30 10:04:46 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 8ec1a23d-5ac1-5739-9dfd-4d64b2845b6d sending to next pipeline
2026-03-30 10:04:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 8ec1a23d-5ac1-5739-9dfd-4d64b2845b6d, identifier: 120866963
2026-03-30 10:04:46 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:04:46 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:04:46 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f4364ff8410>
2026-03-30 10:04:46 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:04:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:04:46 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:04:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_292841ce-dc7b-5fda-931b-af1b2a149a6a/292841ce-dc7b-5fda-931b-af1b2a149a6a_image_1.jpg HTTP/1.1" 201 0
2026-03-30 10:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FSB07PYA%252F2026-03-30%252Fimage%252F73c7c5ac-7042-46d1-87e4-6ee356e6d7e1_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:04:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/SB07PYA/2026-03-30/image/73c7c5ac-7042-46d1-87e4-6ee356e6d7e1_removebg.jpg?w=600 saved to cache
2026-03-30 10:04:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 292841ce-dc7b-5fda-931b-af1b2a149a6a
2026-03-30 10:04:46 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 292841ce-dc7b-5fda-931b-af1b2a149a6a, skipping ID generation
2026-03-30 10:04:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 292841ce-dc7b-5fda-931b-af1b2a149a6a with scrape type 1
2026-03-30 10:04:46 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 292841ce-dc7b-5fda-931b-af1b2a149a6a sending to next pipeline
2026-03-30 10:04:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 292841ce-dc7b-5fda-931b-af1b2a149a6a, identifier: 120862756
2026-03-30 10:04:46 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:04:46 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f4365219b10>
2026-03-30 10:04:46 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:04:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:04:46 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:04:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2be9e053-dd65-51fd-9bca-504d17d3f804/2be9e053-dd65-51fd-9bca-504d17d3f804_image_1.jpg HTTP/1.1" 201 0
2026-03-30 10:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FEA14FJD%252F2026-03-28%252Fimage%252F933cbac3-b15a-4288-8912-b83657bf6e37_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:04:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EA14FJD/2026-03-28/image/933cbac3-b15a-4288-8912-b83657bf6e37_removebg.jpg?w=600 saved to cache
2026-03-30 10:04:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 2be9e053-dd65-51fd-9bca-504d17d3f804
2026-03-30 10:04:46 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 2be9e053-dd65-51fd-9bca-504d17d3f804, skipping ID generation
2026-03-30 10:04:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2be9e053-dd65-51fd-9bca-504d17d3f804 with scrape type 1
2026-03-30 10:04:46 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 2be9e053-dd65-51fd-9bca-504d17d3f804 sending to next pipeline
2026-03-30 10:04:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 2be9e053-dd65-51fd-9bca-504d17d3f804, identifier: 120866316
2026-03-30 10:04:46 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:04:46 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f43651675d0>
2026-03-30 10:04:46 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:04:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:04:46 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:04:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5474d57b-b31d-5714-bd90-39a88b05a1b1/5474d57b-b31d-5714-bd90-39a88b05a1b1_image_6.jpg HTTP/1.1" 201 0
2026-03-30 10:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FEK67HYM%252F2026-03-27%252Fimage%252Fec219ab9-4041-4510-8d52-79489971746a_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:04:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EK67HYM/2026-03-27/image/ec219ab9-4041-4510-8d52-79489971746a_removebg.jpg?w=600 saved to cache
2026-03-30 10:04:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 5474d57b-b31d-5714-bd90-39a88b05a1b1
2026-03-30 10:04:46 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:04:46 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f43653b12d0>
2026-03-30 10:04:46 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:04:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:04:46 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:04:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c289a4b1-7040-5a7c-9907-90547e67110d/c289a4b1-7040-5a7c-9907-90547e67110d_image_6.jpg HTTP/1.1" 201 0
2026-03-30 10:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FEJ67ZSG%252F2026-03-30%252Fimage%252Fd5abc9a6-2c47-4ee4-9fc9-de1d7ade99b9_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:04:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EJ67ZSG/2026-03-30/image/d5abc9a6-2c47-4ee4-9fc9-de1d7ade99b9_removebg.jpg?w=600 saved to cache
2026-03-30 10:04:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item c289a4b1-7040-5a7c-9907-90547e67110d
2026-03-30 10:04:46 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120863765, 'registration': 'MV62UVW', 'account': 'WBA004', 'make': 'AUDI', 'model': 'A3 SPORTBACK', 'derivative': '1.4 TFSI Sport 5dr S Tronic [Start Stop]', 'mileage': 101736, 'mileageWarranty': True, 'type': 'car', 'saleId': 19238, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 728}, 'saleStart': '2026-04-06T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2012-10-23', 'fuel': 'Petrol', 'motExpiry': '2027-03-02', 'doors': 5, 'engineSize': 1390, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/MV62UVW/2026-03-28/image/74fa78b4-fa84-4f5b-a676-82102f08ba03_removebg.jpg?w=600', 'https://abimg003.imgix.net/MV62UVW/2026-03-28/image/4349ff22-72d0-4e3b-9d3d-85f55e0f42b7_removebg.jpg?w=600', 'https://abimg003.imgix.net/MV62UVW/2026-03-28/image/c4c4b079-89df-45b0-9b8c-45ac5759c145_removebg.jpg?w=600', 'https://abimg003.imgix.net/MV62UVW/2026-03-28/image/f6197a58-9063-4328-8d3c-8f80b810b806_removebg.jpg?w=600', 'https://abimg003.imgix.net/MV62UVW/2026-03-28/image/750fe926-6af8-4d84-8b86-b5ced200d4cb_removebg.jpg?w=600', 'https://abimg003.imgix.net/MV62UVW/2026-03-28/image/1b6c4222-efdf-4b0f-a407-7bd9bca5fe62_removebg.jpg?w=600', 'https://abimg003.imgix.net/MV62UVW/2026-03-28/image/53f7fb5b-9b81-45b4-8e23-94d3c440da3a_removebg.jpg?w=600', 'https://abimg003.imgix.net/MV62UVW/2026-03-28/image/6d7a67b8-ad59-47c1-9298-09d987f8866c_removebg.jpg?w=600', 'https://abimg003.imgix.net/MV62UVW/2026-03-28/image/05b0b761-c9c8-4251-88e3-315cd2ffacaf_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': False, 'v5details': None, 'co2': 127, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/24d3d3aa-71e7-46b1-b61b-16e17d774b9e.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:04:46 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120863765, 'registration': 'MV62UVW', 'account': 'WBA004', 'make': 'AUDI', 'model': 'A3 SPORTBACK', 'derivative': '1.4 TFSI Sport 5dr S Tronic [Start Stop]', 'mileage': 101736, 'mileageWarranty': True, 'type': 'car', 'saleId': 19238, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 728}, 'saleStart': '2026-04-06T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2012-10-23', 'fuel': 'Petrol', 'motExpiry': '2027-03-02', 'doors': 5, 'engineSize': 1390, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/MV62UVW/2026-03-28/image/74fa78b4-fa84-4f5b-a676-82102f08ba03_removebg.jpg?w=600', 'https://abimg003.imgix.net/MV62UVW/2026-03-28/image/4349ff22-72d0-4e3b-9d3d-85f55e0f42b7_removebg.jpg?w=600', 'https://abimg003.imgix.net/MV62UVW/2026-03-28/image/c4c4b079-89df-45b0-9b8c-45ac5759c145_removebg.jpg?w=600', 'https://abimg003.imgix.net/MV62UVW/2026-03-28/image/f6197a58-9063-4328-8d3c-8f80b810b806_removebg.jpg?w=600', 'https://abimg003.imgix.net/MV62UVW/2026-03-28/image/750fe926-6af8-4d84-8b86-b5ced200d4cb_removebg.jpg?w=600', 'https://abimg003.imgix.net/MV62UVW/2026-03-28/image/1b6c4222-efdf-4b0f-a407-7bd9bca5fe62_removebg.jpg?w=600', 'https://abimg003.imgix.net/MV62UVW/2026-03-28/image/53f7fb5b-9b81-45b4-8e23-94d3c440da3a_removebg.jpg?w=600', 'https://abimg003.imgix.net/MV62UVW/2026-03-28/image/6d7a67b8-ad59-47c1-9298-09d987f8866c_removebg.jpg?w=600', 'https://abimg003.imgix.net/MV62UVW/2026-03-28/image/05b0b761-c9c8-4251-88e3-315cd2ffacaf_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': False, 'v5details': None, 'co2': 127, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/24d3d3aa-71e7-46b1-b61b-16e17d774b9e.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:04:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 33f3dd4d-312c-536b-94c4-67637a73383c with identifier: 120863765
2026-03-30 10:04:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 33f3dd4d-312c-536b-94c4-67637a73383c with scrape type 1
2026-03-30 10:04:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 9 photos for item 33f3dd4d-312c-536b-94c4-67637a73383c
2026-03-30 10:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FMV62UVW%252F2026-03-28%252Fimage%252F74fa78b4-fa84-4f5b-a676-82102f08ba03_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:04:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/MV62UVW/2026-03-28/image/74fa78b4-fa84-4f5b-a676-82102f08ba03_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:04:46 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120861912, 'registration': 'BU14DWV', 'account': 'WBA004', 'make': 'VOLKSWAGEN', 'model': 'CADDY LIFE DIESEL ESTATE', 'derivative': '1.6 TDI 5dr DSG', 'mileage': 40739, 'mileageWarranty': True, 'type': 'car', 'saleId': 19238, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 728}, 'saleStart': '2026-04-06T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2014-06-03', 'fuel': 'Diesel', 'motExpiry': '2027-03-30', 'doors': 5, 'engineSize': 1598, 'bodyType': 'Estate', 'images': None, 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'UKCGR - Trade', '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': 'https://abimg002.imgix.net/05373b4c-8b0d-4985-91eb-75d94450d3e0.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:04:46 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120861912, 'registration': 'BU14DWV', 'account': 'WBA004', 'make': 'VOLKSWAGEN', 'model': 'CADDY LIFE DIESEL ESTATE', 'derivative': '1.6 TDI 5dr DSG', 'mileage': 40739, 'mileageWarranty': True, 'type': 'car', 'saleId': 19238, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 728}, 'saleStart': '2026-04-06T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2014-06-03', 'fuel': 'Diesel', 'motExpiry': '2027-03-30', 'doors': 5, 'engineSize': 1598, 'bodyType': 'Estate', 'images': None, 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'UKCGR - Trade', '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': 'https://abimg002.imgix.net/05373b4c-8b0d-4985-91eb-75d94450d3e0.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:04:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6c3c0a61-b1d3-52bd-be72-a3dbd68fb378 with identifier: 120861912
2026-03-30 10:04:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6c3c0a61-b1d3-52bd-be72-a3dbd68fb378 with scrape type 1
2026-03-30 10:04:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 0 photos for item 6c3c0a61-b1d3-52bd-be72-a3dbd68fb378
2026-03-30 10:04:46 [crawlers.middlewares.photo_download_middleware] INFO: No photos to download for item 6c3c0a61-b1d3-52bd-be72-a3dbd68fb378
2026-03-30 10:04:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 6c3c0a61-b1d3-52bd-be72-a3dbd68fb378, identifier: 120861912
2026-03-30 10:04:47 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:04:47 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f43652d8710>
2026-03-30 10:04:47 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:04:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:04:47 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:04:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9ffde6a3-866a-513a-8c46-21a22175c799/9ffde6a3-866a-513a-8c46-21a22175c799_image_3.jpg HTTP/1.1" 201 0
2026-03-30 10:04:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FKP65GHA%252F2026-03-28%252Fimage%252F10ca0ff7-f35b-4ac3-b6b5-aa5621ac25be_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:04:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/KP65GHA/2026-03-28/image/10ca0ff7-f35b-4ac3-b6b5-aa5621ac25be_removebg.jpg?w=600 saved to cache
2026-03-30 10:04:47 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 9ffde6a3-866a-513a-8c46-21a22175c799
2026-03-30 10:04:47 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 9ffde6a3-866a-513a-8c46-21a22175c799, skipping ID generation
2026-03-30 10:04:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9ffde6a3-866a-513a-8c46-21a22175c799 with scrape type 1
2026-03-30 10:04:47 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 9ffde6a3-866a-513a-8c46-21a22175c799 sending to next pipeline
2026-03-30 10:04:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 9ffde6a3-866a-513a-8c46-21a22175c799, identifier: 120830692
2026-03-30 10:04:47 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:04:47 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f4365165a90>
2026-03-30 10:04:47 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:04:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:04:47 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:04:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e6b014ca-1634-5e58-bd8e-51d7b3b24e0e/e6b014ca-1634-5e58-bd8e-51d7b3b24e0e_image_0.jpg HTTP/1.1" 201 0
2026-03-30 10:04:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FEK63TFA%252F2026-03-28%252Fimage%252Fbb4d6b54-d391-400b-9130-72be2bfb65b7_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:04:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EK63TFA/2026-03-28/image/bb4d6b54-d391-400b-9130-72be2bfb65b7_removebg.jpg?w=600 saved to cache
2026-03-30 10:04:47 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item e6b014ca-1634-5e58-bd8e-51d7b3b24e0e
2026-03-30 10:04:47 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: e6b014ca-1634-5e58-bd8e-51d7b3b24e0e, skipping ID generation
2026-03-30 10:04:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e6b014ca-1634-5e58-bd8e-51d7b3b24e0e with scrape type 1
2026-03-30 10:04:47 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item e6b014ca-1634-5e58-bd8e-51d7b3b24e0e sending to next pipeline
2026-03-30 10:04:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: e6b014ca-1634-5e58-bd8e-51d7b3b24e0e, identifier: 120830682
2026-03-30 10:04:47 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:04:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: bb52be8d-60b4-53af-8e61-1a7c614bd62c with identifier: 120862985
2026-03-30 10:04:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: bb52be8d-60b4-53af-8e61-1a7c614bd62c with identifier: 120862985
2026-03-30 10:04:47 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: bb52be8d-60b4-53af-8e61-1a7c614bd62c with identifier: 120862985 to the API
2026-03-30 10:04:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:04:47 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:04:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://abimg003.imgix.net/OY08MGV/2026-03-28/image/06a19ab1-d9a9-44ab-a2d9-3d901057baba_removebg.jpg?w=600>
{'auction_title': '',
'c_o_2_emission_value': 247,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 4',
'engine': '2.8L',
'expiration_date': '2026-04-06T12:00:00Z',
'fuel_type': 'Petrol',
'id': 'bb52be8d-60b4-53af-8e61-1a7c614bd62c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'OY08MGV',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120862985',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'CHRYSLER',
'model': 'GRAND VOYAGER',
'odometer': 130567,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 10,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_bb52be8d-60b4-53af-8e61-1a7c614bd62c/bb52be8d-60b4-53af-8e61-1a7c614bd62c_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 38028,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/OY08MGV/2026-03-28/image/92df8ff3-b6d4-4e63-b709-b5677e77bb2c_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_bb52be8d-60b4-53af-8e61-1a7c614bd62c/bb52be8d-60b4-53af-8e61-1a7c614bd62c_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 39842,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/OY08MGV/2026-03-28/image/36d422dc-732b-4bc1-8dc1-b9a2666cce2c_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_bb52be8d-60b4-53af-8e61-1a7c614bd62c/bb52be8d-60b4-53af-8e61-1a7c614bd62c_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 35077,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/OY08MGV/2026-03-28/image/ea432564-6b68-4e1a-a115-5932a735e913_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_bb52be8d-60b4-53af-8e61-1a7c614bd62c/bb52be8d-60b4-53af-8e61-1a7c614bd62c_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 38689,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/OY08MGV/2026-03-28/image/06a19ab1-d9a9-44ab-a2d9-3d901057baba_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_bb52be8d-60b4-53af-8e61-1a7c614bd62c/bb52be8d-60b4-53af-8e61-1a7c614bd62c_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 48715,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/OY08MGV/2026-03-28/image/5844e6e6-6177-4493-bea5-2c5fdc2e56fb_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_bb52be8d-60b4-53af-8e61-1a7c614bd62c/bb52be8d-60b4-53af-8e61-1a7c614bd62c_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 53288,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/OY08MGV/2026-03-28/image/b1fecc6a-b3b6-4e70-94de-1c5a4fa828bd_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_bb52be8d-60b4-53af-8e61-1a7c614bd62c/bb52be8d-60b4-53af-8e61-1a7c614bd62c_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 55392,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/OY08MGV/2026-03-28/image/891575f7-92ee-4f68-aed2-f3a8f3b3837b_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_bb52be8d-60b4-53af-8e61-1a7c614bd62c/bb52be8d-60b4-53af-8e61-1a7c614bd62c_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 53836,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/OY08MGV/2026-03-28/image/7981744c-a891-45e5-b408-a0630fac26d5_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_bb52be8d-60b4-53af-8e61-1a7c614bd62c/bb52be8d-60b4-53af-8e61-1a7c614bd62c_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 50902,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/OY08MGV/2026-03-28/image/2c8c0eff-5d24-4c48-b6ec-af729e0c9915_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_bb52be8d-60b4-53af-8e61-1a7c614bd62c/bb52be8d-60b4-53af-8e61-1a7c614bd62c_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 42482,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/OY08MGV/2026-03-28/image/462a06d9-8485-4048-86d3-71b2bc45d617_removebg.jpg?w=600',
'Width': 600}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2008-03-01',
'seller_name': 'UKCGR - Trade',
'title': 'CHRYSLER GRAND VOYAGER 3.8 V6 Limited 5dr Auto',
'transmission': 'automatic',
'trim': '3.8 V6 Limited 5dr Auto',
'vin': None,
'year': 2008}
2026-03-30 10:04:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120862985%27 HTTP/1.1" 200 None
2026-03-30 10:04:48 [astonbarclay.gb] INFO: Saving data for 120862985: {'created_time': 1774865088.02154, 'last_price_update_time': 1774865088.021556, 'auction_closing_time': 1775476800.0}
2026-03-30 10:04:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120862985') HTTP/1.1" 204 0
2026-03-30 10:04:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 8ec1a23d-5ac1-5739-9dfd-4d64b2845b6d with identifier: 120866963
2026-03-30 10:04:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 8ec1a23d-5ac1-5739-9dfd-4d64b2845b6d with identifier: 120866963
2026-03-30 10:04:48 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 8ec1a23d-5ac1-5739-9dfd-4d64b2845b6d with identifier: 120866963 to the API
2026-03-30 10:04:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:04:48 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:04:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://abimg003.imgix.net/DG58NNW/2026-03-28/image/7cbdb9d7-e4ab-44dc-ba85-7a016cb18325_removebg.jpg?w=600>
{'auction_title': '',
'c_o_2_emission_value': 127,
'color': 'RED',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 4',
'engine': '1.0L',
'expiration_date': '2026-04-06T12:00:00Z',
'fuel_type': 'Petrol',
'id': '8ec1a23d-5ac1-5739-9dfd-4d64b2845b6d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'DG58NNW',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120866963',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'TOYOTA',
'model': 'YARIS HATCHBACK',
'odometer': 151094,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 9,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8ec1a23d-5ac1-5739-9dfd-4d64b2845b6d/8ec1a23d-5ac1-5739-9dfd-4d64b2845b6d_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 39311,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/DG58NNW/2026-03-28/image/a74ff436-9df5-4c3d-bd0a-2251a4b31c02_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8ec1a23d-5ac1-5739-9dfd-4d64b2845b6d/8ec1a23d-5ac1-5739-9dfd-4d64b2845b6d_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 38387,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/DG58NNW/2026-03-28/image/35db979e-32ce-44e6-a62e-4433832cfd09_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8ec1a23d-5ac1-5739-9dfd-4d64b2845b6d/8ec1a23d-5ac1-5739-9dfd-4d64b2845b6d_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 28610,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/DG58NNW/2026-03-28/image/16b4edb9-8048-499a-b8ef-b0b1f71a485f_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8ec1a23d-5ac1-5739-9dfd-4d64b2845b6d/8ec1a23d-5ac1-5739-9dfd-4d64b2845b6d_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 32922,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/DG58NNW/2026-03-28/image/7cbdb9d7-e4ab-44dc-ba85-7a016cb18325_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8ec1a23d-5ac1-5739-9dfd-4d64b2845b6d/8ec1a23d-5ac1-5739-9dfd-4d64b2845b6d_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 17703,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/DG58NNW/2026-03-28/image/d2fd7018-2bfa-43c8-8fd7-e7c713224538_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8ec1a23d-5ac1-5739-9dfd-4d64b2845b6d/8ec1a23d-5ac1-5739-9dfd-4d64b2845b6d_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 51361,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/DG58NNW/2026-03-28/image/4d5a7826-4cf2-45a0-b1c9-c1dcd1d089ed_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8ec1a23d-5ac1-5739-9dfd-4d64b2845b6d/8ec1a23d-5ac1-5739-9dfd-4d64b2845b6d_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 62096,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/DG58NNW/2026-03-28/image/7dcc74bf-17c4-43e9-a61a-75d3a5ce0083_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8ec1a23d-5ac1-5739-9dfd-4d64b2845b6d/8ec1a23d-5ac1-5739-9dfd-4d64b2845b6d_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 43690,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/DG58NNW/2026-03-28/image/af1b45da-1124-4d78-83cd-394ba5a25941_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8ec1a23d-5ac1-5739-9dfd-4d64b2845b6d/8ec1a23d-5ac1-5739-9dfd-4d64b2845b6d_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 44045,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/DG58NNW/2026-03-28/image/0f9ea815-a7b8-42d6-955d-6ceb38e2d30a_removebg.jpg?w=600',
'Width': 600}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2008-09-05',
'seller_name': 'UKCGR - Trade',
'title': 'TOYOTA YARIS HATCHBACK 1.0 VVT-i TR 5dr',
'transmission': 'manual',
'trim': '1.0 VVT-i TR 5dr',
'vin': None,
'year': 2008}
2026-03-30 10:04:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120866963%27 HTTP/1.1" 200 None
2026-03-30 10:04:48 [astonbarclay.gb] INFO: Saving data for 120866963: {'created_time': 1774865088.469607, 'last_price_update_time': 1774865088.46962, 'auction_closing_time': 1775476800.0}
2026-03-30 10:04:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120866963') HTTP/1.1" 204 0
2026-03-30 10:04:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 292841ce-dc7b-5fda-931b-af1b2a149a6a with identifier: 120862756
2026-03-30 10:04:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 292841ce-dc7b-5fda-931b-af1b2a149a6a with identifier: 120862756
2026-03-30 10:04:48 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 292841ce-dc7b-5fda-931b-af1b2a149a6a with identifier: 120862756 to the API
2026-03-30 10:04:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:04:48 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:04:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://abimg003.imgix.net/SB07PYA/2026-03-30/image/73c7c5ac-7042-46d1-87e4-6ee356e6d7e1_removebg.jpg?w=600>
{'auction_title': '',
'c_o_2_emission_value': 280,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 4',
'engine': '3.2L',
'expiration_date': '2026-04-06T12:00:00Z',
'fuel_type': 'Diesel',
'id': '292841ce-dc7b-5fda-931b-af1b2a149a6a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'SB07PYA',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120862756',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'MITSUBISHI',
'model': 'SHOGUN DIESEL STATION WAGON',
'odometer': 80413,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 10,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_292841ce-dc7b-5fda-931b-af1b2a149a6a/292841ce-dc7b-5fda-931b-af1b2a149a6a_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 29651,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/SB07PYA/2026-03-30/image/00f8036e-36a0-4bbc-8c12-c8df1668f431_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_292841ce-dc7b-5fda-931b-af1b2a149a6a/292841ce-dc7b-5fda-931b-af1b2a149a6a_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 39354,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/SB07PYA/2026-03-30/image/73c7c5ac-7042-46d1-87e4-6ee356e6d7e1_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_292841ce-dc7b-5fda-931b-af1b2a149a6a/292841ce-dc7b-5fda-931b-af1b2a149a6a_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 41030,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/SB07PYA/2026-03-30/image/876aa68c-1f9c-4ca5-b270-f9f29ba7247a_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_292841ce-dc7b-5fda-931b-af1b2a149a6a/292841ce-dc7b-5fda-931b-af1b2a149a6a_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 42590,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/SB07PYA/2026-03-30/image/abe9b240-0cb3-4a29-9f0d-9705b343d9cb_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_292841ce-dc7b-5fda-931b-af1b2a149a6a/292841ce-dc7b-5fda-931b-af1b2a149a6a_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 55089,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/SB07PYA/2026-03-30/image/60c7abd0-2bc9-4ea2-a430-df38c55621c0_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_292841ce-dc7b-5fda-931b-af1b2a149a6a/292841ce-dc7b-5fda-931b-af1b2a149a6a_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 57643,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/SB07PYA/2026-03-30/image/173b4fdf-eafb-4b4e-8c95-ba89e9839eeb_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_292841ce-dc7b-5fda-931b-af1b2a149a6a/292841ce-dc7b-5fda-931b-af1b2a149a6a_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 45472,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/SB07PYA/2026-03-30/image/6cad096c-e1ba-4b42-8514-5abcfebba67c_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_292841ce-dc7b-5fda-931b-af1b2a149a6a/292841ce-dc7b-5fda-931b-af1b2a149a6a_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 52665,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/SB07PYA/2026-03-30/image/53a47767-ae18-48c7-a51e-8d21b93c4ff4_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_292841ce-dc7b-5fda-931b-af1b2a149a6a/292841ce-dc7b-5fda-931b-af1b2a149a6a_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 54831,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/SB07PYA/2026-03-30/image/5bc206b8-6ecf-4872-b8d3-9ab1bdba7bc9_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_292841ce-dc7b-5fda-931b-af1b2a149a6a/292841ce-dc7b-5fda-931b-af1b2a149a6a_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 63409,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/SB07PYA/2026-03-30/image/43c2faa6-156b-41ca-b302-3c53a432bd3e_removebg.jpg?w=600',
'Width': 600}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2007-03-08',
'seller_name': 'UKCGR - Trade',
'title': 'MITSUBISHI SHOGUN DIESEL STATION WAGON 3.2 DI-DC Diamond 5dr Auto',
'transmission': 'automatic',
'trim': '3.2 DI-DC Diamond 5dr Auto',
'vin': None,
'year': 2007}
2026-03-30 10:04:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120862756%27 HTTP/1.1" 200 None
2026-03-30 10:04:48 [astonbarclay.gb] INFO: Saving data for 120862756: {'created_time': 1774865088.943872, 'last_price_update_time': 1774865088.943888, 'auction_closing_time': 1775476800.0}
2026-03-30 10:04:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120862756') HTTP/1.1" 204 0
2026-03-30 10:04:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 2be9e053-dd65-51fd-9bca-504d17d3f804 with identifier: 120866316
2026-03-30 10:04:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 2be9e053-dd65-51fd-9bca-504d17d3f804 with identifier: 120866316
2026-03-30 10:04:49 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 2be9e053-dd65-51fd-9bca-504d17d3f804 with identifier: 120866316 to the API
2026-03-30 10:04:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:04:49 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:04:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://abimg003.imgix.net/EA14FJD/2026-03-28/image/933cbac3-b15a-4288-8912-b83657bf6e37_removebg.jpg?w=600>
{'auction_title': '',
'c_o_2_emission_value': 177,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '2.2L',
'expiration_date': '2026-04-06T12:00:00Z',
'fuel_type': 'Diesel',
'id': '2be9e053-dd65-51fd-9bca-504d17d3f804',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'EA14FJD',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120866316',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'VAUXHALL',
'model': 'ANTARA DIESEL ESTATE',
'odometer': 53154,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 9,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2be9e053-dd65-51fd-9bca-504d17d3f804/2be9e053-dd65-51fd-9bca-504d17d3f804_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 36107,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/EA14FJD/2026-03-28/image/7537d7f0-b6b6-4324-bb2a-534682dc68a9_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2be9e053-dd65-51fd-9bca-504d17d3f804/2be9e053-dd65-51fd-9bca-504d17d3f804_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 39378,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/EA14FJD/2026-03-28/image/933cbac3-b15a-4288-8912-b83657bf6e37_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2be9e053-dd65-51fd-9bca-504d17d3f804/2be9e053-dd65-51fd-9bca-504d17d3f804_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 34463,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/EA14FJD/2026-03-28/image/5bb4075d-0458-4f97-a5bb-d28dff72c6dc_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2be9e053-dd65-51fd-9bca-504d17d3f804/2be9e053-dd65-51fd-9bca-504d17d3f804_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 35077,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/EA14FJD/2026-03-28/image/7a68c8b8-5740-45bb-87e7-91a31c4ec92b_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2be9e053-dd65-51fd-9bca-504d17d3f804/2be9e053-dd65-51fd-9bca-504d17d3f804_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 57713,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/EA14FJD/2026-03-28/image/edb982aa-6266-4d7c-9bbc-67c941b04763_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2be9e053-dd65-51fd-9bca-504d17d3f804/2be9e053-dd65-51fd-9bca-504d17d3f804_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 55696,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/EA14FJD/2026-03-28/image/4136f2d6-ceba-4f71-8b5e-c89dfacc4f84_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2be9e053-dd65-51fd-9bca-504d17d3f804/2be9e053-dd65-51fd-9bca-504d17d3f804_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 38411,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/EA14FJD/2026-03-28/image/f378594c-da00-4d8d-ab78-99d537910af0_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2be9e053-dd65-51fd-9bca-504d17d3f804/2be9e053-dd65-51fd-9bca-504d17d3f804_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 45969,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/EA14FJD/2026-03-28/image/13ca9c67-515f-4c37-9b71-0891bc783b14_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2be9e053-dd65-51fd-9bca-504d17d3f804/2be9e053-dd65-51fd-9bca-504d17d3f804_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 55429,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/EA14FJD/2026-03-28/image/e5bd9033-2619-473e-9c0e-bde51e61d06b_removebg.jpg?w=600',
'Width': 600}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2014-06-30',
'seller_name': 'UKCGR - Trade',
'title': 'VAUXHALL ANTARA DIESEL ESTATE 2.2 CDTi Exclusiv 5dr [Start Stop]',
'transmission': 'manual',
'trim': '2.2 CDTi Exclusiv 5dr [Start Stop]',
'vin': None,
'year': 2014}
2026-03-30 10:04:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120866316%27 HTTP/1.1" 200 None
2026-03-30 10:04:49 [astonbarclay.gb] INFO: Saving data for 120866316: {'created_time': 1774865089.376062, 'last_price_update_time': 1774865089.376075, 'auction_closing_time': 1775476800.0}
2026-03-30 10:04:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120866316') HTTP/1.1" 204 0
2026-03-30 10:04:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 6c3c0a61-b1d3-52bd-be72-a3dbd68fb378 with identifier: 120861912
2026-03-30 10:04:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 6c3c0a61-b1d3-52bd-be72-a3dbd68fb378 with identifier: 120861912
2026-03-30 10:04:49 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 6c3c0a61-b1d3-52bd-be72-a3dbd68fb378 with identifier: 120861912 to the API
2026-03-30 10:04:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:04:49 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:04:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120861912?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 149,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.6L',
'expiration_date': '2026-04-06T12:00:00Z',
'fuel_type': 'Diesel',
'id': '6c3c0a61-b1d3-52bd-be72-a3dbd68fb378',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'BU14DWV',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120861912',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'VOLKSWAGEN',
'model': 'CADDY LIFE DIESEL ESTATE',
'odometer': 40739,
'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': 'VOLKSWAGEN CADDY LIFE DIESEL ESTATE 1.6 TDI 5dr DSG',
'transmission': 'automatic',
'trim': '1.6 TDI 5dr DSG',
'vin': None,
'year': 2014}
2026-03-30 10:04:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120861912%27 HTTP/1.1" 200 None
2026-03-30 10:04:49 [astonbarclay.gb] INFO: Saving data for 120861912: {'created_time': 1774865089.849558, 'last_price_update_time': 1774865089.849571, 'auction_closing_time': 1775476800.0}
2026-03-30 10:04:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120861912') HTTP/1.1" 204 0
2026-03-30 10:04:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 9ffde6a3-866a-513a-8c46-21a22175c799 with identifier: 120830692
2026-03-30 10:04:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 9ffde6a3-866a-513a-8c46-21a22175c799 with identifier: 120830692
2026-03-30 10:04:49 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 9ffde6a3-866a-513a-8c46-21a22175c799 with identifier: 120830692 to the API
2026-03-30 10:04:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:04:50 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:04:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://abimg003.imgix.net/KP65GHA/2026-03-28/image/10ca0ff7-f35b-4ac3-b6b5-aa5621ac25be_removebg.jpg?w=600>
{'auction_title': '',
'c_o_2_emission_value': 101,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-04-01T09:00:00Z',
'fuel_type': 'Diesel',
'id': '9ffde6a3-866a-513a-8c46-21a22175c799',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'KP65GHA',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120830692',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'CITROEN',
'model': 'C4 PICASSO DIESEL ESTATE',
'odometer': 35957,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 9,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9ffde6a3-866a-513a-8c46-21a22175c799/9ffde6a3-866a-513a-8c46-21a22175c799_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 35653,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/KP65GHA/2026-03-28/image/3e94c2b9-c498-4f3d-84f2-c733712ab3b0_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9ffde6a3-866a-513a-8c46-21a22175c799/9ffde6a3-866a-513a-8c46-21a22175c799_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 37462,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/KP65GHA/2026-03-28/image/c6481f40-bf3c-42b7-b016-703669b77181_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9ffde6a3-866a-513a-8c46-21a22175c799/9ffde6a3-866a-513a-8c46-21a22175c799_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 33178,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/KP65GHA/2026-03-28/image/cf1efac8-ff23-4244-b8dd-4e66a6002912_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9ffde6a3-866a-513a-8c46-21a22175c799/9ffde6a3-866a-513a-8c46-21a22175c799_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 33127,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/KP65GHA/2026-03-28/image/10ca0ff7-f35b-4ac3-b6b5-aa5621ac25be_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9ffde6a3-866a-513a-8c46-21a22175c799/9ffde6a3-866a-513a-8c46-21a22175c799_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 44232,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/KP65GHA/2026-03-28/image/5beef2de-c1a5-4f91-83c3-1ed38931ea62_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9ffde6a3-866a-513a-8c46-21a22175c799/9ffde6a3-866a-513a-8c46-21a22175c799_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 57713,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/KP65GHA/2026-03-28/image/107d232a-426a-4ede-aa36-6eb3f0dad96f_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9ffde6a3-866a-513a-8c46-21a22175c799/9ffde6a3-866a-513a-8c46-21a22175c799_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 48034,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/KP65GHA/2026-03-28/image/83338e45-7e7c-4fdc-a3d5-8e58baeb589f_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9ffde6a3-866a-513a-8c46-21a22175c799/9ffde6a3-866a-513a-8c46-21a22175c799_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 45901,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/KP65GHA/2026-03-28/image/1e1ce95e-3059-4c11-8194-42600bf94099_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9ffde6a3-866a-513a-8c46-21a22175c799/9ffde6a3-866a-513a-8c46-21a22175c799_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 39135,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/KP65GHA/2026-03-28/image/48b4a8a9-3548-4967-b329-8fe0af4e5656_removebg.jpg?w=600',
'Width': 600}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-09-29',
'seller_name': 'SMC Ford Gillingham',
'title': 'CITROEN C4 PICASSO DIESEL ESTATE 1.6 BlueHDi Exclusive 5dr EAT6',
'transmission': 'automatic',
'trim': '1.6 BlueHDi Exclusive 5dr EAT6',
'vin': None,
'year': 2015}
2026-03-30 10:04:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120830692%27 HTTP/1.1" 200 None
2026-03-30 10:04:50 [astonbarclay.gb] INFO: Saving data for 120830692: {'created_time': 1774865090.274907, 'last_price_update_time': 1774865090.274925, 'auction_closing_time': 1775034000.0}
2026-03-30 10:04:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120830692') HTTP/1.1" 204 0
2026-03-30 10:04:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: e6b014ca-1634-5e58-bd8e-51d7b3b24e0e with identifier: 120830682
2026-03-30 10:04:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: e6b014ca-1634-5e58-bd8e-51d7b3b24e0e with identifier: 120830682
2026-03-30 10:04:50 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: e6b014ca-1634-5e58-bd8e-51d7b3b24e0e with identifier: 120830682 to the API
2026-03-30 10:04:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:04:50 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:04:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://abimg003.imgix.net/EK63TFA/2026-03-28/image/bb4d6b54-d391-400b-9130-72be2bfb65b7_removebg.jpg?w=600>
{'auction_title': '',
'c_o_2_emission_value': 138,
'color': 'SILVER',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.6L',
'expiration_date': '2026-04-01T09:00:00Z',
'fuel_type': 'Petrol',
'id': 'e6b014ca-1634-5e58-bd8e-51d7b3b24e0e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'EK63TFA',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120830682',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'FORD',
'model': 'FIESTA HATCHBACK',
'odometer': 39491,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 7,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e6b014ca-1634-5e58-bd8e-51d7b3b24e0e/e6b014ca-1634-5e58-bd8e-51d7b3b24e0e_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 33187,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/EK63TFA/2026-03-28/image/bb4d6b54-d391-400b-9130-72be2bfb65b7_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e6b014ca-1634-5e58-bd8e-51d7b3b24e0e/e6b014ca-1634-5e58-bd8e-51d7b3b24e0e_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 30230,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/EK63TFA/2026-03-28/image/1eeac971-9abf-4c46-a844-9d9056d9650c_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e6b014ca-1634-5e58-bd8e-51d7b3b24e0e/e6b014ca-1634-5e58-bd8e-51d7b3b24e0e_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 31807,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/EK63TFA/2026-03-28/image/c655b8c6-e399-406f-916a-5e701baf1359_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e6b014ca-1634-5e58-bd8e-51d7b3b24e0e/e6b014ca-1634-5e58-bd8e-51d7b3b24e0e_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 33231,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/EK63TFA/2026-03-28/image/cf4f684c-5cb7-49f3-85f6-abb665c28fda_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e6b014ca-1634-5e58-bd8e-51d7b3b24e0e/e6b014ca-1634-5e58-bd8e-51d7b3b24e0e_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 54836,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/EK63TFA/2026-03-28/image/4edbda23-1592-4a65-96e3-b4607e23a8bd_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e6b014ca-1634-5e58-bd8e-51d7b3b24e0e/e6b014ca-1634-5e58-bd8e-51d7b3b24e0e_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 55924,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/EK63TFA/2026-03-28/image/021b7c96-4e2e-491e-8353-62cf14fed206_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e6b014ca-1634-5e58-bd8e-51d7b3b24e0e/e6b014ca-1634-5e58-bd8e-51d7b3b24e0e_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 42763,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/EK63TFA/2026-03-28/image/94c30433-a91a-4f2b-acd1-72d463edcbd1_removebg.jpg?w=600',
'Width': 600}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2013-10-15',
'seller_name': 'SMC Ford Gillingham',
'title': 'FORD FIESTA HATCHBACK 1.6 Titanium X 5dr Powershift',
'transmission': 'automatic',
'trim': '1.6 Titanium X 5dr Powershift',
'vin': None,
'year': 2013}
2026-03-30 10:04:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120830682%27 HTTP/1.1" 200 None
2026-03-30 10:04:50 [astonbarclay.gb] INFO: Saving data for 120830682: {'created_time': 1774865090.871205, 'last_price_update_time': 1774865090.87122, 'auction_closing_time': 1775034000.0}
2026-03-30 10:04:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120830682') HTTP/1.1" 204 0
2026-03-30 10:04:50 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:04:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04: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%252FMV62UVW%252F2026-03-28%252Fimage%252F4349ff22-72d0-4e3b-9d3d-85f55e0f42b7_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:04:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/MV62UVW/2026-03-28/image/4349ff22-72d0-4e3b-9d3d-85f55e0f42b7_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:04:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/RY19YTC/2026-03-30/image/f7f66f54-ef98-496d-8884-45a74e619a50_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120878117?view=catalogue)
2026-03-30 10:04:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/BC17AXS/2026-03-28/image/fe1cc576-0152-4191-9af0-28ce0d419d30_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120842093?view=catalogue)
2026-03-30 10:04:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/YE72DKA/2026-03-30/image/5e1d0824-a77a-42bc-aaa6-63fdc2aac44f_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120870326?view=catalogue)
2026-03-30 10:04:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/FE67ERJ/2026-03-30/image/57b9206b-e6f1-446b-a3d5-c266b8bf5d95_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120870434?view=catalogue)
2026-03-30 10:04:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04: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%252FMV62UVW%252F2026-03-28%252Fimage%252Fc4c4b079-89df-45b0-9b8c-45ac5759c145_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:04:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/MV62UVW/2026-03-28/image/c4c4b079-89df-45b0-9b8c-45ac5759c145_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:04:51 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:04:51 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f43651eec90>
2026-03-30 10:04:51 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:04:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:04:51 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:04:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ed852258-c756-57ea-85af-7fcc09ddfb32/ed852258-c756-57ea-85af-7fcc09ddfb32_image_5.jpg HTTP/1.1" 201 0
2026-03-30 10:04:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FLO14NWC%252F2026-03-27%252Fimage%252F856dc735-a2d2-4ed4-aa74-da2539e219a1_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:04:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/LO14NWC/2026-03-27/image/856dc735-a2d2-4ed4-aa74-da2539e219a1_removebg.jpg?w=600 saved to cache
2026-03-30 10:04:51 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item ed852258-c756-57ea-85af-7fcc09ddfb32
2026-03-30 10:04:51 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: ed852258-c756-57ea-85af-7fcc09ddfb32, skipping ID generation
2026-03-30 10:04:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ed852258-c756-57ea-85af-7fcc09ddfb32 with scrape type 1
2026-03-30 10:04:51 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item ed852258-c756-57ea-85af-7fcc09ddfb32 sending to next pipeline
2026-03-30 10:04:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: ed852258-c756-57ea-85af-7fcc09ddfb32, identifier: 120862650
2026-03-30 10:04:51 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:04:51 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f4367cc8750>
2026-03-30 10:04:51 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:04:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:04:51 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:04:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c289a4b1-7040-5a7c-9907-90547e67110d/c289a4b1-7040-5a7c-9907-90547e67110d_image_2.jpg HTTP/1.1" 201 0
2026-03-30 10:04:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FEJ67ZSG%252F2026-03-30%252Fimage%252F50722a3b-d3c9-4916-abc1-530eff8bcb07_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:04:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EJ67ZSG/2026-03-30/image/50722a3b-d3c9-4916-abc1-530eff8bcb07_removebg.jpg?w=600 saved to cache
2026-03-30 10:04:51 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item c289a4b1-7040-5a7c-9907-90547e67110d
2026-03-30 10:04:51 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:04:51 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f43653c38d0>
2026-03-30 10:04:51 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:04:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:04:51 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:04:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2c71b4b3-a7d9-5d2e-82e8-2647043a842c/2c71b4b3-a7d9-5d2e-82e8-2647043a842c_image_1.jpg HTTP/1.1" 201 0
2026-03-30 10:04:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FVE17VYJ%252F2026-03-30%252Fimage%252F533b9a3e-2533-4726-a7a4-d4eeb99a177f_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:04:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/VE17VYJ/2026-03-30/image/533b9a3e-2533-4726-a7a4-d4eeb99a177f_removebg.jpg?w=600 saved to cache
2026-03-30 10:04:51 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 2c71b4b3-a7d9-5d2e-82e8-2647043a842c
2026-03-30 10:04:51 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 2c71b4b3-a7d9-5d2e-82e8-2647043a842c, skipping ID generation
2026-03-30 10:04:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2c71b4b3-a7d9-5d2e-82e8-2647043a842c with scrape type 1
2026-03-30 10:04:51 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 2c71b4b3-a7d9-5d2e-82e8-2647043a842c sending to next pipeline
2026-03-30 10:04:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 2c71b4b3-a7d9-5d2e-82e8-2647043a842c, identifier: 120870219
2026-03-30 10:04:51 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:04:51 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f43653c3e90>
2026-03-30 10:04:51 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:04:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:04:51 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:04:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5474d57b-b31d-5714-bd90-39a88b05a1b1/5474d57b-b31d-5714-bd90-39a88b05a1b1_image_2.jpg HTTP/1.1" 201 0
2026-03-30 10:04:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FEK67HYM%252F2026-03-27%252Fimage%252F61c6a6b9-5a6b-42cb-a45d-b529d88d0c59_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:04:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EK67HYM/2026-03-27/image/61c6a6b9-5a6b-42cb-a45d-b529d88d0c59_removebg.jpg?w=600 saved to cache
2026-03-30 10:04:51 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 5474d57b-b31d-5714-bd90-39a88b05a1b1
2026-03-30 10:04:51 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:04:51 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f4365359050>
2026-03-30 10:04:51 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:04:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:04:51 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:04:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c289a4b1-7040-5a7c-9907-90547e67110d/c289a4b1-7040-5a7c-9907-90547e67110d_image_1.jpg HTTP/1.1" 201 0
2026-03-30 10:04:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FEJ67ZSG%252F2026-03-30%252Fimage%252F24ef8abb-1322-45d9-b5cd-fc8f76f42da6_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:04:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EJ67ZSG/2026-03-30/image/24ef8abb-1322-45d9-b5cd-fc8f76f42da6_removebg.jpg?w=600 saved to cache
2026-03-30 10:04:51 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item c289a4b1-7040-5a7c-9907-90547e67110d
2026-03-30 10:04:51 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: c289a4b1-7040-5a7c-9907-90547e67110d, skipping ID generation
2026-03-30 10:04:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c289a4b1-7040-5a7c-9907-90547e67110d with scrape type 1
2026-03-30 10:04:51 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item c289a4b1-7040-5a7c-9907-90547e67110d sending to next pipeline
2026-03-30 10:04:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: c289a4b1-7040-5a7c-9907-90547e67110d, identifier: 120869943
2026-03-30 10:04:51 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:04:51 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f436535a190>
2026-03-30 10:04:51 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:04:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:04:51 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:04:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5474d57b-b31d-5714-bd90-39a88b05a1b1/5474d57b-b31d-5714-bd90-39a88b05a1b1_image_3.jpg HTTP/1.1" 201 0
2026-03-30 10:04:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FEK67HYM%252F2026-03-27%252Fimage%252F2155802a-4b0d-440e-aa45-6cf916e33689_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:04:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EK67HYM/2026-03-27/image/2155802a-4b0d-440e-aa45-6cf916e33689_removebg.jpg?w=600 saved to cache
2026-03-30 10:04:51 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 5474d57b-b31d-5714-bd90-39a88b05a1b1
2026-03-30 10:04:51 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:04:51 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f4367cca010>
2026-03-30 10:04:51 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:04:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:04:51 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:04:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5474d57b-b31d-5714-bd90-39a88b05a1b1/5474d57b-b31d-5714-bd90-39a88b05a1b1_image_1.jpg HTTP/1.1" 201 0
2026-03-30 10:04:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FEK67HYM%252F2026-03-27%252Fimage%252F692e3b1f-2d29-4117-bedd-1cb9cd6a04bd_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:04:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EK67HYM/2026-03-27/image/692e3b1f-2d29-4117-bedd-1cb9cd6a04bd_removebg.jpg?w=600 saved to cache
2026-03-30 10:04:51 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 5474d57b-b31d-5714-bd90-39a88b05a1b1
2026-03-30 10:04:51 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 5474d57b-b31d-5714-bd90-39a88b05a1b1, skipping ID generation
2026-03-30 10:04:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5474d57b-b31d-5714-bd90-39a88b05a1b1 with scrape type 1
2026-03-30 10:04:51 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 5474d57b-b31d-5714-bd90-39a88b05a1b1 sending to next pipeline
2026-03-30 10:04:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 5474d57b-b31d-5714-bd90-39a88b05a1b1, identifier: 120858968
2026-03-30 10:04:51 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:04:51 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f4367cc8e10>
2026-03-30 10:04:51 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:04:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:04:51 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:04:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_12e48026-9566-521a-b99e-5fe15389b8a7/12e48026-9566-521a-b99e-5fe15389b8a7_image_3.jpg HTTP/1.1" 201 0
2026-03-30 10:04:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FLW19UZR%252F2026-03-30%252Fimage%252F2573ddca-bf95-4df6-a884-ef70e7ba4bea_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:04:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/LW19UZR/2026-03-30/image/2573ddca-bf95-4df6-a884-ef70e7ba4bea_removebg.jpg?w=600 saved to cache
2026-03-30 10:04:51 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 12e48026-9566-521a-b99e-5fe15389b8a7
2026-03-30 10:04:51 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 12e48026-9566-521a-b99e-5fe15389b8a7, skipping ID generation
2026-03-30 10:04:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 12e48026-9566-521a-b99e-5fe15389b8a7 with scrape type 1
2026-03-30 10:04:51 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 12e48026-9566-521a-b99e-5fe15389b8a7 sending to next pipeline
2026-03-30 10:04:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 12e48026-9566-521a-b99e-5fe15389b8a7, identifier: 120869555
2026-03-30 10:04:51 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120882322, 'registration': 'MJ61JYL', 'account': 'KEN008', 'make': 'RENAULT', 'model': 'LAGUNA DIESEL SPORT TOURER', 'derivative': '2.0 dCi 150 Dynamique TomTom 5dr [Initiale Lux]', 'mileage': 141000, 'mileageWarranty': True, 'type': 'car', 'saleId': 19181, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 122}, 'saleStart': '2026-04-02T09:00Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2011-11-17', 'fuel': 'Diesel', 'motExpiry': '2026-04-18', 'doors': 5, 'engineSize': 1995, 'bodyType': 'Estate', 'images': None, 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'VOSA@ 52K, 68K, 76K, 83K, 88K, 94K, 99K, 102K, 107K, 113K, 120K, 131K', 'virtual': False, 'seller': 'Ken Jervis Kia', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': False, 'v5details': None, 'co2': 136, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:04:51 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120882322, 'registration': 'MJ61JYL', 'account': 'KEN008', 'make': 'RENAULT', 'model': 'LAGUNA DIESEL SPORT TOURER', 'derivative': '2.0 dCi 150 Dynamique TomTom 5dr [Initiale Lux]', 'mileage': 141000, 'mileageWarranty': True, 'type': 'car', 'saleId': 19181, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 122}, 'saleStart': '2026-04-02T09:00Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2011-11-17', 'fuel': 'Diesel', 'motExpiry': '2026-04-18', 'doors': 5, 'engineSize': 1995, 'bodyType': 'Estate', 'images': None, 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'VOSA@ 52K, 68K, 76K, 83K, 88K, 94K, 99K, 102K, 107K, 113K, 120K, 131K', 'virtual': False, 'seller': 'Ken Jervis Kia', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': False, 'v5details': None, 'co2': 136, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:04:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 12bfbd20-bf6c-5ec6-b6a7-9694359ebaaa with identifier: 120882322
2026-03-30 10:04:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 12bfbd20-bf6c-5ec6-b6a7-9694359ebaaa with scrape type 1
2026-03-30 10:04:51 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 0 photos for item 12bfbd20-bf6c-5ec6-b6a7-9694359ebaaa
2026-03-30 10:04:51 [crawlers.middlewares.photo_download_middleware] INFO: No photos to download for item 12bfbd20-bf6c-5ec6-b6a7-9694359ebaaa
2026-03-30 10:04:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 12bfbd20-bf6c-5ec6-b6a7-9694359ebaaa, identifier: 120882322
2026-03-30 10:04:52 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120882343, 'registration': 'SJ68WRT', 'account': 'KEN008', 'make': 'SSANGYONG', 'model': 'TURISMO DIESEL ESTATE', 'derivative': '2.2 ELX 5dr Tip Auto 4WD', 'mileage': 107000, 'mileageWarranty': True, 'type': 'car', 'saleId': 19181, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 122}, 'saleStart': '2026-04-02T09:00Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2018-09-01', 'fuel': 'Diesel', 'motExpiry': '2026-10-20', 'doors': 5, 'engineSize': 2157, 'bodyType': 'Estate', 'images': None, 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'vosa@ 15k, 45k, 63k, 83k, 101k', 'virtual': False, 'seller': 'Ken Jervis Kia', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': False, 'v5details': None, 'co2': 210, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:04:52 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120882343, 'registration': 'SJ68WRT', 'account': 'KEN008', 'make': 'SSANGYONG', 'model': 'TURISMO DIESEL ESTATE', 'derivative': '2.2 ELX 5dr Tip Auto 4WD', 'mileage': 107000, 'mileageWarranty': True, 'type': 'car', 'saleId': 19181, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 122}, 'saleStart': '2026-04-02T09:00Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2018-09-01', 'fuel': 'Diesel', 'motExpiry': '2026-10-20', 'doors': 5, 'engineSize': 2157, 'bodyType': 'Estate', 'images': None, 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'vosa@ 15k, 45k, 63k, 83k, 101k', 'virtual': False, 'seller': 'Ken Jervis Kia', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': False, 'v5details': None, 'co2': 210, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:04:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 25457c7a-b694-5f3d-a391-0c62e2dacea2 with identifier: 120882343
2026-03-30 10:04:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 25457c7a-b694-5f3d-a391-0c62e2dacea2 with scrape type 1
2026-03-30 10:04:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 0 photos for item 25457c7a-b694-5f3d-a391-0c62e2dacea2
2026-03-30 10:04:52 [crawlers.middlewares.photo_download_middleware] INFO: No photos to download for item 25457c7a-b694-5f3d-a391-0c62e2dacea2
2026-03-30 10:04:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 25457c7a-b694-5f3d-a391-0c62e2dacea2, identifier: 120882343
2026-03-30 10:04:52 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120860778, 'registration': 'EJ64BTF', 'account': 'WBA004', 'make': 'HYUNDAI', 'model': 'I10 HATCHBACK', 'derivative': '1.2 SE 5dr Auto', 'mileage': 76536, 'mileageWarranty': True, 'type': 'car', 'saleId': 19238, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 728}, 'saleStart': '2026-04-06T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2014-11-28', 'fuel': 'Petrol', 'motExpiry': '2027-03-29', 'doors': 5, 'engineSize': 1248, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/EJ64BTF/2026-03-28/image/584377fb-2763-48b5-b159-0ae46d664a9c_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ64BTF/2026-03-28/image/e4c8005a-1aee-4dfc-aa66-d391a99ff643_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ64BTF/2026-03-28/image/318bb68e-b47f-4eb3-82be-a75189aa483d_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ64BTF/2026-03-28/image/d4dcfc69-44ba-4ce0-9c4d-7d1b594141a8_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ64BTF/2026-03-28/image/6af6197f-e866-4045-a42c-18733e76a2e3_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ64BTF/2026-03-28/image/56497264-b4db-4700-808e-8b25587e0ddd_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ64BTF/2026-03-28/image/804f223c-47b1-43d9-b583-bb3db4d8c52d_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ64BTF/2026-03-28/image/4bb22cff-6b26-4837-90bc-26d78dfe4b70_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ64BTF/2026-03-28/image/d9056e9c-7665-4dbe-b3fc-68532a9fc679_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': False, 'v5details': None, 'co2': 142, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/c0744927-fcd7-46ff-af78-6e015f4b484a.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:04:52 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120860778, 'registration': 'EJ64BTF', 'account': 'WBA004', 'make': 'HYUNDAI', 'model': 'I10 HATCHBACK', 'derivative': '1.2 SE 5dr Auto', 'mileage': 76536, 'mileageWarranty': True, 'type': 'car', 'saleId': 19238, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 728}, 'saleStart': '2026-04-06T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2014-11-28', 'fuel': 'Petrol', 'motExpiry': '2027-03-29', 'doors': 5, 'engineSize': 1248, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/EJ64BTF/2026-03-28/image/584377fb-2763-48b5-b159-0ae46d664a9c_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ64BTF/2026-03-28/image/e4c8005a-1aee-4dfc-aa66-d391a99ff643_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ64BTF/2026-03-28/image/318bb68e-b47f-4eb3-82be-a75189aa483d_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ64BTF/2026-03-28/image/d4dcfc69-44ba-4ce0-9c4d-7d1b594141a8_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ64BTF/2026-03-28/image/6af6197f-e866-4045-a42c-18733e76a2e3_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ64BTF/2026-03-28/image/56497264-b4db-4700-808e-8b25587e0ddd_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ64BTF/2026-03-28/image/804f223c-47b1-43d9-b583-bb3db4d8c52d_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ64BTF/2026-03-28/image/4bb22cff-6b26-4837-90bc-26d78dfe4b70_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ64BTF/2026-03-28/image/d9056e9c-7665-4dbe-b3fc-68532a9fc679_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': False, 'v5details': None, 'co2': 142, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/c0744927-fcd7-46ff-af78-6e015f4b484a.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:04:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7e6b4545-773a-5cf2-8efd-0bef0ae26d9a with identifier: 120860778
2026-03-30 10:04:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7e6b4545-773a-5cf2-8efd-0bef0ae26d9a with scrape type 1
2026-03-30 10:04:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 9 photos for item 7e6b4545-773a-5cf2-8efd-0bef0ae26d9a
2026-03-30 10:04:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04: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%252FEJ64BTF%252F2026-03-28%252Fimage%252F584377fb-2763-48b5-b159-0ae46d664a9c_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:04:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EJ64BTF/2026-03-28/image/584377fb-2763-48b5-b159-0ae46d664a9c_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:04:52 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120882453, 'registration': 'DY15SYG', 'account': 'KEN008', 'make': 'KIA', 'model': 'RIO HATCHBACK SPECIAL EDITIONS', 'derivative': '1.25 SR7 5dr', 'mileage': 75000, 'mileageWarranty': True, 'type': 'car', 'saleId': 19181, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 122}, 'saleStart': '2026-04-02T09:00Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2015-03-19', 'fuel': 'Petrol', 'motExpiry': '2027-03-21', 'doors': 5, 'engineSize': 1248, 'bodyType': 'Hatchback', 'images': None, 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'vosa@ 10k, 18k, 28k, 38k, 47k, 56k, 63k, 69k, 75k', 'virtual': False, 'seller': 'Ken Jervis Kia', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': False, 'v5details': None, 'co2': 115, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:04:52 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120882453, 'registration': 'DY15SYG', 'account': 'KEN008', 'make': 'KIA', 'model': 'RIO HATCHBACK SPECIAL EDITIONS', 'derivative': '1.25 SR7 5dr', 'mileage': 75000, 'mileageWarranty': True, 'type': 'car', 'saleId': 19181, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 122}, 'saleStart': '2026-04-02T09:00Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2015-03-19', 'fuel': 'Petrol', 'motExpiry': '2027-03-21', 'doors': 5, 'engineSize': 1248, 'bodyType': 'Hatchback', 'images': None, 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'vosa@ 10k, 18k, 28k, 38k, 47k, 56k, 63k, 69k, 75k', 'virtual': False, 'seller': 'Ken Jervis Kia', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': False, 'v5details': None, 'co2': 115, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:04:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 88b09fe0-2703-5084-9ef9-2b2d06d3d058 with identifier: 120882453
2026-03-30 10:04:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 88b09fe0-2703-5084-9ef9-2b2d06d3d058 with scrape type 1
2026-03-30 10:04:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 0 photos for item 88b09fe0-2703-5084-9ef9-2b2d06d3d058
2026-03-30 10:04:52 [crawlers.middlewares.photo_download_middleware] INFO: No photos to download for item 88b09fe0-2703-5084-9ef9-2b2d06d3d058
2026-03-30 10:04:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 88b09fe0-2703-5084-9ef9-2b2d06d3d058, identifier: 120882453
2026-03-30 10:04:52 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120861608, 'registration': 'SD63EPF', 'account': 'WBA004', 'make': 'PEUGEOT', 'model': 'PARTNER TEPEE ESTATE', 'derivative': '1.6 120 S 5dr', 'mileage': 51899, 'mileageWarranty': True, 'type': 'car', 'saleId': 19238, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 728}, 'saleStart': '2026-04-06T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2013-11-11', 'fuel': 'Petrol', 'motExpiry': '2026-10-05', 'doors': 5, 'engineSize': 1598, 'bodyType': 'Estate', 'images': None, 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': False, 'v5details': None, 'co2': 164, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/e2bd0f00-b715-42f2-9c35-ff89c414f069.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:04:52 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120861608, 'registration': 'SD63EPF', 'account': 'WBA004', 'make': 'PEUGEOT', 'model': 'PARTNER TEPEE ESTATE', 'derivative': '1.6 120 S 5dr', 'mileage': 51899, 'mileageWarranty': True, 'type': 'car', 'saleId': 19238, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 728}, 'saleStart': '2026-04-06T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2013-11-11', 'fuel': 'Petrol', 'motExpiry': '2026-10-05', 'doors': 5, 'engineSize': 1598, 'bodyType': 'Estate', 'images': None, 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': False, 'v5details': None, 'co2': 164, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/e2bd0f00-b715-42f2-9c35-ff89c414f069.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:04:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 61ff3095-79f0-5c4d-8e7a-fed5ce32a965 with identifier: 120861608
2026-03-30 10:04:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 61ff3095-79f0-5c4d-8e7a-fed5ce32a965 with scrape type 1
2026-03-30 10:04:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 0 photos for item 61ff3095-79f0-5c4d-8e7a-fed5ce32a965
2026-03-30 10:04:52 [crawlers.middlewares.photo_download_middleware] INFO: No photos to download for item 61ff3095-79f0-5c4d-8e7a-fed5ce32a965
2026-03-30 10:04:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 61ff3095-79f0-5c4d-8e7a-fed5ce32a965, identifier: 120861608
2026-03-30 10:04:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: ed852258-c756-57ea-85af-7fcc09ddfb32 with identifier: 120862650
2026-03-30 10:04:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: ed852258-c756-57ea-85af-7fcc09ddfb32 with identifier: 120862650
2026-03-30 10:04:52 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: ed852258-c756-57ea-85af-7fcc09ddfb32 with identifier: 120862650 to the API
2026-03-30 10:04:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:04:52 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:04:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://abimg003.imgix.net/LO14NWC/2026-03-27/image/856dc735-a2d2-4ed4-aa74-da2539e219a1_removebg.jpg?w=600>
{'auction_title': '',
'c_o_2_emission_value': 128,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 2,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-04-01T09:00:00Z',
'fuel_type': 'Diesel',
'id': 'ed852258-c756-57ea-85af-7fcc09ddfb32',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'LO14NWC',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120862650',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'BMW',
'model': '4 SERIES DIESEL COUPE',
'odometer': 133066,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 9,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ed852258-c756-57ea-85af-7fcc09ddfb32/ed852258-c756-57ea-85af-7fcc09ddfb32_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 31615,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/LO14NWC/2026-03-27/image/4909ff45-bd61-470d-8287-f2da67b054d5_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ed852258-c756-57ea-85af-7fcc09ddfb32/ed852258-c756-57ea-85af-7fcc09ddfb32_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 31711,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/LO14NWC/2026-03-27/image/65ca1190-816e-402f-9284-25a7e2866305_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ed852258-c756-57ea-85af-7fcc09ddfb32/ed852258-c756-57ea-85af-7fcc09ddfb32_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 34453,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/LO14NWC/2026-03-27/image/41bd28e3-eaeb-4a70-9fdc-31af5a5f0afa_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ed852258-c756-57ea-85af-7fcc09ddfb32/ed852258-c756-57ea-85af-7fcc09ddfb32_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 31286,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/LO14NWC/2026-03-27/image/356e5c75-e0cb-4244-909c-f7c3ead28a69_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ed852258-c756-57ea-85af-7fcc09ddfb32/ed852258-c756-57ea-85af-7fcc09ddfb32_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 57276,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/LO14NWC/2026-03-27/image/0c19b1c6-7245-4cfc-b21a-795a5b5a51eb_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ed852258-c756-57ea-85af-7fcc09ddfb32/ed852258-c756-57ea-85af-7fcc09ddfb32_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 46697,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/LO14NWC/2026-03-27/image/856dc735-a2d2-4ed4-aa74-da2539e219a1_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ed852258-c756-57ea-85af-7fcc09ddfb32/ed852258-c756-57ea-85af-7fcc09ddfb32_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 58027,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/LO14NWC/2026-03-27/image/ed4c2156-6091-464e-a34d-0175870b5a54_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ed852258-c756-57ea-85af-7fcc09ddfb32/ed852258-c756-57ea-85af-7fcc09ddfb32_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 44509,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/LO14NWC/2026-03-27/image/750cbf0f-d569-47a2-8d3d-8953a226ec95_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ed852258-c756-57ea-85af-7fcc09ddfb32/ed852258-c756-57ea-85af-7fcc09ddfb32_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 54009,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/LO14NWC/2026-03-27/image/75e2f8ad-ab3e-49aa-95d6-e03fac74ac5f_removebg.jpg?w=600',
'Width': 600}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2014-08-11',
'seller_name': 'MotoNovo Finance',
'title': 'BMW 4 SERIES DIESEL COUPE 420d xDrive M Sport 2dr Auto',
'transmission': 'automatic',
'trim': '420d xDrive M Sport 2dr Auto',
'vin': None,
'year': 2014}
2026-03-30 10:04:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120862650%27 HTTP/1.1" 200 None
2026-03-30 10:04:52 [astonbarclay.gb] INFO: Saving data for 120862650: {'created_time': 1774865092.80183, 'last_price_update_time': 1774865092.801844, 'auction_closing_time': 1775034000.0}
2026-03-30 10:04:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120862650') HTTP/1.1" 204 0
2026-03-30 10:04:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 2c71b4b3-a7d9-5d2e-82e8-2647043a842c with identifier: 120870219
2026-03-30 10:04:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 2c71b4b3-a7d9-5d2e-82e8-2647043a842c with identifier: 120870219
2026-03-30 10:04:52 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 2c71b4b3-a7d9-5d2e-82e8-2647043a842c with identifier: 120870219 to the API
2026-03-30 10:04:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:04:53 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:04:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://abimg003.imgix.net/VE17VYJ/2026-03-30/image/533b9a3e-2533-4726-a7a4-d4eeb99a177f_removebg.jpg?w=600>
{'auction_title': '',
'c_o_2_emission_value': 139,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-04-01T09:00:00Z',
'fuel_type': 'Petrol',
'id': '2c71b4b3-a7d9-5d2e-82e8-2647043a842c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'VE17VYJ',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120870219',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'NISSAN',
'model': 'JUKE HATCHBACK',
'odometer': 37150,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 10,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2c71b4b3-a7d9-5d2e-82e8-2647043a842c/2c71b4b3-a7d9-5d2e-82e8-2647043a842c_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 31726,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/VE17VYJ/2026-03-30/image/aedc8953-c223-4061-ab05-5b75453dae59_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2c71b4b3-a7d9-5d2e-82e8-2647043a842c/2c71b4b3-a7d9-5d2e-82e8-2647043a842c_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 35346,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/VE17VYJ/2026-03-30/image/533b9a3e-2533-4726-a7a4-d4eeb99a177f_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2c71b4b3-a7d9-5d2e-82e8-2647043a842c/2c71b4b3-a7d9-5d2e-82e8-2647043a842c_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 32616,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/VE17VYJ/2026-03-30/image/7d6ae84c-a163-4ffc-8cd5-496019d76b02_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2c71b4b3-a7d9-5d2e-82e8-2647043a842c/2c71b4b3-a7d9-5d2e-82e8-2647043a842c_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 31087,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/VE17VYJ/2026-03-30/image/d0cf19d2-62bb-44b4-b100-0a858c72f2d5_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2c71b4b3-a7d9-5d2e-82e8-2647043a842c/2c71b4b3-a7d9-5d2e-82e8-2647043a842c_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 57574,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/VE17VYJ/2026-03-30/image/4639f581-7e4a-41ac-92c8-293a8bdfd00a_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2c71b4b3-a7d9-5d2e-82e8-2647043a842c/2c71b4b3-a7d9-5d2e-82e8-2647043a842c_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 58718,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/VE17VYJ/2026-03-30/image/8d0cbe0f-b2d1-4ec8-b4a2-715913d6a89f_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2c71b4b3-a7d9-5d2e-82e8-2647043a842c/2c71b4b3-a7d9-5d2e-82e8-2647043a842c_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 44684,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/VE17VYJ/2026-03-30/image/68d961a1-87f8-4f4b-b130-ab38a34edef4_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2c71b4b3-a7d9-5d2e-82e8-2647043a842c/2c71b4b3-a7d9-5d2e-82e8-2647043a842c_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 58664,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/VE17VYJ/2026-03-30/image/1dbf5624-9bf9-42c5-ba4a-ef78398e0e0d_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2c71b4b3-a7d9-5d2e-82e8-2647043a842c/2c71b4b3-a7d9-5d2e-82e8-2647043a842c_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 48029,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/VE17VYJ/2026-03-30/image/544288d5-1924-4682-a752-af8cae5db6a4_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2c71b4b3-a7d9-5d2e-82e8-2647043a842c/2c71b4b3-a7d9-5d2e-82e8-2647043a842c_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 65183,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/VE17VYJ/2026-03-30/image/db7e4d12-374e-438c-894f-cc5a4381b8b0_removebg.jpg?w=600',
'Width': 600}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-06-13',
'seller_name': 'UKCGR - Premium',
'title': 'NISSAN JUKE HATCHBACK 1.6 Tekna 5dr Xtronic',
'transmission': 'automatic',
'trim': '1.6 Tekna 5dr Xtronic',
'vin': None,
'year': 2017}
2026-03-30 10:04:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120870219%27 HTTP/1.1" 200 None
2026-03-30 10:04:53 [astonbarclay.gb] INFO: Saving data for 120870219: {'created_time': 1774865093.202938, 'last_price_update_time': 1774865093.202949, 'auction_closing_time': 1775034000.0}
2026-03-30 10:04:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120870219') HTTP/1.1" 204 0
2026-03-30 10:04:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: c289a4b1-7040-5a7c-9907-90547e67110d with identifier: 120869943
2026-03-30 10:04:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: c289a4b1-7040-5a7c-9907-90547e67110d with identifier: 120869943
2026-03-30 10:04:53 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: c289a4b1-7040-5a7c-9907-90547e67110d with identifier: 120869943 to the API
2026-03-30 10:04:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:04:53 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:04:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://abimg003.imgix.net/EJ67ZSG/2026-03-30/image/24ef8abb-1322-45d9-b5cd-fc8f76f42da6_removebg.jpg?w=600>
{'auction_title': '',
'c_o_2_emission_value': 99,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.6L',
'expiration_date': '2026-04-01T09:00:00Z',
'fuel_type': 'Diesel',
'id': 'c289a4b1-7040-5a7c-9907-90547e67110d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'EJ67ZSG',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120869943',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'HONDA',
'model': 'CIVIC DIESEL TOURER',
'odometer': 58537,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 10,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c289a4b1-7040-5a7c-9907-90547e67110d/c289a4b1-7040-5a7c-9907-90547e67110d_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 35166,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/EJ67ZSG/2026-03-30/image/08eaf757-5181-4a78-85ca-8048accc1882_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c289a4b1-7040-5a7c-9907-90547e67110d/c289a4b1-7040-5a7c-9907-90547e67110d_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 37641,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/EJ67ZSG/2026-03-30/image/24ef8abb-1322-45d9-b5cd-fc8f76f42da6_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c289a4b1-7040-5a7c-9907-90547e67110d/c289a4b1-7040-5a7c-9907-90547e67110d_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 33053,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/EJ67ZSG/2026-03-30/image/50722a3b-d3c9-4916-abc1-530eff8bcb07_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c289a4b1-7040-5a7c-9907-90547e67110d/c289a4b1-7040-5a7c-9907-90547e67110d_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 36050,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/EJ67ZSG/2026-03-30/image/b08b5d7b-164b-4957-9e18-7553941ab0b2_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c289a4b1-7040-5a7c-9907-90547e67110d/c289a4b1-7040-5a7c-9907-90547e67110d_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 57625,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/EJ67ZSG/2026-03-30/image/939c4c23-297e-4ab4-b5b2-0c249a3442dc_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c289a4b1-7040-5a7c-9907-90547e67110d/c289a4b1-7040-5a7c-9907-90547e67110d_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 51477,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/EJ67ZSG/2026-03-30/image/5ae187f7-4d27-4077-aca5-bcccb17da41d_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c289a4b1-7040-5a7c-9907-90547e67110d/c289a4b1-7040-5a7c-9907-90547e67110d_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 60070,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/EJ67ZSG/2026-03-30/image/d5abc9a6-2c47-4ee4-9fc9-de1d7ade99b9_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c289a4b1-7040-5a7c-9907-90547e67110d/c289a4b1-7040-5a7c-9907-90547e67110d_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 53844,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/EJ67ZSG/2026-03-30/image/776a84c5-ed60-44f0-92cf-58c7fac12c83_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c289a4b1-7040-5a7c-9907-90547e67110d/c289a4b1-7040-5a7c-9907-90547e67110d_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 43743,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/EJ67ZSG/2026-03-30/image/e9a5202b-ca4b-4bd7-af39-242d3bfc5da6_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c289a4b1-7040-5a7c-9907-90547e67110d/c289a4b1-7040-5a7c-9907-90547e67110d_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 53488,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/EJ67ZSG/2026-03-30/image/398cd0b4-95d4-423f-9f31-e46cf3532261_removebg.jpg?w=600',
'Width': 600}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-12-29',
'seller_name': 'UKCGR - Premium',
'title': 'HONDA CIVIC DIESEL TOURER 1.6 i-DTEC SE Plus 5dr',
'transmission': 'manual',
'trim': '1.6 i-DTEC SE Plus 5dr',
'vin': None,
'year': 2017}
2026-03-30 10:04:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120869943%27 HTTP/1.1" 200 None
2026-03-30 10:04:53 [astonbarclay.gb] INFO: Saving data for 120869943: {'created_time': 1774865093.653539, 'last_price_update_time': 1774865093.653554, 'auction_closing_time': 1775034000.0}
2026-03-30 10:04:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120869943') HTTP/1.1" 204 0
2026-03-30 10:04:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 5474d57b-b31d-5714-bd90-39a88b05a1b1 with identifier: 120858968
2026-03-30 10:04:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 5474d57b-b31d-5714-bd90-39a88b05a1b1 with identifier: 120858968
2026-03-30 10:04:53 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 5474d57b-b31d-5714-bd90-39a88b05a1b1 with identifier: 120858968 to the API
2026-03-30 10:04:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:04:54 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:04:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://abimg003.imgix.net/EK67HYM/2026-03-27/image/692e3b1f-2d29-4117-bedd-1cb9cd6a04bd_removebg.jpg?w=600>
{'auction_title': '',
'c_o_2_emission_value': 87,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.8L',
'expiration_date': '2026-04-01T09:00:00Z',
'fuel_type': 'Petrol/Electric Hybrid',
'id': '5474d57b-b31d-5714-bd90-39a88b05a1b1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'EK67HYM',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120858968',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'TOYOTA',
'model': 'C-HR HATCHBACK',
'odometer': 58273,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 10,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5474d57b-b31d-5714-bd90-39a88b05a1b1/5474d57b-b31d-5714-bd90-39a88b05a1b1_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 35235,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/EK67HYM/2026-03-27/image/d9d7c495-9493-4564-b21c-7f1a8d0d5d61_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5474d57b-b31d-5714-bd90-39a88b05a1b1/5474d57b-b31d-5714-bd90-39a88b05a1b1_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 39427,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/EK67HYM/2026-03-27/image/692e3b1f-2d29-4117-bedd-1cb9cd6a04bd_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5474d57b-b31d-5714-bd90-39a88b05a1b1/5474d57b-b31d-5714-bd90-39a88b05a1b1_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 39186,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/EK67HYM/2026-03-27/image/61c6a6b9-5a6b-42cb-a45d-b529d88d0c59_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5474d57b-b31d-5714-bd90-39a88b05a1b1/5474d57b-b31d-5714-bd90-39a88b05a1b1_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 39517,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/EK67HYM/2026-03-27/image/2155802a-4b0d-440e-aa45-6cf916e33689_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5474d57b-b31d-5714-bd90-39a88b05a1b1/5474d57b-b31d-5714-bd90-39a88b05a1b1_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 46232,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/EK67HYM/2026-03-27/image/2f783aad-b21d-41af-b694-eeaa4f1a7269_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5474d57b-b31d-5714-bd90-39a88b05a1b1/5474d57b-b31d-5714-bd90-39a88b05a1b1_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 59469,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/EK67HYM/2026-03-27/image/77ae2242-6379-4d2a-9e96-87d2608f8b75_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5474d57b-b31d-5714-bd90-39a88b05a1b1/5474d57b-b31d-5714-bd90-39a88b05a1b1_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 57076,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/EK67HYM/2026-03-27/image/ec219ab9-4041-4510-8d52-79489971746a_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5474d57b-b31d-5714-bd90-39a88b05a1b1/5474d57b-b31d-5714-bd90-39a88b05a1b1_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 38698,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/EK67HYM/2026-03-27/image/faebc585-834f-4a6d-bb46-df94bb3543f9_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5474d57b-b31d-5714-bd90-39a88b05a1b1/5474d57b-b31d-5714-bd90-39a88b05a1b1_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 42372,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/EK67HYM/2026-03-27/image/e0c68b4c-aee3-4087-a3f5-da671ceb4eab_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5474d57b-b31d-5714-bd90-39a88b05a1b1/5474d57b-b31d-5714-bd90-39a88b05a1b1_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 48576,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/EK67HYM/2026-03-27/image/2d2436ce-bc5f-40f4-a6a6-9f2cbb858c6a_removebg.jpg?w=600',
'Width': 600}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-09-28',
'seller_name': 'UKCGR - Premium',
'title': 'TOYOTA C-HR HATCHBACK 1.8 Hybrid Excel 5dr CVT',
'transmission': 'automatic',
'trim': '1.8 Hybrid Excel 5dr CVT',
'vin': None,
'year': 2017}
2026-03-30 10:04:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120858968%27 HTTP/1.1" 200 None
2026-03-30 10:04:54 [astonbarclay.gb] INFO: Saving data for 120858968: {'created_time': 1774865094.159778, 'last_price_update_time': 1774865094.159795, 'auction_closing_time': 1775034000.0}
2026-03-30 10:04:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120858968') HTTP/1.1" 204 0
2026-03-30 10:04:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 12e48026-9566-521a-b99e-5fe15389b8a7 with identifier: 120869555
2026-03-30 10:04:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 12e48026-9566-521a-b99e-5fe15389b8a7 with identifier: 120869555
2026-03-30 10:04:54 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 12e48026-9566-521a-b99e-5fe15389b8a7 with identifier: 120869555 to the API
2026-03-30 10:04:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:04:54 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:04:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://abimg003.imgix.net/LW19UZR/2026-03-30/image/2573ddca-bf95-4df6-a884-ef70e7ba4bea_removebg.jpg?w=600>
{'auction_title': '',
'c_o_2_emission_value': 129,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-04-01T09:00:00Z',
'fuel_type': 'Petrol',
'id': '12e48026-9566-521a-b99e-5fe15389b8a7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'LW19UZR',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120869555',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'VAUXHALL',
'model': 'INSIGNIA GRAND SPORT',
'odometer': 37314,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 9,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_12e48026-9566-521a-b99e-5fe15389b8a7/12e48026-9566-521a-b99e-5fe15389b8a7_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 28984,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/LW19UZR/2026-03-30/image/6d872eb5-fee0-4863-89f7-5e6275dd93b9_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_12e48026-9566-521a-b99e-5fe15389b8a7/12e48026-9566-521a-b99e-5fe15389b8a7_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 29378,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/LW19UZR/2026-03-30/image/011f97af-ae53-4afc-9cbb-84e25db23033_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_12e48026-9566-521a-b99e-5fe15389b8a7/12e48026-9566-521a-b99e-5fe15389b8a7_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 34108,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/LW19UZR/2026-03-30/image/e376e8fc-a02c-4fc9-b258-ede3f217745e_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_12e48026-9566-521a-b99e-5fe15389b8a7/12e48026-9566-521a-b99e-5fe15389b8a7_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 28114,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/LW19UZR/2026-03-30/image/2573ddca-bf95-4df6-a884-ef70e7ba4bea_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_12e48026-9566-521a-b99e-5fe15389b8a7/12e48026-9566-521a-b99e-5fe15389b8a7_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 52152,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/LW19UZR/2026-03-30/image/1ca77894-b298-4a9d-ac48-dc1a5571a88a_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_12e48026-9566-521a-b99e-5fe15389b8a7/12e48026-9566-521a-b99e-5fe15389b8a7_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 32798,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/LW19UZR/2026-03-30/image/2bbb5c12-634c-49f2-ba84-778127a6f721_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_12e48026-9566-521a-b99e-5fe15389b8a7/12e48026-9566-521a-b99e-5fe15389b8a7_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 49538,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/LW19UZR/2026-03-30/image/aa68cd19-dfa2-42b3-b3af-2db56a0e1abf_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_12e48026-9566-521a-b99e-5fe15389b8a7/12e48026-9566-521a-b99e-5fe15389b8a7_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 36600,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/LW19UZR/2026-03-30/image/e7e40a4d-a391-49b6-b843-39fc97f37098_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_12e48026-9566-521a-b99e-5fe15389b8a7/12e48026-9566-521a-b99e-5fe15389b8a7_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 53385,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/LW19UZR/2026-03-30/image/691556a7-7e30-46ba-8729-ebd03b25a75d_removebg.jpg?w=600',
'Width': 600}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-07-02',
'seller_name': 'MotoNovo Finance',
'title': 'VAUXHALL INSIGNIA GRAND SPORT 1.5T SRi 5dr',
'transmission': 'manual',
'trim': '1.5T SRi 5dr',
'vin': None,
'year': 2019}
2026-03-30 10:04:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120869555%27 HTTP/1.1" 200 None
2026-03-30 10:04:54 [astonbarclay.gb] INFO: Saving data for 120869555: {'created_time': 1774865094.596915, 'last_price_update_time': 1774865094.59693, 'auction_closing_time': 1775034000.0}
2026-03-30 10:04:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120869555') HTTP/1.1" 204 0
2026-03-30 10:04:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 12bfbd20-bf6c-5ec6-b6a7-9694359ebaaa with identifier: 120882322
2026-03-30 10:04:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 12bfbd20-bf6c-5ec6-b6a7-9694359ebaaa with identifier: 120882322
2026-03-30 10:04:54 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 12bfbd20-bf6c-5ec6-b6a7-9694359ebaaa with identifier: 120882322 to the API
2026-03-30 10:04:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:04:54 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:04:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120882322?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 136,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '2.0L',
'expiration_date': '2026-04-02T09:00:00Z',
'fuel_type': 'Diesel',
'id': '12bfbd20-bf6c-5ec6-b6a7-9694359ebaaa',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'MJ61JYL',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120882322',
'listing': 'auction',
'location': 'Aston Barclay Prees Heath',
'make': 'RENAULT',
'model': 'LAGUNA DIESEL SPORT TOURER',
'odometer': 141000,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2011-11-17',
'seller_name': 'Ken Jervis Kia',
'title': 'RENAULT LAGUNA DIESEL SPORT TOURER 2.0 dCi 150 Dynamique TomTom 5dr '
'[Initiale Lux]',
'transmission': 'manual',
'trim': '2.0 dCi 150 Dynamique TomTom 5dr [Initiale Lux]',
'vin': None,
'year': 2011}
2026-03-30 10:04:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120882322%27 HTTP/1.1" 200 None
2026-03-30 10:04:55 [astonbarclay.gb] INFO: Saving data for 120882322: {'created_time': 1774865095.03735, 'last_price_update_time': 1774865095.037365, 'auction_closing_time': 1775120400.0}
2026-03-30 10:04:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120882322') HTTP/1.1" 204 0
2026-03-30 10:04:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 25457c7a-b694-5f3d-a391-0c62e2dacea2 with identifier: 120882343
2026-03-30 10:04:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 25457c7a-b694-5f3d-a391-0c62e2dacea2 with identifier: 120882343
2026-03-30 10:04:55 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 25457c7a-b694-5f3d-a391-0c62e2dacea2 with identifier: 120882343 to the API
2026-03-30 10:04:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:04:55 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:04:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120882343?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 210,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.2L',
'expiration_date': '2026-04-02T09:00:00Z',
'fuel_type': 'Diesel',
'id': '25457c7a-b694-5f3d-a391-0c62e2dacea2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'SJ68WRT',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120882343',
'listing': 'auction',
'location': 'Aston Barclay Prees Heath',
'make': 'SSANGYONG',
'model': 'TURISMO DIESEL ESTATE',
'odometer': 107000,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-09-01',
'seller_name': 'Ken Jervis Kia',
'title': 'SSANGYONG TURISMO DIESEL ESTATE 2.2 ELX 5dr Tip Auto 4WD',
'transmission': 'automatic',
'trim': '2.2 ELX 5dr Tip Auto 4WD',
'vin': None,
'year': 2018}
2026-03-30 10:04:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120882343%27 HTTP/1.1" 200 None
2026-03-30 10:04:55 [astonbarclay.gb] INFO: Saving data for 120882343: {'created_time': 1774865095.458926, 'last_price_update_time': 1774865095.458937, 'auction_closing_time': 1775120400.0}
2026-03-30 10:04:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120882343') HTTP/1.1" 204 0
2026-03-30 10:04:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 88b09fe0-2703-5084-9ef9-2b2d06d3d058 with identifier: 120882453
2026-03-30 10:04:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 88b09fe0-2703-5084-9ef9-2b2d06d3d058 with identifier: 120882453
2026-03-30 10:04:55 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 88b09fe0-2703-5084-9ef9-2b2d06d3d058 with identifier: 120882453 to the API
2026-03-30 10:04:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:04:55 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:04:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120882453?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 115,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-04-02T09:00:00Z',
'fuel_type': 'Petrol',
'id': '88b09fe0-2703-5084-9ef9-2b2d06d3d058',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'DY15SYG',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120882453',
'listing': 'auction',
'location': 'Aston Barclay Prees Heath',
'make': 'KIA',
'model': 'RIO HATCHBACK SPECIAL EDITIONS',
'odometer': 75000,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-03-19',
'seller_name': 'Ken Jervis Kia',
'title': 'KIA RIO HATCHBACK SPECIAL EDITIONS 1.25 SR7 5dr',
'transmission': 'manual',
'trim': '1.25 SR7 5dr',
'vin': None,
'year': 2015}
2026-03-30 10:04:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120882453%27 HTTP/1.1" 200 None
2026-03-30 10:04:55 [astonbarclay.gb] INFO: Saving data for 120882453: {'created_time': 1774865095.880011, 'last_price_update_time': 1774865095.880025, 'auction_closing_time': 1775120400.0}
2026-03-30 10:04:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120882453') HTTP/1.1" 204 0
2026-03-30 10:04:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 61ff3095-79f0-5c4d-8e7a-fed5ce32a965 with identifier: 120861608
2026-03-30 10:04:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 61ff3095-79f0-5c4d-8e7a-fed5ce32a965 with identifier: 120861608
2026-03-30 10:04:56 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 61ff3095-79f0-5c4d-8e7a-fed5ce32a965 with identifier: 120861608 to the API
2026-03-30 10:04:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:04:56 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:04:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120861608?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 164,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.6L',
'expiration_date': '2026-04-06T12:00:00Z',
'fuel_type': 'Petrol',
'id': '61ff3095-79f0-5c4d-8e7a-fed5ce32a965',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'SD63EPF',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120861608',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'PEUGEOT',
'model': 'PARTNER TEPEE ESTATE',
'odometer': 51899,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2013-11-11',
'seller_name': 'UKCGR - Trade',
'title': 'PEUGEOT PARTNER TEPEE ESTATE 1.6 120 S 5dr',
'transmission': 'manual',
'trim': '1.6 120 S 5dr',
'vin': None,
'year': 2013}
2026-03-30 10:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120861608%27 HTTP/1.1" 200 None
2026-03-30 10:04:56 [astonbarclay.gb] INFO: Saving data for 120861608: {'created_time': 1774865096.312562, 'last_price_update_time': 1774865096.312579, 'auction_closing_time': 1775476800.0}
2026-03-30 10:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120861608') HTTP/1.1" 204 0
2026-03-30 10:04:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/YP06LVN/2026-03-30/image/c776806f-c19a-4d78-baa3-128532e8d0aa_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120870746?view=catalogue)
2026-03-30 10:04:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg002.imgix.net/0c1929f8-9387-4a0c-82ab-8c22eba9c053.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120839064?view=catalogue)
2026-03-30 10:04:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/YB64XDR/2026-03-30/image/fb785cea-9229-4b0c-bf54-87946d7e2a18_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120870815?view=catalogue)
2026-03-30 10:04:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/BU13MLE/2026-03-30/image/f6a1da31-644b-4c1a-99db-954264967aa2_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120880218?view=catalogue)
2026-03-30 10:04:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/GL15CXZ/2026-03-30/image/935d154c-a4d4-4b60-bfcf-01c52a6b55c9_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120869621?view=catalogue)
2026-03-30 10:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FMV62UVW%252F2026-03-28%252Fimage%252Ff6197a58-9063-4328-8d3c-8f80b810b806_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:04:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/MV62UVW/2026-03-28/image/f6197a58-9063-4328-8d3c-8f80b810b806_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FEJ64BTF%252F2026-03-28%252Fimage%252Fe4c8005a-1aee-4dfc-aa66-d391a99ff643_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:04:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EJ64BTF/2026-03-28/image/e4c8005a-1aee-4dfc-aa66-d391a99ff643_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:04:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/SW59GNK/2026-03-30/image/98faf659-542d-4f93-bf89-2427edb3b224_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120870561?view=catalogue)
2026-03-30 10:04:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg002.imgix.net/146d04b6-b65a-4720-a52e-022289ba4d33.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120839064?view=catalogue)
2026-03-30 10:04:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120794538?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:04:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120830703?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:04:56 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:04:56 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:04:56 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f43664e4950>
2026-03-30 10:04:56 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:04:56 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:04:56 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:04:56 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_af306d48-b99b-52f1-9d4a-859fbf54b222/af306d48-b99b-52f1-9d4a-859fbf54b222_image_9.jpg HTTP/1.1" 201 0
2026-03-30 10:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FRY19YTC%252F2026-03-30%252Fimage%252Ff7f66f54-ef98-496d-8884-45a74e619a50_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:04:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/RY19YTC/2026-03-30/image/f7f66f54-ef98-496d-8884-45a74e619a50_removebg.jpg?w=600 saved to cache
2026-03-30 10:04:56 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item af306d48-b99b-52f1-9d4a-859fbf54b222
2026-03-30 10:04:56 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: af306d48-b99b-52f1-9d4a-859fbf54b222, skipping ID generation
2026-03-30 10:04:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item af306d48-b99b-52f1-9d4a-859fbf54b222 with scrape type 1
2026-03-30 10:04:56 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item af306d48-b99b-52f1-9d4a-859fbf54b222 sending to next pipeline
2026-03-30 10:04:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: af306d48-b99b-52f1-9d4a-859fbf54b222, identifier: 120878117
2026-03-30 10:04:56 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:04:56 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f43651061d0>
2026-03-30 10:04:56 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:04:56 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:04:56 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:04:56 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_218f1ee0-9c00-5fe9-8e36-70b3d8efd0e9/218f1ee0-9c00-5fe9-8e36-70b3d8efd0e9_image_0.jpg HTTP/1.1" 201 0
2026-03-30 10:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FBC17AXS%252F2026-03-28%252Fimage%252Ffe1cc576-0152-4191-9af0-28ce0d419d30_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:04:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/BC17AXS/2026-03-28/image/fe1cc576-0152-4191-9af0-28ce0d419d30_removebg.jpg?w=600 saved to cache
2026-03-30 10:04:56 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 218f1ee0-9c00-5fe9-8e36-70b3d8efd0e9
2026-03-30 10:04:56 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 218f1ee0-9c00-5fe9-8e36-70b3d8efd0e9, skipping ID generation
2026-03-30 10:04:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 218f1ee0-9c00-5fe9-8e36-70b3d8efd0e9 with scrape type 1
2026-03-30 10:04:56 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 218f1ee0-9c00-5fe9-8e36-70b3d8efd0e9 sending to next pipeline
2026-03-30 10:04:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 218f1ee0-9c00-5fe9-8e36-70b3d8efd0e9, identifier: 120842093
2026-03-30 10:04:56 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:04:56 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f43667b8a50>
2026-03-30 10:04:56 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:04:56 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:04:56 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:04:56 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_45c40dc9-2f53-597c-8f0b-83e9c2c85412/45c40dc9-2f53-597c-8f0b-83e9c2c85412_image_2.jpg HTTP/1.1" 201 0
2026-03-30 10:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FYE72DKA%252F2026-03-30%252Fimage%252F5e1d0824-a77a-42bc-aaa6-63fdc2aac44f_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:04:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YE72DKA/2026-03-30/image/5e1d0824-a77a-42bc-aaa6-63fdc2aac44f_removebg.jpg?w=600 saved to cache
2026-03-30 10:04:56 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 45c40dc9-2f53-597c-8f0b-83e9c2c85412
2026-03-30 10:04:56 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:04:56 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f43652fd610>
2026-03-30 10:04:56 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:04:56 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:04:56 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:04:56 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7fbb4b89-b908-57d4-a8f7-8cd9453bce4a/7fbb4b89-b908-57d4-a8f7-8cd9453bce4a_image_0.jpg HTTP/1.1" 201 0
2026-03-30 10:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FFE67ERJ%252F2026-03-30%252Fimage%252F57b9206b-e6f1-446b-a3d5-c266b8bf5d95_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:04:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/FE67ERJ/2026-03-30/image/57b9206b-e6f1-446b-a3d5-c266b8bf5d95_removebg.jpg?w=600 saved to cache
2026-03-30 10:04:56 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 7fbb4b89-b908-57d4-a8f7-8cd9453bce4a
2026-03-30 10:04:56 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 7fbb4b89-b908-57d4-a8f7-8cd9453bce4a, skipping ID generation
2026-03-30 10:04:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7fbb4b89-b908-57d4-a8f7-8cd9453bce4a with scrape type 1
2026-03-30 10:04:56 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 7fbb4b89-b908-57d4-a8f7-8cd9453bce4a sending to next pipeline
2026-03-30 10:04:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 7fbb4b89-b908-57d4-a8f7-8cd9453bce4a, identifier: 120870434
2026-03-30 10:04:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/MV62UVW/2026-03-28/image/74fa78b4-fa84-4f5b-a676-82102f08ba03_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120863765?view=catalogue)
2026-03-30 10:04:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/YB64XDR/2026-03-30/image/d8e5d15a-36cd-4917-8ffe-4511cc4ca3c1_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120870815?view=catalogue)
2026-03-30 10:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FMV62UVW%252F2026-03-28%252Fimage%252F750fe926-6af8-4d84-8b86-b5ced200d4cb_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:04:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/MV62UVW/2026-03-28/image/750fe926-6af8-4d84-8b86-b5ced200d4cb_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FEJ64BTF%252F2026-03-28%252Fimage%252F318bb68e-b47f-4eb3-82be-a75189aa483d_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:04:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EJ64BTF/2026-03-28/image/318bb68e-b47f-4eb3-82be-a75189aa483d_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:04:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: af306d48-b99b-52f1-9d4a-859fbf54b222 with identifier: 120878117
2026-03-30 10:04:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: af306d48-b99b-52f1-9d4a-859fbf54b222 with identifier: 120878117
2026-03-30 10:04:57 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: af306d48-b99b-52f1-9d4a-859fbf54b222 with identifier: 120878117 to the API
2026-03-30 10:04:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:04:57 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:04:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://abimg003.imgix.net/RY19YTC/2026-03-30/image/f7f66f54-ef98-496d-8884-45a74e619a50_removebg.jpg?w=600>
{'auction_title': '',
'c_o_2_emission_value': 117,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-04-01T08:45:00Z',
'fuel_type': 'Diesel',
'id': 'af306d48-b99b-52f1-9d4a-859fbf54b222',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'RY19YTC',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120878117',
'listing': 'auction',
'location': 'Aston Barclay Westbury',
'make': 'RENAULT',
'model': 'KADJAR DIESEL HATCHBACK',
'odometer': 72603,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 11,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_af306d48-b99b-52f1-9d4a-859fbf54b222/af306d48-b99b-52f1-9d4a-859fbf54b222_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 32507,
'Height': 375,
'OriginUrl': 'https://abimg003.imgix.net/RY19YTC/2026-03-30/image/0dd94aee-a856-4a13-a26c-94e8da34d23b_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_af306d48-b99b-52f1-9d4a-859fbf54b222/af306d48-b99b-52f1-9d4a-859fbf54b222_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 32528,
'Height': 375,
'OriginUrl': 'https://abimg003.imgix.net/RY19YTC/2026-03-30/image/c0279fc2-96c5-45d6-956a-5a001455b178_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_af306d48-b99b-52f1-9d4a-859fbf54b222/af306d48-b99b-52f1-9d4a-859fbf54b222_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 32022,
'Height': 375,
'OriginUrl': 'https://abimg003.imgix.net/RY19YTC/2026-03-30/image/54085a7f-e769-453d-a4fb-7f1fa716670b_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_af306d48-b99b-52f1-9d4a-859fbf54b222/af306d48-b99b-52f1-9d4a-859fbf54b222_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 30572,
'Height': 375,
'OriginUrl': 'https://abimg003.imgix.net/RY19YTC/2026-03-30/image/6d74fea4-1d5c-44a1-b160-cddb80ff0220_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_af306d48-b99b-52f1-9d4a-859fbf54b222/af306d48-b99b-52f1-9d4a-859fbf54b222_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 43941,
'Height': 375,
'OriginUrl': 'https://abimg003.imgix.net/RY19YTC/2026-03-30/image/005c4cbb-e35b-424c-8c5e-8bf349c159e0_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_af306d48-b99b-52f1-9d4a-859fbf54b222/af306d48-b99b-52f1-9d4a-859fbf54b222_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 38553,
'Height': 375,
'OriginUrl': 'https://abimg003.imgix.net/RY19YTC/2026-03-30/image/ff8bc730-57b2-4915-8822-082b5809c49d_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_af306d48-b99b-52f1-9d4a-859fbf54b222/af306d48-b99b-52f1-9d4a-859fbf54b222_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 113850,
'Height': 960,
'OriginUrl': 'https://abimg003.imgix.net/RY19YTC/2026-03-30/image/0ddafb51-4864-4ed1-b67e-702fc6e5b52d_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_af306d48-b99b-52f1-9d4a-859fbf54b222/af306d48-b99b-52f1-9d4a-859fbf54b222_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 113252,
'Height': 960,
'OriginUrl': 'https://abimg003.imgix.net/RY19YTC/2026-03-30/image/c31eb79e-37c0-4447-9615-2f5600460e63_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_af306d48-b99b-52f1-9d4a-859fbf54b222/af306d48-b99b-52f1-9d4a-859fbf54b222_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 43958,
'Height': 375,
'OriginUrl': 'https://abimg003.imgix.net/RY19YTC/2026-03-30/image/f0e2f1fb-1168-4fc4-9baa-776020c2f504_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_af306d48-b99b-52f1-9d4a-859fbf54b222/af306d48-b99b-52f1-9d4a-859fbf54b222_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 47097,
'Height': 375,
'OriginUrl': 'https://abimg003.imgix.net/RY19YTC/2026-03-30/image/f7f66f54-ef98-496d-8884-45a74e619a50_removebg.jpg?w=600',
'Width': 600}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-06-30',
'seller_name': 'CarBuy Limited',
'title': 'RENAULT KADJAR DIESEL HATCHBACK 1.5 Blue dCi GT Line 5dr',
'transmission': 'manual',
'trim': '1.5 Blue dCi GT Line 5dr',
'vin': None,
'year': 2019}
2026-03-30 10:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120878117%27 HTTP/1.1" 200 None
2026-03-30 10:04:57 [astonbarclay.gb] INFO: Saving data for 120878117: {'created_time': 1774865097.335828, 'last_price_update_time': 1774865097.335842, 'auction_closing_time': 1775033100.0}
2026-03-30 10:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120878117') HTTP/1.1" 204 0
2026-03-30 10:04:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 218f1ee0-9c00-5fe9-8e36-70b3d8efd0e9 with identifier: 120842093
2026-03-30 10:04:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 218f1ee0-9c00-5fe9-8e36-70b3d8efd0e9 with identifier: 120842093
2026-03-30 10:04:57 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 218f1ee0-9c00-5fe9-8e36-70b3d8efd0e9 with identifier: 120842093 to the API
2026-03-30 10:04:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:04:57 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:04:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://abimg003.imgix.net/BC17AXS/2026-03-28/image/fe1cc576-0152-4191-9af0-28ce0d419d30_removebg.jpg?w=600>
{'auction_title': '',
'c_o_2_emission_value': 196,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': None,
'emission_standard': 'EURO 6',
'engine': '2.4L',
'expiration_date': '2026-04-01T09:00:00Z',
'fuel_type': 'Diesel',
'id': '218f1ee0-9c00-5fe9-8e36-70b3d8efd0e9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'BC17AXS',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120842093',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'FIAT',
'model': 'FULLBACK DIESEL',
'odometer': 164490,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 10,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_218f1ee0-9c00-5fe9-8e36-70b3d8efd0e9/218f1ee0-9c00-5fe9-8e36-70b3d8efd0e9_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 33253,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/BC17AXS/2026-03-28/image/fe1cc576-0152-4191-9af0-28ce0d419d30_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_218f1ee0-9c00-5fe9-8e36-70b3d8efd0e9/218f1ee0-9c00-5fe9-8e36-70b3d8efd0e9_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 33367,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/BC17AXS/2026-03-28/image/408e47f1-9bb0-4e09-9464-0e35c6c0cad9_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_218f1ee0-9c00-5fe9-8e36-70b3d8efd0e9/218f1ee0-9c00-5fe9-8e36-70b3d8efd0e9_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 32063,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/BC17AXS/2026-03-28/image/e184cbd2-6a77-45e6-8a04-567e5c7acc98_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_218f1ee0-9c00-5fe9-8e36-70b3d8efd0e9/218f1ee0-9c00-5fe9-8e36-70b3d8efd0e9_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 28538,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/BC17AXS/2026-03-28/image/108c3d0e-f217-4722-9883-da40b7c8c3f7_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_218f1ee0-9c00-5fe9-8e36-70b3d8efd0e9/218f1ee0-9c00-5fe9-8e36-70b3d8efd0e9_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 52400,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/BC17AXS/2026-03-28/image/38d70891-cf48-4fd0-9540-b32091522ae7_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_218f1ee0-9c00-5fe9-8e36-70b3d8efd0e9/218f1ee0-9c00-5fe9-8e36-70b3d8efd0e9_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 65802,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/BC17AXS/2026-03-28/image/e0fe12cc-6add-4797-bf58-de0369237152_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_218f1ee0-9c00-5fe9-8e36-70b3d8efd0e9/218f1ee0-9c00-5fe9-8e36-70b3d8efd0e9_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 55173,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/BC17AXS/2026-03-28/image/86e9aa3f-7113-4c96-9c7a-2c49a5caba2b_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_218f1ee0-9c00-5fe9-8e36-70b3d8efd0e9/218f1ee0-9c00-5fe9-8e36-70b3d8efd0e9_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 75798,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/BC17AXS/2026-03-28/image/9f5fa3b7-e775-4c06-a6d2-a4b8c2dc3c21_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_218f1ee0-9c00-5fe9-8e36-70b3d8efd0e9/218f1ee0-9c00-5fe9-8e36-70b3d8efd0e9_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 41041,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/BC17AXS/2026-03-28/image/d2f239a7-5a80-4716-852a-e9bd9e30265e_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_218f1ee0-9c00-5fe9-8e36-70b3d8efd0e9/218f1ee0-9c00-5fe9-8e36-70b3d8efd0e9_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 48843,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/BC17AXS/2026-03-28/image/56cb8e40-48ff-42a9-97a1-04f8684f9cf2_removebg.jpg?w=600',
'Width': 600}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-07-25',
'seller_name': 'MotoNovo Finance',
'title': 'FIAT FULLBACK DIESEL 2.4 180hp LX Double Cab Pick Up Auto',
'transmission': 'automatic',
'trim': '2.4 180hp LX Double Cab Pick Up Auto',
'vin': None,
'year': 2017}
2026-03-30 10:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120842093%27 HTTP/1.1" 200 None
2026-03-30 10:04:57 [astonbarclay.gb] INFO: Saving data for 120842093: {'created_time': 1774865097.761866, 'last_price_update_time': 1774865097.761879, 'auction_closing_time': 1775034000.0}
2026-03-30 10:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120842093') HTTP/1.1" 204 0
2026-03-30 10:04:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 7fbb4b89-b908-57d4-a8f7-8cd9453bce4a with identifier: 120870434
2026-03-30 10:04:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 7fbb4b89-b908-57d4-a8f7-8cd9453bce4a with identifier: 120870434
2026-03-30 10:04:57 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 7fbb4b89-b908-57d4-a8f7-8cd9453bce4a with identifier: 120870434 to the API
2026-03-30 10:04:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:04:58 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:04:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://abimg003.imgix.net/FE67ERJ/2026-03-30/image/57b9206b-e6f1-446b-a3d5-c266b8bf5d95_removebg.jpg?w=600>
{'auction_title': '',
'c_o_2_emission_value': 116,
'color': 'SILVER',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'Petrol',
'id': '7fbb4b89-b908-57d4-a8f7-8cd9453bce4a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'FE67ERJ',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120870434',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'SEAT',
'model': 'LEON HATCHBACK',
'odometer': 37993,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 9,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7fbb4b89-b908-57d4-a8f7-8cd9453bce4a/7fbb4b89-b908-57d4-a8f7-8cd9453bce4a_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 22034,
'Height': 338,
'OriginUrl': 'https://abimg003.imgix.net/FE67ERJ/2026-03-30/image/57b9206b-e6f1-446b-a3d5-c266b8bf5d95_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7fbb4b89-b908-57d4-a8f7-8cd9453bce4a/7fbb4b89-b908-57d4-a8f7-8cd9453bce4a_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 22732,
'Height': 338,
'OriginUrl': 'https://abimg003.imgix.net/FE67ERJ/2026-03-30/image/1d27d77b-0916-4d29-b382-209278f86f9f_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7fbb4b89-b908-57d4-a8f7-8cd9453bce4a/7fbb4b89-b908-57d4-a8f7-8cd9453bce4a_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 22571,
'Height': 338,
'OriginUrl': 'https://abimg003.imgix.net/FE67ERJ/2026-03-30/image/9b0645b0-a8ad-45d1-871a-97168bc7f245_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7fbb4b89-b908-57d4-a8f7-8cd9453bce4a/7fbb4b89-b908-57d4-a8f7-8cd9453bce4a_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 23880,
'Height': 338,
'OriginUrl': 'https://abimg003.imgix.net/FE67ERJ/2026-03-30/image/b422b10d-e49b-4993-b7f9-2249b1578abf_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7fbb4b89-b908-57d4-a8f7-8cd9453bce4a/7fbb4b89-b908-57d4-a8f7-8cd9453bce4a_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 35210,
'Height': 338,
'OriginUrl': 'https://abimg003.imgix.net/FE67ERJ/2026-03-30/image/e49af249-da4b-4c21-8362-063070dfa805_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7fbb4b89-b908-57d4-a8f7-8cd9453bce4a/7fbb4b89-b908-57d4-a8f7-8cd9453bce4a_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 41326,
'Height': 338,
'OriginUrl': 'https://abimg003.imgix.net/FE67ERJ/2026-03-30/image/3d4a4625-6fc3-4d3e-b62a-4c6d34f40066_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7fbb4b89-b908-57d4-a8f7-8cd9453bce4a/7fbb4b89-b908-57d4-a8f7-8cd9453bce4a_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 31744,
'Height': 338,
'OriginUrl': 'https://abimg003.imgix.net/FE67ERJ/2026-03-30/image/592931c6-516c-46b6-b343-4feeedb0386b_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7fbb4b89-b908-57d4-a8f7-8cd9453bce4a/7fbb4b89-b908-57d4-a8f7-8cd9453bce4a_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 32412,
'Height': 338,
'OriginUrl': 'https://abimg003.imgix.net/FE67ERJ/2026-03-30/image/c2694151-9025-4560-b78d-8e24f5d555bd_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7fbb4b89-b908-57d4-a8f7-8cd9453bce4a/7fbb4b89-b908-57d4-a8f7-8cd9453bce4a_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 38016,
'Height': 338,
'OriginUrl': 'https://abimg003.imgix.net/FE67ERJ/2026-03-30/image/dbe3611e-1c58-4b66-b3d8-3a1522c9167b_removebg.jpg?w=600',
'Width': 600}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-09-04',
'seller_name': 'UKCGR',
'title': 'SEAT LEON HATCHBACK 1.2 TSI SE Dynamic Technology 5dr',
'transmission': 'manual',
'trim': '1.2 TSI SE Dynamic Technology 5dr',
'vin': None,
'year': 2017}
2026-03-30 10:04:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120870434%27 HTTP/1.1" 200 None
2026-03-30 10:04:58 [astonbarclay.gb] INFO: Saving data for 120870434: {'created_time': 1774865098.171858, 'last_price_update_time': 1774865098.171869, 'auction_closing_time': 1774958400.0}
2026-03-30 10:04:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120870434') HTTP/1.1" 204 0
2026-03-30 10:04:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/MV62UVW/2026-03-28/image/4349ff22-72d0-4e3b-9d3d-85f55e0f42b7_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120863765?view=catalogue)
2026-03-30 10:04:58 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:04:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/YE72DKA/2026-03-30/image/b12be804-1c12-4cbc-97cf-c3f7714460bd_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120870326?view=catalogue)
2026-03-30 10:04:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04: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%252FMV62UVW%252F2026-03-28%252Fimage%252F1b6c4222-efdf-4b0f-a407-7bd9bca5fe62_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:04:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/MV62UVW/2026-03-28/image/1b6c4222-efdf-4b0f-a407-7bd9bca5fe62_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:04:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04: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%252FEJ64BTF%252F2026-03-28%252Fimage%252Fd4dcfc69-44ba-4ce0-9c4d-7d1b594141a8_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:04:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EJ64BTF/2026-03-28/image/d4dcfc69-44ba-4ce0-9c4d-7d1b594141a8_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:04:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120830731?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:04:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120758234?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:04:58 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:04:58 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f4365189f50>
2026-03-30 10:04:58 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:04:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:04:58 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:04:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0c155670-2d2e-58a1-baaf-f20b5f8e5904/0c155670-2d2e-58a1-baaf-f20b5f8e5904_image_0.jpg HTTP/1.1" 201 0
2026-03-30 10:04:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FYP06LVN%252F2026-03-30%252Fimage%252Fc776806f-c19a-4d78-baa3-128532e8d0aa_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:04:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YP06LVN/2026-03-30/image/c776806f-c19a-4d78-baa3-128532e8d0aa_removebg.jpg?w=600 saved to cache
2026-03-30 10:04:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 0c155670-2d2e-58a1-baaf-f20b5f8e5904
2026-03-30 10:04:58 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 0c155670-2d2e-58a1-baaf-f20b5f8e5904, skipping ID generation
2026-03-30 10:04:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0c155670-2d2e-58a1-baaf-f20b5f8e5904 with scrape type 1
2026-03-30 10:04:58 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 0c155670-2d2e-58a1-baaf-f20b5f8e5904 sending to next pipeline
2026-03-30 10:04:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 0c155670-2d2e-58a1-baaf-f20b5f8e5904, identifier: 120870746
2026-03-30 10:04:58 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:04:58 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f43652b0290>
2026-03-30 10:04:58 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:04:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:04:58 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:04:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0dece135-f1ce-5d91-8279-f68c562a6083/0dece135-f1ce-5d91-8279-f68c562a6083_image_2.jpg HTTP/1.1" 201 0
2026-03-30 10:04:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg002.imgix.net%252F0c1929f8-9387-4a0c-82ab-8c22eba9c053.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:04:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg002.imgix.net/0c1929f8-9387-4a0c-82ab-8c22eba9c053.jpg?w=600 saved to cache
2026-03-30 10:04:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 0dece135-f1ce-5d91-8279-f68c562a6083
2026-03-30 10:04:58 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:04:58 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f43653aafd0>
2026-03-30 10:04:58 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:04:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:04:58 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:04:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_09500a2b-d937-5cbe-a49e-54245c356512/09500a2b-d937-5cbe-a49e-54245c356512_image_1.jpg HTTP/1.1" 201 0
2026-03-30 10:04:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FYB64XDR%252F2026-03-30%252Fimage%252Ffb785cea-9229-4b0c-bf54-87946d7e2a18_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:04:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YB64XDR/2026-03-30/image/fb785cea-9229-4b0c-bf54-87946d7e2a18_removebg.jpg?w=600 saved to cache
2026-03-30 10:04:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 09500a2b-d937-5cbe-a49e-54245c356512
2026-03-30 10:04:58 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:04:58 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f4366680150>
2026-03-30 10:04:58 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:04:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:04:58 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:04:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ca5a411f-d803-534f-82d4-02d558bac7c2/ca5a411f-d803-534f-82d4-02d558bac7c2_image_8.jpg HTTP/1.1" 201 0
2026-03-30 10:04:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FBU13MLE%252F2026-03-30%252Fimage%252Ff6a1da31-644b-4c1a-99db-954264967aa2_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:04:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/BU13MLE/2026-03-30/image/f6a1da31-644b-4c1a-99db-954264967aa2_removebg.jpg?w=600 saved to cache
2026-03-30 10:04:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item ca5a411f-d803-534f-82d4-02d558bac7c2
2026-03-30 10:04:58 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:04:58 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f43653a9690>
2026-03-30 10:04:58 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:04:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:04:58 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:04:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e8556002-5680-58be-a571-01e165d8d050/e8556002-5680-58be-a571-01e165d8d050_image_8.jpg HTTP/1.1" 201 0
2026-03-30 10:04:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FGL15CXZ%252F2026-03-30%252Fimage%252F935d154c-a4d4-4b60-bfcf-01c52a6b55c9_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:04:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/GL15CXZ/2026-03-30/image/935d154c-a4d4-4b60-bfcf-01c52a6b55c9_removebg.jpg?w=600 saved to cache
2026-03-30 10:04:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item e8556002-5680-58be-a571-01e165d8d050
2026-03-30 10:04:58 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:04:58 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f4366523150>
2026-03-30 10:04:58 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:04:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:04:58 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:04:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_fabcea3b-c6d8-58ab-a765-c1582a39a22f/fabcea3b-c6d8-58ab-a765-c1582a39a22f_image_0.jpg HTTP/1.1" 201 0
2026-03-30 10:04:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FSW59GNK%252F2026-03-30%252Fimage%252F98faf659-542d-4f93-bf89-2427edb3b224_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:04:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/SW59GNK/2026-03-30/image/98faf659-542d-4f93-bf89-2427edb3b224_removebg.jpg?w=600 saved to cache
2026-03-30 10:04:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item fabcea3b-c6d8-58ab-a765-c1582a39a22f
2026-03-30 10:04:58 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: fabcea3b-c6d8-58ab-a765-c1582a39a22f, skipping ID generation
2026-03-30 10:04:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fabcea3b-c6d8-58ab-a765-c1582a39a22f with scrape type 1
2026-03-30 10:04:58 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item fabcea3b-c6d8-58ab-a765-c1582a39a22f sending to next pipeline
2026-03-30 10:04:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: fabcea3b-c6d8-58ab-a765-c1582a39a22f, identifier: 120870561
2026-03-30 10:04:58 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:04:58 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f4367233890>
2026-03-30 10:04:58 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:04:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:04:58 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:04:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0dece135-f1ce-5d91-8279-f68c562a6083/0dece135-f1ce-5d91-8279-f68c562a6083_image_3.jpg HTTP/1.1" 201 0
2026-03-30 10:04:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg002.imgix.net%252F146d04b6-b65a-4720-a52e-022289ba4d33.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:04:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg002.imgix.net/146d04b6-b65a-4720-a52e-022289ba4d33.jpg?w=600 saved to cache
2026-03-30 10:04:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 0dece135-f1ce-5d91-8279-f68c562a6083
2026-03-30 10:04:58 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120794538, 'registration': 'LY25FWJ', 'account': 'ALL023', 'make': 'HYUNDAI', 'model': 'I10 HATCHBACK', 'derivative': '1.2 [79] Advance 5dr Auto [Nav]', 'mileage': 1724, 'mileageWarranty': True, 'type': 'car', 'saleId': 19234, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 728}, 'saleStart': '2026-04-01T09:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2025-05-12', 'fuel': 'Petrol', 'motExpiry': None, 'doors': 5, 'engineSize': 1197, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/LY25FWJ/2026-03-28/image/652f6c61-6cab-48c6-ae42-12d9ddfe9e32_removebg.jpg?w=600', 'https://abimg003.imgix.net/LY25FWJ/2026-03-28/image/92be1b76-8045-457d-957e-5952cbccf1e2_removebg.jpg?w=600', 'https://abimg003.imgix.net/LY25FWJ/2026-03-28/image/b9703324-097a-46d4-9979-e2c16fb1958b_removebg.jpg?w=600', 'https://abimg003.imgix.net/LY25FWJ/2026-03-28/image/692b6b57-a7cc-4757-a787-d55748367e75_removebg.jpg?w=600', 'https://abimg003.imgix.net/LY25FWJ/2026-03-28/image/081e17a2-9646-4905-af46-52a6d3475d44_removebg.jpg?w=600', 'https://abimg003.imgix.net/LY25FWJ/2026-03-28/image/b66a4d45-e707-42ba-9c3b-0e28166f0ad2_removebg.jpg?w=600', 'https://abimg003.imgix.net/LY25FWJ/2026-03-28/image/3677ca48-a299-488d-8e68-d5a42212102b_removebg.jpg?w=600', 'https://abimg003.imgix.net/LY25FWJ/2026-03-28/image/11efa2ad-29bd-48fd-90d0-942bc4fe95d3_removebg.jpg?w=600', 'https://abimg003.imgix.net/LY25FWJ/2026-03-28/image/265c40a3-ba92-4e31-98b2-9befa1f9fd80_removebg.jpg?w=600', 'https://abimg003.imgix.net/LY25FWJ/2026-03-28/image/77434389-30a3-427e-ad70-fc31e87d8123_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'SMC GROUP', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': False, 'v5details': None, 'co2': 124, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/2e05629b-8fa9-4193-8c98-70f1ef961785.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:04:58 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120794538, 'registration': 'LY25FWJ', 'account': 'ALL023', 'make': 'HYUNDAI', 'model': 'I10 HATCHBACK', 'derivative': '1.2 [79] Advance 5dr Auto [Nav]', 'mileage': 1724, 'mileageWarranty': True, 'type': 'car', 'saleId': 19234, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 728}, 'saleStart': '2026-04-01T09:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2025-05-12', 'fuel': 'Petrol', 'motExpiry': None, 'doors': 5, 'engineSize': 1197, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/LY25FWJ/2026-03-28/image/652f6c61-6cab-48c6-ae42-12d9ddfe9e32_removebg.jpg?w=600', 'https://abimg003.imgix.net/LY25FWJ/2026-03-28/image/92be1b76-8045-457d-957e-5952cbccf1e2_removebg.jpg?w=600', 'https://abimg003.imgix.net/LY25FWJ/2026-03-28/image/b9703324-097a-46d4-9979-e2c16fb1958b_removebg.jpg?w=600', 'https://abimg003.imgix.net/LY25FWJ/2026-03-28/image/692b6b57-a7cc-4757-a787-d55748367e75_removebg.jpg?w=600', 'https://abimg003.imgix.net/LY25FWJ/2026-03-28/image/081e17a2-9646-4905-af46-52a6d3475d44_removebg.jpg?w=600', 'https://abimg003.imgix.net/LY25FWJ/2026-03-28/image/b66a4d45-e707-42ba-9c3b-0e28166f0ad2_removebg.jpg?w=600', 'https://abimg003.imgix.net/LY25FWJ/2026-03-28/image/3677ca48-a299-488d-8e68-d5a42212102b_removebg.jpg?w=600', 'https://abimg003.imgix.net/LY25FWJ/2026-03-28/image/11efa2ad-29bd-48fd-90d0-942bc4fe95d3_removebg.jpg?w=600', 'https://abimg003.imgix.net/LY25FWJ/2026-03-28/image/265c40a3-ba92-4e31-98b2-9befa1f9fd80_removebg.jpg?w=600', 'https://abimg003.imgix.net/LY25FWJ/2026-03-28/image/77434389-30a3-427e-ad70-fc31e87d8123_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'SMC GROUP', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': False, 'v5details': None, 'co2': 124, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/2e05629b-8fa9-4193-8c98-70f1ef961785.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:04:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9c504df1-9b97-529a-afb6-8d1190fe3001 with identifier: 120794538
2026-03-30 10:04:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9c504df1-9b97-529a-afb6-8d1190fe3001 with scrape type 1
2026-03-30 10:04:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 9c504df1-9b97-529a-afb6-8d1190fe3001
2026-03-30 10:04:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04: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%252FLY25FWJ%252F2026-03-28%252Fimage%252F652f6c61-6cab-48c6-ae42-12d9ddfe9e32_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:04:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/LY25FWJ/2026-03-28/image/652f6c61-6cab-48c6-ae42-12d9ddfe9e32_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:04:58 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120830703, 'registration': 'MA11UYH', 'account': 'SMC024', 'make': 'FORD', 'model': 'C-MAX DIESEL ESTATE', 'derivative': '1.6 TDCi Titanium 5dr', 'mileage': 77391, 'mileageWarranty': True, 'type': 'car', 'saleId': 19234, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 728}, 'saleStart': '2026-04-01T09:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2011-04-15', 'fuel': 'Diesel', 'motExpiry': '2026-09-05', 'doors': 5, 'engineSize': 1560, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/MA11UYH/2026-03-28/image/ae658e34-5911-4e2e-8cc9-02b31132b6bc_removebg.jpg?w=600', 'https://abimg003.imgix.net/MA11UYH/2026-03-28/image/5069f19d-ff22-4aff-9250-f4ca1af808ad_removebg.jpg?w=600', 'https://abimg003.imgix.net/MA11UYH/2026-03-28/image/6629c39f-eb96-49a4-8f8c-8ae5773764b7_removebg.jpg?w=600', 'https://abimg003.imgix.net/MA11UYH/2026-03-28/image/fb176bd2-9eb0-4e35-a886-eac9e886223c_removebg.jpg?w=600', 'https://abimg003.imgix.net/MA11UYH/2026-03-28/image/0f0ebe8f-8791-4d8f-b17e-123bcb2bc7f9_removebg.jpg?w=600', 'https://abimg003.imgix.net/MA11UYH/2026-03-28/image/15909294-7853-4308-b9ba-5e943bd35055_removebg.jpg?w=600', 'https://abimg003.imgix.net/MA11UYH/2026-03-28/image/103f48a7-1aeb-408b-8ac4-fb0e5b62c6be_removebg.jpg?w=600', 'https://abimg003.imgix.net/MA11UYH/2026-03-28/image/a0008c06-5076-40e2-9ecb-c103d94bd7c4_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'SMC Ford Gillingham', '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': 'https://abimg002.imgix.net/0dcf12ad-9788-40e8-b1e1-8c5c0dc08cfb.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:04:58 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120830703, 'registration': 'MA11UYH', 'account': 'SMC024', 'make': 'FORD', 'model': 'C-MAX DIESEL ESTATE', 'derivative': '1.6 TDCi Titanium 5dr', 'mileage': 77391, 'mileageWarranty': True, 'type': 'car', 'saleId': 19234, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 728}, 'saleStart': '2026-04-01T09:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2011-04-15', 'fuel': 'Diesel', 'motExpiry': '2026-09-05', 'doors': 5, 'engineSize': 1560, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/MA11UYH/2026-03-28/image/ae658e34-5911-4e2e-8cc9-02b31132b6bc_removebg.jpg?w=600', 'https://abimg003.imgix.net/MA11UYH/2026-03-28/image/5069f19d-ff22-4aff-9250-f4ca1af808ad_removebg.jpg?w=600', 'https://abimg003.imgix.net/MA11UYH/2026-03-28/image/6629c39f-eb96-49a4-8f8c-8ae5773764b7_removebg.jpg?w=600', 'https://abimg003.imgix.net/MA11UYH/2026-03-28/image/fb176bd2-9eb0-4e35-a886-eac9e886223c_removebg.jpg?w=600', 'https://abimg003.imgix.net/MA11UYH/2026-03-28/image/0f0ebe8f-8791-4d8f-b17e-123bcb2bc7f9_removebg.jpg?w=600', 'https://abimg003.imgix.net/MA11UYH/2026-03-28/image/15909294-7853-4308-b9ba-5e943bd35055_removebg.jpg?w=600', 'https://abimg003.imgix.net/MA11UYH/2026-03-28/image/103f48a7-1aeb-408b-8ac4-fb0e5b62c6be_removebg.jpg?w=600', 'https://abimg003.imgix.net/MA11UYH/2026-03-28/image/a0008c06-5076-40e2-9ecb-c103d94bd7c4_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'SMC Ford Gillingham', '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': 'https://abimg002.imgix.net/0dcf12ad-9788-40e8-b1e1-8c5c0dc08cfb.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:04:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4fd30916-1693-5536-8e95-1d1ea0bd5cf0 with identifier: 120830703
2026-03-30 10:04:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4fd30916-1693-5536-8e95-1d1ea0bd5cf0 with scrape type 1
2026-03-30 10:04:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 8 photos for item 4fd30916-1693-5536-8e95-1d1ea0bd5cf0
2026-03-30 10:04:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04: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%252FMA11UYH%252F2026-03-28%252Fimage%252Fae658e34-5911-4e2e-8cc9-02b31132b6bc_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:04:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/MA11UYH/2026-03-28/image/ae658e34-5911-4e2e-8cc9-02b31132b6bc_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:04:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 0c155670-2d2e-58a1-baaf-f20b5f8e5904 with identifier: 120870746
2026-03-30 10:04:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 0c155670-2d2e-58a1-baaf-f20b5f8e5904 with identifier: 120870746
2026-03-30 10:04:58 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 0c155670-2d2e-58a1-baaf-f20b5f8e5904 with identifier: 120870746 to the API
2026-03-30 10:04:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:04:59 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:04:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://abimg003.imgix.net/YP06LVN/2026-03-30/image/c776806f-c19a-4d78-baa3-128532e8d0aa_removebg.jpg?w=600>
{'auction_title': '',
'c_o_2_emission_value': 156,
'color': 'SILVER',
'currency': 'GBP',
'doors_number': 3,
'emission_standard': 'EURO 4',
'engine': '1.4L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'Petrol',
'id': '0c155670-2d2e-58a1-baaf-f20b5f8e5904',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'YP06LVN',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120870746',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'VOLKSWAGEN',
'model': 'POLO HATCHBACK',
'odometer': 73694,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 9,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0c155670-2d2e-58a1-baaf-f20b5f8e5904/0c155670-2d2e-58a1-baaf-f20b5f8e5904_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 25380,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/YP06LVN/2026-03-30/image/c776806f-c19a-4d78-baa3-128532e8d0aa_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0c155670-2d2e-58a1-baaf-f20b5f8e5904/0c155670-2d2e-58a1-baaf-f20b5f8e5904_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 30252,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/YP06LVN/2026-03-30/image/f49bb5e1-91cc-4066-9852-4e7052620930_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0c155670-2d2e-58a1-baaf-f20b5f8e5904/0c155670-2d2e-58a1-baaf-f20b5f8e5904_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 25820,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/YP06LVN/2026-03-30/image/cc75a218-678e-4084-853e-0e95821b528e_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0c155670-2d2e-58a1-baaf-f20b5f8e5904/0c155670-2d2e-58a1-baaf-f20b5f8e5904_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 26300,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/YP06LVN/2026-03-30/image/f767b1c3-9078-436a-ba73-5cea85d1e181_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0c155670-2d2e-58a1-baaf-f20b5f8e5904/0c155670-2d2e-58a1-baaf-f20b5f8e5904_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 38461,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/YP06LVN/2026-03-30/image/1d8b7f7d-0dcb-499e-9b6d-dab27eafd4a2_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0c155670-2d2e-58a1-baaf-f20b5f8e5904/0c155670-2d2e-58a1-baaf-f20b5f8e5904_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 43716,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/YP06LVN/2026-03-30/image/afa063c9-cb44-4f77-8974-f2cf9aae7329_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0c155670-2d2e-58a1-baaf-f20b5f8e5904/0c155670-2d2e-58a1-baaf-f20b5f8e5904_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 48487,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/YP06LVN/2026-03-30/image/d4b48721-1a87-4e84-9aec-fab132180d6a_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0c155670-2d2e-58a1-baaf-f20b5f8e5904/0c155670-2d2e-58a1-baaf-f20b5f8e5904_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 44528,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/YP06LVN/2026-03-30/image/93bcf0c4-fe9e-4244-b0c5-1f3827afd860_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0c155670-2d2e-58a1-baaf-f20b5f8e5904/0c155670-2d2e-58a1-baaf-f20b5f8e5904_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 50329,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/YP06LVN/2026-03-30/image/525a933f-a0c6-4992-a769-c6b7cf37a140_removebg.jpg?w=600',
'Width': 600}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2006-05-18',
'seller_name': 'UKCGR',
'title': 'VOLKSWAGEN POLO HATCHBACK 1.4 S 75 3dr',
'transmission': 'manual',
'trim': '1.4 S 75 3dr',
'vin': None,
'year': 2006}
2026-03-30 10:04:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120870746%27 HTTP/1.1" 200 None
2026-03-30 10:04:59 [astonbarclay.gb] INFO: Saving data for 120870746: {'created_time': 1774865099.293427, 'last_price_update_time': 1774865099.293444, 'auction_closing_time': 1774958400.0}
2026-03-30 10:04:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120870746') HTTP/1.1" 204 0
2026-03-30 10:04:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: fabcea3b-c6d8-58ab-a765-c1582a39a22f with identifier: 120870561
2026-03-30 10:04:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: fabcea3b-c6d8-58ab-a765-c1582a39a22f with identifier: 120870561
2026-03-30 10:04:59 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: fabcea3b-c6d8-58ab-a765-c1582a39a22f with identifier: 120870561 to the API
2026-03-30 10:04:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:04:59 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:04:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://abimg003.imgix.net/SW59GNK/2026-03-30/image/98faf659-542d-4f93-bf89-2427edb3b224_removebg.jpg?w=600>
{'auction_title': '',
'c_o_2_emission_value': 106,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 3,
'emission_standard': 'EURO 4',
'engine': '1.0L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'Petrol',
'id': 'fabcea3b-c6d8-58ab-a765-c1582a39a22f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'SW59GNK',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120870561',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'PEUGEOT',
'model': '107 HATCHBACK SPECIAL EDITIONS',
'odometer': 101391,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 10,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fabcea3b-c6d8-58ab-a765-c1582a39a22f/fabcea3b-c6d8-58ab-a765-c1582a39a22f_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 35917,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/SW59GNK/2026-03-30/image/98faf659-542d-4f93-bf89-2427edb3b224_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fabcea3b-c6d8-58ab-a765-c1582a39a22f/fabcea3b-c6d8-58ab-a765-c1582a39a22f_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 35823,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/SW59GNK/2026-03-30/image/331f7e92-e793-4e8f-9233-580217be6e50_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fabcea3b-c6d8-58ab-a765-c1582a39a22f/fabcea3b-c6d8-58ab-a765-c1582a39a22f_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 34647,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/SW59GNK/2026-03-30/image/1b4e4d6a-faa5-45ff-8ed7-ab61a3eb6fb1_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fabcea3b-c6d8-58ab-a765-c1582a39a22f/fabcea3b-c6d8-58ab-a765-c1582a39a22f_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 37618,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/SW59GNK/2026-03-30/image/d4256c50-5062-48ba-ada4-929b03e6b819_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fabcea3b-c6d8-58ab-a765-c1582a39a22f/fabcea3b-c6d8-58ab-a765-c1582a39a22f_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 18393,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/SW59GNK/2026-03-30/image/48097308-aa52-4a76-b179-482aaa7db54a_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fabcea3b-c6d8-58ab-a765-c1582a39a22f/fabcea3b-c6d8-58ab-a765-c1582a39a22f_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 45273,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/SW59GNK/2026-03-30/image/6ba83abc-1410-4ce4-820e-760e5ce6b07f_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fabcea3b-c6d8-58ab-a765-c1582a39a22f/fabcea3b-c6d8-58ab-a765-c1582a39a22f_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 61237,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/SW59GNK/2026-03-30/image/c0f5b101-047b-4ac4-b6cc-2e4bca020299_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fabcea3b-c6d8-58ab-a765-c1582a39a22f/fabcea3b-c6d8-58ab-a765-c1582a39a22f_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 44863,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/SW59GNK/2026-03-30/image/eec525a2-2ef1-429b-87b1-8d0ff9fef973_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fabcea3b-c6d8-58ab-a765-c1582a39a22f/fabcea3b-c6d8-58ab-a765-c1582a39a22f_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 56659,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/SW59GNK/2026-03-30/image/14473c8d-1562-4f94-aae1-0041851e2106_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fabcea3b-c6d8-58ab-a765-c1582a39a22f/fabcea3b-c6d8-58ab-a765-c1582a39a22f_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 57613,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/SW59GNK/2026-03-30/image/afa3bdf6-5677-4c8c-bcd0-eea7a5e83109_removebg.jpg?w=600',
'Width': 600}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2009-12-22',
'seller_name': 'UKCGR',
'title': 'PEUGEOT 107 HATCHBACK SPECIAL EDITIONS 1.0 Verve 3dr',
'transmission': 'manual',
'trim': '1.0 Verve 3dr',
'vin': None,
'year': 2009}
2026-03-30 10:04:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120870561%27 HTTP/1.1" 200 None
2026-03-30 10:04:59 [astonbarclay.gb] INFO: Saving data for 120870561: {'created_time': 1774865099.680969, 'last_price_update_time': 1774865099.68098, 'auction_closing_time': 1774958400.0}
2026-03-30 10:04:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120870561') HTTP/1.1" 204 0
2026-03-30 10:04:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/EJ64BTF/2026-03-28/image/584377fb-2763-48b5-b159-0ae46d664a9c_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120860778?view=catalogue)
2026-03-30 10:04:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/GL15CXZ/2026-03-30/image/417eea1d-c0a2-4fb7-9e11-57fb1e9dceb5_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120869621?view=catalogue)
2026-03-30 10:04:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/MV62UVW/2026-03-28/image/c4c4b079-89df-45b0-9b8c-45ac5759c145_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120863765?view=catalogue)
2026-03-30 10:04:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/MV62UVW/2026-03-28/image/f6197a58-9063-4328-8d3c-8f80b810b806_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120863765?view=catalogue)
2026-03-30 10:04:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/BU13MLE/2026-03-30/image/f322100e-737c-4b86-a17b-bd8f7a7723ae_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120880218?view=catalogue)
2026-03-30 10:04:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/EJ64BTF/2026-03-28/image/e4c8005a-1aee-4dfc-aa66-d391a99ff643_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120860778?view=catalogue)
2026-03-30 10:04:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/KX10XKW/2026-03-30/image/58d2ed0a-8bf5-4d35-9727-d02393646734_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120870355?view=catalogue)
2026-03-30 10:04:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04: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%252FMV62UVW%252F2026-03-28%252Fimage%252F53f7fb5b-9b81-45b4-8e23-94d3c440da3a_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:04:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/MV62UVW/2026-03-28/image/53f7fb5b-9b81-45b4-8e23-94d3c440da3a_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:04:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04: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%252FEJ64BTF%252F2026-03-28%252Fimage%252F6af6197f-e866-4045-a42c-18733e76a2e3_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:04:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EJ64BTF/2026-03-28/image/6af6197f-e866-4045-a42c-18733e76a2e3_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:04:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04: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%252FLY25FWJ%252F2026-03-28%252Fimage%252F92be1b76-8045-457d-957e-5952cbccf1e2_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:04:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/LY25FWJ/2026-03-28/image/92be1b76-8045-457d-957e-5952cbccf1e2_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:04:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04: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%252FMA11UYH%252F2026-03-28%252Fimage%252F5069f19d-ff22-4aff-9250-f4ca1af808ad_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:04:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/MA11UYH/2026-03-28/image/5069f19d-ff22-4aff-9250-f4ca1af808ad_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:04:59 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:04:59 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f43653aa610>
2026-03-30 10:04:59 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:04:59 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:04:59 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:04:59 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_33f3dd4d-312c-536b-94c4-67637a73383c/33f3dd4d-312c-536b-94c4-67637a73383c_image_0.jpg HTTP/1.1" 201 0
2026-03-30 10:04:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FMV62UVW%252F2026-03-28%252Fimage%252F74fa78b4-fa84-4f5b-a676-82102f08ba03_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:04:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/MV62UVW/2026-03-28/image/74fa78b4-fa84-4f5b-a676-82102f08ba03_removebg.jpg?w=600 saved to cache
2026-03-30 10:04:59 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 33f3dd4d-312c-536b-94c4-67637a73383c
2026-03-30 10:04:59 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:04:59 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f4365289150>
2026-03-30 10:04:59 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:04:59 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:04:59 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:04:59 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_09500a2b-d937-5cbe-a49e-54245c356512/09500a2b-d937-5cbe-a49e-54245c356512_image_0.jpg HTTP/1.1" 201 0
2026-03-30 10:04:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:04:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FYB64XDR%252F2026-03-30%252Fimage%252Fd8e5d15a-36cd-4917-8ffe-4511cc4ca3c1_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:04:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YB64XDR/2026-03-30/image/d8e5d15a-36cd-4917-8ffe-4511cc4ca3c1_removebg.jpg?w=600 saved to cache
2026-03-30 10:04:59 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 09500a2b-d937-5cbe-a49e-54245c356512
2026-03-30 10:04:59 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 09500a2b-d937-5cbe-a49e-54245c356512, skipping ID generation
2026-03-30 10:04:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 09500a2b-d937-5cbe-a49e-54245c356512 with scrape type 1
2026-03-30 10:04:59 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 09500a2b-d937-5cbe-a49e-54245c356512 sending to next pipeline
2026-03-30 10:04:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 09500a2b-d937-5cbe-a49e-54245c356512, identifier: 120870815
2026-03-30 10:04:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/RY19VXD/2026-03-30/image/064d4cef-4190-40aa-ba8c-649ff134e138_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120870639?view=catalogue)
2026-03-30 10:04:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg002.imgix.net/0e5329fb-cfc8-45f3-9cf0-64492bb38f91.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120839064?view=catalogue)
2026-03-30 10:04:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 09500a2b-d937-5cbe-a49e-54245c356512 with identifier: 120870815
2026-03-30 10:04:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 09500a2b-d937-5cbe-a49e-54245c356512 with identifier: 120870815
2026-03-30 10:05:00 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 09500a2b-d937-5cbe-a49e-54245c356512 with identifier: 120870815 to the API
2026-03-30 10:05:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:05:00 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:05:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://abimg003.imgix.net/YB64XDR/2026-03-30/image/d8e5d15a-36cd-4917-8ffe-4511cc4ca3c1_removebg.jpg?w=600>
{'auction_title': '',
'c_o_2_emission_value': 99,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.0L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'Petrol',
'id': '09500a2b-d937-5cbe-a49e-54245c356512',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'YB64XDR',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120870815',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'FORD',
'model': 'FIESTA HATCHBACK',
'odometer': 33308,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 9,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_09500a2b-d937-5cbe-a49e-54245c356512/09500a2b-d937-5cbe-a49e-54245c356512_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 33155,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/YB64XDR/2026-03-30/image/d8e5d15a-36cd-4917-8ffe-4511cc4ca3c1_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_09500a2b-d937-5cbe-a49e-54245c356512/09500a2b-d937-5cbe-a49e-54245c356512_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 34922,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/YB64XDR/2026-03-30/image/fb785cea-9229-4b0c-bf54-87946d7e2a18_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_09500a2b-d937-5cbe-a49e-54245c356512/09500a2b-d937-5cbe-a49e-54245c356512_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 35601,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/YB64XDR/2026-03-30/image/d1fce2bd-6d49-4f65-b43e-eba986ba1f13_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_09500a2b-d937-5cbe-a49e-54245c356512/09500a2b-d937-5cbe-a49e-54245c356512_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 35463,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/YB64XDR/2026-03-30/image/49aa675d-2c2d-4768-80d0-ed140237cf07_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_09500a2b-d937-5cbe-a49e-54245c356512/09500a2b-d937-5cbe-a49e-54245c356512_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 49016,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/YB64XDR/2026-03-30/image/51e09d90-59fe-4ff4-aea5-871168c083d6_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_09500a2b-d937-5cbe-a49e-54245c356512/09500a2b-d937-5cbe-a49e-54245c356512_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 68004,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/YB64XDR/2026-03-30/image/bd75f420-b89b-4301-9525-325034fbce82_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_09500a2b-d937-5cbe-a49e-54245c356512/09500a2b-d937-5cbe-a49e-54245c356512_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 53605,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/YB64XDR/2026-03-30/image/8fd59caa-05f3-4ee0-ae10-59cdabdac5d0_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_09500a2b-d937-5cbe-a49e-54245c356512/09500a2b-d937-5cbe-a49e-54245c356512_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 50507,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/YB64XDR/2026-03-30/image/4ea18543-ea7c-48e2-b6f9-9bfc5e9fcb06_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_09500a2b-d937-5cbe-a49e-54245c356512/09500a2b-d937-5cbe-a49e-54245c356512_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 62396,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/YB64XDR/2026-03-30/image/94a10816-b1f5-4041-bb2a-b876b8dac68b_removebg.jpg?w=600',
'Width': 600}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2014-12-30',
'seller_name': 'UKCGR - Trade',
'title': 'FORD FIESTA HATCHBACK 1.0 EcoBoost Zetec 5dr',
'transmission': 'manual',
'trim': '1.0 EcoBoost Zetec 5dr',
'vin': None,
'year': 2014}
2026-03-30 10:05:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120870815%27 HTTP/1.1" 200 None
2026-03-30 10:05:00 [astonbarclay.gb] INFO: Saving data for 120870815: {'created_time': 1774865100.452524, 'last_price_update_time': 1774865100.452541, 'auction_closing_time': 1774958400.0}
2026-03-30 10:05:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120870815') HTTP/1.1" 204 0
2026-03-30 10:05:00 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:05:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FMV62UVW%252F2026-03-28%252Fimage%252F6d7a67b8-ad59-47c1-9298-09d987f8866c_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:05:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/MV62UVW/2026-03-28/image/6d7a67b8-ad59-47c1-9298-09d987f8866c_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:05:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FEJ64BTF%252F2026-03-28%252Fimage%252F56497264-b4db-4700-808e-8b25587e0ddd_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:05:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EJ64BTF/2026-03-28/image/56497264-b4db-4700-808e-8b25587e0ddd_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:05:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FLY25FWJ%252F2026-03-28%252Fimage%252Fb9703324-097a-46d4-9979-e2c16fb1958b_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:05:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/LY25FWJ/2026-03-28/image/b9703324-097a-46d4-9979-e2c16fb1958b_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:05:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FMA11UYH%252F2026-03-28%252Fimage%252F6629c39f-eb96-49a4-8f8c-8ae5773764b7_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:05:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/MA11UYH/2026-03-28/image/6629c39f-eb96-49a4-8f8c-8ae5773764b7_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:05:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/EJ64BTF/2026-03-28/image/318bb68e-b47f-4eb3-82be-a75189aa483d_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120860778?view=catalogue)
2026-03-30 10:05:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/GL15CXZ/2026-03-30/image/d2269cfd-0131-4a16-8d75-1bedae173cb1_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120869621?view=catalogue)
2026-03-30 10:05:00 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:05:00 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f4366512d50>
2026-03-30 10:05:00 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:05:00 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:05:00 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:05:00 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_33f3dd4d-312c-536b-94c4-67637a73383c/33f3dd4d-312c-536b-94c4-67637a73383c_image_1.jpg HTTP/1.1" 201 0
2026-03-30 10:05:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FMV62UVW%252F2026-03-28%252Fimage%252F4349ff22-72d0-4e3b-9d3d-85f55e0f42b7_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:05:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/MV62UVW/2026-03-28/image/4349ff22-72d0-4e3b-9d3d-85f55e0f42b7_removebg.jpg?w=600 saved to cache
2026-03-30 10:05:00 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 33f3dd4d-312c-536b-94c4-67637a73383c
2026-03-30 10:05:00 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:05:00 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f43653da310>
2026-03-30 10:05:00 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:05:00 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:05:00 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:05:00 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_45c40dc9-2f53-597c-8f0b-83e9c2c85412/45c40dc9-2f53-597c-8f0b-83e9c2c85412_image_1.jpg HTTP/1.1" 201 0
2026-03-30 10:05:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FYE72DKA%252F2026-03-30%252Fimage%252Fb12be804-1c12-4cbc-97cf-c3f7714460bd_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:05:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YE72DKA/2026-03-30/image/b12be804-1c12-4cbc-97cf-c3f7714460bd_removebg.jpg?w=600 saved to cache
2026-03-30 10:05:00 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 45c40dc9-2f53-597c-8f0b-83e9c2c85412
2026-03-30 10:05:00 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 45c40dc9-2f53-597c-8f0b-83e9c2c85412, skipping ID generation
2026-03-30 10:05:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 45c40dc9-2f53-597c-8f0b-83e9c2c85412 with scrape type 1
2026-03-30 10:05:00 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 45c40dc9-2f53-597c-8f0b-83e9c2c85412 sending to next pipeline
2026-03-30 10:05:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 45c40dc9-2f53-597c-8f0b-83e9c2c85412, identifier: 120870326
2026-03-30 10:05:00 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120830731, 'registration': 'NV65AXG', 'account': 'SMC024', 'make': 'FORD', 'model': 'FIESTA HATCHBACK', 'derivative': '1.25 Style 3dr', 'mileage': 58626, 'mileageWarranty': True, 'type': 'car', 'saleId': 19234, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 728}, 'saleStart': '2026-04-01T09:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2015-12-08', 'fuel': 'Petrol', 'motExpiry': '2026-11-06', 'doors': 3, 'engineSize': 1242, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/NV65AXG/2026-03-28/image/965cbafc-8edb-4f5e-9fea-40046704723e_removebg.jpg?w=600', 'https://abimg003.imgix.net/NV65AXG/2026-03-28/image/6448c4d7-3f5d-4227-9061-82b4d70dd2dd_removebg.jpg?w=600', 'https://abimg003.imgix.net/NV65AXG/2026-03-28/image/fa7eac26-f075-44c0-8c10-91266c373554_removebg.jpg?w=600', 'https://abimg003.imgix.net/NV65AXG/2026-03-28/image/404f168f-e2dd-4a18-a88c-b8850196db3e_removebg.jpg?w=600', 'https://abimg003.imgix.net/NV65AXG/2026-03-28/image/987298f5-8053-42b5-a1d0-59cf69acb8a8_removebg.jpg?w=600', 'https://abimg003.imgix.net/NV65AXG/2026-03-28/image/43800d0b-0669-412d-9aee-a66513e7a896_removebg.jpg?w=600', 'https://abimg003.imgix.net/NV65AXG/2026-03-28/image/f0a08804-f6a0-4f68-8317-f1d05225bfd2_removebg.jpg?w=600', 'https://abimg003.imgix.net/NV65AXG/2026-03-28/image/204b72e4-bbb8-4ce7-ba5d-5179c5f8ea07_removebg.jpg?w=600', 'https://abimg003.imgix.net/NV65AXG/2026-03-28/image/97559548-3058-417d-8913-15ea882211fc_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'SMC Ford Gillingham', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': False, 'v5details': None, 'co2': 122, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/c581c57e-418b-49c5-afa5-f3030791cab1.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:05:00 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120830731, 'registration': 'NV65AXG', 'account': 'SMC024', 'make': 'FORD', 'model': 'FIESTA HATCHBACK', 'derivative': '1.25 Style 3dr', 'mileage': 58626, 'mileageWarranty': True, 'type': 'car', 'saleId': 19234, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 728}, 'saleStart': '2026-04-01T09:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2015-12-08', 'fuel': 'Petrol', 'motExpiry': '2026-11-06', 'doors': 3, 'engineSize': 1242, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/NV65AXG/2026-03-28/image/965cbafc-8edb-4f5e-9fea-40046704723e_removebg.jpg?w=600', 'https://abimg003.imgix.net/NV65AXG/2026-03-28/image/6448c4d7-3f5d-4227-9061-82b4d70dd2dd_removebg.jpg?w=600', 'https://abimg003.imgix.net/NV65AXG/2026-03-28/image/fa7eac26-f075-44c0-8c10-91266c373554_removebg.jpg?w=600', 'https://abimg003.imgix.net/NV65AXG/2026-03-28/image/404f168f-e2dd-4a18-a88c-b8850196db3e_removebg.jpg?w=600', 'https://abimg003.imgix.net/NV65AXG/2026-03-28/image/987298f5-8053-42b5-a1d0-59cf69acb8a8_removebg.jpg?w=600', 'https://abimg003.imgix.net/NV65AXG/2026-03-28/image/43800d0b-0669-412d-9aee-a66513e7a896_removebg.jpg?w=600', 'https://abimg003.imgix.net/NV65AXG/2026-03-28/image/f0a08804-f6a0-4f68-8317-f1d05225bfd2_removebg.jpg?w=600', 'https://abimg003.imgix.net/NV65AXG/2026-03-28/image/204b72e4-bbb8-4ce7-ba5d-5179c5f8ea07_removebg.jpg?w=600', 'https://abimg003.imgix.net/NV65AXG/2026-03-28/image/97559548-3058-417d-8913-15ea882211fc_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'SMC Ford Gillingham', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': False, 'v5details': None, 'co2': 122, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/c581c57e-418b-49c5-afa5-f3030791cab1.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:05:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5bc82e63-11ed-5893-85bd-1f5f068554d0 with identifier: 120830731
2026-03-30 10:05:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5bc82e63-11ed-5893-85bd-1f5f068554d0 with scrape type 1
2026-03-30 10:05:00 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 9 photos for item 5bc82e63-11ed-5893-85bd-1f5f068554d0
2026-03-30 10:05:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FNV65AXG%252F2026-03-28%252Fimage%252F965cbafc-8edb-4f5e-9fea-40046704723e_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:05:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/NV65AXG/2026-03-28/image/965cbafc-8edb-4f5e-9fea-40046704723e_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:05:00 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120758234, 'registration': 'A6YGL', 'account': 'AST002', 'make': 'VOLKSWAGEN', 'model': 'TIGUAN DIESEL ESTATE', 'derivative': '2.0 TDi BlueMotion Tech Match 5dr DSG', 'mileage': 148181, 'mileageWarranty': True, 'type': 'car', 'saleId': 19229, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 117}, 'saleStart': '2026-04-01T08:45Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2013-10-11', 'fuel': 'Diesel', 'motExpiry': '2025-07-26', 'doors': 5, 'engineSize': 1968, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/A6YGL/2026-03-24/image/6038d05a-d7f7-45e1-9040-4f21adf18bf3_removebg.jpg?w=600', 'https://abimg003.imgix.net/A6YGL/2026-03-24/image/46b482f5-351a-4226-913d-10003f412b1d_removebg.jpg?w=600', 'https://abimg003.imgix.net/A6YGL/2026-03-24/image/f52ff616-e170-4a40-9e83-1507f005df4f_removebg.jpg?w=600', 'https://abimg003.imgix.net/A6YGL/2026-03-24/image/b75dd501-b5c6-4d56-95f3-243776faddc1_removebg.jpg?w=600', 'https://abimg003.imgix.net/A6YGL/2026-03-24/image/995d42ea-b635-45bf-9d70-b8b304884638_removebg.jpg?w=600', 'https://abimg003.imgix.net/A6YGL/2026-03-24/image/fc9223a7-6aa4-4211-9f43-a1dff9431663_removebg.jpg?w=600', 'https://abimg003.imgix.net/A6YGL/2026-03-24/image/ab79c5b6-84c1-4683-b1ca-cec1a82f3916_removebg.jpg?w=600', 'https://abimg003.imgix.net/A6YGL/2026-03-24/image/417de56b-5d9f-4e93-8a9a-e0e719d92dc4_removebg.jpg?w=600', 'https://abimg003.imgix.net/A6YGL/2026-03-24/image/6dd64fbe-96be-4644-a40b-d7e7d29100f4_removebg.jpg?w=600', 'https://abimg003.imgix.net/A6YGL/2026-03-24/image/168a2e32-85ed-45df-bde9-a0964ebc8683_removebg.jpg?w=600', 'https://abimg003.imgix.net/A6YGL/2026-03-24/image/2849fa4a-ccdb-4922-9d8c-c3aa13ff6b22_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Fleet', 'serviceHistory': 'Service book 9/15 9K, 11/16 14K, 10/18 35K, 10/19 49K,9/20 65K, 11/21 73K, 89K (No Date),', 'remarks': 'S/KEY - PLATE NOT GUARANTEED TO STAY WITH VEHICLE', 'virtual': False, 'seller': '.', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 158, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/a615f5c1-a484-4faa-96af-87ce42855cb0.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:05:00 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120758234, 'registration': 'A6YGL', 'account': 'AST002', 'make': 'VOLKSWAGEN', 'model': 'TIGUAN DIESEL ESTATE', 'derivative': '2.0 TDi BlueMotion Tech Match 5dr DSG', 'mileage': 148181, 'mileageWarranty': True, 'type': 'car', 'saleId': 19229, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 117}, 'saleStart': '2026-04-01T08:45Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2013-10-11', 'fuel': 'Diesel', 'motExpiry': '2025-07-26', 'doors': 5, 'engineSize': 1968, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/A6YGL/2026-03-24/image/6038d05a-d7f7-45e1-9040-4f21adf18bf3_removebg.jpg?w=600', 'https://abimg003.imgix.net/A6YGL/2026-03-24/image/46b482f5-351a-4226-913d-10003f412b1d_removebg.jpg?w=600', 'https://abimg003.imgix.net/A6YGL/2026-03-24/image/f52ff616-e170-4a40-9e83-1507f005df4f_removebg.jpg?w=600', 'https://abimg003.imgix.net/A6YGL/2026-03-24/image/b75dd501-b5c6-4d56-95f3-243776faddc1_removebg.jpg?w=600', 'https://abimg003.imgix.net/A6YGL/2026-03-24/image/995d42ea-b635-45bf-9d70-b8b304884638_removebg.jpg?w=600', 'https://abimg003.imgix.net/A6YGL/2026-03-24/image/fc9223a7-6aa4-4211-9f43-a1dff9431663_removebg.jpg?w=600', 'https://abimg003.imgix.net/A6YGL/2026-03-24/image/ab79c5b6-84c1-4683-b1ca-cec1a82f3916_removebg.jpg?w=600', 'https://abimg003.imgix.net/A6YGL/2026-03-24/image/417de56b-5d9f-4e93-8a9a-e0e719d92dc4_removebg.jpg?w=600', 'https://abimg003.imgix.net/A6YGL/2026-03-24/image/6dd64fbe-96be-4644-a40b-d7e7d29100f4_removebg.jpg?w=600', 'https://abimg003.imgix.net/A6YGL/2026-03-24/image/168a2e32-85ed-45df-bde9-a0964ebc8683_removebg.jpg?w=600', 'https://abimg003.imgix.net/A6YGL/2026-03-24/image/2849fa4a-ccdb-4922-9d8c-c3aa13ff6b22_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Fleet', 'serviceHistory': 'Service book 9/15 9K, 11/16 14K, 10/18 35K, 10/19 49K,9/20 65K, 11/21 73K, 89K (No Date),', 'remarks': 'S/KEY - PLATE NOT GUARANTEED TO STAY WITH VEHICLE', 'virtual': False, 'seller': '.', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 158, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/a615f5c1-a484-4faa-96af-87ce42855cb0.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:05:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9f63902f-d025-5f3d-8e72-89ee9cbde624 with identifier: 120758234
2026-03-30 10:05:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9f63902f-d025-5f3d-8e72-89ee9cbde624 with scrape type 2
2026-03-30 10:05:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9f63902f-d025-5f3d-8e72-89ee9cbde624 with scrape type 2
2026-03-30 10:05:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 9f63902f-d025-5f3d-8e72-89ee9cbde624, identifier: 120758234
2026-03-30 10:05:00 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:05:00 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f43652b1810>
2026-03-30 10:05:00 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:05:00 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:05:00 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:05:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7e6b4545-773a-5cf2-8efd-0bef0ae26d9a/7e6b4545-773a-5cf2-8efd-0bef0ae26d9a_image_0.jpg HTTP/1.1" 201 0
2026-03-30 10:05:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FEJ64BTF%252F2026-03-28%252Fimage%252F584377fb-2763-48b5-b159-0ae46d664a9c_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:05:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EJ64BTF/2026-03-28/image/584377fb-2763-48b5-b159-0ae46d664a9c_removebg.jpg?w=600 saved to cache
2026-03-30 10:05:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 7e6b4545-773a-5cf2-8efd-0bef0ae26d9a
2026-03-30 10:05:01 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:05:01 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f4365244110>
2026-03-30 10:05:01 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:05:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:05:01 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:05:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e8556002-5680-58be-a571-01e165d8d050/e8556002-5680-58be-a571-01e165d8d050_image_7.jpg HTTP/1.1" 201 0
2026-03-30 10:05:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FGL15CXZ%252F2026-03-30%252Fimage%252F417eea1d-c0a2-4fb7-9e11-57fb1e9dceb5_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:05:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/GL15CXZ/2026-03-30/image/417eea1d-c0a2-4fb7-9e11-57fb1e9dceb5_removebg.jpg?w=600 saved to cache
2026-03-30 10:05:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item e8556002-5680-58be-a571-01e165d8d050
2026-03-30 10:05:01 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:05:01 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f43653a9c10>
2026-03-30 10:05:01 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:05:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:05:01 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:05:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_33f3dd4d-312c-536b-94c4-67637a73383c/33f3dd4d-312c-536b-94c4-67637a73383c_image_2.jpg HTTP/1.1" 201 0
2026-03-30 10:05:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FMV62UVW%252F2026-03-28%252Fimage%252Fc4c4b079-89df-45b0-9b8c-45ac5759c145_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:05:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/MV62UVW/2026-03-28/image/c4c4b079-89df-45b0-9b8c-45ac5759c145_removebg.jpg?w=600 saved to cache
2026-03-30 10:05:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 33f3dd4d-312c-536b-94c4-67637a73383c
2026-03-30 10:05:01 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:05:01 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f436679e5d0>
2026-03-30 10:05:01 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:05:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:05:01 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:05:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_33f3dd4d-312c-536b-94c4-67637a73383c/33f3dd4d-312c-536b-94c4-67637a73383c_image_3.jpg HTTP/1.1" 201 0
2026-03-30 10:05:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FMV62UVW%252F2026-03-28%252Fimage%252Ff6197a58-9063-4328-8d3c-8f80b810b806_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:05:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/MV62UVW/2026-03-28/image/f6197a58-9063-4328-8d3c-8f80b810b806_removebg.jpg?w=600 saved to cache
2026-03-30 10:05:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 33f3dd4d-312c-536b-94c4-67637a73383c
2026-03-30 10:05:01 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:05:01 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f4367b6a090>
2026-03-30 10:05:01 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:05:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:05:01 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:05:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ca5a411f-d803-534f-82d4-02d558bac7c2/ca5a411f-d803-534f-82d4-02d558bac7c2_image_7.jpg HTTP/1.1" 201 0
2026-03-30 10:05:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FBU13MLE%252F2026-03-30%252Fimage%252Ff322100e-737c-4b86-a17b-bd8f7a7723ae_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:05:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/BU13MLE/2026-03-30/image/f322100e-737c-4b86-a17b-bd8f7a7723ae_removebg.jpg?w=600 saved to cache
2026-03-30 10:05:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item ca5a411f-d803-534f-82d4-02d558bac7c2
2026-03-30 10:05:01 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:05:01 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f436525f6d0>
2026-03-30 10:05:01 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:05:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:05:01 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:05:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7e6b4545-773a-5cf2-8efd-0bef0ae26d9a/7e6b4545-773a-5cf2-8efd-0bef0ae26d9a_image_1.jpg HTTP/1.1" 201 0
2026-03-30 10:05:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FEJ64BTF%252F2026-03-28%252Fimage%252Fe4c8005a-1aee-4dfc-aa66-d391a99ff643_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:05:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EJ64BTF/2026-03-28/image/e4c8005a-1aee-4dfc-aa66-d391a99ff643_removebg.jpg?w=600 saved to cache
2026-03-30 10:05:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 7e6b4545-773a-5cf2-8efd-0bef0ae26d9a
2026-03-30 10:05:01 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:05:01 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f43654cc510>
2026-03-30 10:05:01 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:05:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:05:01 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:05:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1a3a4e60-2669-53bb-aacb-0888203bea59/1a3a4e60-2669-53bb-aacb-0888203bea59_image_8.jpg HTTP/1.1" 201 0
2026-03-30 10:05:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FKX10XKW%252F2026-03-30%252Fimage%252F58d2ed0a-8bf5-4d35-9727-d02393646734_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:05:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/KX10XKW/2026-03-30/image/58d2ed0a-8bf5-4d35-9727-d02393646734_removebg.jpg?w=600 saved to cache
2026-03-30 10:05:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 1a3a4e60-2669-53bb-aacb-0888203bea59
2026-03-30 10:05:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/LY25FWJ/2026-03-28/image/652f6c61-6cab-48c6-ae42-12d9ddfe9e32_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120794538?view=catalogue)
2026-03-30 10:05:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/MA11UYH/2026-03-28/image/ae658e34-5911-4e2e-8cc9-02b31132b6bc_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120830703?view=catalogue)
2026-03-30 10:05:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FMV62UVW%252F2026-03-28%252Fimage%252F05b0b761-c9c8-4251-88e3-315cd2ffacaf_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:05:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/MV62UVW/2026-03-28/image/05b0b761-c9c8-4251-88e3-315cd2ffacaf_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:05:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FEJ64BTF%252F2026-03-28%252Fimage%252F804f223c-47b1-43d9-b583-bb3db4d8c52d_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:05:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EJ64BTF/2026-03-28/image/804f223c-47b1-43d9-b583-bb3db4d8c52d_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:05:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FLY25FWJ%252F2026-03-28%252Fimage%252F692b6b57-a7cc-4757-a787-d55748367e75_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:05:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/LY25FWJ/2026-03-28/image/692b6b57-a7cc-4757-a787-d55748367e75_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:05:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FMA11UYH%252F2026-03-28%252Fimage%252Ffb176bd2-9eb0-4e35-a886-eac9e886223c_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:05:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/MA11UYH/2026-03-28/image/fb176bd2-9eb0-4e35-a886-eac9e886223c_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:05:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 45c40dc9-2f53-597c-8f0b-83e9c2c85412 with identifier: 120870326
2026-03-30 10:05:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 45c40dc9-2f53-597c-8f0b-83e9c2c85412 with identifier: 120870326
2026-03-30 10:05:01 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 45c40dc9-2f53-597c-8f0b-83e9c2c85412 with identifier: 120870326 to the API
2026-03-30 10:05:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:05:01 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:05:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://abimg003.imgix.net/YE72DKA/2026-03-30/image/b12be804-1c12-4cbc-97cf-c3f7714460bd_removebg.jpg?w=600>
{'auction_title': '',
'c_o_2_emission_value': 158,
'color': 'SILVER',
'currency': 'GBP',
'doors_number': None,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'Diesel',
'id': '45c40dc9-2f53-597c-8f0b-83e9c2c85412',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'YE72DKA',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120870326',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'FORD',
'model': 'TRANSIT CONNECT 250 L2 DIESEL',
'odometer': 30046,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 9,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_45c40dc9-2f53-597c-8f0b-83e9c2c85412/45c40dc9-2f53-597c-8f0b-83e9c2c85412_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 28497,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/YE72DKA/2026-03-30/image/2da4b848-3136-44f7-90ce-cb29a47cc3ad_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_45c40dc9-2f53-597c-8f0b-83e9c2c85412/45c40dc9-2f53-597c-8f0b-83e9c2c85412_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 30442,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/YE72DKA/2026-03-30/image/b12be804-1c12-4cbc-97cf-c3f7714460bd_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_45c40dc9-2f53-597c-8f0b-83e9c2c85412/45c40dc9-2f53-597c-8f0b-83e9c2c85412_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 26845,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/YE72DKA/2026-03-30/image/5e1d0824-a77a-42bc-aaa6-63fdc2aac44f_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_45c40dc9-2f53-597c-8f0b-83e9c2c85412/45c40dc9-2f53-597c-8f0b-83e9c2c85412_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 28131,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/YE72DKA/2026-03-30/image/bc32c0c1-8a67-4ceb-9619-d3bbd3af87dc_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_45c40dc9-2f53-597c-8f0b-83e9c2c85412/45c40dc9-2f53-597c-8f0b-83e9c2c85412_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 47874,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/YE72DKA/2026-03-30/image/a8a3ef7d-27dd-4c38-a477-11fc5f8e6533_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_45c40dc9-2f53-597c-8f0b-83e9c2c85412/45c40dc9-2f53-597c-8f0b-83e9c2c85412_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 57962,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/YE72DKA/2026-03-30/image/b7fe9219-abe6-469f-a05b-7688112a5613_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_45c40dc9-2f53-597c-8f0b-83e9c2c85412/45c40dc9-2f53-597c-8f0b-83e9c2c85412_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 44575,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/YE72DKA/2026-03-30/image/aeefcd88-901f-4898-9ff7-70914fa51789_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_45c40dc9-2f53-597c-8f0b-83e9c2c85412/45c40dc9-2f53-597c-8f0b-83e9c2c85412_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 31152,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/YE72DKA/2026-03-30/image/b05ca687-afb0-4c1c-a1e9-dd5236431b08_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_45c40dc9-2f53-597c-8f0b-83e9c2c85412/45c40dc9-2f53-597c-8f0b-83e9c2c85412_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 54932,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/YE72DKA/2026-03-30/image/fa55c9d3-0e83-42e4-bff2-d157511f3973_removebg.jpg?w=600',
'Width': 600}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-11-10',
'seller_name': 'UKCGR',
'title': 'FORD TRANSIT CONNECT 250 L2 DIESEL 1.5 EcoBlue 120ps Limited Van '
'Powershift',
'transmission': 'automatic',
'trim': '1.5 EcoBlue 120ps Limited Van Powershift',
'vin': None,
'year': 2022}
2026-03-30 10:05:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120870326%27 HTTP/1.1" 200 None
2026-03-30 10:05:01 [astonbarclay.gb] INFO: Saving data for 120870326: {'created_time': 1774865101.847733, 'last_price_update_time': 1774865101.847747, 'auction_closing_time': 1774958400.0}
2026-03-30 10:05:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120870326') HTTP/1.1" 204 0
2026-03-30 10:05:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 9f63902f-d025-5f3d-8e72-89ee9cbde624 with identifier: 120758234
2026-03-30 10:05:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 9f63902f-d025-5f3d-8e72-89ee9cbde624 with identifier: 120758234
2026-03-30 10:05:01 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 9f63902f-d025-5f3d-8e72-89ee9cbde624 with identifier: 120758234 to the API
2026-03-30 10:05:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:05:02 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:05:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120758234?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 158,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '2.0L',
'expiration_date': '2026-04-01T08:45:00Z',
'fuel_type': 'Diesel',
'id': '9f63902f-d025-5f3d-8e72-89ee9cbde624',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'A6YGL',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120758234',
'listing': 'auction',
'location': 'Aston Barclay Westbury',
'make': 'VOLKSWAGEN',
'model': 'TIGUAN DIESEL ESTATE',
'odometer': 148181,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2013-10-11',
'seller_name': '.',
'title': 'VOLKSWAGEN TIGUAN DIESEL ESTATE 2.0 TDi BlueMotion Tech Match 5dr '
'DSG',
'transmission': 'automatic',
'trim': '2.0 TDi BlueMotion Tech Match 5dr DSG',
'vin': None,
'year': 2013}
2026-03-30 10:05:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120758234%27 HTTP/1.1" 200 None
2026-03-30 10:05:02 [astonbarclay.gb] INFO: Saving data for 120758234: {'auction_closing_time': 1775033100.0, 'created_time': 1774380144.291834, 'last_price_update_time': 1774865102.168091}
2026-03-30 10:05:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120758234') HTTP/1.1" 204 0
2026-03-30 10:05:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/EJ64BTF/2026-03-28/image/d4dcfc69-44ba-4ce0-9c4d-7d1b594141a8_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120860778?view=catalogue)
2026-03-30 10:05:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/MV62UVW/2026-03-28/image/750fe926-6af8-4d84-8b86-b5ced200d4cb_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120863765?view=catalogue)
2026-03-30 10:05:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/MV62UVW/2026-03-28/image/1b6c4222-efdf-4b0f-a407-7bd9bca5fe62_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120863765?view=catalogue)
2026-03-30 10:05:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/KX10XKW/2026-03-30/image/0d527121-183c-42c2-8b5f-2b76d02f9747_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120870355?view=catalogue)
2026-03-30 10:05:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FNV65AXG%252F2026-03-28%252Fimage%252F6448c4d7-3f5d-4227-9061-82b4d70dd2dd_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:05:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/NV65AXG/2026-03-28/image/6448c4d7-3f5d-4227-9061-82b4d70dd2dd_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:05:02 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:05:02 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f436652a2d0>
2026-03-30 10:05:02 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:05:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:05:02 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:05:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9a1c61ab-e017-54ea-88b2-82e3e53071a9/9a1c61ab-e017-54ea-88b2-82e3e53071a9_image_8.jpg HTTP/1.1" 201 0
2026-03-30 10:05:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FRY19VXD%252F2026-03-30%252Fimage%252F064d4cef-4190-40aa-ba8c-649ff134e138_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:05:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/RY19VXD/2026-03-30/image/064d4cef-4190-40aa-ba8c-649ff134e138_removebg.jpg?w=600 saved to cache
2026-03-30 10:05:02 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 9a1c61ab-e017-54ea-88b2-82e3e53071a9
2026-03-30 10:05:02 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:05:02 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f436513cf50>
2026-03-30 10:05:02 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:05:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:05:02 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:05:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0dece135-f1ce-5d91-8279-f68c562a6083/0dece135-f1ce-5d91-8279-f68c562a6083_image_1.jpg HTTP/1.1" 201 0
2026-03-30 10:05:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg002.imgix.net%252F0e5329fb-cfc8-45f3-9cf0-64492bb38f91.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:05:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg002.imgix.net/0e5329fb-cfc8-45f3-9cf0-64492bb38f91.jpg?w=600 saved to cache
2026-03-30 10:05:02 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 0dece135-f1ce-5d91-8279-f68c562a6083
2026-03-30 10:05:02 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 0dece135-f1ce-5d91-8279-f68c562a6083, skipping ID generation
2026-03-30 10:05:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0dece135-f1ce-5d91-8279-f68c562a6083 with scrape type 1
2026-03-30 10:05:02 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 0dece135-f1ce-5d91-8279-f68c562a6083 sending to next pipeline
2026-03-30 10:05:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 0dece135-f1ce-5d91-8279-f68c562a6083, identifier: 120839064
2026-03-30 10:05:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/RY19VXD/2026-03-30/image/45a4ed88-4f97-45f7-9a79-91d35c16f8b8_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120870639?view=catalogue)
2026-03-30 10:05:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FEJ64BTF%252F2026-03-28%252Fimage%252F4bb22cff-6b26-4837-90bc-26d78dfe4b70_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:05:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EJ64BTF/2026-03-28/image/4bb22cff-6b26-4837-90bc-26d78dfe4b70_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:05:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FLY25FWJ%252F2026-03-28%252Fimage%252F081e17a2-9646-4905-af46-52a6d3475d44_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:05:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/LY25FWJ/2026-03-28/image/081e17a2-9646-4905-af46-52a6d3475d44_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:05:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FMA11UYH%252F2026-03-28%252Fimage%252F0f0ebe8f-8791-4d8f-b17e-123bcb2bc7f9_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:05:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/MA11UYH/2026-03-28/image/0f0ebe8f-8791-4d8f-b17e-123bcb2bc7f9_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:05:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120825637?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:05:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 0dece135-f1ce-5d91-8279-f68c562a6083 with identifier: 120839064
2026-03-30 10:05:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 0dece135-f1ce-5d91-8279-f68c562a6083 with identifier: 120839064
2026-03-30 10:05:02 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 0dece135-f1ce-5d91-8279-f68c562a6083 with identifier: 120839064 to the API
2026-03-30 10:05:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:05:02 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:05:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://abimg002.imgix.net/0e5329fb-cfc8-45f3-9cf0-64492bb38f91.jpg?w=600>
{'auction_title': '',
'c_o_2_emission_value': 124,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'Petrol',
'id': '0dece135-f1ce-5d91-8279-f68c562a6083',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'YT69GSZ',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120839064',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'HYUNDAI',
'model': 'KONA HATCHBACK',
'odometer': 33290,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 4,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0dece135-f1ce-5d91-8279-f68c562a6083/0dece135-f1ce-5d91-8279-f68c562a6083_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 78215,
'Height': 442,
'OriginUrl': 'https://abimg002.imgix.net/eeeabca5-cf41-464b-8628-a08d6d3de860.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0dece135-f1ce-5d91-8279-f68c562a6083/0dece135-f1ce-5d91-8279-f68c562a6083_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 79865,
'Height': 442,
'OriginUrl': 'https://abimg002.imgix.net/0e5329fb-cfc8-45f3-9cf0-64492bb38f91.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0dece135-f1ce-5d91-8279-f68c562a6083/0dece135-f1ce-5d91-8279-f68c562a6083_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 58098,
'Height': 442,
'OriginUrl': 'https://abimg002.imgix.net/0c1929f8-9387-4a0c-82ab-8c22eba9c053.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0dece135-f1ce-5d91-8279-f68c562a6083/0dece135-f1ce-5d91-8279-f68c562a6083_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 51624,
'Height': 442,
'OriginUrl': 'https://abimg002.imgix.net/146d04b6-b65a-4720-a52e-022289ba4d33.jpg?w=600',
'Width': 600}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-09-17',
'seller_name': 'Vantage Motor Group',
'title': 'HYUNDAI KONA HATCHBACK 1.0T GDi Blue Drive S 5dr',
'transmission': 'manual',
'trim': '1.0T GDi Blue Drive S 5dr',
'vin': None,
'year': 2019}
2026-03-30 10:05:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120839064%27 HTTP/1.1" 200 None
2026-03-30 10:05:03 [astonbarclay.gb] INFO: Saving data for 120839064: {'created_time': 1774865103.094734, 'last_price_update_time': 1774865103.094781, 'auction_closing_time': 1774958400.0}
2026-03-30 10:05:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120839064') HTTP/1.1" 204 0
2026-03-30 10:05:03 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:05:03 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f4366e3fe50>
2026-03-30 10:05:03 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:05:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:05:03 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:05:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7e6b4545-773a-5cf2-8efd-0bef0ae26d9a/7e6b4545-773a-5cf2-8efd-0bef0ae26d9a_image_2.jpg HTTP/1.1" 201 0
2026-03-30 10:05:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FEJ64BTF%252F2026-03-28%252Fimage%252F318bb68e-b47f-4eb3-82be-a75189aa483d_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:05:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EJ64BTF/2026-03-28/image/318bb68e-b47f-4eb3-82be-a75189aa483d_removebg.jpg?w=600 saved to cache
2026-03-30 10:05:03 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 7e6b4545-773a-5cf2-8efd-0bef0ae26d9a
2026-03-30 10:05:03 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:05:03 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f43654ba950>
2026-03-30 10:05:03 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:05:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:05:03 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:05:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e8556002-5680-58be-a571-01e165d8d050/e8556002-5680-58be-a571-01e165d8d050_image_6.jpg HTTP/1.1" 201 0
2026-03-30 10:05:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FGL15CXZ%252F2026-03-30%252Fimage%252Fd2269cfd-0131-4a16-8d75-1bedae173cb1_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:05:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/GL15CXZ/2026-03-30/image/d2269cfd-0131-4a16-8d75-1bedae173cb1_removebg.jpg?w=600 saved to cache
2026-03-30 10:05:03 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item e8556002-5680-58be-a571-01e165d8d050
2026-03-30 10:05:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/GL15CXZ/2026-03-30/image/70c6380c-626c-4e12-acd7-3c97707793eb_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120869621?view=catalogue)
2026-03-30 10:05:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/BU13MLE/2026-03-30/image/68052333-6a8d-407f-819a-f74ff5b8b894_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120880218?view=catalogue)
2026-03-30 10:05:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FNV65AXG%252F2026-03-28%252Fimage%252Ffa7eac26-f075-44c0-8c10-91266c373554_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:05:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/NV65AXG/2026-03-28/image/fa7eac26-f075-44c0-8c10-91266c373554_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:05:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/MA11UYH/2026-03-28/image/6629c39f-eb96-49a4-8f8c-8ae5773764b7_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120830703?view=catalogue)
2026-03-30 10:05:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/MA11UYH/2026-03-28/image/5069f19d-ff22-4aff-9250-f4ca1af808ad_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120830703?view=catalogue)
2026-03-30 10:05:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/LY25FWJ/2026-03-28/image/92be1b76-8045-457d-957e-5952cbccf1e2_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120794538?view=catalogue)
2026-03-30 10:05:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/LY25FWJ/2026-03-28/image/b9703324-097a-46d4-9979-e2c16fb1958b_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120794538?view=catalogue)
2026-03-30 10:05:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/KX10XKW/2026-03-30/image/fca34987-f426-482e-bd6a-7a5603e62ecf_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120870355?view=catalogue)
2026-03-30 10:05:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FEJ64BTF%252F2026-03-28%252Fimage%252Fd9056e9c-7665-4dbe-b3fc-68532a9fc679_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:05:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EJ64BTF/2026-03-28/image/d9056e9c-7665-4dbe-b3fc-68532a9fc679_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:05:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FLY25FWJ%252F2026-03-28%252Fimage%252Fb66a4d45-e707-42ba-9c3b-0e28166f0ad2_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:05:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/LY25FWJ/2026-03-28/image/b66a4d45-e707-42ba-9c3b-0e28166f0ad2_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:05:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FMA11UYH%252F2026-03-28%252Fimage%252F15909294-7853-4308-b9ba-5e943bd35055_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:05:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/MA11UYH/2026-03-28/image/15909294-7853-4308-b9ba-5e943bd35055_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:05:03 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:05:03 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f4366556c10>
2026-03-30 10:05:03 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:05:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:05:03 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:05:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9c504df1-9b97-529a-afb6-8d1190fe3001/9c504df1-9b97-529a-afb6-8d1190fe3001_image_0.jpg HTTP/1.1" 201 0
2026-03-30 10:05:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FLY25FWJ%252F2026-03-28%252Fimage%252F652f6c61-6cab-48c6-ae42-12d9ddfe9e32_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:05:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/LY25FWJ/2026-03-28/image/652f6c61-6cab-48c6-ae42-12d9ddfe9e32_removebg.jpg?w=600 saved to cache
2026-03-30 10:05:03 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 9c504df1-9b97-529a-afb6-8d1190fe3001
2026-03-30 10:05:03 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:05:03 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f436652ac90>
2026-03-30 10:05:03 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:05:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:05:03 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:05:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4fd30916-1693-5536-8e95-1d1ea0bd5cf0/4fd30916-1693-5536-8e95-1d1ea0bd5cf0_image_0.jpg HTTP/1.1" 201 0
2026-03-30 10:05:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FMA11UYH%252F2026-03-28%252Fimage%252Fae658e34-5911-4e2e-8cc9-02b31132b6bc_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:05:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/MA11UYH/2026-03-28/image/ae658e34-5911-4e2e-8cc9-02b31132b6bc_removebg.jpg?w=600 saved to cache
2026-03-30 10:05:03 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 4fd30916-1693-5536-8e95-1d1ea0bd5cf0
2026-03-30 10:05:03 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:05:03 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f43666303d0>
2026-03-30 10:05:03 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:05:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:05:03 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:05:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7e6b4545-773a-5cf2-8efd-0bef0ae26d9a/7e6b4545-773a-5cf2-8efd-0bef0ae26d9a_image_3.jpg HTTP/1.1" 201 0
2026-03-30 10:05:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FEJ64BTF%252F2026-03-28%252Fimage%252Fd4dcfc69-44ba-4ce0-9c4d-7d1b594141a8_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:05:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EJ64BTF/2026-03-28/image/d4dcfc69-44ba-4ce0-9c4d-7d1b594141a8_removebg.jpg?w=600 saved to cache
2026-03-30 10:05:03 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 7e6b4545-773a-5cf2-8efd-0bef0ae26d9a
2026-03-30 10:05:03 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:05:03 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f43650f8510>
2026-03-30 10:05:03 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:05:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:05:03 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:05:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_33f3dd4d-312c-536b-94c4-67637a73383c/33f3dd4d-312c-536b-94c4-67637a73383c_image_4.jpg HTTP/1.1" 201 0
2026-03-30 10:05:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FMV62UVW%252F2026-03-28%252Fimage%252F750fe926-6af8-4d84-8b86-b5ced200d4cb_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:05:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/MV62UVW/2026-03-28/image/750fe926-6af8-4d84-8b86-b5ced200d4cb_removebg.jpg?w=600 saved to cache
2026-03-30 10:05:03 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 33f3dd4d-312c-536b-94c4-67637a73383c
2026-03-30 10:05:03 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:05:03 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f436513cdd0>
2026-03-30 10:05:03 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:05:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:05:03 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:05:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_33f3dd4d-312c-536b-94c4-67637a73383c/33f3dd4d-312c-536b-94c4-67637a73383c_image_5.jpg HTTP/1.1" 201 0
2026-03-30 10:05:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FMV62UVW%252F2026-03-28%252Fimage%252F1b6c4222-efdf-4b0f-a407-7bd9bca5fe62_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:05:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/MV62UVW/2026-03-28/image/1b6c4222-efdf-4b0f-a407-7bd9bca5fe62_removebg.jpg?w=600 saved to cache
2026-03-30 10:05:03 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 33f3dd4d-312c-536b-94c4-67637a73383c
2026-03-30 10:05:03 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:05:03 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f43652b6b90>
2026-03-30 10:05:03 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:05:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:05:03 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:05:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1a3a4e60-2669-53bb-aacb-0888203bea59/1a3a4e60-2669-53bb-aacb-0888203bea59_image_7.jpg HTTP/1.1" 201 0
2026-03-30 10:05:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FKX10XKW%252F2026-03-30%252Fimage%252F0d527121-183c-42c2-8b5f-2b76d02f9747_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:05:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/KX10XKW/2026-03-30/image/0d527121-183c-42c2-8b5f-2b76d02f9747_removebg.jpg?w=600 saved to cache
2026-03-30 10:05:03 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 1a3a4e60-2669-53bb-aacb-0888203bea59
2026-03-30 10:05:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/NV65AXG/2026-03-28/image/965cbafc-8edb-4f5e-9fea-40046704723e_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120830731?view=catalogue)
2026-03-30 10:05:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FNV65AXG%252F2026-03-28%252Fimage%252F404f168f-e2dd-4a18-a88c-b8850196db3e_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:05:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/NV65AXG/2026-03-28/image/404f168f-e2dd-4a18-a88c-b8850196db3e_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:05:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FLY25FWJ%252F2026-03-28%252Fimage%252F3677ca48-a299-488d-8e68-d5a42212102b_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:05:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/LY25FWJ/2026-03-28/image/3677ca48-a299-488d-8e68-d5a42212102b_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:05:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FMA11UYH%252F2026-03-28%252Fimage%252F103f48a7-1aeb-408b-8ac4-fb0e5b62c6be_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:05:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/MA11UYH/2026-03-28/image/103f48a7-1aeb-408b-8ac4-fb0e5b62c6be_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:05:03 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:05:03 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f4366630510>
2026-03-30 10:05:03 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:05:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:05:03 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:05:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9a1c61ab-e017-54ea-88b2-82e3e53071a9/9a1c61ab-e017-54ea-88b2-82e3e53071a9_image_7.jpg HTTP/1.1" 201 0
2026-03-30 10:05:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FRY19VXD%252F2026-03-30%252Fimage%252F45a4ed88-4f97-45f7-9a79-91d35c16f8b8_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:05:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/RY19VXD/2026-03-30/image/45a4ed88-4f97-45f7-9a79-91d35c16f8b8_removebg.jpg?w=600 saved to cache
2026-03-30 10:05:03 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 9a1c61ab-e017-54ea-88b2-82e3e53071a9
2026-03-30 10:05:03 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120825637, 'registration': 'WR67ANX', 'account': 'KCS002', 'make': 'FIAT', 'model': '500 HATCHBACK', 'derivative': '1.2 Lounge 3dr', 'mileage': 41897, 'mileageWarranty': True, 'type': 'car', 'saleId': 19229, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 117}, 'saleStart': '2026-04-01T08:45Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2017-09-29', 'fuel': 'Petrol', 'motExpiry': '2026-05-22', 'doors': 3, 'engineSize': 1242, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/WR67ANX/2026-03-26/image/1324793d-ab25-480b-925b-5bd5bef7dfd9_removebg.jpg?w=600', 'https://abimg003.imgix.net/WR67ANX/2026-03-26/image/7ca05471-e02c-4b59-a954-593fd32c4b2d_removebg.jpg?w=600', 'https://abimg003.imgix.net/WR67ANX/2026-03-26/image/81fd36c5-c0bb-4b4b-a344-4ca998bfcbc8_removebg.jpg?w=600', 'https://abimg003.imgix.net/WR67ANX/2026-03-26/image/db9de21f-49ce-4efd-8398-21efcbee9c16_removebg.jpg?w=600', 'https://abimg003.imgix.net/WR67ANX/2026-03-26/image/3df96f56-c1f9-41ec-ab6b-4f2bc4a4973e_removebg.jpg?w=600', 'https://abimg003.imgix.net/WR67ANX/2026-03-26/image/275d3c89-b5dd-46c5-b124-c0c275776f67_removebg.jpg?w=600', 'https://abimg003.imgix.net/WR67ANX/2026-03-26/image/357654c4-3238-4802-9f75-18794c43b1f6_removebg.jpg?w=600', 'https://abimg003.imgix.net/WR67ANX/2026-03-26/image/949020fc-b1ea-4356-b541-0331ae4ac682_removebg.jpg?w=600', 'https://abimg003.imgix.net/WR67ANX/2026-03-26/image/d987f08c-5479-434d-8302-548ed765f712_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Fleet', 'serviceHistory': '', 'remarks': 'NO SPARE KEY', 'virtual': False, 'seller': 'CarBuy Limited', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '4', 'v5': True, 'v5details': 'Here', 'co2': 110, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/b60c42b2-bc97-4ddc-8342-1770d12277dc.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:05:03 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120825637, 'registration': 'WR67ANX', 'account': 'KCS002', 'make': 'FIAT', 'model': '500 HATCHBACK', 'derivative': '1.2 Lounge 3dr', 'mileage': 41897, 'mileageWarranty': True, 'type': 'car', 'saleId': 19229, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 117}, 'saleStart': '2026-04-01T08:45Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2017-09-29', 'fuel': 'Petrol', 'motExpiry': '2026-05-22', 'doors': 3, 'engineSize': 1242, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/WR67ANX/2026-03-26/image/1324793d-ab25-480b-925b-5bd5bef7dfd9_removebg.jpg?w=600', 'https://abimg003.imgix.net/WR67ANX/2026-03-26/image/7ca05471-e02c-4b59-a954-593fd32c4b2d_removebg.jpg?w=600', 'https://abimg003.imgix.net/WR67ANX/2026-03-26/image/81fd36c5-c0bb-4b4b-a344-4ca998bfcbc8_removebg.jpg?w=600', 'https://abimg003.imgix.net/WR67ANX/2026-03-26/image/db9de21f-49ce-4efd-8398-21efcbee9c16_removebg.jpg?w=600', 'https://abimg003.imgix.net/WR67ANX/2026-03-26/image/3df96f56-c1f9-41ec-ab6b-4f2bc4a4973e_removebg.jpg?w=600', 'https://abimg003.imgix.net/WR67ANX/2026-03-26/image/275d3c89-b5dd-46c5-b124-c0c275776f67_removebg.jpg?w=600', 'https://abimg003.imgix.net/WR67ANX/2026-03-26/image/357654c4-3238-4802-9f75-18794c43b1f6_removebg.jpg?w=600', 'https://abimg003.imgix.net/WR67ANX/2026-03-26/image/949020fc-b1ea-4356-b541-0331ae4ac682_removebg.jpg?w=600', 'https://abimg003.imgix.net/WR67ANX/2026-03-26/image/d987f08c-5479-434d-8302-548ed765f712_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Fleet', 'serviceHistory': '', 'remarks': 'NO SPARE KEY', 'virtual': False, 'seller': 'CarBuy Limited', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '4', 'v5': True, 'v5details': 'Here', 'co2': 110, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/b60c42b2-bc97-4ddc-8342-1770d12277dc.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:05:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c4226411-965c-5692-9b7e-2976c6be815e with identifier: 120825637
2026-03-30 10:05:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c4226411-965c-5692-9b7e-2976c6be815e with scrape type 2
2026-03-30 10:05:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c4226411-965c-5692-9b7e-2976c6be815e with scrape type 2
2026-03-30 10:05:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: c4226411-965c-5692-9b7e-2976c6be815e, identifier: 120825637
2026-03-30 10:05:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/MA11UYH/2026-03-28/image/fb176bd2-9eb0-4e35-a886-eac9e886223c_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120830703?view=catalogue)
2026-03-30 10:05:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FNV65AXG%252F2026-03-28%252Fimage%252F987298f5-8053-42b5-a1d0-59cf69acb8a8_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:05:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/NV65AXG/2026-03-28/image/987298f5-8053-42b5-a1d0-59cf69acb8a8_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:05:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: c4226411-965c-5692-9b7e-2976c6be815e with identifier: 120825637
2026-03-30 10:05:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: c4226411-965c-5692-9b7e-2976c6be815e with identifier: 120825637
2026-03-30 10:05:04 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: c4226411-965c-5692-9b7e-2976c6be815e with identifier: 120825637 to the API
2026-03-30 10:05:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:05:04 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:05:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120825637?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 110,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 3,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-04-01T08:45:00Z',
'fuel_type': 'Petrol',
'id': 'c4226411-965c-5692-9b7e-2976c6be815e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'WR67ANX',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120825637',
'listing': 'auction',
'location': 'Aston Barclay Westbury',
'make': 'FIAT',
'model': '500 HATCHBACK',
'odometer': 41897,
'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': 'CarBuy Limited',
'title': 'FIAT 500 HATCHBACK 1.2 Lounge 3dr',
'transmission': 'manual',
'trim': '1.2 Lounge 3dr',
'vin': None,
'year': 2017}
2026-03-30 10:05:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120825637%27 HTTP/1.1" 200 None
2026-03-30 10:05:04 [astonbarclay.gb] INFO: Saving data for 120825637: {'auction_closing_time': 1775033100.0, 'created_time': 1774530267.564601, 'last_price_update_time': 1774865104.336853}
2026-03-30 10:05:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120825637') HTTP/1.1" 204 0
2026-03-30 10:05:04 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:05:04 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f43664fdc90>
2026-03-30 10:05:04 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:05:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:05:04 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:05:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e8556002-5680-58be-a571-01e165d8d050/e8556002-5680-58be-a571-01e165d8d050_image_5.jpg HTTP/1.1" 201 0
2026-03-30 10:05:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FGL15CXZ%252F2026-03-30%252Fimage%252F70c6380c-626c-4e12-acd7-3c97707793eb_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:05:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/GL15CXZ/2026-03-30/image/70c6380c-626c-4e12-acd7-3c97707793eb_removebg.jpg?w=600 saved to cache
2026-03-30 10:05:04 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item e8556002-5680-58be-a571-01e165d8d050
2026-03-30 10:05:04 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:05:04 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f4366569410>
2026-03-30 10:05:04 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:05:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:05:04 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:05:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ca5a411f-d803-534f-82d4-02d558bac7c2/ca5a411f-d803-534f-82d4-02d558bac7c2_image_5.jpg HTTP/1.1" 201 0
2026-03-30 10:05:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FBU13MLE%252F2026-03-30%252Fimage%252F68052333-6a8d-407f-819a-f74ff5b8b894_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:05:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/BU13MLE/2026-03-30/image/68052333-6a8d-407f-819a-f74ff5b8b894_removebg.jpg?w=600 saved to cache
2026-03-30 10:05:04 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item ca5a411f-d803-534f-82d4-02d558bac7c2
2026-03-30 10:05:04 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:05:04 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f4365425f10>
2026-03-30 10:05:04 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:05:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:05:04 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:05:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4fd30916-1693-5536-8e95-1d1ea0bd5cf0/4fd30916-1693-5536-8e95-1d1ea0bd5cf0_image_2.jpg HTTP/1.1" 201 0
2026-03-30 10:05:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FMA11UYH%252F2026-03-28%252Fimage%252F6629c39f-eb96-49a4-8f8c-8ae5773764b7_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:05:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/MA11UYH/2026-03-28/image/6629c39f-eb96-49a4-8f8c-8ae5773764b7_removebg.jpg?w=600 saved to cache
2026-03-30 10:05:04 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 4fd30916-1693-5536-8e95-1d1ea0bd5cf0
2026-03-30 10:05:04 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:05:04 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f436d643fd0>
2026-03-30 10:05:04 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:05:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:05:04 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:05:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4fd30916-1693-5536-8e95-1d1ea0bd5cf0/4fd30916-1693-5536-8e95-1d1ea0bd5cf0_image_1.jpg HTTP/1.1" 201 0
2026-03-30 10:05:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FMA11UYH%252F2026-03-28%252Fimage%252F5069f19d-ff22-4aff-9250-f4ca1af808ad_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:05:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/MA11UYH/2026-03-28/image/5069f19d-ff22-4aff-9250-f4ca1af808ad_removebg.jpg?w=600 saved to cache
2026-03-30 10:05:04 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 4fd30916-1693-5536-8e95-1d1ea0bd5cf0
2026-03-30 10:05:04 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:05:04 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f4365424510>
2026-03-30 10:05:04 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:05:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:05:04 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:05:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9c504df1-9b97-529a-afb6-8d1190fe3001/9c504df1-9b97-529a-afb6-8d1190fe3001_image_1.jpg HTTP/1.1" 201 0
2026-03-30 10:05:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FLY25FWJ%252F2026-03-28%252Fimage%252F92be1b76-8045-457d-957e-5952cbccf1e2_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:05:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/LY25FWJ/2026-03-28/image/92be1b76-8045-457d-957e-5952cbccf1e2_removebg.jpg?w=600 saved to cache
2026-03-30 10:05:04 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 9c504df1-9b97-529a-afb6-8d1190fe3001
2026-03-30 10:05:04 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:05:04 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f4366599650>
2026-03-30 10:05:04 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:05:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:05:04 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:05:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9c504df1-9b97-529a-afb6-8d1190fe3001/9c504df1-9b97-529a-afb6-8d1190fe3001_image_2.jpg HTTP/1.1" 201 0
2026-03-30 10:05:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FLY25FWJ%252F2026-03-28%252Fimage%252Fb9703324-097a-46d4-9979-e2c16fb1958b_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:05:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/LY25FWJ/2026-03-28/image/b9703324-097a-46d4-9979-e2c16fb1958b_removebg.jpg?w=600 saved to cache
2026-03-30 10:05:04 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 9c504df1-9b97-529a-afb6-8d1190fe3001
2026-03-30 10:05:04 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:05:04 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f4366562290>
2026-03-30 10:05:04 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:05:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:05:04 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:05:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1a3a4e60-2669-53bb-aacb-0888203bea59/1a3a4e60-2669-53bb-aacb-0888203bea59_image_6.jpg HTTP/1.1" 201 0
2026-03-30 10:05:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FKX10XKW%252F2026-03-30%252Fimage%252Ffca34987-f426-482e-bd6a-7a5603e62ecf_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:05:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/KX10XKW/2026-03-30/image/fca34987-f426-482e-bd6a-7a5603e62ecf_removebg.jpg?w=600 saved to cache
2026-03-30 10:05:04 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 1a3a4e60-2669-53bb-aacb-0888203bea59
2026-03-30 10:05:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/MA11UYH/2026-03-28/image/0f0ebe8f-8791-4d8f-b17e-123bcb2bc7f9_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120830703?view=catalogue)
2026-03-30 10:05:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/LY25FWJ/2026-03-28/image/081e17a2-9646-4905-af46-52a6d3475d44_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120794538?view=catalogue)
2026-03-30 10:05:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/EJ64BTF/2026-03-28/image/6af6197f-e866-4045-a42c-18733e76a2e3_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120860778?view=catalogue)
2026-03-30 10:05:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/MV62UVW/2026-03-28/image/6d7a67b8-ad59-47c1-9298-09d987f8866c_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120863765?view=catalogue)
2026-03-30 10:05:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FLY25FWJ%252F2026-03-28%252Fimage%252F11efa2ad-29bd-48fd-90d0-942bc4fe95d3_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:05:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/LY25FWJ/2026-03-28/image/11efa2ad-29bd-48fd-90d0-942bc4fe95d3_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:05:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FMA11UYH%252F2026-03-28%252Fimage%252Fa0008c06-5076-40e2-9ecb-c103d94bd7c4_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:05:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/MA11UYH/2026-03-28/image/a0008c06-5076-40e2-9ecb-c103d94bd7c4_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:05:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/EJ64BTF/2026-03-28/image/4bb22cff-6b26-4837-90bc-26d78dfe4b70_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120860778?view=catalogue)
2026-03-30 10:05:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/EJ64BTF/2026-03-28/image/56497264-b4db-4700-808e-8b25587e0ddd_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120860778?view=catalogue)
2026-03-30 10:05:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/NV65AXG/2026-03-28/image/6448c4d7-3f5d-4227-9061-82b4d70dd2dd_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120830731?view=catalogue)
2026-03-30 10:05:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FNV65AXG%252F2026-03-28%252Fimage%252F43800d0b-0669-412d-9aee-a66513e7a896_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:05:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/NV65AXG/2026-03-28/image/43800d0b-0669-412d-9aee-a66513e7a896_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:05:04 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:05:04 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f436666d210>
2026-03-30 10:05:04 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:05:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:05:04 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:05:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5bc82e63-11ed-5893-85bd-1f5f068554d0/5bc82e63-11ed-5893-85bd-1f5f068554d0_image_0.jpg HTTP/1.1" 201 0
2026-03-30 10:05:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FNV65AXG%252F2026-03-28%252Fimage%252F965cbafc-8edb-4f5e-9fea-40046704723e_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:05:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/NV65AXG/2026-03-28/image/965cbafc-8edb-4f5e-9fea-40046704723e_removebg.jpg?w=600 saved to cache
2026-03-30 10:05:04 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 5bc82e63-11ed-5893-85bd-1f5f068554d0
2026-03-30 10:05:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/LY25FWJ/2026-03-28/image/692b6b57-a7cc-4757-a787-d55748367e75_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120794538?view=catalogue)
2026-03-30 10:05:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FLY25FWJ%252F2026-03-28%252Fimage%252F265c40a3-ba92-4e31-98b2-9befa1f9fd80_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:05:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/LY25FWJ/2026-03-28/image/265c40a3-ba92-4e31-98b2-9befa1f9fd80_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:05:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120443912?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:05:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120826147?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:05:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120826421?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:05:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FNV65AXG%252F2026-03-28%252Fimage%252Ff0a08804-f6a0-4f68-8317-f1d05225bfd2_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:05:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/NV65AXG/2026-03-28/image/f0a08804-f6a0-4f68-8317-f1d05225bfd2_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:05:04 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:05:04 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f436677e950>
2026-03-30 10:05:04 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:05:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:05:04 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:05:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4fd30916-1693-5536-8e95-1d1ea0bd5cf0/4fd30916-1693-5536-8e95-1d1ea0bd5cf0_image_3.jpg HTTP/1.1" 201 0
2026-03-30 10:05:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FMA11UYH%252F2026-03-28%252Fimage%252Ffb176bd2-9eb0-4e35-a886-eac9e886223c_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:05:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/MA11UYH/2026-03-28/image/fb176bd2-9eb0-4e35-a886-eac9e886223c_removebg.jpg?w=600 saved to cache
2026-03-30 10:05:04 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 4fd30916-1693-5536-8e95-1d1ea0bd5cf0
2026-03-30 10:05:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FLY25FWJ%252F2026-03-28%252Fimage%252F77434389-30a3-427e-ad70-fc31e87d8123_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:05:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/LY25FWJ/2026-03-28/image/77434389-30a3-427e-ad70-fc31e87d8123_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:05:05 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:05:05 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f43653383d0>
2026-03-30 10:05:05 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:05:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:05:05 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:05:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4fd30916-1693-5536-8e95-1d1ea0bd5cf0/4fd30916-1693-5536-8e95-1d1ea0bd5cf0_image_4.jpg HTTP/1.1" 201 0
2026-03-30 10:05:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FMA11UYH%252F2026-03-28%252Fimage%252F0f0ebe8f-8791-4d8f-b17e-123bcb2bc7f9_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:05:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/MA11UYH/2026-03-28/image/0f0ebe8f-8791-4d8f-b17e-123bcb2bc7f9_removebg.jpg?w=600 saved to cache
2026-03-30 10:05:05 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 4fd30916-1693-5536-8e95-1d1ea0bd5cf0
2026-03-30 10:05:05 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:05:05 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f4366e3e8d0>
2026-03-30 10:05:05 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:05:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:05:05 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:05:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9c504df1-9b97-529a-afb6-8d1190fe3001/9c504df1-9b97-529a-afb6-8d1190fe3001_image_4.jpg HTTP/1.1" 201 0
2026-03-30 10:05:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FLY25FWJ%252F2026-03-28%252Fimage%252F081e17a2-9646-4905-af46-52a6d3475d44_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:05:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/LY25FWJ/2026-03-28/image/081e17a2-9646-4905-af46-52a6d3475d44_removebg.jpg?w=600 saved to cache
2026-03-30 10:05:05 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 9c504df1-9b97-529a-afb6-8d1190fe3001
2026-03-30 10:05:05 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:05:05 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f4366568350>
2026-03-30 10:05:05 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:05:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:05:05 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:05:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7e6b4545-773a-5cf2-8efd-0bef0ae26d9a/7e6b4545-773a-5cf2-8efd-0bef0ae26d9a_image_4.jpg HTTP/1.1" 201 0
2026-03-30 10:05:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FEJ64BTF%252F2026-03-28%252Fimage%252F6af6197f-e866-4045-a42c-18733e76a2e3_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:05:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EJ64BTF/2026-03-28/image/6af6197f-e866-4045-a42c-18733e76a2e3_removebg.jpg?w=600 saved to cache
2026-03-30 10:05:05 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 7e6b4545-773a-5cf2-8efd-0bef0ae26d9a
2026-03-30 10:05:05 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:05:05 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f4366784d10>
2026-03-30 10:05:05 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:05:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:05:05 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:05:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_33f3dd4d-312c-536b-94c4-67637a73383c/33f3dd4d-312c-536b-94c4-67637a73383c_image_7.jpg HTTP/1.1" 201 0
2026-03-30 10:05:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FMV62UVW%252F2026-03-28%252Fimage%252F6d7a67b8-ad59-47c1-9298-09d987f8866c_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:05:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/MV62UVW/2026-03-28/image/6d7a67b8-ad59-47c1-9298-09d987f8866c_removebg.jpg?w=600 saved to cache
2026-03-30 10:05:05 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 33f3dd4d-312c-536b-94c4-67637a73383c
2026-03-30 10:05:05 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:05:05 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f436538da10>
2026-03-30 10:05:05 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:05:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:05:05 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:05:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7e6b4545-773a-5cf2-8efd-0bef0ae26d9a/7e6b4545-773a-5cf2-8efd-0bef0ae26d9a_image_7.jpg HTTP/1.1" 201 0
2026-03-30 10:05:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FEJ64BTF%252F2026-03-28%252Fimage%252F4bb22cff-6b26-4837-90bc-26d78dfe4b70_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:05:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EJ64BTF/2026-03-28/image/4bb22cff-6b26-4837-90bc-26d78dfe4b70_removebg.jpg?w=600 saved to cache
2026-03-30 10:05:05 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 7e6b4545-773a-5cf2-8efd-0bef0ae26d9a
2026-03-30 10:05:05 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:05:05 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f436512aed0>
2026-03-30 10:05:05 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:05:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:05:05 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:05:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7e6b4545-773a-5cf2-8efd-0bef0ae26d9a/7e6b4545-773a-5cf2-8efd-0bef0ae26d9a_image_5.jpg HTTP/1.1" 201 0
2026-03-30 10:05:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FEJ64BTF%252F2026-03-28%252Fimage%252F56497264-b4db-4700-808e-8b25587e0ddd_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:05:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EJ64BTF/2026-03-28/image/56497264-b4db-4700-808e-8b25587e0ddd_removebg.jpg?w=600 saved to cache
2026-03-30 10:05:05 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 7e6b4545-773a-5cf2-8efd-0bef0ae26d9a
2026-03-30 10:05:05 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:05:05 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f4367ce0ad0>
2026-03-30 10:05:05 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:05:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:05:05 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:05:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5bc82e63-11ed-5893-85bd-1f5f068554d0/5bc82e63-11ed-5893-85bd-1f5f068554d0_image_1.jpg HTTP/1.1" 201 0
2026-03-30 10:05:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FNV65AXG%252F2026-03-28%252Fimage%252F6448c4d7-3f5d-4227-9061-82b4d70dd2dd_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:05:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/NV65AXG/2026-03-28/image/6448c4d7-3f5d-4227-9061-82b4d70dd2dd_removebg.jpg?w=600 saved to cache
2026-03-30 10:05:05 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 5bc82e63-11ed-5893-85bd-1f5f068554d0
2026-03-30 10:05:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/LY25FWJ/2026-03-28/image/3677ca48-a299-488d-8e68-d5a42212102b_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120794538?view=catalogue)
2026-03-30 10:05:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/MA11UYH/2026-03-28/image/103f48a7-1aeb-408b-8ac4-fb0e5b62c6be_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120830703?view=catalogue)
2026-03-30 10:05:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FNV65AXG%252F2026-03-28%252Fimage%252F204b72e4-bbb8-4ce7-ba5d-5179c5f8ea07_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:05:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/NV65AXG/2026-03-28/image/204b72e4-bbb8-4ce7-ba5d-5179c5f8ea07_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:05:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/EJ64BTF/2026-03-28/image/804f223c-47b1-43d9-b583-bb3db4d8c52d_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120860778?view=catalogue)
2026-03-30 10:05:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/MV62UVW/2026-03-28/image/05b0b761-c9c8-4251-88e3-315cd2ffacaf_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120863765?view=catalogue)
2026-03-30 10:05:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/MV62UVW/2026-03-28/image/53f7fb5b-9b81-45b4-8e23-94d3c440da3a_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120863765?view=catalogue)
2026-03-30 10:05:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/NV65AXG/2026-03-28/image/987298f5-8053-42b5-a1d0-59cf69acb8a8_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120830731?view=catalogue)
2026-03-30 10:05:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/NV65AXG/2026-03-28/image/fa7eac26-f075-44c0-8c10-91266c373554_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120830731?view=catalogue)
2026-03-30 10:05:05 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:05:05 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:05:05 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f436d27f390>
2026-03-30 10:05:05 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:05:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:05:05 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:05:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9c504df1-9b97-529a-afb6-8d1190fe3001/9c504df1-9b97-529a-afb6-8d1190fe3001_image_3.jpg HTTP/1.1" 201 0
2026-03-30 10:05:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FLY25FWJ%252F2026-03-28%252Fimage%252F692b6b57-a7cc-4757-a787-d55748367e75_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:05:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/LY25FWJ/2026-03-28/image/692b6b57-a7cc-4757-a787-d55748367e75_removebg.jpg?w=600 saved to cache
2026-03-30 10:05:05 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 9c504df1-9b97-529a-afb6-8d1190fe3001
2026-03-30 10:05:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/NV65AXG/2026-03-28/image/404f168f-e2dd-4a18-a88c-b8850196db3e_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120830731?view=catalogue)
2026-03-30 10:05:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FNV65AXG%252F2026-03-28%252Fimage%252F97559548-3058-417d-8913-15ea882211fc_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:05:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/NV65AXG/2026-03-28/image/97559548-3058-417d-8913-15ea882211fc_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:05:05 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120443912, 'registration': 'GY18UAD', 'account': 'KCS002', 'make': 'FORD', 'model': 'ECOSPORT HATCHBACK', 'derivative': '1.0 EcoBoost 125 Titanium 5dr', 'mileage': 70203, 'mileageWarranty': True, 'type': 'car', 'saleId': 19229, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 117}, 'saleStart': '2026-04-01T08:45Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2018-05-21', 'fuel': 'Petrol', 'motExpiry': '2026-05-20', 'doors': 5, 'engineSize': 998, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/GY18UAD/2026-03-13/image/1c1ad361-f38b-410e-a052-80c2f4c2f48b_removebg.jpg?w=600', 'https://abimg003.imgix.net/GY18UAD/2026-03-13/image/f995616a-b8bf-4a46-ac90-4c6e85b51627_removebg.jpg?w=600', 'https://abimg003.imgix.net/GY18UAD/2026-03-13/image/ea7d36ca-ee38-4c3d-8640-ec36e00ba22d_removebg.jpg?w=600', 'https://abimg003.imgix.net/GY18UAD/2026-03-13/image/f7204397-6b34-413e-8b5a-3f86de5b9e8b_removebg.jpg?w=600', 'https://abimg003.imgix.net/GY18UAD/2026-03-13/image/d81a78f1-9ddf-454a-88f3-7ecf0fdeb154_removebg.jpg?w=600', 'https://abimg003.imgix.net/GY18UAD/2026-03-13/image/a062c0b3-bf8d-40e1-ac3e-0ad46499bdcc_removebg.jpg?w=600', 'https://abimg003.imgix.net/GY18UAD/2026-03-13/image/4a76f388-6002-4042-beb2-f83e21c9a7e6_removebg.jpg?w=600', 'https://abimg003.imgix.net/GY18UAD/2026-03-13/image/c55b37dc-8cf9-4f2c-94bc-cf02f34e0db7_removebg.jpg?w=600', 'https://abimg003.imgix.net/GY18UAD/2026-03-13/image/b1e774ab-3d11-43af-8a6c-daa4d5926eb0_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Fleet', 'serviceHistory': 'Service invoice 8/23 45K, 2/25 (No Mileage)', 'remarks': 'SPARE KEY', 'virtual': False, 'seller': 'CarBuy Limited', '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/0f757e0c-f6c7-476a-9074-3c2d5637a01b.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:05:05 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120443912, 'registration': 'GY18UAD', 'account': 'KCS002', 'make': 'FORD', 'model': 'ECOSPORT HATCHBACK', 'derivative': '1.0 EcoBoost 125 Titanium 5dr', 'mileage': 70203, 'mileageWarranty': True, 'type': 'car', 'saleId': 19229, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 117}, 'saleStart': '2026-04-01T08:45Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2018-05-21', 'fuel': 'Petrol', 'motExpiry': '2026-05-20', 'doors': 5, 'engineSize': 998, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/GY18UAD/2026-03-13/image/1c1ad361-f38b-410e-a052-80c2f4c2f48b_removebg.jpg?w=600', 'https://abimg003.imgix.net/GY18UAD/2026-03-13/image/f995616a-b8bf-4a46-ac90-4c6e85b51627_removebg.jpg?w=600', 'https://abimg003.imgix.net/GY18UAD/2026-03-13/image/ea7d36ca-ee38-4c3d-8640-ec36e00ba22d_removebg.jpg?w=600', 'https://abimg003.imgix.net/GY18UAD/2026-03-13/image/f7204397-6b34-413e-8b5a-3f86de5b9e8b_removebg.jpg?w=600', 'https://abimg003.imgix.net/GY18UAD/2026-03-13/image/d81a78f1-9ddf-454a-88f3-7ecf0fdeb154_removebg.jpg?w=600', 'https://abimg003.imgix.net/GY18UAD/2026-03-13/image/a062c0b3-bf8d-40e1-ac3e-0ad46499bdcc_removebg.jpg?w=600', 'https://abimg003.imgix.net/GY18UAD/2026-03-13/image/4a76f388-6002-4042-beb2-f83e21c9a7e6_removebg.jpg?w=600', 'https://abimg003.imgix.net/GY18UAD/2026-03-13/image/c55b37dc-8cf9-4f2c-94bc-cf02f34e0db7_removebg.jpg?w=600', 'https://abimg003.imgix.net/GY18UAD/2026-03-13/image/b1e774ab-3d11-43af-8a6c-daa4d5926eb0_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Fleet', 'serviceHistory': 'Service invoice 8/23 45K, 2/25 (No Mileage)', 'remarks': 'SPARE KEY', 'virtual': False, 'seller': 'CarBuy Limited', '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/0f757e0c-f6c7-476a-9074-3c2d5637a01b.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:05:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b12a02e4-c773-57e2-a5c7-9a2184c5fe0e with identifier: 120443912
2026-03-30 10:05:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b12a02e4-c773-57e2-a5c7-9a2184c5fe0e with scrape type 2
2026-03-30 10:05:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b12a02e4-c773-57e2-a5c7-9a2184c5fe0e with scrape type 2
2026-03-30 10:05:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: b12a02e4-c773-57e2-a5c7-9a2184c5fe0e, identifier: 120443912
2026-03-30 10:05:05 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120826147, 'registration': 'NL16WVR', 'account': 'KCS002', 'make': 'VAUXHALL', 'model': 'ZAFIRA DIESEL TOURER', 'derivative': '1.6 CDTi Energy 5dr', 'mileage': 92086, 'mileageWarranty': True, 'type': 'car', 'saleId': 19229, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 117}, 'saleStart': '2026-04-01T08:45Z', 'lot': 2108, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2016-04-25', 'fuel': 'Diesel', 'motExpiry': '2026-07-03', 'doors': 5, 'engineSize': 1598, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/NL16WVR/2026-03-26/image/d93b547d-2fd4-4849-8aec-ce0afa4bc529_removebg.jpg?w=600', 'https://abimg003.imgix.net/NL16WVR/2026-03-26/image/211bcdf8-4368-479b-ad50-f0701126530d_removebg.jpg?w=600', 'https://abimg003.imgix.net/NL16WVR/2026-03-26/image/43e2babb-4556-48c5-a17b-55f768a97c69_removebg.jpg?w=600', 'https://abimg003.imgix.net/NL16WVR/2026-03-26/image/7baca688-129a-4430-b928-f0e91e611201_removebg.jpg?w=600', 'https://abimg003.imgix.net/NL16WVR/2026-03-26/image/634996bd-8643-43e3-bfb8-e3ddb386bc9d_removebg.jpg?w=600', 'https://abimg003.imgix.net/NL16WVR/2026-03-26/image/7e2c26ba-6bc1-44ef-99fa-5131efde4de4_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service book 01/17 4k 01/18 10k 07/25 82k', 'remarks': 'NO SPARE KEY', 'virtual': False, 'seller': 'CarBuy Limited', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 109, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/799ad426-4db0-47be-a1da-ad00e945a3ff.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:05:05 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120826147, 'registration': 'NL16WVR', 'account': 'KCS002', 'make': 'VAUXHALL', 'model': 'ZAFIRA DIESEL TOURER', 'derivative': '1.6 CDTi Energy 5dr', 'mileage': 92086, 'mileageWarranty': True, 'type': 'car', 'saleId': 19229, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 117}, 'saleStart': '2026-04-01T08:45Z', 'lot': 2108, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2016-04-25', 'fuel': 'Diesel', 'motExpiry': '2026-07-03', 'doors': 5, 'engineSize': 1598, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/NL16WVR/2026-03-26/image/d93b547d-2fd4-4849-8aec-ce0afa4bc529_removebg.jpg?w=600', 'https://abimg003.imgix.net/NL16WVR/2026-03-26/image/211bcdf8-4368-479b-ad50-f0701126530d_removebg.jpg?w=600', 'https://abimg003.imgix.net/NL16WVR/2026-03-26/image/43e2babb-4556-48c5-a17b-55f768a97c69_removebg.jpg?w=600', 'https://abimg003.imgix.net/NL16WVR/2026-03-26/image/7baca688-129a-4430-b928-f0e91e611201_removebg.jpg?w=600', 'https://abimg003.imgix.net/NL16WVR/2026-03-26/image/634996bd-8643-43e3-bfb8-e3ddb386bc9d_removebg.jpg?w=600', 'https://abimg003.imgix.net/NL16WVR/2026-03-26/image/7e2c26ba-6bc1-44ef-99fa-5131efde4de4_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service book 01/17 4k 01/18 10k 07/25 82k', 'remarks': 'NO SPARE KEY', 'virtual': False, 'seller': 'CarBuy Limited', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 109, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/799ad426-4db0-47be-a1da-ad00e945a3ff.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:05:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 84d7e01a-23dc-53c8-bc52-9fe4d5c33038 with identifier: 120826147
2026-03-30 10:05:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 84d7e01a-23dc-53c8-bc52-9fe4d5c33038 with scrape type 2
2026-03-30 10:05:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 84d7e01a-23dc-53c8-bc52-9fe4d5c33038 with scrape type 2
2026-03-30 10:05:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 84d7e01a-23dc-53c8-bc52-9fe4d5c33038, identifier: 120826147
2026-03-30 10:05:05 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120826421, 'registration': 'HF22OZW', 'account': 'KCS002', 'make': 'SUZUKI', 'model': 'VITARA ESTATE', 'derivative': '1.4 Boosterjet 48V Hybrid SZ-T 5dr', 'mileage': 12452, 'mileageWarranty': True, 'type': 'car', 'saleId': 19229, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 117}, 'saleStart': '2026-04-01T08:45Z', 'lot': 2110, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2022-03-02', 'fuel': 'Petrol', 'motExpiry': '2027-03-01', 'doors': 5, 'engineSize': 1373, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/HF22OZW/2026-03-26/image/d211a010-1c08-4b49-ac6c-05a461b34f17_removebg.jpg?w=600', 'https://abimg003.imgix.net/HF22OZW/2026-03-26/image/c51e95a9-03cd-46bd-8206-91ac37ac0f77_removebg.jpg?w=600', 'https://abimg003.imgix.net/HF22OZW/2026-03-26/image/08bcc38e-1a4c-4047-a38a-d9475fe698c9_removebg.jpg?w=600', 'https://abimg003.imgix.net/HF22OZW/2026-03-26/image/6d5f4077-2115-4b45-8b2d-1fe0a742a730_removebg.jpg?w=600', 'https://abimg003.imgix.net/HF22OZW/2026-03-26/image/d5bc3db5-5ae6-4ce6-9d44-2413d1a25782_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Fleet', 'serviceHistory': 'Service book 02/23 3K 01/24 6K 01/25 9K 02/26 12K', 'remarks': 'S/KEY', 'virtual': False, 'seller': 'CarBuy Limited', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 121, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/081ff0e2-bf4e-4231-be59-19bbe2895ce0.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:05:05 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120826421, 'registration': 'HF22OZW', 'account': 'KCS002', 'make': 'SUZUKI', 'model': 'VITARA ESTATE', 'derivative': '1.4 Boosterjet 48V Hybrid SZ-T 5dr', 'mileage': 12452, 'mileageWarranty': True, 'type': 'car', 'saleId': 19229, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 117}, 'saleStart': '2026-04-01T08:45Z', 'lot': 2110, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2022-03-02', 'fuel': 'Petrol', 'motExpiry': '2027-03-01', 'doors': 5, 'engineSize': 1373, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/HF22OZW/2026-03-26/image/d211a010-1c08-4b49-ac6c-05a461b34f17_removebg.jpg?w=600', 'https://abimg003.imgix.net/HF22OZW/2026-03-26/image/c51e95a9-03cd-46bd-8206-91ac37ac0f77_removebg.jpg?w=600', 'https://abimg003.imgix.net/HF22OZW/2026-03-26/image/08bcc38e-1a4c-4047-a38a-d9475fe698c9_removebg.jpg?w=600', 'https://abimg003.imgix.net/HF22OZW/2026-03-26/image/6d5f4077-2115-4b45-8b2d-1fe0a742a730_removebg.jpg?w=600', 'https://abimg003.imgix.net/HF22OZW/2026-03-26/image/d5bc3db5-5ae6-4ce6-9d44-2413d1a25782_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Fleet', 'serviceHistory': 'Service book 02/23 3K 01/24 6K 01/25 9K 02/26 12K', 'remarks': 'S/KEY', 'virtual': False, 'seller': 'CarBuy Limited', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 121, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/081ff0e2-bf4e-4231-be59-19bbe2895ce0.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:05:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fb1e41c7-99d3-5ec9-9372-0c26452c7ff3 with identifier: 120826421
2026-03-30 10:05:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fb1e41c7-99d3-5ec9-9372-0c26452c7ff3 with scrape type 2
2026-03-30 10:05:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fb1e41c7-99d3-5ec9-9372-0c26452c7ff3 with scrape type 2
2026-03-30 10:05:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: fb1e41c7-99d3-5ec9-9372-0c26452c7ff3, identifier: 120826421
2026-03-30 10:05:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/MA11UYH/2026-03-28/image/15909294-7853-4308-b9ba-5e943bd35055_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120830703?view=catalogue)
2026-03-30 10:05:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/LY25FWJ/2026-03-28/image/b66a4d45-e707-42ba-9c3b-0e28166f0ad2_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120794538?view=catalogue)
2026-03-30 10:05:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: b12a02e4-c773-57e2-a5c7-9a2184c5fe0e with identifier: 120443912
2026-03-30 10:05:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: b12a02e4-c773-57e2-a5c7-9a2184c5fe0e with identifier: 120443912
2026-03-30 10:05:05 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: b12a02e4-c773-57e2-a5c7-9a2184c5fe0e with identifier: 120443912 to the API
2026-03-30 10:05:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:05:06 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:05:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120443912?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 119,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-04-01T08:45:00Z',
'fuel_type': 'Petrol',
'id': 'b12a02e4-c773-57e2-a5c7-9a2184c5fe0e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'GY18UAD',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120443912',
'listing': 'auction',
'location': 'Aston Barclay Westbury',
'make': 'FORD',
'model': 'ECOSPORT HATCHBACK',
'odometer': 70203,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-05-21',
'seller_name': 'CarBuy Limited',
'title': 'FORD ECOSPORT HATCHBACK 1.0 EcoBoost 125 Titanium 5dr',
'transmission': 'manual',
'trim': '1.0 EcoBoost 125 Titanium 5dr',
'vin': None,
'year': 2018}
2026-03-30 10:05:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120443912%27 HTTP/1.1" 200 None
2026-03-30 10:05:06 [astonbarclay.gb] INFO: Saving data for 120443912: {'auction_closing_time': 1775033100.0, 'created_time': 1773429769.766792, 'last_price_update_time': 1774865106.249858}
2026-03-30 10:05:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120443912') HTTP/1.1" 204 0
2026-03-30 10:05:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 84d7e01a-23dc-53c8-bc52-9fe4d5c33038 with identifier: 120826147
2026-03-30 10:05:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 84d7e01a-23dc-53c8-bc52-9fe4d5c33038 with identifier: 120826147
2026-03-30 10:05:06 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 84d7e01a-23dc-53c8-bc52-9fe4d5c33038 with identifier: 120826147 to the API
2026-03-30 10:05:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:05:06 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:05:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120826147?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 109,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-04-01T08:45:00Z',
'fuel_type': 'Diesel',
'id': '84d7e01a-23dc-53c8-bc52-9fe4d5c33038',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'NL16WVR',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120826147',
'listing': 'auction',
'location': 'Aston Barclay Westbury',
'make': 'VAUXHALL',
'model': 'ZAFIRA DIESEL TOURER',
'odometer': 92086,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-04-25',
'seller_name': 'CarBuy Limited',
'title': 'VAUXHALL ZAFIRA DIESEL TOURER 1.6 CDTi Energy 5dr',
'transmission': 'manual',
'trim': '1.6 CDTi Energy 5dr',
'vin': None,
'year': 2016}
2026-03-30 10:05:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120826147%27 HTTP/1.1" 200 None
2026-03-30 10:05:06 [astonbarclay.gb] INFO: Saving data for 120826147: {'auction_closing_time': 1775033100.0, 'created_time': 1774530216.594769, 'last_price_update_time': 1774865106.597331}
2026-03-30 10:05:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120826147') HTTP/1.1" 204 0
2026-03-30 10:05:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: fb1e41c7-99d3-5ec9-9372-0c26452c7ff3 with identifier: 120826421
2026-03-30 10:05:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: fb1e41c7-99d3-5ec9-9372-0c26452c7ff3 with identifier: 120826421
2026-03-30 10:05:06 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: fb1e41c7-99d3-5ec9-9372-0c26452c7ff3 with identifier: 120826421 to the API
2026-03-30 10:05:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:05:06 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:05:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120826421?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 121,
'color': 'SILVER',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.4L',
'expiration_date': '2026-04-01T08:45:00Z',
'fuel_type': 'Petrol',
'id': 'fb1e41c7-99d3-5ec9-9372-0c26452c7ff3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'HF22OZW',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120826421',
'listing': 'auction',
'location': 'Aston Barclay Westbury',
'make': 'SUZUKI',
'model': 'VITARA ESTATE',
'odometer': 12452,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-02',
'seller_name': 'CarBuy Limited',
'title': 'SUZUKI VITARA ESTATE 1.4 Boosterjet 48V Hybrid SZ-T 5dr',
'transmission': 'manual',
'trim': '1.4 Boosterjet 48V Hybrid SZ-T 5dr',
'vin': None,
'year': 2022}
2026-03-30 10:05:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120826421%27 HTTP/1.1" 200 None
2026-03-30 10:05:06 [astonbarclay.gb] INFO: Saving data for 120826421: {'auction_closing_time': 1775033100.0, 'created_time': 1774530247.700647, 'last_price_update_time': 1774865106.953349}
2026-03-30 10:05:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120826421') HTTP/1.1" 204 0
2026-03-30 10:05:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/MA11UYH/2026-03-28/image/a0008c06-5076-40e2-9ecb-c103d94bd7c4_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120830703?view=catalogue)
2026-03-30 10:05:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/LY25FWJ/2026-03-28/image/11efa2ad-29bd-48fd-90d0-942bc4fe95d3_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120794538?view=catalogue)
2026-03-30 10:05:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/NV65AXG/2026-03-28/image/43800d0b-0669-412d-9aee-a66513e7a896_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120830731?view=catalogue)
2026-03-30 10:05:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/EJ64BTF/2026-03-28/image/d9056e9c-7665-4dbe-b3fc-68532a9fc679_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120860778?view=catalogue)
2026-03-30 10:05:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/RY19VXD/2026-03-30/image/635fa423-a425-4a55-a029-8f40e848b860_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120870639?view=catalogue)
2026-03-30 10:05:06 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:05:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/BU13MLE/2026-03-30/image/41ab38ae-cb76-4ab7-bc2d-be1d264da4bf_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120880218?view=catalogue)
2026-03-30 10:05:07 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:05:07 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f43654bfb10>
2026-03-30 10:05:07 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:05:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:05:07 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:05:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9c504df1-9b97-529a-afb6-8d1190fe3001/9c504df1-9b97-529a-afb6-8d1190fe3001_image_6.jpg HTTP/1.1" 201 0
2026-03-30 10:05:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FLY25FWJ%252F2026-03-28%252Fimage%252F3677ca48-a299-488d-8e68-d5a42212102b_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:05:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/LY25FWJ/2026-03-28/image/3677ca48-a299-488d-8e68-d5a42212102b_removebg.jpg?w=600 saved to cache
2026-03-30 10:05:07 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 9c504df1-9b97-529a-afb6-8d1190fe3001
2026-03-30 10:05:07 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:05:07 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f43653dbcd0>
2026-03-30 10:05:07 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:05:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:05:07 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:05:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4fd30916-1693-5536-8e95-1d1ea0bd5cf0/4fd30916-1693-5536-8e95-1d1ea0bd5cf0_image_6.jpg HTTP/1.1" 201 0
2026-03-30 10:05:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FMA11UYH%252F2026-03-28%252Fimage%252F103f48a7-1aeb-408b-8ac4-fb0e5b62c6be_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:05:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/MA11UYH/2026-03-28/image/103f48a7-1aeb-408b-8ac4-fb0e5b62c6be_removebg.jpg?w=600 saved to cache
2026-03-30 10:05:07 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 4fd30916-1693-5536-8e95-1d1ea0bd5cf0
2026-03-30 10:05:07 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:05:07 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f436668e1d0>
2026-03-30 10:05:07 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:05:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:05:07 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:05:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7e6b4545-773a-5cf2-8efd-0bef0ae26d9a/7e6b4545-773a-5cf2-8efd-0bef0ae26d9a_image_6.jpg HTTP/1.1" 201 0
2026-03-30 10:05:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FEJ64BTF%252F2026-03-28%252Fimage%252F804f223c-47b1-43d9-b583-bb3db4d8c52d_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:05:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EJ64BTF/2026-03-28/image/804f223c-47b1-43d9-b583-bb3db4d8c52d_removebg.jpg?w=600 saved to cache
2026-03-30 10:05:07 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 7e6b4545-773a-5cf2-8efd-0bef0ae26d9a
2026-03-30 10:05:07 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:05:07 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f43665b5890>
2026-03-30 10:05:07 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:05:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:05:07 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:05:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_33f3dd4d-312c-536b-94c4-67637a73383c/33f3dd4d-312c-536b-94c4-67637a73383c_image_8.jpg HTTP/1.1" 201 0
2026-03-30 10:05:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FMV62UVW%252F2026-03-28%252Fimage%252F05b0b761-c9c8-4251-88e3-315cd2ffacaf_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:05:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/MV62UVW/2026-03-28/image/05b0b761-c9c8-4251-88e3-315cd2ffacaf_removebg.jpg?w=600 saved to cache
2026-03-30 10:05:07 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 33f3dd4d-312c-536b-94c4-67637a73383c
2026-03-30 10:05:07 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:05:07 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f4367230810>
2026-03-30 10:05:07 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:05:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:05:07 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:05:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_33f3dd4d-312c-536b-94c4-67637a73383c/33f3dd4d-312c-536b-94c4-67637a73383c_image_6.jpg HTTP/1.1" 201 0
2026-03-30 10:05:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FMV62UVW%252F2026-03-28%252Fimage%252F53f7fb5b-9b81-45b4-8e23-94d3c440da3a_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:05:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/MV62UVW/2026-03-28/image/53f7fb5b-9b81-45b4-8e23-94d3c440da3a_removebg.jpg?w=600 saved to cache
2026-03-30 10:05:07 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 33f3dd4d-312c-536b-94c4-67637a73383c
2026-03-30 10:05:07 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 33f3dd4d-312c-536b-94c4-67637a73383c, skipping ID generation
2026-03-30 10:05:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 33f3dd4d-312c-536b-94c4-67637a73383c with scrape type 1
2026-03-30 10:05:07 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 33f3dd4d-312c-536b-94c4-67637a73383c sending to next pipeline
2026-03-30 10:05:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 33f3dd4d-312c-536b-94c4-67637a73383c, identifier: 120863765
2026-03-30 10:05:07 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:05:07 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f436d224cd0>
2026-03-30 10:05:07 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:05:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:05:07 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:05:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5bc82e63-11ed-5893-85bd-1f5f068554d0/5bc82e63-11ed-5893-85bd-1f5f068554d0_image_4.jpg HTTP/1.1" 201 0
2026-03-30 10:05:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FNV65AXG%252F2026-03-28%252Fimage%252F987298f5-8053-42b5-a1d0-59cf69acb8a8_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:05:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/NV65AXG/2026-03-28/image/987298f5-8053-42b5-a1d0-59cf69acb8a8_removebg.jpg?w=600 saved to cache
2026-03-30 10:05:07 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 5bc82e63-11ed-5893-85bd-1f5f068554d0
2026-03-30 10:05:07 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:05:07 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f43653d8cd0>
2026-03-30 10:05:07 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:05:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:05:07 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:05:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5bc82e63-11ed-5893-85bd-1f5f068554d0/5bc82e63-11ed-5893-85bd-1f5f068554d0_image_2.jpg HTTP/1.1" 201 0
2026-03-30 10:05:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FNV65AXG%252F2026-03-28%252Fimage%252Ffa7eac26-f075-44c0-8c10-91266c373554_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:05:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/NV65AXG/2026-03-28/image/fa7eac26-f075-44c0-8c10-91266c373554_removebg.jpg?w=600 saved to cache
2026-03-30 10:05:07 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 5bc82e63-11ed-5893-85bd-1f5f068554d0
2026-03-30 10:05:07 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:05:07 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f4367bbd1d0>
2026-03-30 10:05:07 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:05:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:05:07 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:05:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5bc82e63-11ed-5893-85bd-1f5f068554d0/5bc82e63-11ed-5893-85bd-1f5f068554d0_image_3.jpg HTTP/1.1" 201 0
2026-03-30 10:05:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FNV65AXG%252F2026-03-28%252Fimage%252F404f168f-e2dd-4a18-a88c-b8850196db3e_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:05:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/NV65AXG/2026-03-28/image/404f168f-e2dd-4a18-a88c-b8850196db3e_removebg.jpg?w=600 saved to cache
2026-03-30 10:05:07 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 5bc82e63-11ed-5893-85bd-1f5f068554d0
2026-03-30 10:05:07 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:05:07 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f436520bf10>
2026-03-30 10:05:07 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:05:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:05:07 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:05:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4fd30916-1693-5536-8e95-1d1ea0bd5cf0/4fd30916-1693-5536-8e95-1d1ea0bd5cf0_image_5.jpg HTTP/1.1" 201 0
2026-03-30 10:05:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FMA11UYH%252F2026-03-28%252Fimage%252F15909294-7853-4308-b9ba-5e943bd35055_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:05:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/MA11UYH/2026-03-28/image/15909294-7853-4308-b9ba-5e943bd35055_removebg.jpg?w=600 saved to cache
2026-03-30 10:05:07 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 4fd30916-1693-5536-8e95-1d1ea0bd5cf0
2026-03-30 10:05:07 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:05:07 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f43652fdc50>
2026-03-30 10:05:07 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:05:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:05:07 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:05:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9c504df1-9b97-529a-afb6-8d1190fe3001/9c504df1-9b97-529a-afb6-8d1190fe3001_image_5.jpg HTTP/1.1" 201 0
2026-03-30 10:05:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FLY25FWJ%252F2026-03-28%252Fimage%252Fb66a4d45-e707-42ba-9c3b-0e28166f0ad2_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:05:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/LY25FWJ/2026-03-28/image/b66a4d45-e707-42ba-9c3b-0e28166f0ad2_removebg.jpg?w=600 saved to cache
2026-03-30 10:05:07 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 9c504df1-9b97-529a-afb6-8d1190fe3001
2026-03-30 10:05:07 [scrapy.extensions.logstats] INFO: Crawled 310 pages (at 55 pages/min), scraped 288 items (at 73 items/min)
2026-03-30 10:05:07 [scrapy.extensions.memusage] INFO: Peak memory usage is 189MiB
2026-03-30 10:05:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 33f3dd4d-312c-536b-94c4-67637a73383c with identifier: 120863765
2026-03-30 10:05:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 33f3dd4d-312c-536b-94c4-67637a73383c with identifier: 120863765
2026-03-30 10:05:07 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 33f3dd4d-312c-536b-94c4-67637a73383c with identifier: 120863765 to the API
2026-03-30 10:05:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:05:08 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:05:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://abimg003.imgix.net/MV62UVW/2026-03-28/image/53f7fb5b-9b81-45b4-8e23-94d3c440da3a_removebg.jpg?w=600>
{'auction_title': '',
'c_o_2_emission_value': 127,
'color': 'RED',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.4L',
'expiration_date': '2026-04-06T12:00:00Z',
'fuel_type': 'Petrol',
'id': '33f3dd4d-312c-536b-94c4-67637a73383c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'MV62UVW',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120863765',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'AUDI',
'model': 'A3 SPORTBACK',
'odometer': 101736,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 9,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_33f3dd4d-312c-536b-94c4-67637a73383c/33f3dd4d-312c-536b-94c4-67637a73383c_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 38175,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/MV62UVW/2026-03-28/image/74fa78b4-fa84-4f5b-a676-82102f08ba03_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_33f3dd4d-312c-536b-94c4-67637a73383c/33f3dd4d-312c-536b-94c4-67637a73383c_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 39601,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/MV62UVW/2026-03-28/image/4349ff22-72d0-4e3b-9d3d-85f55e0f42b7_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_33f3dd4d-312c-536b-94c4-67637a73383c/33f3dd4d-312c-536b-94c4-67637a73383c_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 40447,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/MV62UVW/2026-03-28/image/c4c4b079-89df-45b0-9b8c-45ac5759c145_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_33f3dd4d-312c-536b-94c4-67637a73383c/33f3dd4d-312c-536b-94c4-67637a73383c_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 40054,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/MV62UVW/2026-03-28/image/f6197a58-9063-4328-8d3c-8f80b810b806_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_33f3dd4d-312c-536b-94c4-67637a73383c/33f3dd4d-312c-536b-94c4-67637a73383c_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 45476,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/MV62UVW/2026-03-28/image/750fe926-6af8-4d84-8b86-b5ced200d4cb_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_33f3dd4d-312c-536b-94c4-67637a73383c/33f3dd4d-312c-536b-94c4-67637a73383c_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 53994,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/MV62UVW/2026-03-28/image/1b6c4222-efdf-4b0f-a407-7bd9bca5fe62_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_33f3dd4d-312c-536b-94c4-67637a73383c/33f3dd4d-312c-536b-94c4-67637a73383c_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 57322,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/MV62UVW/2026-03-28/image/53f7fb5b-9b81-45b4-8e23-94d3c440da3a_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_33f3dd4d-312c-536b-94c4-67637a73383c/33f3dd4d-312c-536b-94c4-67637a73383c_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 51596,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/MV62UVW/2026-03-28/image/6d7a67b8-ad59-47c1-9298-09d987f8866c_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_33f3dd4d-312c-536b-94c4-67637a73383c/33f3dd4d-312c-536b-94c4-67637a73383c_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 51898,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/MV62UVW/2026-03-28/image/05b0b761-c9c8-4251-88e3-315cd2ffacaf_removebg.jpg?w=600',
'Width': 600}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2012-10-23',
'seller_name': 'UKCGR - Trade',
'title': 'AUDI A3 SPORTBACK 1.4 TFSI Sport 5dr S Tronic [Start Stop]',
'transmission': 'automatic',
'trim': '1.4 TFSI Sport 5dr S Tronic [Start Stop]',
'vin': None,
'year': 2012}
2026-03-30 10:05:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120863765%27 HTTP/1.1" 200 None
2026-03-30 10:05:08 [astonbarclay.gb] INFO: Saving data for 120863765: {'created_time': 1774865108.311345, 'last_price_update_time': 1774865108.31136, 'auction_closing_time': 1775476800.0}
2026-03-30 10:05:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120863765') HTTP/1.1" 204 0
2026-03-30 10:05:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/LY25FWJ/2026-03-28/image/77434389-30a3-427e-ad70-fc31e87d8123_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120794538?view=catalogue)
2026-03-30 10:05:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg002.imgix.net/c3ddcb4e-8e16-4c5f-b1b7-e8dd8370f7f0.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120797429?view=catalogue)
2026-03-30 10:05:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/LY25FWJ/2026-03-28/image/265c40a3-ba92-4e31-98b2-9befa1f9fd80_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120794538?view=catalogue)
2026-03-30 10:05:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/GL15CXZ/2026-03-30/image/cfe6915e-9944-42a3-a87a-8b906791215f_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120869621?view=catalogue)
2026-03-30 10:05:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/RY19VXD/2026-03-30/image/e85346a3-3105-4e8b-8066-5c93db17206f_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120870639?view=catalogue)
2026-03-30 10:05:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/KX10XKW/2026-03-30/image/dd29a4a2-5738-4ec2-a1ba-36a07961f3f4_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120870355?view=catalogue)
2026-03-30 10:05:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/NV65AXG/2026-03-28/image/204b72e4-bbb8-4ce7-ba5d-5179c5f8ea07_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120830731?view=catalogue)
2026-03-30 10:05:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/NV65AXG/2026-03-28/image/f0a08804-f6a0-4f68-8317-f1d05225bfd2_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120830731?view=catalogue)
2026-03-30 10:05:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/NV65AXG/2026-03-28/image/97559548-3058-417d-8913-15ea882211fc_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120830731?view=catalogue)
2026-03-30 10:05:08 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:05:08 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:05:08 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:05:08 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f4365486790>
2026-03-30 10:05:08 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:05:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:05:08 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:05:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4fd30916-1693-5536-8e95-1d1ea0bd5cf0/4fd30916-1693-5536-8e95-1d1ea0bd5cf0_image_7.jpg HTTP/1.1" 201 0
2026-03-30 10:05:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FMA11UYH%252F2026-03-28%252Fimage%252Fa0008c06-5076-40e2-9ecb-c103d94bd7c4_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:05:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/MA11UYH/2026-03-28/image/a0008c06-5076-40e2-9ecb-c103d94bd7c4_removebg.jpg?w=600 saved to cache
2026-03-30 10:05:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 4fd30916-1693-5536-8e95-1d1ea0bd5cf0
2026-03-30 10:05:08 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 4fd30916-1693-5536-8e95-1d1ea0bd5cf0, skipping ID generation
2026-03-30 10:05:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4fd30916-1693-5536-8e95-1d1ea0bd5cf0 with scrape type 1
2026-03-30 10:05:08 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 4fd30916-1693-5536-8e95-1d1ea0bd5cf0 sending to next pipeline
2026-03-30 10:05:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 4fd30916-1693-5536-8e95-1d1ea0bd5cf0, identifier: 120830703
2026-03-30 10:05:08 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:05:08 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f43652b13d0>
2026-03-30 10:05:08 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:05:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:05:08 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:05:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9c504df1-9b97-529a-afb6-8d1190fe3001/9c504df1-9b97-529a-afb6-8d1190fe3001_image_7.jpg HTTP/1.1" 201 0
2026-03-30 10:05:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FLY25FWJ%252F2026-03-28%252Fimage%252F11efa2ad-29bd-48fd-90d0-942bc4fe95d3_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:05:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/LY25FWJ/2026-03-28/image/11efa2ad-29bd-48fd-90d0-942bc4fe95d3_removebg.jpg?w=600 saved to cache
2026-03-30 10:05:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 9c504df1-9b97-529a-afb6-8d1190fe3001
2026-03-30 10:05:08 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:05:08 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f4364fe99d0>
2026-03-30 10:05:08 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:05:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:05:08 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:05:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5bc82e63-11ed-5893-85bd-1f5f068554d0/5bc82e63-11ed-5893-85bd-1f5f068554d0_image_5.jpg HTTP/1.1" 201 0
2026-03-30 10:05:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FNV65AXG%252F2026-03-28%252Fimage%252F43800d0b-0669-412d-9aee-a66513e7a896_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:05:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/NV65AXG/2026-03-28/image/43800d0b-0669-412d-9aee-a66513e7a896_removebg.jpg?w=600 saved to cache
2026-03-30 10:05:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 5bc82e63-11ed-5893-85bd-1f5f068554d0
2026-03-30 10:05:08 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:05:08 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f43665c4e50>
2026-03-30 10:05:08 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:05:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:05:08 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:05:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7e6b4545-773a-5cf2-8efd-0bef0ae26d9a/7e6b4545-773a-5cf2-8efd-0bef0ae26d9a_image_8.jpg HTTP/1.1" 201 0
2026-03-30 10:05:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FEJ64BTF%252F2026-03-28%252Fimage%252Fd9056e9c-7665-4dbe-b3fc-68532a9fc679_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:05:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EJ64BTF/2026-03-28/image/d9056e9c-7665-4dbe-b3fc-68532a9fc679_removebg.jpg?w=600 saved to cache
2026-03-30 10:05:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 7e6b4545-773a-5cf2-8efd-0bef0ae26d9a
2026-03-30 10:05:08 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 7e6b4545-773a-5cf2-8efd-0bef0ae26d9a, skipping ID generation
2026-03-30 10:05:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7e6b4545-773a-5cf2-8efd-0bef0ae26d9a with scrape type 1
2026-03-30 10:05:08 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 7e6b4545-773a-5cf2-8efd-0bef0ae26d9a sending to next pipeline
2026-03-30 10:05:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 7e6b4545-773a-5cf2-8efd-0bef0ae26d9a, identifier: 120860778
2026-03-30 10:05:08 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:05:08 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f43665c6a90>
2026-03-30 10:05:08 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:05:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:05:08 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:05:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9a1c61ab-e017-54ea-88b2-82e3e53071a9/9a1c61ab-e017-54ea-88b2-82e3e53071a9_image_6.jpg HTTP/1.1" 201 0
2026-03-30 10:05:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FRY19VXD%252F2026-03-30%252Fimage%252F635fa423-a425-4a55-a029-8f40e848b860_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:05:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/RY19VXD/2026-03-30/image/635fa423-a425-4a55-a029-8f40e848b860_removebg.jpg?w=600 saved to cache
2026-03-30 10:05:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 9a1c61ab-e017-54ea-88b2-82e3e53071a9
2026-03-30 10:05:08 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:05:08 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f4364feb8d0>
2026-03-30 10:05:08 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:05:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:05:08 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:05:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ca5a411f-d803-534f-82d4-02d558bac7c2/ca5a411f-d803-534f-82d4-02d558bac7c2_image_4.jpg HTTP/1.1" 201 0
2026-03-30 10:05:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FBU13MLE%252F2026-03-30%252Fimage%252F41ab38ae-cb76-4ab7-bc2d-be1d264da4bf_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:05:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/BU13MLE/2026-03-30/image/41ab38ae-cb76-4ab7-bc2d-be1d264da4bf_removebg.jpg?w=600 saved to cache
2026-03-30 10:05:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item ca5a411f-d803-534f-82d4-02d558bac7c2
2026-03-30 10:05:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 4fd30916-1693-5536-8e95-1d1ea0bd5cf0 with identifier: 120830703
2026-03-30 10:05:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 4fd30916-1693-5536-8e95-1d1ea0bd5cf0 with identifier: 120830703
2026-03-30 10:05:09 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 4fd30916-1693-5536-8e95-1d1ea0bd5cf0 with identifier: 120830703 to the API
2026-03-30 10:05:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:05:09 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:05:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://abimg003.imgix.net/MA11UYH/2026-03-28/image/a0008c06-5076-40e2-9ecb-c103d94bd7c4_removebg.jpg?w=600>
{'auction_title': '',
'c_o_2_emission_value': 119,
'color': 'SILVER',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.6L',
'expiration_date': '2026-04-01T09:00:00Z',
'fuel_type': 'Diesel',
'id': '4fd30916-1693-5536-8e95-1d1ea0bd5cf0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'MA11UYH',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120830703',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'FORD',
'model': 'C-MAX DIESEL ESTATE',
'odometer': 77391,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 8,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4fd30916-1693-5536-8e95-1d1ea0bd5cf0/4fd30916-1693-5536-8e95-1d1ea0bd5cf0_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 32330,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/MA11UYH/2026-03-28/image/ae658e34-5911-4e2e-8cc9-02b31132b6bc_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4fd30916-1693-5536-8e95-1d1ea0bd5cf0/4fd30916-1693-5536-8e95-1d1ea0bd5cf0_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 32934,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/MA11UYH/2026-03-28/image/5069f19d-ff22-4aff-9250-f4ca1af808ad_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4fd30916-1693-5536-8e95-1d1ea0bd5cf0/4fd30916-1693-5536-8e95-1d1ea0bd5cf0_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 29797,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/MA11UYH/2026-03-28/image/6629c39f-eb96-49a4-8f8c-8ae5773764b7_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4fd30916-1693-5536-8e95-1d1ea0bd5cf0/4fd30916-1693-5536-8e95-1d1ea0bd5cf0_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 30394,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/MA11UYH/2026-03-28/image/fb176bd2-9eb0-4e35-a886-eac9e886223c_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4fd30916-1693-5536-8e95-1d1ea0bd5cf0/4fd30916-1693-5536-8e95-1d1ea0bd5cf0_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 50022,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/MA11UYH/2026-03-28/image/0f0ebe8f-8791-4d8f-b17e-123bcb2bc7f9_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4fd30916-1693-5536-8e95-1d1ea0bd5cf0/4fd30916-1693-5536-8e95-1d1ea0bd5cf0_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 55040,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/MA11UYH/2026-03-28/image/15909294-7853-4308-b9ba-5e943bd35055_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4fd30916-1693-5536-8e95-1d1ea0bd5cf0/4fd30916-1693-5536-8e95-1d1ea0bd5cf0_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 50286,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/MA11UYH/2026-03-28/image/103f48a7-1aeb-408b-8ac4-fb0e5b62c6be_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4fd30916-1693-5536-8e95-1d1ea0bd5cf0/4fd30916-1693-5536-8e95-1d1ea0bd5cf0_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 42675,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/MA11UYH/2026-03-28/image/a0008c06-5076-40e2-9ecb-c103d94bd7c4_removebg.jpg?w=600',
'Width': 600}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2011-04-15',
'seller_name': 'SMC Ford Gillingham',
'title': 'FORD C-MAX DIESEL ESTATE 1.6 TDCi Titanium 5dr',
'transmission': 'manual',
'trim': '1.6 TDCi Titanium 5dr',
'vin': None,
'year': 2011}
2026-03-30 10:05:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120830703%27 HTTP/1.1" 200 None
2026-03-30 10:05:09 [astonbarclay.gb] INFO: Saving data for 120830703: {'created_time': 1774865109.402081, 'last_price_update_time': 1774865109.402097, 'auction_closing_time': 1775034000.0}
2026-03-30 10:05:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120830703') HTTP/1.1" 204 0
2026-03-30 10:05:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 7e6b4545-773a-5cf2-8efd-0bef0ae26d9a with identifier: 120860778
2026-03-30 10:05:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 7e6b4545-773a-5cf2-8efd-0bef0ae26d9a with identifier: 120860778
2026-03-30 10:05:09 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 7e6b4545-773a-5cf2-8efd-0bef0ae26d9a with identifier: 120860778 to the API
2026-03-30 10:05:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:05:09 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:05:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://abimg003.imgix.net/EJ64BTF/2026-03-28/image/d9056e9c-7665-4dbe-b3fc-68532a9fc679_removebg.jpg?w=600>
{'auction_title': '',
'c_o_2_emission_value': 142,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.2L',
'expiration_date': '2026-04-06T12:00:00Z',
'fuel_type': 'Petrol',
'id': '7e6b4545-773a-5cf2-8efd-0bef0ae26d9a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'EJ64BTF',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120860778',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'HYUNDAI',
'model': 'I10 HATCHBACK',
'odometer': 76536,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 9,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7e6b4545-773a-5cf2-8efd-0bef0ae26d9a/7e6b4545-773a-5cf2-8efd-0bef0ae26d9a_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 30845,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/EJ64BTF/2026-03-28/image/584377fb-2763-48b5-b159-0ae46d664a9c_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7e6b4545-773a-5cf2-8efd-0bef0ae26d9a/7e6b4545-773a-5cf2-8efd-0bef0ae26d9a_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 35410,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/EJ64BTF/2026-03-28/image/e4c8005a-1aee-4dfc-aa66-d391a99ff643_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7e6b4545-773a-5cf2-8efd-0bef0ae26d9a/7e6b4545-773a-5cf2-8efd-0bef0ae26d9a_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 33432,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/EJ64BTF/2026-03-28/image/318bb68e-b47f-4eb3-82be-a75189aa483d_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7e6b4545-773a-5cf2-8efd-0bef0ae26d9a/7e6b4545-773a-5cf2-8efd-0bef0ae26d9a_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 30992,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/EJ64BTF/2026-03-28/image/d4dcfc69-44ba-4ce0-9c4d-7d1b594141a8_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7e6b4545-773a-5cf2-8efd-0bef0ae26d9a/7e6b4545-773a-5cf2-8efd-0bef0ae26d9a_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 56785,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/EJ64BTF/2026-03-28/image/6af6197f-e866-4045-a42c-18733e76a2e3_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7e6b4545-773a-5cf2-8efd-0bef0ae26d9a/7e6b4545-773a-5cf2-8efd-0bef0ae26d9a_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 54289,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/EJ64BTF/2026-03-28/image/56497264-b4db-4700-808e-8b25587e0ddd_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7e6b4545-773a-5cf2-8efd-0bef0ae26d9a/7e6b4545-773a-5cf2-8efd-0bef0ae26d9a_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 52715,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/EJ64BTF/2026-03-28/image/804f223c-47b1-43d9-b583-bb3db4d8c52d_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7e6b4545-773a-5cf2-8efd-0bef0ae26d9a/7e6b4545-773a-5cf2-8efd-0bef0ae26d9a_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 46669,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/EJ64BTF/2026-03-28/image/4bb22cff-6b26-4837-90bc-26d78dfe4b70_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7e6b4545-773a-5cf2-8efd-0bef0ae26d9a/7e6b4545-773a-5cf2-8efd-0bef0ae26d9a_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 47882,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/EJ64BTF/2026-03-28/image/d9056e9c-7665-4dbe-b3fc-68532a9fc679_removebg.jpg?w=600',
'Width': 600}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2014-11-28',
'seller_name': 'UKCGR - Trade',
'title': 'HYUNDAI I10 HATCHBACK 1.2 SE 5dr Auto',
'transmission': 'automatic',
'trim': '1.2 SE 5dr Auto',
'vin': None,
'year': 2014}
2026-03-30 10:05:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120860778%27 HTTP/1.1" 200 None
2026-03-30 10:05:09 [astonbarclay.gb] INFO: Saving data for 120860778: {'created_time': 1774865109.892837, 'last_price_update_time': 1774865109.892856, 'auction_closing_time': 1775476800.0}
2026-03-30 10:05:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120860778') HTTP/1.1" 204 0
2026-03-30 10:05:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/BU13MLE/2026-03-30/image/a9e497a2-77f8-44ea-90c4-6f53369a3180_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120880218?view=catalogue)
2026-03-30 10:05:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/GL15CXZ/2026-03-30/image/d2c1788d-9d68-4721-ab70-dd1f9fb88cae_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120869621?view=catalogue)
2026-03-30 10:05:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/RY19VXD/2026-03-30/image/aea8c34f-80a0-4f95-80a0-39a69b858cc7_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120870639?view=catalogue)
2026-03-30 10:05:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/BU13MLE/2026-03-30/image/5cf2a2d3-82e3-4718-b1f5-a36a9626ea94_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120880218?view=catalogue)
2026-03-30 10:05:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/KX10XKW/2026-03-30/image/dd042166-baea-4e35-acb1-c56734d6d71b_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120870355?view=catalogue)
2026-03-30 10:05:09 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:05:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg002.imgix.net/4e8bef3a-86b0-42cb-8a7f-c9eafcccee6f.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120797429?view=catalogue)
2026-03-30 10:05:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/RY19VXD/2026-03-30/image/e44685c9-467f-4c74-a4f7-009463fdb92e_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120870639?view=catalogue)
2026-03-30 10:05:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/GL15CXZ/2026-03-30/image/32d20c7e-af34-4ebb-b747-bc96507600b2_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120869621?view=catalogue)
2026-03-30 10:05:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/KX10XKW/2026-03-30/image/251882c6-d916-43da-9843-02a2f4930f1a_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120870355?view=catalogue)
2026-03-30 10:05:09 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:05:09 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:05:09 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:05:09 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:05:09 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f4365484250>
2026-03-30 10:05:09 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:05:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:05:09 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:05:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9c504df1-9b97-529a-afb6-8d1190fe3001/9c504df1-9b97-529a-afb6-8d1190fe3001_image_9.jpg HTTP/1.1" 201 0
2026-03-30 10:05:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FLY25FWJ%252F2026-03-28%252Fimage%252F77434389-30a3-427e-ad70-fc31e87d8123_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:05:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/LY25FWJ/2026-03-28/image/77434389-30a3-427e-ad70-fc31e87d8123_removebg.jpg?w=600 saved to cache
2026-03-30 10:05:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 9c504df1-9b97-529a-afb6-8d1190fe3001
2026-03-30 10:05:10 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:05:10 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f43650f7910>
2026-03-30 10:05:10 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:05:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:05:10 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:05:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_344e13e8-b2fe-5bfb-b7a3-faaf80532c6a/344e13e8-b2fe-5bfb-b7a3-faaf80532c6a_image_3.jpg HTTP/1.1" 201 0
2026-03-30 10:05:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg002.imgix.net%252Fc3ddcb4e-8e16-4c5f-b1b7-e8dd8370f7f0.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:05:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg002.imgix.net/c3ddcb4e-8e16-4c5f-b1b7-e8dd8370f7f0.jpg?w=600 saved to cache
2026-03-30 10:05:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 344e13e8-b2fe-5bfb-b7a3-faaf80532c6a
2026-03-30 10:05:10 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:05:10 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f4366653610>
2026-03-30 10:05:10 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:05:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:05:10 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:05:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9c504df1-9b97-529a-afb6-8d1190fe3001/9c504df1-9b97-529a-afb6-8d1190fe3001_image_8.jpg HTTP/1.1" 201 0
2026-03-30 10:05:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FLY25FWJ%252F2026-03-28%252Fimage%252F265c40a3-ba92-4e31-98b2-9befa1f9fd80_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:05:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/LY25FWJ/2026-03-28/image/265c40a3-ba92-4e31-98b2-9befa1f9fd80_removebg.jpg?w=600 saved to cache
2026-03-30 10:05:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 9c504df1-9b97-529a-afb6-8d1190fe3001
2026-03-30 10:05:10 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 9c504df1-9b97-529a-afb6-8d1190fe3001, skipping ID generation
2026-03-30 10:05:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9c504df1-9b97-529a-afb6-8d1190fe3001 with scrape type 1
2026-03-30 10:05:10 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 9c504df1-9b97-529a-afb6-8d1190fe3001 sending to next pipeline
2026-03-30 10:05:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 9c504df1-9b97-529a-afb6-8d1190fe3001, identifier: 120794538
2026-03-30 10:05:10 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:05:10 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f436547cc10>
2026-03-30 10:05:10 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:05:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:05:10 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:05:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e8556002-5680-58be-a571-01e165d8d050/e8556002-5680-58be-a571-01e165d8d050_image_4.jpg HTTP/1.1" 201 0
2026-03-30 10:05:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FGL15CXZ%252F2026-03-30%252Fimage%252Fcfe6915e-9944-42a3-a87a-8b906791215f_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:05:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/GL15CXZ/2026-03-30/image/cfe6915e-9944-42a3-a87a-8b906791215f_removebg.jpg?w=600 saved to cache
2026-03-30 10:05:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item e8556002-5680-58be-a571-01e165d8d050
2026-03-30 10:05:10 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:05:10 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f436513c110>
2026-03-30 10:05:10 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:05:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:05:10 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:05:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9a1c61ab-e017-54ea-88b2-82e3e53071a9/9a1c61ab-e017-54ea-88b2-82e3e53071a9_image_4.jpg HTTP/1.1" 201 0
2026-03-30 10:05:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FRY19VXD%252F2026-03-30%252Fimage%252Fe85346a3-3105-4e8b-8066-5c93db17206f_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:05:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/RY19VXD/2026-03-30/image/e85346a3-3105-4e8b-8066-5c93db17206f_removebg.jpg?w=600 saved to cache
2026-03-30 10:05:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 9a1c61ab-e017-54ea-88b2-82e3e53071a9
2026-03-30 10:05:10 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:05:10 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f43666509d0>
2026-03-30 10:05:10 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:05:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:05:10 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:05:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1a3a4e60-2669-53bb-aacb-0888203bea59/1a3a4e60-2669-53bb-aacb-0888203bea59_image_4.jpg HTTP/1.1" 201 0
2026-03-30 10:05:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FKX10XKW%252F2026-03-30%252Fimage%252Fdd29a4a2-5738-4ec2-a1ba-36a07961f3f4_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:05:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/KX10XKW/2026-03-30/image/dd29a4a2-5738-4ec2-a1ba-36a07961f3f4_removebg.jpg?w=600 saved to cache
2026-03-30 10:05:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 1a3a4e60-2669-53bb-aacb-0888203bea59
2026-03-30 10:05:10 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:05:10 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f43650f5150>
2026-03-30 10:05:10 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:05:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:05:10 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:05:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5bc82e63-11ed-5893-85bd-1f5f068554d0/5bc82e63-11ed-5893-85bd-1f5f068554d0_image_7.jpg HTTP/1.1" 201 0
2026-03-30 10:05:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FNV65AXG%252F2026-03-28%252Fimage%252F204b72e4-bbb8-4ce7-ba5d-5179c5f8ea07_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:05:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/NV65AXG/2026-03-28/image/204b72e4-bbb8-4ce7-ba5d-5179c5f8ea07_removebg.jpg?w=600 saved to cache
2026-03-30 10:05:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 5bc82e63-11ed-5893-85bd-1f5f068554d0
2026-03-30 10:05:10 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:05:10 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f43652dc610>
2026-03-30 10:05:10 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:05:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:05:10 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:05:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5bc82e63-11ed-5893-85bd-1f5f068554d0/5bc82e63-11ed-5893-85bd-1f5f068554d0_image_6.jpg HTTP/1.1" 201 0
2026-03-30 10:05:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FNV65AXG%252F2026-03-28%252Fimage%252Ff0a08804-f6a0-4f68-8317-f1d05225bfd2_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:05:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/NV65AXG/2026-03-28/image/f0a08804-f6a0-4f68-8317-f1d05225bfd2_removebg.jpg?w=600 saved to cache
2026-03-30 10:05:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 5bc82e63-11ed-5893-85bd-1f5f068554d0
2026-03-30 10:05:10 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:05:10 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f436524bbd0>
2026-03-30 10:05:10 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:05:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:05:10 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:05:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5bc82e63-11ed-5893-85bd-1f5f068554d0/5bc82e63-11ed-5893-85bd-1f5f068554d0_image_8.jpg HTTP/1.1" 201 0
2026-03-30 10:05:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FNV65AXG%252F2026-03-28%252Fimage%252F97559548-3058-417d-8913-15ea882211fc_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:05:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/NV65AXG/2026-03-28/image/97559548-3058-417d-8913-15ea882211fc_removebg.jpg?w=600 saved to cache
2026-03-30 10:05:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 5bc82e63-11ed-5893-85bd-1f5f068554d0
2026-03-30 10:05:10 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 5bc82e63-11ed-5893-85bd-1f5f068554d0, skipping ID generation
2026-03-30 10:05:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5bc82e63-11ed-5893-85bd-1f5f068554d0 with scrape type 1
2026-03-30 10:05:10 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 5bc82e63-11ed-5893-85bd-1f5f068554d0 sending to next pipeline
2026-03-30 10:05:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 5bc82e63-11ed-5893-85bd-1f5f068554d0, identifier: 120830731
2026-03-30 10:05:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120479474?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:05:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 9c504df1-9b97-529a-afb6-8d1190fe3001 with identifier: 120794538
2026-03-30 10:05:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 9c504df1-9b97-529a-afb6-8d1190fe3001 with identifier: 120794538
2026-03-30 10:05:10 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 9c504df1-9b97-529a-afb6-8d1190fe3001 with identifier: 120794538 to the API
2026-03-30 10:05:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:05:10 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:05:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://abimg003.imgix.net/LY25FWJ/2026-03-28/image/265c40a3-ba92-4e31-98b2-9befa1f9fd80_removebg.jpg?w=600>
{'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-04-01T09:00:00Z',
'fuel_type': 'Petrol',
'id': '9c504df1-9b97-529a-afb6-8d1190fe3001',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'LY25FWJ',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120794538',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'HYUNDAI',
'model': 'I10 HATCHBACK',
'odometer': 1724,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 10,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9c504df1-9b97-529a-afb6-8d1190fe3001/9c504df1-9b97-529a-afb6-8d1190fe3001_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 33911,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/LY25FWJ/2026-03-28/image/652f6c61-6cab-48c6-ae42-12d9ddfe9e32_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9c504df1-9b97-529a-afb6-8d1190fe3001/9c504df1-9b97-529a-afb6-8d1190fe3001_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 30808,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/LY25FWJ/2026-03-28/image/92be1b76-8045-457d-957e-5952cbccf1e2_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9c504df1-9b97-529a-afb6-8d1190fe3001/9c504df1-9b97-529a-afb6-8d1190fe3001_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 28307,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/LY25FWJ/2026-03-28/image/b9703324-097a-46d4-9979-e2c16fb1958b_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9c504df1-9b97-529a-afb6-8d1190fe3001/9c504df1-9b97-529a-afb6-8d1190fe3001_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 29872,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/LY25FWJ/2026-03-28/image/692b6b57-a7cc-4757-a787-d55748367e75_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9c504df1-9b97-529a-afb6-8d1190fe3001/9c504df1-9b97-529a-afb6-8d1190fe3001_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 45255,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/LY25FWJ/2026-03-28/image/081e17a2-9646-4905-af46-52a6d3475d44_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9c504df1-9b97-529a-afb6-8d1190fe3001/9c504df1-9b97-529a-afb6-8d1190fe3001_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 47041,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/LY25FWJ/2026-03-28/image/b66a4d45-e707-42ba-9c3b-0e28166f0ad2_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9c504df1-9b97-529a-afb6-8d1190fe3001/9c504df1-9b97-529a-afb6-8d1190fe3001_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 49479,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/LY25FWJ/2026-03-28/image/3677ca48-a299-488d-8e68-d5a42212102b_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9c504df1-9b97-529a-afb6-8d1190fe3001/9c504df1-9b97-529a-afb6-8d1190fe3001_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 39383,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/LY25FWJ/2026-03-28/image/11efa2ad-29bd-48fd-90d0-942bc4fe95d3_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9c504df1-9b97-529a-afb6-8d1190fe3001/9c504df1-9b97-529a-afb6-8d1190fe3001_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 41148,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/LY25FWJ/2026-03-28/image/265c40a3-ba92-4e31-98b2-9befa1f9fd80_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9c504df1-9b97-529a-afb6-8d1190fe3001/9c504df1-9b97-529a-afb6-8d1190fe3001_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 48201,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/LY25FWJ/2026-03-28/image/77434389-30a3-427e-ad70-fc31e87d8123_removebg.jpg?w=600',
'Width': 600}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-05-12',
'seller_name': 'SMC GROUP',
'title': 'HYUNDAI I10 HATCHBACK 1.2 [79] Advance 5dr Auto [Nav]',
'transmission': 'automatic',
'trim': '1.2 [79] Advance 5dr Auto [Nav]',
'vin': None,
'year': 2025}
2026-03-30 10:05:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120794538%27 HTTP/1.1" 200 None
2026-03-30 10:05:11 [astonbarclay.gb] INFO: Saving data for 120794538: {'created_time': 1774865111.134907, 'last_price_update_time': 1774865111.134921, 'auction_closing_time': 1775034000.0}
2026-03-30 10:05:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120794538') HTTP/1.1" 204 0
2026-03-30 10:05:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 5bc82e63-11ed-5893-85bd-1f5f068554d0 with identifier: 120830731
2026-03-30 10:05:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 5bc82e63-11ed-5893-85bd-1f5f068554d0 with identifier: 120830731
2026-03-30 10:05:11 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 5bc82e63-11ed-5893-85bd-1f5f068554d0 with identifier: 120830731 to the API
2026-03-30 10:05:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:05:11 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:05:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://abimg003.imgix.net/NV65AXG/2026-03-28/image/97559548-3058-417d-8913-15ea882211fc_removebg.jpg?w=600>
{'auction_title': '',
'c_o_2_emission_value': 122,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 3,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-04-01T09:00:00Z',
'fuel_type': 'Petrol',
'id': '5bc82e63-11ed-5893-85bd-1f5f068554d0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'NV65AXG',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120830731',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'FORD',
'model': 'FIESTA HATCHBACK',
'odometer': 58626,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 9,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5bc82e63-11ed-5893-85bd-1f5f068554d0/5bc82e63-11ed-5893-85bd-1f5f068554d0_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 34842,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/NV65AXG/2026-03-28/image/965cbafc-8edb-4f5e-9fea-40046704723e_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5bc82e63-11ed-5893-85bd-1f5f068554d0/5bc82e63-11ed-5893-85bd-1f5f068554d0_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 34348,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/NV65AXG/2026-03-28/image/6448c4d7-3f5d-4227-9061-82b4d70dd2dd_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5bc82e63-11ed-5893-85bd-1f5f068554d0/5bc82e63-11ed-5893-85bd-1f5f068554d0_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 31840,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/NV65AXG/2026-03-28/image/fa7eac26-f075-44c0-8c10-91266c373554_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5bc82e63-11ed-5893-85bd-1f5f068554d0/5bc82e63-11ed-5893-85bd-1f5f068554d0_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 36900,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/NV65AXG/2026-03-28/image/404f168f-e2dd-4a18-a88c-b8850196db3e_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5bc82e63-11ed-5893-85bd-1f5f068554d0/5bc82e63-11ed-5893-85bd-1f5f068554d0_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 56050,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/NV65AXG/2026-03-28/image/987298f5-8053-42b5-a1d0-59cf69acb8a8_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5bc82e63-11ed-5893-85bd-1f5f068554d0/5bc82e63-11ed-5893-85bd-1f5f068554d0_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 51222,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/NV65AXG/2026-03-28/image/43800d0b-0669-412d-9aee-a66513e7a896_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5bc82e63-11ed-5893-85bd-1f5f068554d0/5bc82e63-11ed-5893-85bd-1f5f068554d0_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 48537,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/NV65AXG/2026-03-28/image/f0a08804-f6a0-4f68-8317-f1d05225bfd2_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5bc82e63-11ed-5893-85bd-1f5f068554d0/5bc82e63-11ed-5893-85bd-1f5f068554d0_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 50785,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/NV65AXG/2026-03-28/image/204b72e4-bbb8-4ce7-ba5d-5179c5f8ea07_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5bc82e63-11ed-5893-85bd-1f5f068554d0/5bc82e63-11ed-5893-85bd-1f5f068554d0_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 42210,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/NV65AXG/2026-03-28/image/97559548-3058-417d-8913-15ea882211fc_removebg.jpg?w=600',
'Width': 600}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-12-08',
'seller_name': 'SMC Ford Gillingham',
'title': 'FORD FIESTA HATCHBACK 1.25 Style 3dr',
'transmission': 'manual',
'trim': '1.25 Style 3dr',
'vin': None,
'year': 2015}
2026-03-30 10:05:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120830731%27 HTTP/1.1" 200 None
2026-03-30 10:05:11 [astonbarclay.gb] INFO: Saving data for 120830731: {'created_time': 1774865111.585294, 'last_price_update_time': 1774865111.585308, 'auction_closing_time': 1775034000.0}
2026-03-30 10:05:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120830731') HTTP/1.1" 204 0
2026-03-30 10:05:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/BU13MLE/2026-03-30/image/e4645e28-6f14-48df-8e1e-b501b56b702e_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120880218?view=catalogue)
2026-03-30 10:05:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/GL15CXZ/2026-03-30/image/96190e88-995b-40b8-a7c5-ff35b6d38da0_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120869621?view=catalogue)
2026-03-30 10:05:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/KX10XKW/2026-03-30/image/be3d5b04-339a-49d4-8529-805f009ab4f6_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120870355?view=catalogue)
2026-03-30 10:05:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:05:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg002.imgix.net/a47eb3df-99a7-4c5b-a100-81531636250e.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120797429?view=catalogue)
2026-03-30 10:05:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/KX10XKW/2026-03-30/image/2529d4f4-95bb-4b2e-95b1-b00cc6a4169f_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120870355?view=catalogue)
2026-03-30 10:05:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/RY19VXD/2026-03-30/image/a83c4939-11b9-42b4-8f79-81c6fd825a3b_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120870639?view=catalogue)
2026-03-30 10:05:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/RY19VXD/2026-03-30/image/c2d882ce-aef9-4ad2-80f0-eef0f94aa924_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120870639?view=catalogue)
2026-03-30 10:05:11 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:05:11 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f4366651510>
2026-03-30 10:05:11 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:05:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:05:11 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:05:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ca5a411f-d803-534f-82d4-02d558bac7c2/ca5a411f-d803-534f-82d4-02d558bac7c2_image_1.jpg HTTP/1.1" 201 0
2026-03-30 10:05:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FBU13MLE%252F2026-03-30%252Fimage%252Fa9e497a2-77f8-44ea-90c4-6f53369a3180_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:05:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/BU13MLE/2026-03-30/image/a9e497a2-77f8-44ea-90c4-6f53369a3180_removebg.jpg?w=600 saved to cache
2026-03-30 10:05:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item ca5a411f-d803-534f-82d4-02d558bac7c2
2026-03-30 10:05:11 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:05:11 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f4365433c50>
2026-03-30 10:05:11 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:05:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:05:11 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:05:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e8556002-5680-58be-a571-01e165d8d050/e8556002-5680-58be-a571-01e165d8d050_image_2.jpg HTTP/1.1" 201 0
2026-03-30 10:05:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FGL15CXZ%252F2026-03-30%252Fimage%252Fd2c1788d-9d68-4721-ab70-dd1f9fb88cae_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:05:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/GL15CXZ/2026-03-30/image/d2c1788d-9d68-4721-ab70-dd1f9fb88cae_removebg.jpg?w=600 saved to cache
2026-03-30 10:05:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item e8556002-5680-58be-a571-01e165d8d050
2026-03-30 10:05:11 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:05:11 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f4367b00150>
2026-03-30 10:05:11 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:05:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:05:11 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:05:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9a1c61ab-e017-54ea-88b2-82e3e53071a9/9a1c61ab-e017-54ea-88b2-82e3e53071a9_image_3.jpg HTTP/1.1" 201 0
2026-03-30 10:05:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FRY19VXD%252F2026-03-30%252Fimage%252Faea8c34f-80a0-4f95-80a0-39a69b858cc7_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:05:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/RY19VXD/2026-03-30/image/aea8c34f-80a0-4f95-80a0-39a69b858cc7_removebg.jpg?w=600 saved to cache
2026-03-30 10:05:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 9a1c61ab-e017-54ea-88b2-82e3e53071a9
2026-03-30 10:05:11 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:05:11 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f43651e18d0>
2026-03-30 10:05:11 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:05:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:05:11 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:05:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ca5a411f-d803-534f-82d4-02d558bac7c2/ca5a411f-d803-534f-82d4-02d558bac7c2_image_2.jpg HTTP/1.1" 201 0
2026-03-30 10:05:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FBU13MLE%252F2026-03-30%252Fimage%252F5cf2a2d3-82e3-4718-b1f5-a36a9626ea94_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:05:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/BU13MLE/2026-03-30/image/5cf2a2d3-82e3-4718-b1f5-a36a9626ea94_removebg.jpg?w=600 saved to cache
2026-03-30 10:05:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item ca5a411f-d803-534f-82d4-02d558bac7c2
2026-03-30 10:05:11 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:05:11 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f4365417d10>
2026-03-30 10:05:11 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:05:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:05:11 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:05:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1a3a4e60-2669-53bb-aacb-0888203bea59/1a3a4e60-2669-53bb-aacb-0888203bea59_image_3.jpg HTTP/1.1" 201 0
2026-03-30 10:05:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FKX10XKW%252F2026-03-30%252Fimage%252Fdd042166-baea-4e35-acb1-c56734d6d71b_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:05:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/KX10XKW/2026-03-30/image/dd042166-baea-4e35-acb1-c56734d6d71b_removebg.jpg?w=600 saved to cache
2026-03-30 10:05:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 1a3a4e60-2669-53bb-aacb-0888203bea59
2026-03-30 10:05:11 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:05:11 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f43651e2690>
2026-03-30 10:05:11 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:05:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:05:11 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:05:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_344e13e8-b2fe-5bfb-b7a3-faaf80532c6a/344e13e8-b2fe-5bfb-b7a3-faaf80532c6a_image_2.jpg HTTP/1.1" 201 0
2026-03-30 10:05:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg002.imgix.net%252F4e8bef3a-86b0-42cb-8a7f-c9eafcccee6f.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:05:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg002.imgix.net/4e8bef3a-86b0-42cb-8a7f-c9eafcccee6f.jpg?w=600 saved to cache
2026-03-30 10:05:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 344e13e8-b2fe-5bfb-b7a3-faaf80532c6a
2026-03-30 10:05:11 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:05:11 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f4367b01890>
2026-03-30 10:05:11 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:05:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:05:11 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:05:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9a1c61ab-e017-54ea-88b2-82e3e53071a9/9a1c61ab-e017-54ea-88b2-82e3e53071a9_image_2.jpg HTTP/1.1" 201 0
2026-03-30 10:05:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FRY19VXD%252F2026-03-30%252Fimage%252Fe44685c9-467f-4c74-a4f7-009463fdb92e_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:05:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/RY19VXD/2026-03-30/image/e44685c9-467f-4c74-a4f7-009463fdb92e_removebg.jpg?w=600 saved to cache
2026-03-30 10:05:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 9a1c61ab-e017-54ea-88b2-82e3e53071a9
2026-03-30 10:05:12 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:05:12 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f436d561d90>
2026-03-30 10:05:12 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:05:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:05:12 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:05:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e8556002-5680-58be-a571-01e165d8d050/e8556002-5680-58be-a571-01e165d8d050_image_1.jpg HTTP/1.1" 201 0
2026-03-30 10:05:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FGL15CXZ%252F2026-03-30%252Fimage%252F32d20c7e-af34-4ebb-b747-bc96507600b2_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:05:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/GL15CXZ/2026-03-30/image/32d20c7e-af34-4ebb-b747-bc96507600b2_removebg.jpg?w=600 saved to cache
2026-03-30 10:05:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item e8556002-5680-58be-a571-01e165d8d050
2026-03-30 10:05:12 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:05:12 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f43651e7bd0>
2026-03-30 10:05:12 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:05:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:05:12 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:05:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1a3a4e60-2669-53bb-aacb-0888203bea59/1a3a4e60-2669-53bb-aacb-0888203bea59_image_2.jpg HTTP/1.1" 201 0
2026-03-30 10:05:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FKX10XKW%252F2026-03-30%252Fimage%252F251882c6-d916-43da-9843-02a2f4930f1a_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:05:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/KX10XKW/2026-03-30/image/251882c6-d916-43da-9843-02a2f4930f1a_removebg.jpg?w=600 saved to cache
2026-03-30 10:05:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 1a3a4e60-2669-53bb-aacb-0888203bea59
2026-03-30 10:05:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg002.imgix.net/f10eb7b1-fe4c-4e6b-ac85-99f0923a0eb9.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120797429?view=catalogue)
2026-03-30 10:05:12 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120479474, 'registration': 'KW16EEH', 'account': 'WBA003', 'make': 'KIA', 'model': 'SPORTAGE ESTATE', 'derivative': '1.6T GDi GT-Line 5dr [AWD]', 'mileage': 70825, 'mileageWarranty': True, 'type': 'car', 'saleId': 18909, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 440}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2016-06-14', 'fuel': 'Petrol', 'motExpiry': '2026-06-09', 'doors': 5, 'engineSize': 1591, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/KW16EEH/2026-03-19/image/cf889863-cbd6-464d-8d59-2d4ac3f8fb3d_removebg.jpg?w=600', 'https://abimg003.imgix.net/KW16EEH/2026-03-19/image/033d852c-3844-473b-b8e9-f41969b6ae32_removebg.jpg?w=600', 'https://abimg003.imgix.net/KW16EEH/2026-03-19/image/93b5ccc8-22d8-493e-af54-2a65d82e07c8_removebg.jpg?w=600', 'https://abimg003.imgix.net/KW16EEH/2026-03-19/image/fab68ee2-d893-41f1-8eaf-e308e74223d9_removebg.jpg?w=600', 'https://abimg003.imgix.net/KW16EEH/2026-03-19/image/6f82bc52-6b3c-4728-8c89-036f4de5ff7d_removebg.jpg?w=600', 'https://abimg003.imgix.net/KW16EEH/2026-03-19/image/e344b39d-94fa-44d3-a628-96b59e323892_removebg.jpg?w=600', 'https://abimg003.imgix.net/KW16EEH/2026-03-19/image/10b8668e-a14d-43c3-9ccb-46a6902f5e16_removebg.jpg?w=600', 'https://abimg003.imgix.net/KW16EEH/2026-03-19/image/d984cdd8-9108-4693-9d9a-2294a91f81a1_removebg.jpg?w=600', 'https://abimg003.imgix.net/KW16EEH/2026-03-19/image/56a77dbc-beca-4f05-bff5-21489a76b243_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book SCANNED COPY OF SERVICE BOOK 09/21-29K, 05/23-45K', 'remarks': '**413** VOSA STATES 11K, 18K, 25K, 35K, 45K, 54K, 64K, SD CARD, SPARE KEY', 'virtual': False, 'seller': 'UKCGR - Select', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 177, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/903c7f8a-f3f3-4dc5-904f-20e8e3ab1d2e.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:05:12 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120479474, 'registration': 'KW16EEH', 'account': 'WBA003', 'make': 'KIA', 'model': 'SPORTAGE ESTATE', 'derivative': '1.6T GDi GT-Line 5dr [AWD]', 'mileage': 70825, 'mileageWarranty': True, 'type': 'car', 'saleId': 18909, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 440}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2016-06-14', 'fuel': 'Petrol', 'motExpiry': '2026-06-09', 'doors': 5, 'engineSize': 1591, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/KW16EEH/2026-03-19/image/cf889863-cbd6-464d-8d59-2d4ac3f8fb3d_removebg.jpg?w=600', 'https://abimg003.imgix.net/KW16EEH/2026-03-19/image/033d852c-3844-473b-b8e9-f41969b6ae32_removebg.jpg?w=600', 'https://abimg003.imgix.net/KW16EEH/2026-03-19/image/93b5ccc8-22d8-493e-af54-2a65d82e07c8_removebg.jpg?w=600', 'https://abimg003.imgix.net/KW16EEH/2026-03-19/image/fab68ee2-d893-41f1-8eaf-e308e74223d9_removebg.jpg?w=600', 'https://abimg003.imgix.net/KW16EEH/2026-03-19/image/6f82bc52-6b3c-4728-8c89-036f4de5ff7d_removebg.jpg?w=600', 'https://abimg003.imgix.net/KW16EEH/2026-03-19/image/e344b39d-94fa-44d3-a628-96b59e323892_removebg.jpg?w=600', 'https://abimg003.imgix.net/KW16EEH/2026-03-19/image/10b8668e-a14d-43c3-9ccb-46a6902f5e16_removebg.jpg?w=600', 'https://abimg003.imgix.net/KW16EEH/2026-03-19/image/d984cdd8-9108-4693-9d9a-2294a91f81a1_removebg.jpg?w=600', 'https://abimg003.imgix.net/KW16EEH/2026-03-19/image/56a77dbc-beca-4f05-bff5-21489a76b243_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book SCANNED COPY OF SERVICE BOOK 09/21-29K, 05/23-45K', 'remarks': '**413** VOSA STATES 11K, 18K, 25K, 35K, 45K, 54K, 64K, SD CARD, SPARE KEY', 'virtual': False, 'seller': 'UKCGR - Select', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 177, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/903c7f8a-f3f3-4dc5-904f-20e8e3ab1d2e.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:05:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 11554a6d-d06c-5b10-b99e-5c3dd802bae4 with identifier: 120479474
2026-03-30 10:05:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 11554a6d-d06c-5b10-b99e-5c3dd802bae4 with scrape type 2
2026-03-30 10:05:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 11554a6d-d06c-5b10-b99e-5c3dd802bae4 with scrape type 2
2026-03-30 10:05:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 11554a6d-d06c-5b10-b99e-5c3dd802bae4, identifier: 120479474
2026-03-30 10:05:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 11554a6d-d06c-5b10-b99e-5c3dd802bae4 with identifier: 120479474
2026-03-30 10:05:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 11554a6d-d06c-5b10-b99e-5c3dd802bae4 with identifier: 120479474
2026-03-30 10:05:12 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 11554a6d-d06c-5b10-b99e-5c3dd802bae4 with identifier: 120479474 to the API
2026-03-30 10:05:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:05: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-30 10:05:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120479474?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 177,
'color': 'SILVER',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'Petrol',
'id': '11554a6d-d06c-5b10-b99e-5c3dd802bae4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'KW16EEH',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120479474',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'KIA',
'model': 'SPORTAGE ESTATE',
'odometer': 70825,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-06-14',
'seller_name': 'UKCGR - Select',
'title': 'KIA SPORTAGE ESTATE 1.6T GDi GT-Line 5dr [AWD]',
'transmission': 'manual',
'trim': '1.6T GDi GT-Line 5dr [AWD]',
'vin': None,
'year': 2016}
2026-03-30 10:05:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:12 [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-30 10:05:12 [astonbarclay.gb] INFO: Saving data for 120479474: {'auction_closing_time': 1774958400.0, 'created_time': 1773687877.968326, 'last_price_update_time': 1774865112.573681}
2026-03-30 10:05:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120479474') HTTP/1.1" 204 0
2026-03-30 10:05:12 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:05:12 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f43651e6f90>
2026-03-30 10:05:12 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:05:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:05:12 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:05:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ca5a411f-d803-534f-82d4-02d558bac7c2/ca5a411f-d803-534f-82d4-02d558bac7c2_image_0.jpg HTTP/1.1" 201 0
2026-03-30 10:05:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FBU13MLE%252F2026-03-30%252Fimage%252Fe4645e28-6f14-48df-8e1e-b501b56b702e_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:05:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/BU13MLE/2026-03-30/image/e4645e28-6f14-48df-8e1e-b501b56b702e_removebg.jpg?w=600 saved to cache
2026-03-30 10:05:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item ca5a411f-d803-534f-82d4-02d558bac7c2
2026-03-30 10:05:12 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: ca5a411f-d803-534f-82d4-02d558bac7c2, skipping ID generation
2026-03-30 10:05:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ca5a411f-d803-534f-82d4-02d558bac7c2 with scrape type 1
2026-03-30 10:05:12 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item ca5a411f-d803-534f-82d4-02d558bac7c2 sending to next pipeline
2026-03-30 10:05:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: ca5a411f-d803-534f-82d4-02d558bac7c2, identifier: 120880218
2026-03-30 10:05:12 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:05:12 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f4365484390>
2026-03-30 10:05:12 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:05:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:05:12 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:05:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e8556002-5680-58be-a571-01e165d8d050/e8556002-5680-58be-a571-01e165d8d050_image_0.jpg HTTP/1.1" 201 0
2026-03-30 10:05:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FGL15CXZ%252F2026-03-30%252Fimage%252F96190e88-995b-40b8-a7c5-ff35b6d38da0_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:05:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/GL15CXZ/2026-03-30/image/96190e88-995b-40b8-a7c5-ff35b6d38da0_removebg.jpg?w=600 saved to cache
2026-03-30 10:05:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item e8556002-5680-58be-a571-01e165d8d050
2026-03-30 10:05:12 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: e8556002-5680-58be-a571-01e165d8d050, skipping ID generation
2026-03-30 10:05:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e8556002-5680-58be-a571-01e165d8d050 with scrape type 1
2026-03-30 10:05:12 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item e8556002-5680-58be-a571-01e165d8d050 sending to next pipeline
2026-03-30 10:05:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: e8556002-5680-58be-a571-01e165d8d050, identifier: 120869621
2026-03-30 10:05:12 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:05:12 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f4364ff7710>
2026-03-30 10:05:12 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:05:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:05:12 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:05:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1a3a4e60-2669-53bb-aacb-0888203bea59/1a3a4e60-2669-53bb-aacb-0888203bea59_image_1.jpg HTTP/1.1" 201 0
2026-03-30 10:05:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FKX10XKW%252F2026-03-30%252Fimage%252Fbe3d5b04-339a-49d4-8529-805f009ab4f6_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:05:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/KX10XKW/2026-03-30/image/be3d5b04-339a-49d4-8529-805f009ab4f6_removebg.jpg?w=600 saved to cache
2026-03-30 10:05:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 1a3a4e60-2669-53bb-aacb-0888203bea59
2026-03-30 10:05:12 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:05:12 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f4365132550>
2026-03-30 10:05:12 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:05:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:05:12 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:05:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_344e13e8-b2fe-5bfb-b7a3-faaf80532c6a/344e13e8-b2fe-5bfb-b7a3-faaf80532c6a_image_1.jpg HTTP/1.1" 201 0
2026-03-30 10:05:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg002.imgix.net%252Fa47eb3df-99a7-4c5b-a100-81531636250e.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:05:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg002.imgix.net/a47eb3df-99a7-4c5b-a100-81531636250e.jpg?w=600 saved to cache
2026-03-30 10:05:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 344e13e8-b2fe-5bfb-b7a3-faaf80532c6a
2026-03-30 10:05:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:05:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f4365130f50>
2026-03-30 10:05:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:05:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:05:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:05:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1a3a4e60-2669-53bb-aacb-0888203bea59/1a3a4e60-2669-53bb-aacb-0888203bea59_image_0.jpg HTTP/1.1" 201 0
2026-03-30 10:05:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FKX10XKW%252F2026-03-30%252Fimage%252F2529d4f4-95bb-4b2e-95b1-b00cc6a4169f_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:05:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/KX10XKW/2026-03-30/image/2529d4f4-95bb-4b2e-95b1-b00cc6a4169f_removebg.jpg?w=600 saved to cache
2026-03-30 10:05:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 1a3a4e60-2669-53bb-aacb-0888203bea59
2026-03-30 10:05:13 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 1a3a4e60-2669-53bb-aacb-0888203bea59, skipping ID generation
2026-03-30 10:05:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1a3a4e60-2669-53bb-aacb-0888203bea59 with scrape type 1
2026-03-30 10:05:13 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 1a3a4e60-2669-53bb-aacb-0888203bea59 sending to next pipeline
2026-03-30 10:05:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 1a3a4e60-2669-53bb-aacb-0888203bea59, identifier: 120870355
2026-03-30 10:05:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:05:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f43666aa5d0>
2026-03-30 10:05:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:05:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:05:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:05:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9a1c61ab-e017-54ea-88b2-82e3e53071a9/9a1c61ab-e017-54ea-88b2-82e3e53071a9_image_0.jpg HTTP/1.1" 201 0
2026-03-30 10:05:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FRY19VXD%252F2026-03-30%252Fimage%252Fa83c4939-11b9-42b4-8f79-81c6fd825a3b_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:05:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/RY19VXD/2026-03-30/image/a83c4939-11b9-42b4-8f79-81c6fd825a3b_removebg.jpg?w=600 saved to cache
2026-03-30 10:05:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 9a1c61ab-e017-54ea-88b2-82e3e53071a9
2026-03-30 10:05:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:05:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f4364ff5b50>
2026-03-30 10:05:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:05:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:05:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:05:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9a1c61ab-e017-54ea-88b2-82e3e53071a9/9a1c61ab-e017-54ea-88b2-82e3e53071a9_image_1.jpg HTTP/1.1" 201 0
2026-03-30 10:05:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FRY19VXD%252F2026-03-30%252Fimage%252Fc2d882ce-aef9-4ad2-80f0-eef0f94aa924_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:05:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/RY19VXD/2026-03-30/image/c2d882ce-aef9-4ad2-80f0-eef0f94aa924_removebg.jpg?w=600 saved to cache
2026-03-30 10:05:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 9a1c61ab-e017-54ea-88b2-82e3e53071a9
2026-03-30 10:05:13 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 9a1c61ab-e017-54ea-88b2-82e3e53071a9, skipping ID generation
2026-03-30 10:05:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9a1c61ab-e017-54ea-88b2-82e3e53071a9 with scrape type 1
2026-03-30 10:05:13 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 9a1c61ab-e017-54ea-88b2-82e3e53071a9 sending to next pipeline
2026-03-30 10:05:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 9a1c61ab-e017-54ea-88b2-82e3e53071a9, identifier: 120870639
2026-03-30 10:05:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:05:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f43664f7910>
2026-03-30 10:05:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:05:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:05:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:05:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_344e13e8-b2fe-5bfb-b7a3-faaf80532c6a/344e13e8-b2fe-5bfb-b7a3-faaf80532c6a_image_0.jpg HTTP/1.1" 201 0
2026-03-30 10:05:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg002.imgix.net%252Ff10eb7b1-fe4c-4e6b-ac85-99f0923a0eb9.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:05:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg002.imgix.net/f10eb7b1-fe4c-4e6b-ac85-99f0923a0eb9.jpg?w=600 saved to cache
2026-03-30 10:05:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 344e13e8-b2fe-5bfb-b7a3-faaf80532c6a
2026-03-30 10:05:13 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 344e13e8-b2fe-5bfb-b7a3-faaf80532c6a, skipping ID generation
2026-03-30 10:05:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 344e13e8-b2fe-5bfb-b7a3-faaf80532c6a with scrape type 1
2026-03-30 10:05:13 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 344e13e8-b2fe-5bfb-b7a3-faaf80532c6a sending to next pipeline
2026-03-30 10:05:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 344e13e8-b2fe-5bfb-b7a3-faaf80532c6a, identifier: 120797429
2026-03-30 10:05:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120839097?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:05:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: ca5a411f-d803-534f-82d4-02d558bac7c2 with identifier: 120880218
2026-03-30 10:05:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: ca5a411f-d803-534f-82d4-02d558bac7c2 with identifier: 120880218
2026-03-30 10:05:13 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: ca5a411f-d803-534f-82d4-02d558bac7c2 with identifier: 120880218 to the API
2026-03-30 10:05:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:05:13 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:05:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://abimg003.imgix.net/BU13MLE/2026-03-30/image/e4645e28-6f14-48df-8e1e-b501b56b702e_removebg.jpg?w=600>
{'auction_title': '',
'c_o_2_emission_value': 119,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '2.0L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'Diesel',
'id': 'ca5a411f-d803-534f-82d4-02d558bac7c2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'BU13MLE',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120880218',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'VAUXHALL',
'model': 'ASTRA DIESEL HATCHBACK',
'odometer': 112403,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 9,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ca5a411f-d803-534f-82d4-02d558bac7c2/ca5a411f-d803-534f-82d4-02d558bac7c2_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 35495,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/BU13MLE/2026-03-30/image/e4645e28-6f14-48df-8e1e-b501b56b702e_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ca5a411f-d803-534f-82d4-02d558bac7c2/ca5a411f-d803-534f-82d4-02d558bac7c2_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 35453,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/BU13MLE/2026-03-30/image/a9e497a2-77f8-44ea-90c4-6f53369a3180_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ca5a411f-d803-534f-82d4-02d558bac7c2/ca5a411f-d803-534f-82d4-02d558bac7c2_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 32387,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/BU13MLE/2026-03-30/image/5cf2a2d3-82e3-4718-b1f5-a36a9626ea94_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ca5a411f-d803-534f-82d4-02d558bac7c2/ca5a411f-d803-534f-82d4-02d558bac7c2_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 34991,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/BU13MLE/2026-03-30/image/6602d95c-8a27-41e1-8d10-3c503bfc199e_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ca5a411f-d803-534f-82d4-02d558bac7c2/ca5a411f-d803-534f-82d4-02d558bac7c2_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 57074,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/BU13MLE/2026-03-30/image/41ab38ae-cb76-4ab7-bc2d-be1d264da4bf_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ca5a411f-d803-534f-82d4-02d558bac7c2/ca5a411f-d803-534f-82d4-02d558bac7c2_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 66595,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/BU13MLE/2026-03-30/image/68052333-6a8d-407f-819a-f74ff5b8b894_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ca5a411f-d803-534f-82d4-02d558bac7c2/ca5a411f-d803-534f-82d4-02d558bac7c2_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 54494,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/BU13MLE/2026-03-30/image/6bc82b69-9d5a-4631-ab4f-4d519c00df8d_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ca5a411f-d803-534f-82d4-02d558bac7c2/ca5a411f-d803-534f-82d4-02d558bac7c2_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 48155,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/BU13MLE/2026-03-30/image/f322100e-737c-4b86-a17b-bd8f7a7723ae_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ca5a411f-d803-534f-82d4-02d558bac7c2/ca5a411f-d803-534f-82d4-02d558bac7c2_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 58064,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/BU13MLE/2026-03-30/image/f6a1da31-644b-4c1a-99db-954264967aa2_removebg.jpg?w=600',
'Width': 600}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2013-03-12',
'seller_name': 'UKCGR - Trade',
'title': 'VAUXHALL ASTRA DIESEL HATCHBACK 2.0 CDTi 16V ecoFLEX Elite 5dr',
'transmission': 'manual',
'trim': '2.0 CDTi 16V ecoFLEX Elite 5dr',
'vin': None,
'year': 2013}
2026-03-30 10:05:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120880218%27 HTTP/1.1" 200 None
2026-03-30 10:05:13 [astonbarclay.gb] INFO: Saving data for 120880218: {'created_time': 1774865113.913869, 'last_price_update_time': 1774865113.913887, 'auction_closing_time': 1774958400.0}
2026-03-30 10:05:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120880218') HTTP/1.1" 204 0
2026-03-30 10:05:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: e8556002-5680-58be-a571-01e165d8d050 with identifier: 120869621
2026-03-30 10:05:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: e8556002-5680-58be-a571-01e165d8d050 with identifier: 120869621
2026-03-30 10:05:14 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: e8556002-5680-58be-a571-01e165d8d050 with identifier: 120869621 to the API
2026-03-30 10:05:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:05:14 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:05:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://abimg003.imgix.net/GL15CXZ/2026-03-30/image/96190e88-995b-40b8-a7c5-ff35b6d38da0_removebg.jpg?w=600>
{'auction_title': '',
'c_o_2_emission_value': 154,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '2.0L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'Diesel',
'id': 'e8556002-5680-58be-a571-01e165d8d050',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'GL15CXZ',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120869621',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'SKODA',
'model': 'YETI OUTDOOR DIESEL ESTATE',
'odometer': 103271,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 9,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e8556002-5680-58be-a571-01e165d8d050/e8556002-5680-58be-a571-01e165d8d050_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 23686,
'Height': 338,
'OriginUrl': 'https://abimg003.imgix.net/GL15CXZ/2026-03-30/image/96190e88-995b-40b8-a7c5-ff35b6d38da0_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e8556002-5680-58be-a571-01e165d8d050/e8556002-5680-58be-a571-01e165d8d050_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 23851,
'Height': 338,
'OriginUrl': 'https://abimg003.imgix.net/GL15CXZ/2026-03-30/image/32d20c7e-af34-4ebb-b747-bc96507600b2_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e8556002-5680-58be-a571-01e165d8d050/e8556002-5680-58be-a571-01e165d8d050_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 23294,
'Height': 338,
'OriginUrl': 'https://abimg003.imgix.net/GL15CXZ/2026-03-30/image/d2c1788d-9d68-4721-ab70-dd1f9fb88cae_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e8556002-5680-58be-a571-01e165d8d050/e8556002-5680-58be-a571-01e165d8d050_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 22149,
'Height': 338,
'OriginUrl': 'https://abimg003.imgix.net/GL15CXZ/2026-03-30/image/ae9dc177-3b2c-4376-821a-a8298039faea_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e8556002-5680-58be-a571-01e165d8d050/e8556002-5680-58be-a571-01e165d8d050_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 34684,
'Height': 338,
'OriginUrl': 'https://abimg003.imgix.net/GL15CXZ/2026-03-30/image/cfe6915e-9944-42a3-a87a-8b906791215f_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e8556002-5680-58be-a571-01e165d8d050/e8556002-5680-58be-a571-01e165d8d050_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 36348,
'Height': 338,
'OriginUrl': 'https://abimg003.imgix.net/GL15CXZ/2026-03-30/image/70c6380c-626c-4e12-acd7-3c97707793eb_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e8556002-5680-58be-a571-01e165d8d050/e8556002-5680-58be-a571-01e165d8d050_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 35453,
'Height': 338,
'OriginUrl': 'https://abimg003.imgix.net/GL15CXZ/2026-03-30/image/d2269cfd-0131-4a16-8d75-1bedae173cb1_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e8556002-5680-58be-a571-01e165d8d050/e8556002-5680-58be-a571-01e165d8d050_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 38624,
'Height': 338,
'OriginUrl': 'https://abimg003.imgix.net/GL15CXZ/2026-03-30/image/417eea1d-c0a2-4fb7-9e11-57fb1e9dceb5_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e8556002-5680-58be-a571-01e165d8d050/e8556002-5680-58be-a571-01e165d8d050_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 37081,
'Height': 338,
'OriginUrl': 'https://abimg003.imgix.net/GL15CXZ/2026-03-30/image/935d154c-a4d4-4b60-bfcf-01c52a6b55c9_removebg.jpg?w=600',
'Width': 600}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-05-01',
'seller_name': 'UKCGR - Select',
'title': 'SKODA YETI OUTDOOR DIESEL ESTATE 2.0 TDI CR SE 4x4 5dr',
'transmission': 'manual',
'trim': '2.0 TDI CR SE 4x4 5dr',
'vin': None,
'year': 2015}
2026-03-30 10:05:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120869621%27 HTTP/1.1" 200 None
2026-03-30 10:05:14 [astonbarclay.gb] INFO: Saving data for 120869621: {'created_time': 1774865114.356415, 'last_price_update_time': 1774865114.356427, 'auction_closing_time': 1774958400.0}
2026-03-30 10:05:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120869621') HTTP/1.1" 204 0
2026-03-30 10:05:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 1a3a4e60-2669-53bb-aacb-0888203bea59 with identifier: 120870355
2026-03-30 10:05:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 1a3a4e60-2669-53bb-aacb-0888203bea59 with identifier: 120870355
2026-03-30 10:05:14 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 1a3a4e60-2669-53bb-aacb-0888203bea59 with identifier: 120870355 to the API
2026-03-30 10:05:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:05:14 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:05:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://abimg003.imgix.net/KX10XKW/2026-03-30/image/2529d4f4-95bb-4b2e-95b1-b00cc6a4169f_removebg.jpg?w=600>
{'auction_title': '',
'c_o_2_emission_value': 184,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 2,
'emission_standard': 'EURO 4',
'engine': '2.0L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'Petrol',
'id': '1a3a4e60-2669-53bb-aacb-0888203bea59',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'KX10XKW',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120870355',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'AUDI',
'model': 'TT COUPE',
'odometer': 47616,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 9,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1a3a4e60-2669-53bb-aacb-0888203bea59/1a3a4e60-2669-53bb-aacb-0888203bea59_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 33297,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/KX10XKW/2026-03-30/image/2529d4f4-95bb-4b2e-95b1-b00cc6a4169f_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1a3a4e60-2669-53bb-aacb-0888203bea59/1a3a4e60-2669-53bb-aacb-0888203bea59_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 33253,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/KX10XKW/2026-03-30/image/be3d5b04-339a-49d4-8529-805f009ab4f6_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1a3a4e60-2669-53bb-aacb-0888203bea59/1a3a4e60-2669-53bb-aacb-0888203bea59_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 34183,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/KX10XKW/2026-03-30/image/251882c6-d916-43da-9843-02a2f4930f1a_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1a3a4e60-2669-53bb-aacb-0888203bea59/1a3a4e60-2669-53bb-aacb-0888203bea59_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 29777,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/KX10XKW/2026-03-30/image/dd042166-baea-4e35-acb1-c56734d6d71b_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1a3a4e60-2669-53bb-aacb-0888203bea59/1a3a4e60-2669-53bb-aacb-0888203bea59_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 47466,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/KX10XKW/2026-03-30/image/dd29a4a2-5738-4ec2-a1ba-36a07961f3f4_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1a3a4e60-2669-53bb-aacb-0888203bea59/1a3a4e60-2669-53bb-aacb-0888203bea59_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 51148,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/KX10XKW/2026-03-30/image/c8d5267d-0c68-4bb4-a7f2-e722e93e9166_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1a3a4e60-2669-53bb-aacb-0888203bea59/1a3a4e60-2669-53bb-aacb-0888203bea59_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 40199,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/KX10XKW/2026-03-30/image/fca34987-f426-482e-bd6a-7a5603e62ecf_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1a3a4e60-2669-53bb-aacb-0888203bea59/1a3a4e60-2669-53bb-aacb-0888203bea59_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 36517,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/KX10XKW/2026-03-30/image/0d527121-183c-42c2-8b5f-2b76d02f9747_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1a3a4e60-2669-53bb-aacb-0888203bea59/1a3a4e60-2669-53bb-aacb-0888203bea59_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 52727,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/KX10XKW/2026-03-30/image/58d2ed0a-8bf5-4d35-9727-d02393646734_removebg.jpg?w=600',
'Width': 600}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2010-04-26',
'seller_name': 'UKCGR',
'title': 'AUDI TT COUPE 2.0T FSI Quattro TTS 2dr',
'transmission': 'manual',
'trim': '2.0T FSI Quattro TTS 2dr',
'vin': None,
'year': 2010}
2026-03-30 10:05:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120870355%27 HTTP/1.1" 200 None
2026-03-30 10:05:14 [astonbarclay.gb] INFO: Saving data for 120870355: {'created_time': 1774865114.791557, 'last_price_update_time': 1774865114.791569, 'auction_closing_time': 1774958400.0}
2026-03-30 10:05:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120870355') HTTP/1.1" 204 0
2026-03-30 10:05:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 9a1c61ab-e017-54ea-88b2-82e3e53071a9 with identifier: 120870639
2026-03-30 10:05:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 9a1c61ab-e017-54ea-88b2-82e3e53071a9 with identifier: 120870639
2026-03-30 10:05:14 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 9a1c61ab-e017-54ea-88b2-82e3e53071a9 with identifier: 120870639 to the API
2026-03-30 10:05:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:05:15 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:05:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://abimg003.imgix.net/RY19VXD/2026-03-30/image/c2d882ce-aef9-4ad2-80f0-eef0f94aa924_removebg.jpg?w=600>
{'auction_title': '',
'c_o_2_emission_value': 122,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 3,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'Petrol',
'id': '9a1c61ab-e017-54ea-88b2-82e3e53071a9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'RY19VXD',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120870639',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'MINI',
'model': 'HATCHBACK',
'odometer': 145214,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 12,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9a1c61ab-e017-54ea-88b2-82e3e53071a9/9a1c61ab-e017-54ea-88b2-82e3e53071a9_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 29477,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/RY19VXD/2026-03-30/image/a83c4939-11b9-42b4-8f79-81c6fd825a3b_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9a1c61ab-e017-54ea-88b2-82e3e53071a9/9a1c61ab-e017-54ea-88b2-82e3e53071a9_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 30010,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/RY19VXD/2026-03-30/image/c2d882ce-aef9-4ad2-80f0-eef0f94aa924_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9a1c61ab-e017-54ea-88b2-82e3e53071a9/9a1c61ab-e017-54ea-88b2-82e3e53071a9_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 27890,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/RY19VXD/2026-03-30/image/e44685c9-467f-4c74-a4f7-009463fdb92e_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9a1c61ab-e017-54ea-88b2-82e3e53071a9/9a1c61ab-e017-54ea-88b2-82e3e53071a9_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 29220,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/RY19VXD/2026-03-30/image/aea8c34f-80a0-4f95-80a0-39a69b858cc7_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9a1c61ab-e017-54ea-88b2-82e3e53071a9/9a1c61ab-e017-54ea-88b2-82e3e53071a9_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 50091,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/RY19VXD/2026-03-30/image/e85346a3-3105-4e8b-8066-5c93db17206f_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9a1c61ab-e017-54ea-88b2-82e3e53071a9/9a1c61ab-e017-54ea-88b2-82e3e53071a9_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 44777,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/RY19VXD/2026-03-30/image/dd028181-e0c3-4593-98b4-436263c7db7c_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9a1c61ab-e017-54ea-88b2-82e3e53071a9/9a1c61ab-e017-54ea-88b2-82e3e53071a9_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 48330,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/RY19VXD/2026-03-30/image/635fa423-a425-4a55-a029-8f40e848b860_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9a1c61ab-e017-54ea-88b2-82e3e53071a9/9a1c61ab-e017-54ea-88b2-82e3e53071a9_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 52767,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/RY19VXD/2026-03-30/image/45a4ed88-4f97-45f7-9a79-91d35c16f8b8_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9a1c61ab-e017-54ea-88b2-82e3e53071a9/9a1c61ab-e017-54ea-88b2-82e3e53071a9_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 63213,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/RY19VXD/2026-03-30/image/064d4cef-4190-40aa-ba8c-649ff134e138_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9a1c61ab-e017-54ea-88b2-82e3e53071a9/9a1c61ab-e017-54ea-88b2-82e3e53071a9_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 40035,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/RY19VXD/2026-03-30/image/0d6e7b77-fe0d-4320-8bf7-da6a0dbd2264_removebg.jpg?w=600',
'Width': 600}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-06-28',
'seller_name': 'UKCGR - Trade',
'title': 'MINI HATCHBACK 1.5 Cooper Classic II 3dr',
'transmission': 'manual',
'trim': '1.5 Cooper Classic II 3dr',
'vin': None,
'year': 2019}
2026-03-30 10:05:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120870639%27 HTTP/1.1" 200 None
2026-03-30 10:05:15 [astonbarclay.gb] INFO: Saving data for 120870639: {'created_time': 1774865115.256453, 'last_price_update_time': 1774865115.256465, 'auction_closing_time': 1774958400.0}
2026-03-30 10:05:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120870639') HTTP/1.1" 204 0
2026-03-30 10:05:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 344e13e8-b2fe-5bfb-b7a3-faaf80532c6a with identifier: 120797429
2026-03-30 10:05:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 344e13e8-b2fe-5bfb-b7a3-faaf80532c6a with identifier: 120797429
2026-03-30 10:05:15 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 344e13e8-b2fe-5bfb-b7a3-faaf80532c6a with identifier: 120797429 to the API
2026-03-30 10:05:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:05:15 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:05:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://abimg002.imgix.net/f10eb7b1-fe4c-4e6b-ac85-99f0923a0eb9.jpg?w=600>
{'auction_title': '',
'c_o_2_emission_value': 113,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'Petrol',
'id': '344e13e8-b2fe-5bfb-b7a3-faaf80532c6a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'BN69EHJ',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120797429',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'VAUXHALL',
'model': 'CROSSLAND X HATCHBACK',
'odometer': 37815,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 4,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_344e13e8-b2fe-5bfb-b7a3-faaf80532c6a/344e13e8-b2fe-5bfb-b7a3-faaf80532c6a_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 63131,
'Height': 301,
'OriginUrl': 'https://abimg002.imgix.net/f10eb7b1-fe4c-4e6b-ac85-99f0923a0eb9.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_344e13e8-b2fe-5bfb-b7a3-faaf80532c6a/344e13e8-b2fe-5bfb-b7a3-faaf80532c6a_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 57977,
'Height': 301,
'OriginUrl': 'https://abimg002.imgix.net/a47eb3df-99a7-4c5b-a100-81531636250e.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_344e13e8-b2fe-5bfb-b7a3-faaf80532c6a/344e13e8-b2fe-5bfb-b7a3-faaf80532c6a_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 45734,
'Height': 301,
'OriginUrl': 'https://abimg002.imgix.net/4e8bef3a-86b0-42cb-8a7f-c9eafcccee6f.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_344e13e8-b2fe-5bfb-b7a3-faaf80532c6a/344e13e8-b2fe-5bfb-b7a3-faaf80532c6a_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 50390,
'Height': 301,
'OriginUrl': 'https://abimg002.imgix.net/c3ddcb4e-8e16-4c5f-b1b7-e8dd8370f7f0.jpg?w=600',
'Width': 600}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-11-30',
'seller_name': 'Vantage Motor Group',
'title': 'VAUXHALL CROSSLAND X HATCHBACK 1.2T [130] Sport 5dr [Start Stop] '
'Auto',
'transmission': 'automatic',
'trim': '1.2T [130] Sport 5dr [Start Stop] Auto',
'vin': None,
'year': 2019}
2026-03-30 10:05:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120797429%27 HTTP/1.1" 200 None
2026-03-30 10:05:15 [astonbarclay.gb] INFO: Saving data for 120797429: {'created_time': 1774865115.67574, 'last_price_update_time': 1774865115.675753, 'auction_closing_time': 1774958400.0}
2026-03-30 10:05:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120797429') HTTP/1.1" 204 0
2026-03-30 10:05:15 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:05:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120879555?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:05:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120729927?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:05:15 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:05:15 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:05:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120761746?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:05:15 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:05:15 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120839097, 'registration': 'VE15LYR', 'account': 'VAN044', 'make': 'VAUXHALL', 'model': 'ADAM HATCHBACK', 'derivative': '1.0T ecoFLEX Slam 3dr [Start Stop]', 'mileage': 63569, 'mileageWarranty': True, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 440}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2015-07-31', 'fuel': 'Petrol', 'motExpiry': '2026-06-17', 'doors': 3, 'engineSize': 999, 'bodyType': 'Hatchback', 'images': ['https://abimg002.imgix.net/d7bf65b2-6676-45b2-a3f8-a25128cc100f.jpg?w=600', 'https://abimg002.imgix.net/58579506-143d-4d97-a48e-8dc64f3a74d4.jpg?w=600', 'https://abimg002.imgix.net/6ee9ffeb-f2f4-4d70-80f3-0034ffe7f122.jpg?w=600', 'https://abimg002.imgix.net/1794d3fa-f43e-44bc-954e-0e0ef2e36a48.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'EVALUATE', 'serviceHistory': '', 'remarks': 'VOSA STATES 20K, 26K, 34K, 38K, 44K, 49K, 55K, 59K', 'virtual': False, 'seller': 'Vantage Motor Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': False, 'v5details': None, 'co2': 119, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:05:15 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120839097, 'registration': 'VE15LYR', 'account': 'VAN044', 'make': 'VAUXHALL', 'model': 'ADAM HATCHBACK', 'derivative': '1.0T ecoFLEX Slam 3dr [Start Stop]', 'mileage': 63569, 'mileageWarranty': True, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 440}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2015-07-31', 'fuel': 'Petrol', 'motExpiry': '2026-06-17', 'doors': 3, 'engineSize': 999, 'bodyType': 'Hatchback', 'images': ['https://abimg002.imgix.net/d7bf65b2-6676-45b2-a3f8-a25128cc100f.jpg?w=600', 'https://abimg002.imgix.net/58579506-143d-4d97-a48e-8dc64f3a74d4.jpg?w=600', 'https://abimg002.imgix.net/6ee9ffeb-f2f4-4d70-80f3-0034ffe7f122.jpg?w=600', 'https://abimg002.imgix.net/1794d3fa-f43e-44bc-954e-0e0ef2e36a48.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'EVALUATE', 'serviceHistory': '', 'remarks': 'VOSA STATES 20K, 26K, 34K, 38K, 44K, 49K, 55K, 59K', 'virtual': False, 'seller': 'Vantage Motor Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': False, 'v5details': None, 'co2': 119, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:05:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ae2898bf-cd1c-51a4-a83b-545925af00a9 with identifier: 120839097
2026-03-30 10:05:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ae2898bf-cd1c-51a4-a83b-545925af00a9 with scrape type 1
2026-03-30 10:05:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 4 photos for item ae2898bf-cd1c-51a4-a83b-545925af00a9
2026-03-30 10:05:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05: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%252Fabimg002.imgix.net%252Fd7bf65b2-6676-45b2-a3f8-a25128cc100f.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:05:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg002.imgix.net/d7bf65b2-6676-45b2-a3f8-a25128cc100f.jpg?w=600 not downloaded yet
2026-03-30 10:05:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05: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%252Fabimg002.imgix.net%252F58579506-143d-4d97-a48e-8dc64f3a74d4.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:05:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg002.imgix.net/58579506-143d-4d97-a48e-8dc64f3a74d4.jpg?w=600 not downloaded yet
2026-03-30 10:05:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05: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%252Fabimg002.imgix.net%252F6ee9ffeb-f2f4-4d70-80f3-0034ffe7f122.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:05:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg002.imgix.net/6ee9ffeb-f2f4-4d70-80f3-0034ffe7f122.jpg?w=600 not downloaded yet
2026-03-30 10:05:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05: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%252Fabimg002.imgix.net%252F1794d3fa-f43e-44bc-954e-0e0ef2e36a48.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:05:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg002.imgix.net/1794d3fa-f43e-44bc-954e-0e0ef2e36a48.jpg?w=600 not downloaded yet
2026-03-30 10:05:15 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120879555, 'registration': 'DP68VJA', 'account': 'WBA002', 'make': 'VAUXHALL', 'model': 'CORSA HATCHBACK', 'derivative': '1.4 Design 5dr', 'mileage': 48949, 'mileageWarranty': True, 'type': 'car', 'saleId': 18909, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 440}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2018-12-28', 'fuel': 'Petrol', 'motExpiry': '2026-12-12', 'doors': 5, 'engineSize': 1398, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/DP68VJA/2026-03-30/image/fa7047f0-fa00-4e16-b8b1-b9384bb4e221_removebg.jpg?w=600', 'https://abimg003.imgix.net/DP68VJA/2026-03-30/image/da5bdab6-88c3-421c-ba6a-7789ccbce22d_removebg.jpg?w=600', 'https://abimg003.imgix.net/DP68VJA/2026-03-30/image/d1d3452a-e0c5-4578-8e6e-8c56f5303ad0_removebg.jpg?w=600', 'https://abimg003.imgix.net/DP68VJA/2026-03-30/image/491abe72-60bc-4e5e-98bb-ee9e00f57d69_removebg.jpg?w=600', 'https://abimg003.imgix.net/DP68VJA/2026-03-30/image/5669ba62-78d7-4acb-8fcf-5ecb0ac273d9_removebg.jpg?w=600', 'https://abimg003.imgix.net/DP68VJA/2026-03-30/image/d78f6e9e-dc83-481c-bf19-b103b351bd63_removebg.jpg?w=600', 'https://abimg003.imgix.net/DP68VJA/2026-03-30/image/5f34fcc6-6aed-45fb-8597-0de08002b1cc_removebg.jpg?w=600', 'https://abimg003.imgix.net/DP68VJA/2026-03-30/image/082f2c0a-7237-4a3c-9523-fc9b44387802_removebg.jpg?w=600', 'https://abimg003.imgix.net/DP68VJA/2026-03-30/image/17a57393-ad7f-4ff1-8e7f-2c4aff5b70c6_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'UKCGR - Premium', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': False, 'v5details': None, 'co2': 130, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/aeccef7c-9681-4e61-8d24-b86618388f5c.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:05:15 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120879555, 'registration': 'DP68VJA', 'account': 'WBA002', 'make': 'VAUXHALL', 'model': 'CORSA HATCHBACK', 'derivative': '1.4 Design 5dr', 'mileage': 48949, 'mileageWarranty': True, 'type': 'car', 'saleId': 18909, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 440}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2018-12-28', 'fuel': 'Petrol', 'motExpiry': '2026-12-12', 'doors': 5, 'engineSize': 1398, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/DP68VJA/2026-03-30/image/fa7047f0-fa00-4e16-b8b1-b9384bb4e221_removebg.jpg?w=600', 'https://abimg003.imgix.net/DP68VJA/2026-03-30/image/da5bdab6-88c3-421c-ba6a-7789ccbce22d_removebg.jpg?w=600', 'https://abimg003.imgix.net/DP68VJA/2026-03-30/image/d1d3452a-e0c5-4578-8e6e-8c56f5303ad0_removebg.jpg?w=600', 'https://abimg003.imgix.net/DP68VJA/2026-03-30/image/491abe72-60bc-4e5e-98bb-ee9e00f57d69_removebg.jpg?w=600', 'https://abimg003.imgix.net/DP68VJA/2026-03-30/image/5669ba62-78d7-4acb-8fcf-5ecb0ac273d9_removebg.jpg?w=600', 'https://abimg003.imgix.net/DP68VJA/2026-03-30/image/d78f6e9e-dc83-481c-bf19-b103b351bd63_removebg.jpg?w=600', 'https://abimg003.imgix.net/DP68VJA/2026-03-30/image/5f34fcc6-6aed-45fb-8597-0de08002b1cc_removebg.jpg?w=600', 'https://abimg003.imgix.net/DP68VJA/2026-03-30/image/082f2c0a-7237-4a3c-9523-fc9b44387802_removebg.jpg?w=600', 'https://abimg003.imgix.net/DP68VJA/2026-03-30/image/17a57393-ad7f-4ff1-8e7f-2c4aff5b70c6_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'UKCGR - Premium', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': False, 'v5details': None, 'co2': 130, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/aeccef7c-9681-4e61-8d24-b86618388f5c.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:05:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f538ea51-93df-5496-a69e-c54ed93b209f with identifier: 120879555
2026-03-30 10:05:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f538ea51-93df-5496-a69e-c54ed93b209f with scrape type 1
2026-03-30 10:05:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 9 photos for item f538ea51-93df-5496-a69e-c54ed93b209f
2026-03-30 10:05:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05: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%252FDP68VJA%252F2026-03-30%252Fimage%252Ffa7047f0-fa00-4e16-b8b1-b9384bb4e221_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:05:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/DP68VJA/2026-03-30/image/fa7047f0-fa00-4e16-b8b1-b9384bb4e221_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:05:15 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120729927, 'registration': 'YY22LUL', 'account': 'VAN040', 'make': 'BMW', 'model': 'X3 ESTATE', 'derivative': 'xDrive 30e M Sport 5dr Auto', 'mileage': 29530, 'mileageWarranty': True, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 440}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2022-06-13', 'fuel': 'Hybrid Electric', 'motExpiry': '2026-06-12', 'doors': 5, 'engineSize': 1998, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/YY22LUL/2026-03-26/image/1c51fbd2-06a9-4eca-9b7d-a1f722dc8d09_removebg.jpg?w=600', 'https://abimg003.imgix.net/YY22LUL/2026-03-26/image/bfb1f56d-6ba7-4b0d-b8cf-116b9a698311_removebg.jpg?w=600', 'https://abimg003.imgix.net/YY22LUL/2026-03-26/image/e93b1817-a0d1-4c2a-b6a0-a6a10f82eee0_removebg.jpg?w=600', 'https://abimg003.imgix.net/YY22LUL/2026-03-26/image/df78f9a9-f082-403c-8b52-d3a66e84004a_removebg.jpg?w=600', 'https://abimg003.imgix.net/YY22LUL/2026-03-26/image/74a48a81-4157-4bc1-959b-2cc9e86a710c_removebg.jpg?w=600', 'https://abimg003.imgix.net/YY22LUL/2026-03-26/image/20d6d9ce-5c90-436e-b148-00a010a20ac5_removebg.jpg?w=600', 'https://abimg003.imgix.net/YY22LUL/2026-03-26/image/c41c7d3e-a83e-41ec-b4dc-b47c7c5365f0_removebg.jpg?w=600', 'https://abimg003.imgix.net/YY22LUL/2026-03-26/image/4a9577c3-e456-484b-bd8c-4e768e04c0b9_removebg.jpg?w=600', 'https://abimg003.imgix.net/YY22LUL/2026-03-26/image/373865bc-3ef8-4b99-94e5-6fd2ad64a05c_removebg.jpg?w=600', 'https://abimg003.imgix.net/YY22LUL/2026-03-26/image/d75ec53b-b806-4d32-8a47-3600620fcf38_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print', 'remarks': '**1230** VOSA STATES 23K,', 'virtual': False, 'seller': 'Vantage Motor Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': None, 'v5': True, 'v5details': 'Here', 'co2': 47, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/34582ebb-a412-45d0-be63-2845dfda0a4c.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:05:15 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120729927, 'registration': 'YY22LUL', 'account': 'VAN040', 'make': 'BMW', 'model': 'X3 ESTATE', 'derivative': 'xDrive 30e M Sport 5dr Auto', 'mileage': 29530, 'mileageWarranty': True, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 440}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2022-06-13', 'fuel': 'Hybrid Electric', 'motExpiry': '2026-06-12', 'doors': 5, 'engineSize': 1998, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/YY22LUL/2026-03-26/image/1c51fbd2-06a9-4eca-9b7d-a1f722dc8d09_removebg.jpg?w=600', 'https://abimg003.imgix.net/YY22LUL/2026-03-26/image/bfb1f56d-6ba7-4b0d-b8cf-116b9a698311_removebg.jpg?w=600', 'https://abimg003.imgix.net/YY22LUL/2026-03-26/image/e93b1817-a0d1-4c2a-b6a0-a6a10f82eee0_removebg.jpg?w=600', 'https://abimg003.imgix.net/YY22LUL/2026-03-26/image/df78f9a9-f082-403c-8b52-d3a66e84004a_removebg.jpg?w=600', 'https://abimg003.imgix.net/YY22LUL/2026-03-26/image/74a48a81-4157-4bc1-959b-2cc9e86a710c_removebg.jpg?w=600', 'https://abimg003.imgix.net/YY22LUL/2026-03-26/image/20d6d9ce-5c90-436e-b148-00a010a20ac5_removebg.jpg?w=600', 'https://abimg003.imgix.net/YY22LUL/2026-03-26/image/c41c7d3e-a83e-41ec-b4dc-b47c7c5365f0_removebg.jpg?w=600', 'https://abimg003.imgix.net/YY22LUL/2026-03-26/image/4a9577c3-e456-484b-bd8c-4e768e04c0b9_removebg.jpg?w=600', 'https://abimg003.imgix.net/YY22LUL/2026-03-26/image/373865bc-3ef8-4b99-94e5-6fd2ad64a05c_removebg.jpg?w=600', 'https://abimg003.imgix.net/YY22LUL/2026-03-26/image/d75ec53b-b806-4d32-8a47-3600620fcf38_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print', 'remarks': '**1230** VOSA STATES 23K,', 'virtual': False, 'seller': 'Vantage Motor Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': None, 'v5': True, 'v5details': 'Here', 'co2': 47, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/34582ebb-a412-45d0-be63-2845dfda0a4c.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:05:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1d932c34-44a6-5e23-bf4d-e35fd3c30023 with identifier: 120729927
2026-03-30 10:05:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1d932c34-44a6-5e23-bf4d-e35fd3c30023 with scrape type 2
2026-03-30 10:05:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1d932c34-44a6-5e23-bf4d-e35fd3c30023 with scrape type 2
2026-03-30 10:05:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 1d932c34-44a6-5e23-bf4d-e35fd3c30023, identifier: 120729927
2026-03-30 10:05:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 1d932c34-44a6-5e23-bf4d-e35fd3c30023 with identifier: 120729927
2026-03-30 10:05:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-30 10:05:16 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=Hybrid+Electric HTTP/1.1" 200 None
2026-03-30 10:05:16 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 10:05:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-30 10:05:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 1d932c34-44a6-5e23-bf4d-e35fd3c30023 with identifier: 120729927
2026-03-30 10:05:16 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 1d932c34-44a6-5e23-bf4d-e35fd3c30023 with identifier: 120729927 to the API
2026-03-30 10:05:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:05:16 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:05:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120729927?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 47,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'Hybrid Electric',
'id': '1d932c34-44a6-5e23-bf4d-e35fd3c30023',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'YY22LUL',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120729927',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'BMW',
'model': 'X3 ESTATE',
'odometer': 29530,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-06-13',
'seller_name': 'Vantage Motor Group',
'title': 'BMW X3 ESTATE xDrive 30e M Sport 5dr Auto',
'transmission': 'automatic',
'trim': 'xDrive 30e M Sport 5dr Auto',
'vin': None,
'year': 2022}
2026-03-30 10:05:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120729927%27 HTTP/1.1" 200 None
2026-03-30 10:05:16 [astonbarclay.gb] INFO: Saving data for 120729927: {'auction_closing_time': 1774958400.0, 'created_time': 1774530334.495517, 'last_price_update_time': 1774865116.423085}
2026-03-30 10:05:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120729927') HTTP/1.1" 204 0
2026-03-30 10:05:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05: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%252FDP68VJA%252F2026-03-30%252Fimage%252Fda5bdab6-88c3-421c-ba6a-7789ccbce22d_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:05:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/DP68VJA/2026-03-30/image/da5bdab6-88c3-421c-ba6a-7789ccbce22d_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:05:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/FV16NGE/2026-01-12/image/136e01fb-9155-40f0-bae3-29dba61ae5b7_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/118521541?view=catalogue)
2026-03-30 10:05:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120866986?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:05:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120797537?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:05:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120587587?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:05:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05: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%252FDP68VJA%252F2026-03-30%252Fimage%252Fd1d3452a-e0c5-4578-8e6e-8c56f5303ad0_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:05:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/DP68VJA/2026-03-30/image/d1d3452a-e0c5-4578-8e6e-8c56f5303ad0_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:05:16 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:05:16 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:05:16 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:05:16 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120761746, 'registration': 'YY73ENO', 'account': 'VAN038', 'make': 'MINI', 'model': 'COOPER', 'derivative': 'S CLASSIC AUTO', 'mileage': 16629, 'mileageWarranty': True, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 440}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2023-11-30', 'fuel': 'Petrol', 'motExpiry': None, 'doors': 5, 'engineSize': 1998, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YY73ENO/2026-03-27/image/e379a20c-f291-489b-be0f-dcbfee45c265_removebg.jpg?w=600', 'https://abimg003.imgix.net/YY73ENO/2026-03-27/image/e1aa60b5-0a29-4382-a078-e57bf220c4ce_removebg.jpg?w=600', 'https://abimg003.imgix.net/YY73ENO/2026-03-27/image/047b59c6-5080-46ad-b231-82cd841435c3_removebg.jpg?w=600', 'https://abimg003.imgix.net/YY73ENO/2026-03-27/image/7f8e56df-5f60-46bf-98b2-f02afe0af43f_removebg.jpg?w=600', 'https://abimg003.imgix.net/YY73ENO/2026-03-27/image/9c82d7ae-cebe-4103-86e5-a11932733fcc_removebg.jpg?w=600', 'https://abimg003.imgix.net/YY73ENO/2026-03-27/image/7837dbc1-b93b-4f96-92b1-0f74ec0e056b_removebg.jpg?w=600', 'https://abimg003.imgix.net/YY73ENO/2026-03-27/image/035b308e-ea6f-4eeb-92c8-96957fdbfae9_removebg.jpg?w=600', 'https://abimg003.imgix.net/YY73ENO/2026-03-27/image/ea664ec5-e707-4246-98fe-01d85a8857ea_removebg.jpg?w=600', 'https://abimg003.imgix.net/YY73ENO/2026-03-27/image/3e286968-4975-4ebf-b12c-1ef6f7d1c529_removebg.jpg?w=600', 'https://abimg003.imgix.net/YY73ENO/2026-03-27/image/6547dd41-c76a-416e-a042-68754d0d316b_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print', 'remarks': '**1364** Full retail prep already done, just aging stock', 'virtual': False, 'seller': 'Vantage Motor Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 137, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/8ec93f23-be28-4aa3-bb1c-a2bce2af5e28.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:05:16 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120761746, 'registration': 'YY73ENO', 'account': 'VAN038', 'make': 'MINI', 'model': 'COOPER', 'derivative': 'S CLASSIC AUTO', 'mileage': 16629, 'mileageWarranty': True, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 440}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2023-11-30', 'fuel': 'Petrol', 'motExpiry': None, 'doors': 5, 'engineSize': 1998, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YY73ENO/2026-03-27/image/e379a20c-f291-489b-be0f-dcbfee45c265_removebg.jpg?w=600', 'https://abimg003.imgix.net/YY73ENO/2026-03-27/image/e1aa60b5-0a29-4382-a078-e57bf220c4ce_removebg.jpg?w=600', 'https://abimg003.imgix.net/YY73ENO/2026-03-27/image/047b59c6-5080-46ad-b231-82cd841435c3_removebg.jpg?w=600', 'https://abimg003.imgix.net/YY73ENO/2026-03-27/image/7f8e56df-5f60-46bf-98b2-f02afe0af43f_removebg.jpg?w=600', 'https://abimg003.imgix.net/YY73ENO/2026-03-27/image/9c82d7ae-cebe-4103-86e5-a11932733fcc_removebg.jpg?w=600', 'https://abimg003.imgix.net/YY73ENO/2026-03-27/image/7837dbc1-b93b-4f96-92b1-0f74ec0e056b_removebg.jpg?w=600', 'https://abimg003.imgix.net/YY73ENO/2026-03-27/image/035b308e-ea6f-4eeb-92c8-96957fdbfae9_removebg.jpg?w=600', 'https://abimg003.imgix.net/YY73ENO/2026-03-27/image/ea664ec5-e707-4246-98fe-01d85a8857ea_removebg.jpg?w=600', 'https://abimg003.imgix.net/YY73ENO/2026-03-27/image/3e286968-4975-4ebf-b12c-1ef6f7d1c529_removebg.jpg?w=600', 'https://abimg003.imgix.net/YY73ENO/2026-03-27/image/6547dd41-c76a-416e-a042-68754d0d316b_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print', 'remarks': '**1364** Full retail prep already done, just aging stock', 'virtual': False, 'seller': 'Vantage Motor Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 137, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/8ec93f23-be28-4aa3-bb1c-a2bce2af5e28.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:05:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6625027e-a249-5346-aa06-2f018f463d62 with identifier: 120761746
2026-03-30 10:05:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6625027e-a249-5346-aa06-2f018f463d62 with scrape type 2
2026-03-30 10:05:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6625027e-a249-5346-aa06-2f018f463d62 with scrape type 2
2026-03-30 10:05:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 6625027e-a249-5346-aa06-2f018f463d62, identifier: 120761746
2026-03-30 10:05:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 6625027e-a249-5346-aa06-2f018f463d62 with identifier: 120761746
2026-03-30 10:05:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 6625027e-a249-5346-aa06-2f018f463d62 with identifier: 120761746
2026-03-30 10:05:16 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 6625027e-a249-5346-aa06-2f018f463d62 with identifier: 120761746 to the API
2026-03-30 10:05:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:05:16 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:05:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120761746?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 137,
'color': 'SILVER',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'Petrol',
'id': '6625027e-a249-5346-aa06-2f018f463d62',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'YY73ENO',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120761746',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'MINI',
'model': 'COOPER',
'odometer': 16629,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-11-30',
'seller_name': 'Vantage Motor Group',
'title': 'MINI COOPER S CLASSIC AUTO',
'transmission': 'automatic',
'trim': 'S CLASSIC AUTO',
'vin': None,
'year': 2023}
2026-03-30 10:05:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120761746%27 HTTP/1.1" 200 None
2026-03-30 10:05:16 [astonbarclay.gb] INFO: Saving data for 120761746: {'auction_closing_time': 1774958400.0, 'created_time': 1774552159.154377, 'last_price_update_time': 1774865116.986201}
2026-03-30 10:05:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120761746') HTTP/1.1" 204 0
2026-03-30 10:05:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05: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%252FDP68VJA%252F2026-03-30%252Fimage%252F491abe72-60bc-4e5e-98bb-ee9e00f57d69_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:05:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/DP68VJA/2026-03-30/image/491abe72-60bc-4e5e-98bb-ee9e00f57d69_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:05:17 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:05:17 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f4364fe0150>
2026-03-30 10:05:17 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:05:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:05:17 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:05:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c488ef3c-94b7-51ba-95e6-dbc4929cf6d6/c488ef3c-94b7-51ba-95e6-dbc4929cf6d6_image_7.jpg HTTP/1.1" 201 0
2026-03-30 10:05:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FFV16NGE%252F2026-01-12%252Fimage%252F136e01fb-9155-40f0-bae3-29dba61ae5b7_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:05:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/FV16NGE/2026-01-12/image/136e01fb-9155-40f0-bae3-29dba61ae5b7_removebg.jpg?w=600 saved to cache
2026-03-30 10:05:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item c488ef3c-94b7-51ba-95e6-dbc4929cf6d6
2026-03-30 10:05:17 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120866986, 'registration': 'MT59RZA', 'account': 'WBA004', 'make': 'TOYOTA', 'model': 'AYGO HATCHBACK SPECIAL EDITION', 'derivative': '1.0 VVT-i Blue 5dr', 'mileage': 104357, 'mileageWarranty': True, 'type': 'car', 'saleId': 18909, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 440}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2009-12-04', 'fuel': 'Petrol', 'motExpiry': '2026-11-06', 'doors': 5, 'engineSize': 998, 'bodyType': 'Hatchback', 'images': None, 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'VOSA STATES 25K, 36K, 46K, 56K, 59K, 65K, 69K, 73K, 76K, 83K, 91K, 93K, 95K, 98K,', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '6', 'v5': False, 'v5details': None, 'co2': 106, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:05:17 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120866986, 'registration': 'MT59RZA', 'account': 'WBA004', 'make': 'TOYOTA', 'model': 'AYGO HATCHBACK SPECIAL EDITION', 'derivative': '1.0 VVT-i Blue 5dr', 'mileage': 104357, 'mileageWarranty': True, 'type': 'car', 'saleId': 18909, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 440}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2009-12-04', 'fuel': 'Petrol', 'motExpiry': '2026-11-06', 'doors': 5, 'engineSize': 998, 'bodyType': 'Hatchback', 'images': None, 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'VOSA STATES 25K, 36K, 46K, 56K, 59K, 65K, 69K, 73K, 76K, 83K, 91K, 93K, 95K, 98K,', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '6', 'v5': False, 'v5details': None, 'co2': 106, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:05:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3b4281b7-3e26-5c9b-bbd5-64a8e3a27df0 with identifier: 120866986
2026-03-30 10:05:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3b4281b7-3e26-5c9b-bbd5-64a8e3a27df0 with scrape type 2
2026-03-30 10:05:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3b4281b7-3e26-5c9b-bbd5-64a8e3a27df0 with scrape type 2
2026-03-30 10:05:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 3b4281b7-3e26-5c9b-bbd5-64a8e3a27df0, identifier: 120866986
2026-03-30 10:05:17 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120797537, 'registration': 'YG64NWX', 'account': 'VAN044', 'make': 'TOYOTA', 'model': 'AYGO HATCHBACK', 'derivative': '1.0 VVT-i X-Pression 5dr', 'mileage': 72748, 'mileageWarranty': False, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 440}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2014-09-27', 'fuel': 'Petrol', 'motExpiry': '2026-10-03', 'doors': 5, 'engineSize': 998, 'bodyType': 'Hatchback', 'images': ['https://abimg002.imgix.net/b4803fb6-cada-41eb-9639-b0b2f076d031.jpg?w=600', 'https://abimg002.imgix.net/8d071d87-1e4c-4c96-8f36-e49258dfa9b1.jpg?w=600', 'https://abimg002.imgix.net/157128de-f8cd-4dca-b758-c45a212e64ba.jpg?w=600', 'https://abimg002.imgix.net/6f28ba7c-8d9d-435d-9ffa-9ebe9212294e.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'EVALUATE', 'serviceHistory': '', 'remarks': 'VOSA STATES 26K, 34K, 42K, 48K, 53K, 58K, 62K, 67K, 70K', 'virtual': False, 'seller': 'Vantage Motor Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': None, 'v5': False, 'v5details': None, 'co2': 95, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:05:17 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120797537, 'registration': 'YG64NWX', 'account': 'VAN044', 'make': 'TOYOTA', 'model': 'AYGO HATCHBACK', 'derivative': '1.0 VVT-i X-Pression 5dr', 'mileage': 72748, 'mileageWarranty': False, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 440}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2014-09-27', 'fuel': 'Petrol', 'motExpiry': '2026-10-03', 'doors': 5, 'engineSize': 998, 'bodyType': 'Hatchback', 'images': ['https://abimg002.imgix.net/b4803fb6-cada-41eb-9639-b0b2f076d031.jpg?w=600', 'https://abimg002.imgix.net/8d071d87-1e4c-4c96-8f36-e49258dfa9b1.jpg?w=600', 'https://abimg002.imgix.net/157128de-f8cd-4dca-b758-c45a212e64ba.jpg?w=600', 'https://abimg002.imgix.net/6f28ba7c-8d9d-435d-9ffa-9ebe9212294e.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'EVALUATE', 'serviceHistory': '', 'remarks': 'VOSA STATES 26K, 34K, 42K, 48K, 53K, 58K, 62K, 67K, 70K', 'virtual': False, 'seller': 'Vantage Motor Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': None, 'v5': False, 'v5details': None, 'co2': 95, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:05:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ea587778-b412-52a9-b2e9-5348db3fef7a with identifier: 120797537
2026-03-30 10:05:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ea587778-b412-52a9-b2e9-5348db3fef7a with scrape type 1
2026-03-30 10:05:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 4 photos for item ea587778-b412-52a9-b2e9-5348db3fef7a
2026-03-30 10:05:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05: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%252Fabimg002.imgix.net%252Fb4803fb6-cada-41eb-9639-b0b2f076d031.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:05:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg002.imgix.net/b4803fb6-cada-41eb-9639-b0b2f076d031.jpg?w=600 not downloaded yet
2026-03-30 10:05:17 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120587587, 'registration': 'PF13HWS', 'account': 'VAN046', 'make': 'MINI', 'model': 'ONE', 'derivative': 'CLUBMAN', 'mileage': 89497, 'mileageWarranty': True, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 440}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2013-07-16', 'fuel': 'Petrol', 'motExpiry': '2026-07-17', 'doors': None, 'engineSize': 1598, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/PF13HWS/2026-03-24/image/194e378c-3dba-41b5-a180-1f806933a449_removebg.jpg?w=600', 'https://abimg003.imgix.net/PF13HWS/2026-03-24/image/bd2f23e3-6afb-4c37-b7ce-45d173d13a16_removebg.jpg?w=600', 'https://abimg003.imgix.net/PF13HWS/2026-03-24/image/4c9d4ba7-83d9-486f-96f8-17fc1e09b606_removebg.jpg?w=600', 'https://abimg003.imgix.net/PF13HWS/2026-03-24/image/8b11a06d-de1c-4cde-b8ca-100c99a9dd4d_removebg.jpg?w=600', 'https://abimg003.imgix.net/PF13HWS/2026-03-24/image/f3352603-95bc-4d90-9512-2d0819db4cdc_removebg.jpg?w=600', 'https://abimg003.imgix.net/PF13HWS/2026-03-24/image/7566360f-b071-47d8-a93a-33593fd69198_removebg.jpg?w=600', 'https://abimg003.imgix.net/PF13HWS/2026-03-24/image/d0999ce3-68a8-4a98-8947-a0ab2bb41135_removebg.jpg?w=600', 'https://abimg003.imgix.net/PF13HWS/2026-03-24/image/40d48d3e-0e62-4cb0-b786-fbec49379521_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service book 08/15 - 17K, 06/16 - 25K, 02/18 - 40K, 07/19 - 51K, 07/20 - 57K, 07/21 - 61K, 07/22 - 68K, 07/23 - 74K, 07/24 - 80K, 07/25 - 86K,', 'remarks': '**1304** VOSA STATES 25K, 34K, 43K, 51K, 57K, 61K, 68K, 74K, 80K, 86K,', 'virtual': False, 'seller': 'Vantage Motor Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': False, 'v5details': None, 'co2': 129, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/a7698ed3-c0a1-4c00-9372-aee06529add6.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:05:17 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120587587, 'registration': 'PF13HWS', 'account': 'VAN046', 'make': 'MINI', 'model': 'ONE', 'derivative': 'CLUBMAN', 'mileage': 89497, 'mileageWarranty': True, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 440}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2013-07-16', 'fuel': 'Petrol', 'motExpiry': '2026-07-17', 'doors': None, 'engineSize': 1598, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/PF13HWS/2026-03-24/image/194e378c-3dba-41b5-a180-1f806933a449_removebg.jpg?w=600', 'https://abimg003.imgix.net/PF13HWS/2026-03-24/image/bd2f23e3-6afb-4c37-b7ce-45d173d13a16_removebg.jpg?w=600', 'https://abimg003.imgix.net/PF13HWS/2026-03-24/image/4c9d4ba7-83d9-486f-96f8-17fc1e09b606_removebg.jpg?w=600', 'https://abimg003.imgix.net/PF13HWS/2026-03-24/image/8b11a06d-de1c-4cde-b8ca-100c99a9dd4d_removebg.jpg?w=600', 'https://abimg003.imgix.net/PF13HWS/2026-03-24/image/f3352603-95bc-4d90-9512-2d0819db4cdc_removebg.jpg?w=600', 'https://abimg003.imgix.net/PF13HWS/2026-03-24/image/7566360f-b071-47d8-a93a-33593fd69198_removebg.jpg?w=600', 'https://abimg003.imgix.net/PF13HWS/2026-03-24/image/d0999ce3-68a8-4a98-8947-a0ab2bb41135_removebg.jpg?w=600', 'https://abimg003.imgix.net/PF13HWS/2026-03-24/image/40d48d3e-0e62-4cb0-b786-fbec49379521_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service book 08/15 - 17K, 06/16 - 25K, 02/18 - 40K, 07/19 - 51K, 07/20 - 57K, 07/21 - 61K, 07/22 - 68K, 07/23 - 74K, 07/24 - 80K, 07/25 - 86K,', 'remarks': '**1304** VOSA STATES 25K, 34K, 43K, 51K, 57K, 61K, 68K, 74K, 80K, 86K,', 'virtual': False, 'seller': 'Vantage Motor Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': False, 'v5details': None, 'co2': 129, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/a7698ed3-c0a1-4c00-9372-aee06529add6.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:05:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8cbbeb07-795a-5a31-96d0-58bea4a66a68 with identifier: 120587587
2026-03-30 10:05:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8cbbeb07-795a-5a31-96d0-58bea4a66a68 with scrape type 2
2026-03-30 10:05:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8cbbeb07-795a-5a31-96d0-58bea4a66a68 with scrape type 2
2026-03-30 10:05:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 8cbbeb07-795a-5a31-96d0-58bea4a66a68, identifier: 120587587
2026-03-30 10:05:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/DP68VJA/2026-03-30/image/da5bdab6-88c3-421c-ba6a-7789ccbce22d_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120879555?view=catalogue)
2026-03-30 10:05:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/DP68VJA/2026-03-30/image/fa7047f0-fa00-4e16-b8b1-b9384bb4e221_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120879555?view=catalogue)
2026-03-30 10:05:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05: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%252FDP68VJA%252F2026-03-30%252Fimage%252F5669ba62-78d7-4acb-8fcf-5ecb0ac273d9_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:05:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/DP68VJA/2026-03-30/image/5669ba62-78d7-4acb-8fcf-5ecb0ac273d9_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:05:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 3b4281b7-3e26-5c9b-bbd5-64a8e3a27df0 with identifier: 120866986
2026-03-30 10:05:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 3b4281b7-3e26-5c9b-bbd5-64a8e3a27df0 with identifier: 120866986
2026-03-30 10:05:17 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 3b4281b7-3e26-5c9b-bbd5-64a8e3a27df0 with identifier: 120866986 to the API
2026-03-30 10:05:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:05:17 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:05:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120866986?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 106,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 4',
'engine': '1.0L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'Petrol',
'id': '3b4281b7-3e26-5c9b-bbd5-64a8e3a27df0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'MT59RZA',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120866986',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'TOYOTA',
'model': 'AYGO HATCHBACK SPECIAL EDITION',
'odometer': 104357,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2009-12-04',
'seller_name': 'UKCGR - Trade',
'title': 'TOYOTA AYGO HATCHBACK SPECIAL EDITION 1.0 VVT-i Blue 5dr',
'transmission': 'manual',
'trim': '1.0 VVT-i Blue 5dr',
'vin': None,
'year': 2009}
2026-03-30 10:05:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120866986%27 HTTP/1.1" 200 None
2026-03-30 10:05:17 [astonbarclay.gb] INFO: Saving data for 120866986: {'auction_closing_time': 1774958400.0, 'created_time': 1774638463.045061, 'last_price_update_time': 1774865117.813737}
2026-03-30 10:05:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120866986') HTTP/1.1" 204 0
2026-03-30 10:05:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 8cbbeb07-795a-5a31-96d0-58bea4a66a68 with identifier: 120587587
2026-03-30 10:05:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 8cbbeb07-795a-5a31-96d0-58bea4a66a68 with identifier: 120587587
2026-03-30 10:05:17 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 8cbbeb07-795a-5a31-96d0-58bea4a66a68 with identifier: 120587587 to the API
2026-03-30 10:05:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:05: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-30 10:05:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120587587?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 129,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': None,
'emission_standard': 'EURO 5',
'engine': '1.6L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'Petrol',
'id': '8cbbeb07-795a-5a31-96d0-58bea4a66a68',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'PF13HWS',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120587587',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'MINI',
'model': 'ONE',
'odometer': 89497,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2013-07-16',
'seller_name': 'Vantage Motor Group',
'title': 'MINI ONE CLUBMAN',
'transmission': 'manual',
'trim': 'CLUBMAN',
'vin': None,
'year': 2013}
2026-03-30 10:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:18 [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-30 10:05:18 [astonbarclay.gb] INFO: Saving data for 120587587: {'auction_closing_time': 1774958400.0, 'created_time': 1774328515.021266, 'last_price_update_time': 1774865118.191291}
2026-03-30 10:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120587587') HTTP/1.1" 204 0
2026-03-30 10:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05: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%252Fabimg002.imgix.net%252F8d071d87-1e4c-4c96-8f36-e49258dfa9b1.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:05:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg002.imgix.net/8d071d87-1e4c-4c96-8f36-e49258dfa9b1.jpg?w=600 not downloaded yet
2026-03-30 10:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05: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%252FDP68VJA%252F2026-03-30%252Fimage%252Fd78f6e9e-dc83-481c-bf19-b103b351bd63_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:05:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/DP68VJA/2026-03-30/image/d78f6e9e-dc83-481c-bf19-b103b351bd63_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:05:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120869953?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05: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%252Fabimg002.imgix.net%252F157128de-f8cd-4dca-b758-c45a212e64ba.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:05:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg002.imgix.net/157128de-f8cd-4dca-b758-c45a212e64ba.jpg?w=600 not downloaded yet
2026-03-30 10:05:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:05:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120870754?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:05:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120838973?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:05:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120870850?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:05:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120879769?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05: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%252FDP68VJA%252F2026-03-30%252Fimage%252F5f34fcc6-6aed-45fb-8597-0de08002b1cc_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:05:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/DP68VJA/2026-03-30/image/5f34fcc6-6aed-45fb-8597-0de08002b1cc_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:05:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:05:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:05:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:05:18 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:05:18 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f4364fe39d0>
2026-03-30 10:05:18 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:05:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:05:18 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:05:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f538ea51-93df-5496-a69e-c54ed93b209f/f538ea51-93df-5496-a69e-c54ed93b209f_image_1.jpg HTTP/1.1" 201 0
2026-03-30 10:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FDP68VJA%252F2026-03-30%252Fimage%252Fda5bdab6-88c3-421c-ba6a-7789ccbce22d_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:05:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/DP68VJA/2026-03-30/image/da5bdab6-88c3-421c-ba6a-7789ccbce22d_removebg.jpg?w=600 saved to cache
2026-03-30 10:05:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item f538ea51-93df-5496-a69e-c54ed93b209f
2026-03-30 10:05:18 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:05:18 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f4365468450>
2026-03-30 10:05:18 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:05:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:05:18 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:05:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f538ea51-93df-5496-a69e-c54ed93b209f/f538ea51-93df-5496-a69e-c54ed93b209f_image_0.jpg HTTP/1.1" 201 0
2026-03-30 10:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FDP68VJA%252F2026-03-30%252Fimage%252Ffa7047f0-fa00-4e16-b8b1-b9384bb4e221_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:05:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/DP68VJA/2026-03-30/image/fa7047f0-fa00-4e16-b8b1-b9384bb4e221_removebg.jpg?w=600 saved to cache
2026-03-30 10:05:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item f538ea51-93df-5496-a69e-c54ed93b209f
2026-03-30 10:05:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/DP68VJA/2026-03-30/image/491abe72-60bc-4e5e-98bb-ee9e00f57d69_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120879555?view=catalogue)
2026-03-30 10:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05: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%252Fabimg002.imgix.net%252F6f28ba7c-8d9d-435d-9ffa-9ebe9212294e.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:05:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg002.imgix.net/6f28ba7c-8d9d-435d-9ffa-9ebe9212294e.jpg?w=600 not downloaded yet
2026-03-30 10:05:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg002.imgix.net/1794d3fa-f43e-44bc-954e-0e0ef2e36a48.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120839097?view=catalogue)
2026-03-30 10:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05: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%252FDP68VJA%252F2026-03-30%252Fimage%252F082f2c0a-7237-4a3c-9523-fc9b44387802_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:05:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/DP68VJA/2026-03-30/image/082f2c0a-7237-4a3c-9523-fc9b44387802_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:05:18 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120869953, 'registration': 'HF67XLS', 'account': 'WBA001', 'make': 'VOLKSWAGEN', 'model': 'TIGUAN DIESEL ESTATE', 'derivative': '2.0 TDi 150 SE 5dr DSG', 'mileage': 86659, 'mileageWarranty': True, 'type': 'car', 'saleId': 18909, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 440}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2017-09-01', 'fuel': 'Diesel', 'motExpiry': '2026-12-17', 'doors': 5, 'engineSize': 1968, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/HF67XLS/2026-03-30/image/4ecb46f3-4d96-439e-96f6-0273bac2e6c5_removebg.jpg?w=600', 'https://abimg003.imgix.net/HF67XLS/2026-03-30/image/0f20aa3a-376a-4964-86e7-3d90c5989546_removebg.jpg?w=600', 'https://abimg003.imgix.net/HF67XLS/2026-03-30/image/80886af0-9fd4-44dc-8dfc-ec4e6cb1ad57_removebg.jpg?w=600', 'https://abimg003.imgix.net/HF67XLS/2026-03-30/image/94ca4021-9f3a-4ed9-b9a6-6e6ae5b9db5f_removebg.jpg?w=600', 'https://abimg003.imgix.net/HF67XLS/2026-03-30/image/5148a1ec-dd0a-480f-8b33-367334038219_removebg.jpg?w=600', 'https://abimg003.imgix.net/HF67XLS/2026-03-30/image/f7526227-666a-4651-9b8d-fe61fa822706_removebg.jpg?w=600', 'https://abimg003.imgix.net/HF67XLS/2026-03-30/image/fe5a153d-4a7f-4b62-a64d-ac9661a68149_removebg.jpg?w=600', 'https://abimg003.imgix.net/HF67XLS/2026-03-30/image/76536854-47cd-4a2a-b4c3-dd2b01ed6bd8_removebg.jpg?w=600', 'https://abimg003.imgix.net/HF67XLS/2026-03-30/image/aac43c1a-e592-431b-be88-b444e02a84a9_removebg.jpg?w=600', 'https://abimg003.imgix.net/HF67XLS/2026-03-30/image/cde22286-56e1-4781-8ccb-d55d85188fa1_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'VOSA STATES 23K, 32K, 47K, 59K, 70K, 83K,', 'virtual': False, 'seller': 'UKCGR', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': False, 'v5details': None, 'co2': 129, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/28235522-1f5d-4f83-97a4-b6c78eca564a.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:05:18 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120869953, 'registration': 'HF67XLS', 'account': 'WBA001', 'make': 'VOLKSWAGEN', 'model': 'TIGUAN DIESEL ESTATE', 'derivative': '2.0 TDi 150 SE 5dr DSG', 'mileage': 86659, 'mileageWarranty': True, 'type': 'car', 'saleId': 18909, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 440}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2017-09-01', 'fuel': 'Diesel', 'motExpiry': '2026-12-17', 'doors': 5, 'engineSize': 1968, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/HF67XLS/2026-03-30/image/4ecb46f3-4d96-439e-96f6-0273bac2e6c5_removebg.jpg?w=600', 'https://abimg003.imgix.net/HF67XLS/2026-03-30/image/0f20aa3a-376a-4964-86e7-3d90c5989546_removebg.jpg?w=600', 'https://abimg003.imgix.net/HF67XLS/2026-03-30/image/80886af0-9fd4-44dc-8dfc-ec4e6cb1ad57_removebg.jpg?w=600', 'https://abimg003.imgix.net/HF67XLS/2026-03-30/image/94ca4021-9f3a-4ed9-b9a6-6e6ae5b9db5f_removebg.jpg?w=600', 'https://abimg003.imgix.net/HF67XLS/2026-03-30/image/5148a1ec-dd0a-480f-8b33-367334038219_removebg.jpg?w=600', 'https://abimg003.imgix.net/HF67XLS/2026-03-30/image/f7526227-666a-4651-9b8d-fe61fa822706_removebg.jpg?w=600', 'https://abimg003.imgix.net/HF67XLS/2026-03-30/image/fe5a153d-4a7f-4b62-a64d-ac9661a68149_removebg.jpg?w=600', 'https://abimg003.imgix.net/HF67XLS/2026-03-30/image/76536854-47cd-4a2a-b4c3-dd2b01ed6bd8_removebg.jpg?w=600', 'https://abimg003.imgix.net/HF67XLS/2026-03-30/image/aac43c1a-e592-431b-be88-b444e02a84a9_removebg.jpg?w=600', 'https://abimg003.imgix.net/HF67XLS/2026-03-30/image/cde22286-56e1-4781-8ccb-d55d85188fa1_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'VOSA STATES 23K, 32K, 47K, 59K, 70K, 83K,', 'virtual': False, 'seller': 'UKCGR', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': False, 'v5details': None, 'co2': 129, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/28235522-1f5d-4f83-97a4-b6c78eca564a.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:05:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 40834fec-2e85-58b9-a151-25100dd56a5a with identifier: 120869953
2026-03-30 10:05:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 40834fec-2e85-58b9-a151-25100dd56a5a with scrape type 1
2026-03-30 10:05:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 40834fec-2e85-58b9-a151-25100dd56a5a
2026-03-30 10:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05: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%252FHF67XLS%252F2026-03-30%252Fimage%252F4ecb46f3-4d96-439e-96f6-0273bac2e6c5_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:05:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/HF67XLS/2026-03-30/image/4ecb46f3-4d96-439e-96f6-0273bac2e6c5_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:05:18 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120870754, 'registration': 'DA16NCC', 'account': 'WBA004', 'make': 'VOLKSWAGEN', 'model': 'CC DIESEL SALOON', 'derivative': '2.0 TDI 184 BlueMotion Tech R-Line 4dr', 'mileage': 22289, 'mileageWarranty': True, 'type': 'car', 'saleId': 18909, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 440}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2016-05-18', 'fuel': 'Diesel', 'motExpiry': '2026-08-10', 'doors': 4, 'engineSize': 1968, 'bodyType': 'Saloon', 'images': None, 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'VOSA STATES 103K, 148K, 157K, 172K, 188K, 203K, 216K', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': False, 'v5details': None, 'co2': 127, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:05:18 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120870754, 'registration': 'DA16NCC', 'account': 'WBA004', 'make': 'VOLKSWAGEN', 'model': 'CC DIESEL SALOON', 'derivative': '2.0 TDI 184 BlueMotion Tech R-Line 4dr', 'mileage': 22289, 'mileageWarranty': True, 'type': 'car', 'saleId': 18909, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 440}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2016-05-18', 'fuel': 'Diesel', 'motExpiry': '2026-08-10', 'doors': 4, 'engineSize': 1968, 'bodyType': 'Saloon', 'images': None, 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'VOSA STATES 103K, 148K, 157K, 172K, 188K, 203K, 216K', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': False, 'v5details': None, 'co2': 127, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:05:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8b070e10-8c60-5bf0-a553-9e5e6a3ced8b with identifier: 120870754
2026-03-30 10:05:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8b070e10-8c60-5bf0-a553-9e5e6a3ced8b with scrape type 1
2026-03-30 10:05:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 0 photos for item 8b070e10-8c60-5bf0-a553-9e5e6a3ced8b
2026-03-30 10:05:18 [crawlers.middlewares.photo_download_middleware] INFO: No photos to download for item 8b070e10-8c60-5bf0-a553-9e5e6a3ced8b
2026-03-30 10:05:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 8b070e10-8c60-5bf0-a553-9e5e6a3ced8b, identifier: 120870754
2026-03-30 10:05:18 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120838973, 'registration': 'BD12BVB', 'account': 'VAN044', 'make': 'TOYOTA', 'model': 'AYGO HATCHBACK', 'derivative': '1.0 VVT-i Fire 5dr [AC]', 'mileage': 106406, 'mileageWarranty': True, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 440}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2012-05-28', 'fuel': 'Petrol', 'motExpiry': '2026-11-08', 'doors': 5, 'engineSize': 998, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/BD12BVB/2026-03-30/image/8c9b5e6c-6913-415d-95bc-a747bee2de56_removebg.jpg?w=600', 'https://abimg003.imgix.net/BD12BVB/2026-03-30/image/e4b3efdb-33fb-4c44-9baa-9a1fa9544a51_removebg.jpg?w=600', 'https://abimg003.imgix.net/BD12BVB/2026-03-30/image/6e0cba10-78d7-431d-84a9-3cd2076d0a24_removebg.jpg?w=600', 'https://abimg003.imgix.net/BD12BVB/2026-03-30/image/86a605da-6f51-4d71-816f-b2a9ef6456f8_removebg.jpg?w=600', 'https://abimg003.imgix.net/BD12BVB/2026-03-30/image/078f3b4c-12d5-4158-83fd-eda6ff34b401_removebg.jpg?w=600', 'https://abimg003.imgix.net/BD12BVB/2026-03-30/image/0d30afaa-16ed-49b4-8437-4dcc4fa49788_removebg.jpg?w=600', 'https://abimg003.imgix.net/BD12BVB/2026-03-30/image/752dd718-4bed-4dae-a54b-46a8198a49f0_removebg.jpg?w=600', 'https://abimg003.imgix.net/BD12BVB/2026-03-30/image/a02f7b61-70d2-42e8-b953-c9a253753240_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': '', 'remarks': 'VOSA STATES 6K, 16K, 27K, 38K, 48K, 61K, 70K, 79K, 87K, 95K, 102K', 'virtual': False, 'seller': 'Vantage Motor Group', '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': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:05:18 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120838973, 'registration': 'BD12BVB', 'account': 'VAN044', 'make': 'TOYOTA', 'model': 'AYGO HATCHBACK', 'derivative': '1.0 VVT-i Fire 5dr [AC]', 'mileage': 106406, 'mileageWarranty': True, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 440}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2012-05-28', 'fuel': 'Petrol', 'motExpiry': '2026-11-08', 'doors': 5, 'engineSize': 998, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/BD12BVB/2026-03-30/image/8c9b5e6c-6913-415d-95bc-a747bee2de56_removebg.jpg?w=600', 'https://abimg003.imgix.net/BD12BVB/2026-03-30/image/e4b3efdb-33fb-4c44-9baa-9a1fa9544a51_removebg.jpg?w=600', 'https://abimg003.imgix.net/BD12BVB/2026-03-30/image/6e0cba10-78d7-431d-84a9-3cd2076d0a24_removebg.jpg?w=600', 'https://abimg003.imgix.net/BD12BVB/2026-03-30/image/86a605da-6f51-4d71-816f-b2a9ef6456f8_removebg.jpg?w=600', 'https://abimg003.imgix.net/BD12BVB/2026-03-30/image/078f3b4c-12d5-4158-83fd-eda6ff34b401_removebg.jpg?w=600', 'https://abimg003.imgix.net/BD12BVB/2026-03-30/image/0d30afaa-16ed-49b4-8437-4dcc4fa49788_removebg.jpg?w=600', 'https://abimg003.imgix.net/BD12BVB/2026-03-30/image/752dd718-4bed-4dae-a54b-46a8198a49f0_removebg.jpg?w=600', 'https://abimg003.imgix.net/BD12BVB/2026-03-30/image/a02f7b61-70d2-42e8-b953-c9a253753240_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': '', 'remarks': 'VOSA STATES 6K, 16K, 27K, 38K, 48K, 61K, 70K, 79K, 87K, 95K, 102K', 'virtual': False, 'seller': 'Vantage Motor Group', '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': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:05:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fa1c55f4-0e4e-531a-90e3-6c49d9c8a044 with identifier: 120838973
2026-03-30 10:05:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fa1c55f4-0e4e-531a-90e3-6c49d9c8a044 with scrape type 1
2026-03-30 10:05:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 8 photos for item fa1c55f4-0e4e-531a-90e3-6c49d9c8a044
2026-03-30 10:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05: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%252FBD12BVB%252F2026-03-30%252Fimage%252F8c9b5e6c-6913-415d-95bc-a747bee2de56_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:05:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/BD12BVB/2026-03-30/image/8c9b5e6c-6913-415d-95bc-a747bee2de56_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:05:18 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120870850, 'registration': 'BF14XHB', 'account': 'WBA001', 'make': 'AUDI', 'model': 'A6 DIESEL SALOON', 'derivative': '2.0 TDI Ultra SE 4dr S Tronic', 'mileage': 116484, 'mileageWarranty': True, 'type': 'car', 'saleId': 18909, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 440}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2014-04-28', 'fuel': 'Diesel', 'motExpiry': '2027-02-19', 'doors': 4, 'engineSize': 1968, 'bodyType': 'Saloon', 'images': None, 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'VOSA STATES 66K, 72K, 79K, 85K, 87K, 91K, 96K, 100K, 111K, 115K', 'virtual': False, 'seller': 'UKCGR', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': False, 'v5details': None, 'co2': 114, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:05:18 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120870850, 'registration': 'BF14XHB', 'account': 'WBA001', 'make': 'AUDI', 'model': 'A6 DIESEL SALOON', 'derivative': '2.0 TDI Ultra SE 4dr S Tronic', 'mileage': 116484, 'mileageWarranty': True, 'type': 'car', 'saleId': 18909, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 440}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2014-04-28', 'fuel': 'Diesel', 'motExpiry': '2027-02-19', 'doors': 4, 'engineSize': 1968, 'bodyType': 'Saloon', 'images': None, 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'VOSA STATES 66K, 72K, 79K, 85K, 87K, 91K, 96K, 100K, 111K, 115K', 'virtual': False, 'seller': 'UKCGR', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': False, 'v5details': None, 'co2': 114, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:05:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7f0b0a4b-49cc-5f61-b14f-bc83ced45474 with identifier: 120870850
2026-03-30 10:05:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7f0b0a4b-49cc-5f61-b14f-bc83ced45474 with scrape type 1
2026-03-30 10:05:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 0 photos for item 7f0b0a4b-49cc-5f61-b14f-bc83ced45474
2026-03-30 10:05:18 [crawlers.middlewares.photo_download_middleware] INFO: No photos to download for item 7f0b0a4b-49cc-5f61-b14f-bc83ced45474
2026-03-30 10:05:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 7f0b0a4b-49cc-5f61-b14f-bc83ced45474, identifier: 120870850
2026-03-30 10:05:18 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120879769, 'registration': 'YL69WPO', 'account': 'WBA002', 'make': 'FORD', 'model': 'ECOSPORT HATCHBACK', 'derivative': '1.0 EcoBoost 125 ST-Line 5dr', 'mileage': 77235, 'mileageWarranty': True, 'type': 'car', 'saleId': 18909, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 440}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2020-01-28', 'fuel': 'Petrol', 'motExpiry': '2027-01-27', 'doors': 5, 'engineSize': 998, 'bodyType': 'Hatchback', 'images': None, 'colour': 'YELLOW', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'VOSA STATES 35K, 49K, 62K, 75K', 'virtual': False, 'seller': 'UKCGR - Premium', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': False, 'v5details': None, 'co2': 119, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:05:18 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120879769, 'registration': 'YL69WPO', 'account': 'WBA002', 'make': 'FORD', 'model': 'ECOSPORT HATCHBACK', 'derivative': '1.0 EcoBoost 125 ST-Line 5dr', 'mileage': 77235, 'mileageWarranty': True, 'type': 'car', 'saleId': 18909, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 440}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2020-01-28', 'fuel': 'Petrol', 'motExpiry': '2027-01-27', 'doors': 5, 'engineSize': 998, 'bodyType': 'Hatchback', 'images': None, 'colour': 'YELLOW', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'VOSA STATES 35K, 49K, 62K, 75K', 'virtual': False, 'seller': 'UKCGR - Premium', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': False, 'v5details': None, 'co2': 119, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:05:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2ac40b6d-5ff9-59c1-90b2-39be9efcb967 with identifier: 120879769
2026-03-30 10:05:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2ac40b6d-5ff9-59c1-90b2-39be9efcb967 with scrape type 1
2026-03-30 10:05:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 0 photos for item 2ac40b6d-5ff9-59c1-90b2-39be9efcb967
2026-03-30 10:05:18 [crawlers.middlewares.photo_download_middleware] INFO: No photos to download for item 2ac40b6d-5ff9-59c1-90b2-39be9efcb967
2026-03-30 10:05:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 2ac40b6d-5ff9-59c1-90b2-39be9efcb967, identifier: 120879769
2026-03-30 10:05:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/DP68VJA/2026-03-30/image/d78f6e9e-dc83-481c-bf19-b103b351bd63_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120879555?view=catalogue)
2026-03-30 10:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05: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%252FDP68VJA%252F2026-03-30%252Fimage%252F17a57393-ad7f-4ff1-8e7f-2c4aff5b70c6_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:05:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/DP68VJA/2026-03-30/image/17a57393-ad7f-4ff1-8e7f-2c4aff5b70c6_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:05:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 8b070e10-8c60-5bf0-a553-9e5e6a3ced8b with identifier: 120870754
2026-03-30 10:05:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 8b070e10-8c60-5bf0-a553-9e5e6a3ced8b with identifier: 120870754
2026-03-30 10:05:19 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 8b070e10-8c60-5bf0-a553-9e5e6a3ced8b with identifier: 120870754 to the API
2026-03-30 10:05:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:05:19 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:05:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120870754?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 127,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'Diesel',
'id': '8b070e10-8c60-5bf0-a553-9e5e6a3ced8b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'DA16NCC',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120870754',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'VOLKSWAGEN',
'model': 'CC DIESEL SALOON',
'odometer': 22289,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-05-18',
'seller_name': 'UKCGR - Trade',
'title': 'VOLKSWAGEN CC DIESEL SALOON 2.0 TDI 184 BlueMotion Tech R-Line 4dr',
'transmission': 'manual',
'trim': '2.0 TDI 184 BlueMotion Tech R-Line 4dr',
'vin': None,
'year': 2016}
2026-03-30 10:05:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120870754%27 HTTP/1.1" 200 None
2026-03-30 10:05:19 [astonbarclay.gb] INFO: Saving data for 120870754: {'created_time': 1774865119.672319, 'last_price_update_time': 1774865119.672335, 'auction_closing_time': 1774958400.0}
2026-03-30 10:05:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120870754') HTTP/1.1" 204 0
2026-03-30 10:05:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 7f0b0a4b-49cc-5f61-b14f-bc83ced45474 with identifier: 120870850
2026-03-30 10:05:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 7f0b0a4b-49cc-5f61-b14f-bc83ced45474 with identifier: 120870850
2026-03-30 10:05:19 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 7f0b0a4b-49cc-5f61-b14f-bc83ced45474 with identifier: 120870850 to the API
2026-03-30 10:05:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:05:20 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:05:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120870850?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 114,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'Diesel',
'id': '7f0b0a4b-49cc-5f61-b14f-bc83ced45474',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'BF14XHB',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120870850',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'AUDI',
'model': 'A6 DIESEL SALOON',
'odometer': 116484,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2014-04-28',
'seller_name': 'UKCGR',
'title': 'AUDI A6 DIESEL SALOON 2.0 TDI Ultra SE 4dr S Tronic',
'transmission': 'automatic',
'trim': '2.0 TDI Ultra SE 4dr S Tronic',
'vin': None,
'year': 2014}
2026-03-30 10:05:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120870850%27 HTTP/1.1" 200 None
2026-03-30 10:05:20 [astonbarclay.gb] INFO: Saving data for 120870850: {'created_time': 1774865120.694227, 'last_price_update_time': 1774865120.694239, 'auction_closing_time': 1774958400.0}
2026-03-30 10:05:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120870850') HTTP/1.1" 204 0
2026-03-30 10:05:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 2ac40b6d-5ff9-59c1-90b2-39be9efcb967 with identifier: 120879769
2026-03-30 10:05:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 2ac40b6d-5ff9-59c1-90b2-39be9efcb967 with identifier: 120879769
2026-03-30 10:05:20 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 2ac40b6d-5ff9-59c1-90b2-39be9efcb967 with identifier: 120879769 to the API
2026-03-30 10:05:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:05:21 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:05:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120879769?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 119,
'color': 'YELLOW',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'Petrol',
'id': '2ac40b6d-5ff9-59c1-90b2-39be9efcb967',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'YL69WPO',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120879769',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'FORD',
'model': 'ECOSPORT HATCHBACK',
'odometer': 77235,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-01-28',
'seller_name': 'UKCGR - Premium',
'title': 'FORD ECOSPORT HATCHBACK 1.0 EcoBoost 125 ST-Line 5dr',
'transmission': 'manual',
'trim': '1.0 EcoBoost 125 ST-Line 5dr',
'vin': None,
'year': 2020}
2026-03-30 10:05:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120879769%27 HTTP/1.1" 200 None
2026-03-30 10:05:21 [astonbarclay.gb] INFO: Saving data for 120879769: {'created_time': 1774865121.928459, 'last_price_update_time': 1774865121.928475, 'auction_closing_time': 1774958400.0}
2026-03-30 10:05:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120879769') HTTP/1.1" 204 0
2026-03-30 10:05:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/DP68VJA/2026-03-30/image/5669ba62-78d7-4acb-8fcf-5ecb0ac273d9_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120879555?view=catalogue)
2026-03-30 10:05:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/DP68VJA/2026-03-30/image/d1d3452a-e0c5-4578-8e6e-8c56f5303ad0_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120879555?view=catalogue)
2026-03-30 10:05:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg002.imgix.net/6ee9ffeb-f2f4-4d70-80f3-0034ffe7f122.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120839097?view=catalogue)
2026-03-30 10:05:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FHF67XLS%252F2026-03-30%252Fimage%252F0f20aa3a-376a-4964-86e7-3d90c5989546_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:05:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/HF67XLS/2026-03-30/image/0f20aa3a-376a-4964-86e7-3d90c5989546_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:05:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FBD12BVB%252F2026-03-30%252Fimage%252Fe4b3efdb-33fb-4c44-9baa-9a1fa9544a51_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:05:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/BD12BVB/2026-03-30/image/e4b3efdb-33fb-4c44-9baa-9a1fa9544a51_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:05:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/DP68VJA/2026-03-30/image/5f34fcc6-6aed-45fb-8597-0de08002b1cc_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120879555?view=catalogue)
2026-03-30 10:05:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120878736?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:05:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120870364?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:05:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FHF67XLS%252F2026-03-30%252Fimage%252F80886af0-9fd4-44dc-8dfc-ec4e6cb1ad57_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:05:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/HF67XLS/2026-03-30/image/80886af0-9fd4-44dc-8dfc-ec4e6cb1ad57_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:05:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FBD12BVB%252F2026-03-30%252Fimage%252F6e0cba10-78d7-431d-84a9-3cd2076d0a24_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:05:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/BD12BVB/2026-03-30/image/6e0cba10-78d7-431d-84a9-3cd2076d0a24_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:05:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120878921?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:05:22 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:05:22 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f4366554590>
2026-03-30 10:05:22 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:05:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:05:22 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:05:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f538ea51-93df-5496-a69e-c54ed93b209f/f538ea51-93df-5496-a69e-c54ed93b209f_image_3.jpg HTTP/1.1" 201 0
2026-03-30 10:05:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FDP68VJA%252F2026-03-30%252Fimage%252F491abe72-60bc-4e5e-98bb-ee9e00f57d69_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:05:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/DP68VJA/2026-03-30/image/491abe72-60bc-4e5e-98bb-ee9e00f57d69_removebg.jpg?w=600 saved to cache
2026-03-30 10:05:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item f538ea51-93df-5496-a69e-c54ed93b209f
2026-03-30 10:05:22 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:05:22 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f4366650b10>
2026-03-30 10:05:22 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:05:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:05:22 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:05:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ae2898bf-cd1c-51a4-a83b-545925af00a9/ae2898bf-cd1c-51a4-a83b-545925af00a9_image_3.jpg HTTP/1.1" 201 0
2026-03-30 10:05:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg002.imgix.net%252F1794d3fa-f43e-44bc-954e-0e0ef2e36a48.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:05:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg002.imgix.net/1794d3fa-f43e-44bc-954e-0e0ef2e36a48.jpg?w=600 saved to cache
2026-03-30 10:05:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item ae2898bf-cd1c-51a4-a83b-545925af00a9
2026-03-30 10:05:22 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:05:22 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f4365427690>
2026-03-30 10:05:22 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:05:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:05:22 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:05:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f538ea51-93df-5496-a69e-c54ed93b209f/f538ea51-93df-5496-a69e-c54ed93b209f_image_5.jpg HTTP/1.1" 201 0
2026-03-30 10:05:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FDP68VJA%252F2026-03-30%252Fimage%252Fd78f6e9e-dc83-481c-bf19-b103b351bd63_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:05:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/DP68VJA/2026-03-30/image/d78f6e9e-dc83-481c-bf19-b103b351bd63_removebg.jpg?w=600 saved to cache
2026-03-30 10:05:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item f538ea51-93df-5496-a69e-c54ed93b209f
2026-03-30 10:05:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/HF67XLS/2026-03-30/image/4ecb46f3-4d96-439e-96f6-0273bac2e6c5_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120869953?view=catalogue)
2026-03-30 10:05:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/DP68VJA/2026-03-30/image/082f2c0a-7237-4a3c-9523-fc9b44387802_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120879555?view=catalogue)
2026-03-30 10:05:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg002.imgix.net/6f28ba7c-8d9d-435d-9ffa-9ebe9212294e.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120797537?view=catalogue)
2026-03-30 10:05:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FHF67XLS%252F2026-03-30%252Fimage%252F94ca4021-9f3a-4ed9-b9a6-6e6ae5b9db5f_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:05:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/HF67XLS/2026-03-30/image/94ca4021-9f3a-4ed9-b9a6-6e6ae5b9db5f_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:05:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FBD12BVB%252F2026-03-30%252Fimage%252F86a605da-6f51-4d71-816f-b2a9ef6456f8_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:05:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/BD12BVB/2026-03-30/image/86a605da-6f51-4d71-816f-b2a9ef6456f8_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:05:22 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:05:22 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f436534a050>
2026-03-30 10:05:22 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:05:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:05:22 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:05:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f538ea51-93df-5496-a69e-c54ed93b209f/f538ea51-93df-5496-a69e-c54ed93b209f_image_4.jpg HTTP/1.1" 201 0
2026-03-30 10:05:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FDP68VJA%252F2026-03-30%252Fimage%252F5669ba62-78d7-4acb-8fcf-5ecb0ac273d9_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:05:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/DP68VJA/2026-03-30/image/5669ba62-78d7-4acb-8fcf-5ecb0ac273d9_removebg.jpg?w=600 saved to cache
2026-03-30 10:05:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item f538ea51-93df-5496-a69e-c54ed93b209f
2026-03-30 10:05:22 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:05:22 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f4365387410>
2026-03-30 10:05:22 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:05:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:05:22 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:05:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f538ea51-93df-5496-a69e-c54ed93b209f/f538ea51-93df-5496-a69e-c54ed93b209f_image_2.jpg HTTP/1.1" 201 0
2026-03-30 10:05:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FDP68VJA%252F2026-03-30%252Fimage%252Fd1d3452a-e0c5-4578-8e6e-8c56f5303ad0_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:05:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/DP68VJA/2026-03-30/image/d1d3452a-e0c5-4578-8e6e-8c56f5303ad0_removebg.jpg?w=600 saved to cache
2026-03-30 10:05:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item f538ea51-93df-5496-a69e-c54ed93b209f
2026-03-30 10:05:22 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:05:22 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f43652b0750>
2026-03-30 10:05:22 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:05:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:05:22 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:05:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ae2898bf-cd1c-51a4-a83b-545925af00a9/ae2898bf-cd1c-51a4-a83b-545925af00a9_image_2.jpg HTTP/1.1" 201 0
2026-03-30 10:05:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg002.imgix.net%252F6ee9ffeb-f2f4-4d70-80f3-0034ffe7f122.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:05:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg002.imgix.net/6ee9ffeb-f2f4-4d70-80f3-0034ffe7f122.jpg?w=600 saved to cache
2026-03-30 10:05:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item ae2898bf-cd1c-51a4-a83b-545925af00a9
2026-03-30 10:05:22 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:05:22 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f43652b49d0>
2026-03-30 10:05:22 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:05:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:05:22 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:05:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f538ea51-93df-5496-a69e-c54ed93b209f/f538ea51-93df-5496-a69e-c54ed93b209f_image_6.jpg HTTP/1.1" 201 0
2026-03-30 10:05:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FDP68VJA%252F2026-03-30%252Fimage%252F5f34fcc6-6aed-45fb-8597-0de08002b1cc_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:05:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/DP68VJA/2026-03-30/image/5f34fcc6-6aed-45fb-8597-0de08002b1cc_removebg.jpg?w=600 saved to cache
2026-03-30 10:05:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item f538ea51-93df-5496-a69e-c54ed93b209f
2026-03-30 10:05:22 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120878736, 'registration': 'EN14OFP', 'account': 'WBA001', 'make': 'BMW', 'model': '6 SERIES GRAN DIESEL COUPE', 'derivative': '640d M Sport 4dr Auto', 'mileage': 80508, 'mileageWarranty': True, 'type': 'car', 'saleId': 18909, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 440}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2014-08-27', 'fuel': 'Diesel', 'motExpiry': '2026-05-11', 'doors': 4, 'engineSize': 2993, 'bodyType': 'Saloon', 'images': None, 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'VOSA STATES 46K, 46K, 51K, 56K, 59K, 60K, 64K, 72K, 76K', 'virtual': False, 'seller': 'UKCGR', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', '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-30 10:05:22 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120878736, 'registration': 'EN14OFP', 'account': 'WBA001', 'make': 'BMW', 'model': '6 SERIES GRAN DIESEL COUPE', 'derivative': '640d M Sport 4dr Auto', 'mileage': 80508, 'mileageWarranty': True, 'type': 'car', 'saleId': 18909, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 440}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2014-08-27', 'fuel': 'Diesel', 'motExpiry': '2026-05-11', 'doors': 4, 'engineSize': 2993, 'bodyType': 'Saloon', 'images': None, 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'VOSA STATES 46K, 46K, 51K, 56K, 59K, 60K, 64K, 72K, 76K', 'virtual': False, 'seller': 'UKCGR', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', '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-30 10:05:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b8712394-b3a1-55a7-9060-339b3378737e with identifier: 120878736
2026-03-30 10:05:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b8712394-b3a1-55a7-9060-339b3378737e with scrape type 1
2026-03-30 10:05:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 0 photos for item b8712394-b3a1-55a7-9060-339b3378737e
2026-03-30 10:05:22 [crawlers.middlewares.photo_download_middleware] INFO: No photos to download for item b8712394-b3a1-55a7-9060-339b3378737e
2026-03-30 10:05:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: b8712394-b3a1-55a7-9060-339b3378737e, identifier: 120878736
2026-03-30 10:05:22 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120870364, 'registration': 'YA18VZG', 'account': 'WBA001', 'make': 'KIA', 'model': 'SPORTAGE DIESEL ESTATE', 'derivative': '1.7 CRDi ISG 3 5dr DCT Auto [Panoramic Roof]', 'mileage': 134005, 'mileageWarranty': True, 'type': 'car', 'saleId': 18909, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 440}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2018-06-20', 'fuel': 'Diesel', 'motExpiry': '2026-06-19', 'doors': 5, 'engineSize': 1685, 'bodyType': 'Estate', 'images': None, 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'VOSA STATES 36K, 55K, 78K, 102K, 123K', 'virtual': False, 'seller': 'UKCGR', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': False, 'v5details': None, 'co2': 129, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:05:22 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120870364, 'registration': 'YA18VZG', 'account': 'WBA001', 'make': 'KIA', 'model': 'SPORTAGE DIESEL ESTATE', 'derivative': '1.7 CRDi ISG 3 5dr DCT Auto [Panoramic Roof]', 'mileage': 134005, 'mileageWarranty': True, 'type': 'car', 'saleId': 18909, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 440}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2018-06-20', 'fuel': 'Diesel', 'motExpiry': '2026-06-19', 'doors': 5, 'engineSize': 1685, 'bodyType': 'Estate', 'images': None, 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'VOSA STATES 36K, 55K, 78K, 102K, 123K', 'virtual': False, 'seller': 'UKCGR', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': False, 'v5details': None, 'co2': 129, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:05:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3441e7c7-619d-5700-a9af-84919ecf8cf1 with identifier: 120870364
2026-03-30 10:05:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3441e7c7-619d-5700-a9af-84919ecf8cf1 with scrape type 1
2026-03-30 10:05:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 0 photos for item 3441e7c7-619d-5700-a9af-84919ecf8cf1
2026-03-30 10:05:22 [crawlers.middlewares.photo_download_middleware] INFO: No photos to download for item 3441e7c7-619d-5700-a9af-84919ecf8cf1
2026-03-30 10:05:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 3441e7c7-619d-5700-a9af-84919ecf8cf1, identifier: 120870364
2026-03-30 10:05:22 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120878921, 'registration': 'BJ13TKV', 'account': 'WBA001', 'make': 'CITROEN', 'model': 'DS3 DIESEL HATCHBACK', 'derivative': '1.6 e-HDi 115 Airdream DSport Plus 3dr', 'mileage': 94094, 'mileageWarranty': True, 'type': 'car', 'saleId': 18909, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 440}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2013-06-24', 'fuel': 'Diesel', 'motExpiry': '2026-11-08', 'doors': 3, 'engineSize': 1560, 'bodyType': 'Hatchback', 'images': None, 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'VOSA STATES 15K, 20K, 24K, 27K, 34K, 43K, 54K, 55K, 71K, 88K', 'virtual': False, 'seller': 'UKCGR', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': False, 'v5details': None, 'co2': 99, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:05:22 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120878921, 'registration': 'BJ13TKV', 'account': 'WBA001', 'make': 'CITROEN', 'model': 'DS3 DIESEL HATCHBACK', 'derivative': '1.6 e-HDi 115 Airdream DSport Plus 3dr', 'mileage': 94094, 'mileageWarranty': True, 'type': 'car', 'saleId': 18909, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 440}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2013-06-24', 'fuel': 'Diesel', 'motExpiry': '2026-11-08', 'doors': 3, 'engineSize': 1560, 'bodyType': 'Hatchback', 'images': None, 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'VOSA STATES 15K, 20K, 24K, 27K, 34K, 43K, 54K, 55K, 71K, 88K', 'virtual': False, 'seller': 'UKCGR', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': False, 'v5details': None, 'co2': 99, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:05:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3deb6b3d-43b0-568d-8aa8-b1f3f3280d09 with identifier: 120878921
2026-03-30 10:05:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3deb6b3d-43b0-568d-8aa8-b1f3f3280d09 with scrape type 1
2026-03-30 10:05:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 0 photos for item 3deb6b3d-43b0-568d-8aa8-b1f3f3280d09
2026-03-30 10:05:22 [crawlers.middlewares.photo_download_middleware] INFO: No photos to download for item 3deb6b3d-43b0-568d-8aa8-b1f3f3280d09
2026-03-30 10:05:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 3deb6b3d-43b0-568d-8aa8-b1f3f3280d09, identifier: 120878921
2026-03-30 10:05:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/DP68VJA/2026-03-30/image/17a57393-ad7f-4ff1-8e7f-2c4aff5b70c6_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120879555?view=catalogue)
2026-03-30 10:05:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg002.imgix.net/b4803fb6-cada-41eb-9639-b0b2f076d031.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120797537?view=catalogue)
2026-03-30 10:05:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FHF67XLS%252F2026-03-30%252Fimage%252F5148a1ec-dd0a-480f-8b33-367334038219_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:05:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/HF67XLS/2026-03-30/image/5148a1ec-dd0a-480f-8b33-367334038219_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:05:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FBD12BVB%252F2026-03-30%252Fimage%252F078f3b4c-12d5-4158-83fd-eda6ff34b401_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:05:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/BD12BVB/2026-03-30/image/078f3b4c-12d5-4158-83fd-eda6ff34b401_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:05:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: b8712394-b3a1-55a7-9060-339b3378737e with identifier: 120878736
2026-03-30 10:05:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: b8712394-b3a1-55a7-9060-339b3378737e with identifier: 120878736
2026-03-30 10:05:23 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: b8712394-b3a1-55a7-9060-339b3378737e with identifier: 120878736 to the API
2026-03-30 10:05:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:05:30 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:05:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120878736?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 149,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 4,
'emission_standard': 'EURO 5',
'engine': '3.0L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'Diesel',
'id': 'b8712394-b3a1-55a7-9060-339b3378737e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'EN14OFP',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120878736',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'BMW',
'model': '6 SERIES GRAN DIESEL COUPE',
'odometer': 80508,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2014-08-27',
'seller_name': 'UKCGR',
'title': 'BMW 6 SERIES GRAN DIESEL COUPE 640d M Sport 4dr Auto',
'transmission': 'automatic',
'trim': '640d M Sport 4dr Auto',
'vin': None,
'year': 2014}
2026-03-30 10:05:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120878736%27 HTTP/1.1" 200 None
2026-03-30 10:05:30 [astonbarclay.gb] INFO: Saving data for 120878736: {'created_time': 1774865130.741059, 'last_price_update_time': 1774865130.741072, 'auction_closing_time': 1774958400.0}
2026-03-30 10:05:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120878736') HTTP/1.1" 204 0
2026-03-30 10:05:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 3441e7c7-619d-5700-a9af-84919ecf8cf1 with identifier: 120870364
2026-03-30 10:05:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 3441e7c7-619d-5700-a9af-84919ecf8cf1 with identifier: 120870364
2026-03-30 10:05:30 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 3441e7c7-619d-5700-a9af-84919ecf8cf1 with identifier: 120870364 to the API
2026-03-30 10:05:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:05:31 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:05:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120870364?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 129,
'color': 'RED',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.7L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'Diesel',
'id': '3441e7c7-619d-5700-a9af-84919ecf8cf1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'YA18VZG',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120870364',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'KIA',
'model': 'SPORTAGE DIESEL ESTATE',
'odometer': 134005,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-06-20',
'seller_name': 'UKCGR',
'title': 'KIA SPORTAGE DIESEL ESTATE 1.7 CRDi ISG 3 5dr DCT Auto [Panoramic '
'Roof]',
'transmission': 'automatic',
'trim': '1.7 CRDi ISG 3 5dr DCT Auto [Panoramic Roof]',
'vin': None,
'year': 2018}
2026-03-30 10:05:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120870364%27 HTTP/1.1" 200 None
2026-03-30 10:05:31 [astonbarclay.gb] INFO: Saving data for 120870364: {'created_time': 1774865131.568743, 'last_price_update_time': 1774865131.568758, 'auction_closing_time': 1774958400.0}
2026-03-30 10:05:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120870364') HTTP/1.1" 204 0
2026-03-30 10:05:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 3deb6b3d-43b0-568d-8aa8-b1f3f3280d09 with identifier: 120878921
2026-03-30 10:05:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 3deb6b3d-43b0-568d-8aa8-b1f3f3280d09 with identifier: 120878921
2026-03-30 10:05:31 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 3deb6b3d-43b0-568d-8aa8-b1f3f3280d09 with identifier: 120878921 to the API
2026-03-30 10:05:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:05:31 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:05:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120878921?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 99,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 3,
'emission_standard': 'EURO 5',
'engine': '1.6L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'Diesel',
'id': '3deb6b3d-43b0-568d-8aa8-b1f3f3280d09',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'BJ13TKV',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120878921',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'CITROEN',
'model': 'DS3 DIESEL HATCHBACK',
'odometer': 94094,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2013-06-24',
'seller_name': 'UKCGR',
'title': 'CITROEN DS3 DIESEL HATCHBACK 1.6 e-HDi 115 Airdream DSport Plus 3dr',
'transmission': 'manual',
'trim': '1.6 e-HDi 115 Airdream DSport Plus 3dr',
'vin': None,
'year': 2013}
2026-03-30 10:05:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120878921%27 HTTP/1.1" 200 None
2026-03-30 10:05:32 [astonbarclay.gb] INFO: Saving data for 120878921: {'created_time': 1774865132.118954, 'last_price_update_time': 1774865132.118972, 'auction_closing_time': 1774958400.0}
2026-03-30 10:05:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120878921') HTTP/1.1" 204 0
2026-03-30 10:05:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg002.imgix.net/d7bf65b2-6676-45b2-a3f8-a25128cc100f.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120839097?view=catalogue)
2026-03-30 10:05:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/BD12BVB/2026-03-30/image/8c9b5e6c-6913-415d-95bc-a747bee2de56_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120838973?view=catalogue)
2026-03-30 10:05:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg002.imgix.net/58579506-143d-4d97-a48e-8dc64f3a74d4.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120839097?view=catalogue)
2026-03-30 10:05:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:05:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:05:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/BD12BVB/2026-03-30/image/e4b3efdb-33fb-4c44-9baa-9a1fa9544a51_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120838973?view=catalogue)
2026-03-30 10:05:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/HF67XLS/2026-03-30/image/80886af0-9fd4-44dc-8dfc-ec4e6cb1ad57_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120869953?view=catalogue)
2026-03-30 10:05:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/BD12BVB/2026-03-30/image/6e0cba10-78d7-431d-84a9-3cd2076d0a24_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120838973?view=catalogue)
2026-03-30 10:05:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/FV16NGE/2026-01-12/image/7ce17f40-fe32-467e-bc23-f191a91fc320_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/118521541?view=catalogue)
2026-03-30 10:05:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/HF67XLS/2026-03-30/image/0f20aa3a-376a-4964-86e7-3d90c5989546_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120869953?view=catalogue)
2026-03-30 10:05:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg002.imgix.net/8d071d87-1e4c-4c96-8f36-e49258dfa9b1.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120797537?view=catalogue)
2026-03-30 10:05:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FHF67XLS%252F2026-03-30%252Fimage%252Ff7526227-666a-4651-9b8d-fe61fa822706_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:05:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/HF67XLS/2026-03-30/image/f7526227-666a-4651-9b8d-fe61fa822706_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:05:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FBD12BVB%252F2026-03-30%252Fimage%252F0d30afaa-16ed-49b4-8437-4dcc4fa49788_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:05:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/BD12BVB/2026-03-30/image/0d30afaa-16ed-49b4-8437-4dcc4fa49788_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:05:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120842137?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:05:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120825687?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:05:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120696092?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:05:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:05:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:05:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120748970?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:05:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:05:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:05:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:05:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f436530f6d0>
2026-03-30 10:05:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:05:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:05:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:05:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_40834fec-2e85-58b9-a151-25100dd56a5a/40834fec-2e85-58b9-a151-25100dd56a5a_image_0.jpg HTTP/1.1" 201 0
2026-03-30 10:05:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FHF67XLS%252F2026-03-30%252Fimage%252F4ecb46f3-4d96-439e-96f6-0273bac2e6c5_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:05:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/HF67XLS/2026-03-30/image/4ecb46f3-4d96-439e-96f6-0273bac2e6c5_removebg.jpg?w=600 saved to cache
2026-03-30 10:05:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 40834fec-2e85-58b9-a151-25100dd56a5a
2026-03-30 10:05:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:05:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f43664edb50>
2026-03-30 10:05:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:05:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:05:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:05:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f538ea51-93df-5496-a69e-c54ed93b209f/f538ea51-93df-5496-a69e-c54ed93b209f_image_7.jpg HTTP/1.1" 201 0
2026-03-30 10:05:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FDP68VJA%252F2026-03-30%252Fimage%252F082f2c0a-7237-4a3c-9523-fc9b44387802_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:05:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/DP68VJA/2026-03-30/image/082f2c0a-7237-4a3c-9523-fc9b44387802_removebg.jpg?w=600 saved to cache
2026-03-30 10:05:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item f538ea51-93df-5496-a69e-c54ed93b209f
2026-03-30 10:05:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:05:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f4367cc8e10>
2026-03-30 10:05:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:05:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:05:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:05:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ea587778-b412-52a9-b2e9-5348db3fef7a/ea587778-b412-52a9-b2e9-5348db3fef7a_image_3.jpg HTTP/1.1" 201 0
2026-03-30 10:05:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg002.imgix.net%252F6f28ba7c-8d9d-435d-9ffa-9ebe9212294e.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:05:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg002.imgix.net/6f28ba7c-8d9d-435d-9ffa-9ebe9212294e.jpg?w=600 saved to cache
2026-03-30 10:05:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item ea587778-b412-52a9-b2e9-5348db3fef7a
2026-03-30 10:05:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:05:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f43664f42d0>
2026-03-30 10:05:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:05:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:05:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:05:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f538ea51-93df-5496-a69e-c54ed93b209f/f538ea51-93df-5496-a69e-c54ed93b209f_image_8.jpg HTTP/1.1" 201 0
2026-03-30 10:05:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FDP68VJA%252F2026-03-30%252Fimage%252F17a57393-ad7f-4ff1-8e7f-2c4aff5b70c6_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:05:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/DP68VJA/2026-03-30/image/17a57393-ad7f-4ff1-8e7f-2c4aff5b70c6_removebg.jpg?w=600 saved to cache
2026-03-30 10:05:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item f538ea51-93df-5496-a69e-c54ed93b209f
2026-03-30 10:05:32 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: f538ea51-93df-5496-a69e-c54ed93b209f, skipping ID generation
2026-03-30 10:05:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f538ea51-93df-5496-a69e-c54ed93b209f with scrape type 1
2026-03-30 10:05:32 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item f538ea51-93df-5496-a69e-c54ed93b209f sending to next pipeline
2026-03-30 10:05:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: f538ea51-93df-5496-a69e-c54ed93b209f, identifier: 120879555
2026-03-30 10:05:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:05:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f43652fa2d0>
2026-03-30 10:05:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:05:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:05:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:05:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ea587778-b412-52a9-b2e9-5348db3fef7a/ea587778-b412-52a9-b2e9-5348db3fef7a_image_0.jpg HTTP/1.1" 201 0
2026-03-30 10:05:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg002.imgix.net%252Fb4803fb6-cada-41eb-9639-b0b2f076d031.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:05:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg002.imgix.net/b4803fb6-cada-41eb-9639-b0b2f076d031.jpg?w=600 saved to cache
2026-03-30 10:05:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item ea587778-b412-52a9-b2e9-5348db3fef7a
2026-03-30 10:05:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg002.imgix.net/157128de-f8cd-4dca-b758-c45a212e64ba.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120797537?view=catalogue)
2026-03-30 10:05:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FHF67XLS%252F2026-03-30%252Fimage%252Ffe5a153d-4a7f-4b62-a64d-ac9661a68149_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:05:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/HF67XLS/2026-03-30/image/fe5a153d-4a7f-4b62-a64d-ac9661a68149_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:05:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FBD12BVB%252F2026-03-30%252Fimage%252F752dd718-4bed-4dae-a54b-46a8198a49f0_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:05:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/BD12BVB/2026-03-30/image/752dd718-4bed-4dae-a54b-46a8198a49f0_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:05:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: f538ea51-93df-5496-a69e-c54ed93b209f with identifier: 120879555
2026-03-30 10:05:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: f538ea51-93df-5496-a69e-c54ed93b209f with identifier: 120879555
2026-03-30 10:05:32 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: f538ea51-93df-5496-a69e-c54ed93b209f with identifier: 120879555 to the API
2026-03-30 10:05:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:05: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-30 10:05:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://abimg003.imgix.net/DP68VJA/2026-03-30/image/17a57393-ad7f-4ff1-8e7f-2c4aff5b70c6_removebg.jpg?w=600>
{'auction_title': '',
'c_o_2_emission_value': 130,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.4L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'Petrol',
'id': 'f538ea51-93df-5496-a69e-c54ed93b209f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'DP68VJA',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120879555',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'VAUXHALL',
'model': 'CORSA HATCHBACK',
'odometer': 48949,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 9,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f538ea51-93df-5496-a69e-c54ed93b209f/f538ea51-93df-5496-a69e-c54ed93b209f_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 31616,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/DP68VJA/2026-03-30/image/fa7047f0-fa00-4e16-b8b1-b9384bb4e221_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f538ea51-93df-5496-a69e-c54ed93b209f/f538ea51-93df-5496-a69e-c54ed93b209f_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 30567,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/DP68VJA/2026-03-30/image/da5bdab6-88c3-421c-ba6a-7789ccbce22d_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f538ea51-93df-5496-a69e-c54ed93b209f/f538ea51-93df-5496-a69e-c54ed93b209f_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 31777,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/DP68VJA/2026-03-30/image/d1d3452a-e0c5-4578-8e6e-8c56f5303ad0_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f538ea51-93df-5496-a69e-c54ed93b209f/f538ea51-93df-5496-a69e-c54ed93b209f_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 31114,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/DP68VJA/2026-03-30/image/491abe72-60bc-4e5e-98bb-ee9e00f57d69_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f538ea51-93df-5496-a69e-c54ed93b209f/f538ea51-93df-5496-a69e-c54ed93b209f_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 50469,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/DP68VJA/2026-03-30/image/5669ba62-78d7-4acb-8fcf-5ecb0ac273d9_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f538ea51-93df-5496-a69e-c54ed93b209f/f538ea51-93df-5496-a69e-c54ed93b209f_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 58699,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/DP68VJA/2026-03-30/image/d78f6e9e-dc83-481c-bf19-b103b351bd63_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f538ea51-93df-5496-a69e-c54ed93b209f/f538ea51-93df-5496-a69e-c54ed93b209f_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 54375,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/DP68VJA/2026-03-30/image/5f34fcc6-6aed-45fb-8597-0de08002b1cc_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f538ea51-93df-5496-a69e-c54ed93b209f/f538ea51-93df-5496-a69e-c54ed93b209f_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 61790,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/DP68VJA/2026-03-30/image/082f2c0a-7237-4a3c-9523-fc9b44387802_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f538ea51-93df-5496-a69e-c54ed93b209f/f538ea51-93df-5496-a69e-c54ed93b209f_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 50646,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/DP68VJA/2026-03-30/image/17a57393-ad7f-4ff1-8e7f-2c4aff5b70c6_removebg.jpg?w=600',
'Width': 600}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-12-28',
'seller_name': 'UKCGR - Premium',
'title': 'VAUXHALL CORSA HATCHBACK 1.4 Design 5dr',
'transmission': 'manual',
'trim': '1.4 Design 5dr',
'vin': None,
'year': 2018}
2026-03-30 10:05:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120879555%27 HTTP/1.1" 200 None
2026-03-30 10:05:33 [astonbarclay.gb] INFO: Saving data for 120879555: {'created_time': 1774865133.239446, 'last_price_update_time': 1774865133.239462, 'auction_closing_time': 1774958400.0}
2026-03-30 10:05:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120879555') HTTP/1.1" 204 0
2026-03-30 10:05:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/FV16NGE/2026-01-12/image/394c818d-6fba-4e90-a304-4918cdbdcb3d_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/118521541?view=catalogue)
2026-03-30 10:05:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/BD12BVB/2026-03-30/image/86a605da-6f51-4d71-816f-b2a9ef6456f8_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120838973?view=catalogue)
2026-03-30 10:05:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/HF67XLS/2026-03-30/image/94ca4021-9f3a-4ed9-b9a6-6e6ae5b9db5f_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120869953?view=catalogue)
2026-03-30 10:05:33 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:05:33 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:05:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/FV16NGE/2026-01-12/image/f3966333-911f-4197-93d7-87066ea3c895_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/118521541?view=catalogue)
2026-03-30 10:05:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/HF67XLS/2026-03-30/image/5148a1ec-dd0a-480f-8b33-367334038219_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120869953?view=catalogue)
2026-03-30 10:05:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/FV16NGE/2026-01-12/image/af9df7a6-84e1-4182-9aef-b552f32184f5_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/118521541?view=catalogue)
2026-03-30 10:05:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05: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%252FHF67XLS%252F2026-03-30%252Fimage%252F76536854-47cd-4a2a-b4c3-dd2b01ed6bd8_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:05:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/HF67XLS/2026-03-30/image/76536854-47cd-4a2a-b4c3-dd2b01ed6bd8_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:05:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05: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%252FBD12BVB%252F2026-03-30%252Fimage%252Fa02f7b61-70d2-42e8-b953-c9a253753240_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:05:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/BD12BVB/2026-03-30/image/a02f7b61-70d2-42e8-b953-c9a253753240_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:05:33 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:05:33 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f4365304e50>
2026-03-30 10:05:33 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:05:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:05:33 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:05:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ae2898bf-cd1c-51a4-a83b-545925af00a9/ae2898bf-cd1c-51a4-a83b-545925af00a9_image_0.jpg HTTP/1.1" 201 0
2026-03-30 10:05:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg002.imgix.net%252Fd7bf65b2-6676-45b2-a3f8-a25128cc100f.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:05:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg002.imgix.net/d7bf65b2-6676-45b2-a3f8-a25128cc100f.jpg?w=600 saved to cache
2026-03-30 10:05:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item ae2898bf-cd1c-51a4-a83b-545925af00a9
2026-03-30 10:05:33 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:05:33 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f4365454110>
2026-03-30 10:05:33 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:05:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:05:33 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:05:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_fa1c55f4-0e4e-531a-90e3-6c49d9c8a044/fa1c55f4-0e4e-531a-90e3-6c49d9c8a044_image_0.jpg HTTP/1.1" 201 0
2026-03-30 10:05:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FBD12BVB%252F2026-03-30%252Fimage%252F8c9b5e6c-6913-415d-95bc-a747bee2de56_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:05:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/BD12BVB/2026-03-30/image/8c9b5e6c-6913-415d-95bc-a747bee2de56_removebg.jpg?w=600 saved to cache
2026-03-30 10:05:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item fa1c55f4-0e4e-531a-90e3-6c49d9c8a044
2026-03-30 10:05:33 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:05:33 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f4365300990>
2026-03-30 10:05:33 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:05:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:05:33 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:05:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ae2898bf-cd1c-51a4-a83b-545925af00a9/ae2898bf-cd1c-51a4-a83b-545925af00a9_image_1.jpg HTTP/1.1" 201 0
2026-03-30 10:05:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg002.imgix.net%252F58579506-143d-4d97-a48e-8dc64f3a74d4.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:05:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg002.imgix.net/58579506-143d-4d97-a48e-8dc64f3a74d4.jpg?w=600 saved to cache
2026-03-30 10:05:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item ae2898bf-cd1c-51a4-a83b-545925af00a9
2026-03-30 10:05:33 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: ae2898bf-cd1c-51a4-a83b-545925af00a9, skipping ID generation
2026-03-30 10:05:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ae2898bf-cd1c-51a4-a83b-545925af00a9 with scrape type 1
2026-03-30 10:05:33 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item ae2898bf-cd1c-51a4-a83b-545925af00a9 sending to next pipeline
2026-03-30 10:05:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: ae2898bf-cd1c-51a4-a83b-545925af00a9, identifier: 120839097
2026-03-30 10:05:33 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:05:33 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f4365128450>
2026-03-30 10:05:33 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:05:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:05:33 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:05:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_fa1c55f4-0e4e-531a-90e3-6c49d9c8a044/fa1c55f4-0e4e-531a-90e3-6c49d9c8a044_image_1.jpg HTTP/1.1" 201 0
2026-03-30 10:05:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FBD12BVB%252F2026-03-30%252Fimage%252Fe4b3efdb-33fb-4c44-9baa-9a1fa9544a51_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:05:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/BD12BVB/2026-03-30/image/e4b3efdb-33fb-4c44-9baa-9a1fa9544a51_removebg.jpg?w=600 saved to cache
2026-03-30 10:05:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item fa1c55f4-0e4e-531a-90e3-6c49d9c8a044
2026-03-30 10:05:33 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:05:33 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f43652839d0>
2026-03-30 10:05:33 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:05:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:05:33 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:05:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_40834fec-2e85-58b9-a151-25100dd56a5a/40834fec-2e85-58b9-a151-25100dd56a5a_image_2.jpg HTTP/1.1" 201 0
2026-03-30 10:05:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FHF67XLS%252F2026-03-30%252Fimage%252F80886af0-9fd4-44dc-8dfc-ec4e6cb1ad57_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:05:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/HF67XLS/2026-03-30/image/80886af0-9fd4-44dc-8dfc-ec4e6cb1ad57_removebg.jpg?w=600 saved to cache
2026-03-30 10:05:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 40834fec-2e85-58b9-a151-25100dd56a5a
2026-03-30 10:05:33 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:05:33 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f436548ed90>
2026-03-30 10:05:33 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:05:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:05:33 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:05:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_fa1c55f4-0e4e-531a-90e3-6c49d9c8a044/fa1c55f4-0e4e-531a-90e3-6c49d9c8a044_image_2.jpg HTTP/1.1" 201 0
2026-03-30 10:05:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FBD12BVB%252F2026-03-30%252Fimage%252F6e0cba10-78d7-431d-84a9-3cd2076d0a24_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:05:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/BD12BVB/2026-03-30/image/6e0cba10-78d7-431d-84a9-3cd2076d0a24_removebg.jpg?w=600 saved to cache
2026-03-30 10:05:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item fa1c55f4-0e4e-531a-90e3-6c49d9c8a044
2026-03-30 10:05:33 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:05:33 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f43650ede10>
2026-03-30 10:05:33 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:05:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:05:33 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:05:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c488ef3c-94b7-51ba-95e6-dbc4929cf6d6/c488ef3c-94b7-51ba-95e6-dbc4929cf6d6_image_6.jpg HTTP/1.1" 201 0
2026-03-30 10:05:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FFV16NGE%252F2026-01-12%252Fimage%252F7ce17f40-fe32-467e-bc23-f191a91fc320_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:05:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/FV16NGE/2026-01-12/image/7ce17f40-fe32-467e-bc23-f191a91fc320_removebg.jpg?w=600 saved to cache
2026-03-30 10:05:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item c488ef3c-94b7-51ba-95e6-dbc4929cf6d6
2026-03-30 10:05:33 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:05:33 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f436517f250>
2026-03-30 10:05:33 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:05:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:05:33 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:05:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_40834fec-2e85-58b9-a151-25100dd56a5a/40834fec-2e85-58b9-a151-25100dd56a5a_image_1.jpg HTTP/1.1" 201 0
2026-03-30 10:05:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FHF67XLS%252F2026-03-30%252Fimage%252F0f20aa3a-376a-4964-86e7-3d90c5989546_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:05:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/HF67XLS/2026-03-30/image/0f20aa3a-376a-4964-86e7-3d90c5989546_removebg.jpg?w=600 saved to cache
2026-03-30 10:05:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 40834fec-2e85-58b9-a151-25100dd56a5a
2026-03-30 10:05:33 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:05:33 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f43652fee10>
2026-03-30 10:05:33 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:05:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:05:33 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:05:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ea587778-b412-52a9-b2e9-5348db3fef7a/ea587778-b412-52a9-b2e9-5348db3fef7a_image_1.jpg HTTP/1.1" 201 0
2026-03-30 10:05:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg002.imgix.net%252F8d071d87-1e4c-4c96-8f36-e49258dfa9b1.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:05:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg002.imgix.net/8d071d87-1e4c-4c96-8f36-e49258dfa9b1.jpg?w=600 saved to cache
2026-03-30 10:05:34 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item ea587778-b412-52a9-b2e9-5348db3fef7a
2026-03-30 10:05:34 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120842137, 'registration': 'PY66CNO', 'account': 'MOD010', 'make': 'NISSAN', 'model': 'PULSAR DIESEL HATCHBACK', 'derivative': '1.5 dCi N-Tec 5dr', 'mileage': 81358, 'mileageWarranty': True, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 440}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2016-11-29', 'fuel': 'Diesel', 'motExpiry': '2026-12-16', 'doors': 5, 'engineSize': 1461, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/PY66CNO/2026-03-30/image/5dbc38ef-6203-40db-9d5a-b0ae71960b2b_removebg.jpg?w=600', 'https://abimg003.imgix.net/PY66CNO/2026-03-30/image/34e1e434-bdab-40c0-a201-1fa7f7cd9484_removebg.jpg?w=600', 'https://abimg003.imgix.net/PY66CNO/2026-03-30/image/b388b009-dd56-4519-939c-54170e166ae5_removebg.jpg?w=600', 'https://abimg003.imgix.net/PY66CNO/2026-03-30/image/60ea788d-fcb6-4bad-bea0-66beb5c320f8_removebg.jpg?w=600', 'https://abimg003.imgix.net/PY66CNO/2026-03-30/image/f1faccc1-4895-4090-ae71-69191897eee6_removebg.jpg?w=600', 'https://abimg003.imgix.net/PY66CNO/2026-03-30/image/b31a25fa-a097-4276-80fe-622330aa29f8_removebg.jpg?w=600', 'https://abimg003.imgix.net/PY66CNO/2026-03-30/image/39ad294a-4cbe-480b-bf81-a5a243385fc9_removebg.jpg?w=600', 'https://abimg003.imgix.net/PY66CNO/2026-03-30/image/168263b7-22f7-42d3-855e-6d1e260d9507_removebg.jpg?w=600', 'https://abimg003.imgix.net/PY66CNO/2026-03-30/image/b704f1b1-0842-4825-9da4-48aa9189548f_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 11/17 - 9K, 11/18 - 20K, 07/19 - 27K, 11/21 - 40K, 11/22 - 48K, 03/25 - 69K,', 'remarks': '**1471** VOSA STATES 28K, 31K, 40K, 48K, 56K, 66K, 77K, SD CARD, DASHCAM', 'virtual': False, 'seller': 'Autolend', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': False, 'v5details': None, 'co2': 94, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/008e1764-192f-4163-bd88-149d05735e17.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:05:34 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120842137, 'registration': 'PY66CNO', 'account': 'MOD010', 'make': 'NISSAN', 'model': 'PULSAR DIESEL HATCHBACK', 'derivative': '1.5 dCi N-Tec 5dr', 'mileage': 81358, 'mileageWarranty': True, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 440}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2016-11-29', 'fuel': 'Diesel', 'motExpiry': '2026-12-16', 'doors': 5, 'engineSize': 1461, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/PY66CNO/2026-03-30/image/5dbc38ef-6203-40db-9d5a-b0ae71960b2b_removebg.jpg?w=600', 'https://abimg003.imgix.net/PY66CNO/2026-03-30/image/34e1e434-bdab-40c0-a201-1fa7f7cd9484_removebg.jpg?w=600', 'https://abimg003.imgix.net/PY66CNO/2026-03-30/image/b388b009-dd56-4519-939c-54170e166ae5_removebg.jpg?w=600', 'https://abimg003.imgix.net/PY66CNO/2026-03-30/image/60ea788d-fcb6-4bad-bea0-66beb5c320f8_removebg.jpg?w=600', 'https://abimg003.imgix.net/PY66CNO/2026-03-30/image/f1faccc1-4895-4090-ae71-69191897eee6_removebg.jpg?w=600', 'https://abimg003.imgix.net/PY66CNO/2026-03-30/image/b31a25fa-a097-4276-80fe-622330aa29f8_removebg.jpg?w=600', 'https://abimg003.imgix.net/PY66CNO/2026-03-30/image/39ad294a-4cbe-480b-bf81-a5a243385fc9_removebg.jpg?w=600', 'https://abimg003.imgix.net/PY66CNO/2026-03-30/image/168263b7-22f7-42d3-855e-6d1e260d9507_removebg.jpg?w=600', 'https://abimg003.imgix.net/PY66CNO/2026-03-30/image/b704f1b1-0842-4825-9da4-48aa9189548f_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 11/17 - 9K, 11/18 - 20K, 07/19 - 27K, 11/21 - 40K, 11/22 - 48K, 03/25 - 69K,', 'remarks': '**1471** VOSA STATES 28K, 31K, 40K, 48K, 56K, 66K, 77K, SD CARD, DASHCAM', 'virtual': False, 'seller': 'Autolend', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': False, 'v5details': None, 'co2': 94, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/008e1764-192f-4163-bd88-149d05735e17.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:05:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2577fb77-acc3-508f-b20f-b67616aa0509 with identifier: 120842137
2026-03-30 10:05:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2577fb77-acc3-508f-b20f-b67616aa0509 with scrape type 2
2026-03-30 10:05:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2577fb77-acc3-508f-b20f-b67616aa0509 with scrape type 2
2026-03-30 10:05:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 2577fb77-acc3-508f-b20f-b67616aa0509, identifier: 120842137
2026-03-30 10:05:34 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120825687, 'registration': 'BT17KTJ', 'account': 'WBA002', 'make': 'CITROEN', 'model': 'C3 HATCHBACK', 'derivative': '1.2 PureTech Touch 5dr', 'mileage': 59929, 'mileageWarranty': True, 'type': 'car', 'saleId': 18909, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 440}, 'saleStart': '2026-03-31T12:00Z', 'lot': 251, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2017-04-25', 'fuel': 'Petrol', 'motExpiry': '2027-02-26', 'doors': 5, 'engineSize': 1200, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/BT17KTJ/2026-03-27/image/2f0ceafc-03eb-4cc9-aa8a-e9a4c8318b35_removebg.jpg?w=600', 'https://abimg003.imgix.net/BT17KTJ/2026-03-27/image/c268d44f-9a80-481c-9959-62b3c42146b9_removebg.jpg?w=600', 'https://abimg003.imgix.net/BT17KTJ/2026-03-27/image/f046faef-f064-4e64-b264-68220ea3e084_removebg.jpg?w=600', 'https://abimg003.imgix.net/BT17KTJ/2026-03-27/image/59502114-464b-46c3-8f6e-642535a644e5_removebg.jpg?w=600', 'https://abimg003.imgix.net/BT17KTJ/2026-03-27/image/ab758644-2ead-4e75-830d-e30b2695cac1_removebg.jpg?w=600', 'https://abimg003.imgix.net/BT17KTJ/2026-03-27/image/4488565c-7167-4789-b7d8-c1d488e56265_removebg.jpg?w=600', 'https://abimg003.imgix.net/BT17KTJ/2026-03-27/image/bba75c86-f5d5-42c4-9209-79b9128dde62_removebg.jpg?w=600', 'https://abimg003.imgix.net/BT17KTJ/2026-03-27/image/46dad9f8-b69e-4ecb-b7ed-596f69f5943c_removebg.jpg?w=600', 'https://abimg003.imgix.net/BT17KTJ/2026-03-27/image/15f17d89-a9ab-422c-b12f-d0861f5db9ce_removebg.jpg?w=600'], 'colour': 'GREEN', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 04/18 - 5K, 10/19 - 10K, 01/21 - 21K, 06/23 - 36K, 08/24 - 45K, 10/25 - 56K,', 'remarks': '**476** VOSA STATES 19K, 27K, 35K, 42K, 49K, 59K, SPARE KEY', 'virtual': False, 'seller': 'UKCGR - Premium', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 108, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/17fb8653-4272-4281-b501-3080c6d01b64.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:05:34 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120825687, 'registration': 'BT17KTJ', 'account': 'WBA002', 'make': 'CITROEN', 'model': 'C3 HATCHBACK', 'derivative': '1.2 PureTech Touch 5dr', 'mileage': 59929, 'mileageWarranty': True, 'type': 'car', 'saleId': 18909, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 440}, 'saleStart': '2026-03-31T12:00Z', 'lot': 251, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2017-04-25', 'fuel': 'Petrol', 'motExpiry': '2027-02-26', 'doors': 5, 'engineSize': 1200, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/BT17KTJ/2026-03-27/image/2f0ceafc-03eb-4cc9-aa8a-e9a4c8318b35_removebg.jpg?w=600', 'https://abimg003.imgix.net/BT17KTJ/2026-03-27/image/c268d44f-9a80-481c-9959-62b3c42146b9_removebg.jpg?w=600', 'https://abimg003.imgix.net/BT17KTJ/2026-03-27/image/f046faef-f064-4e64-b264-68220ea3e084_removebg.jpg?w=600', 'https://abimg003.imgix.net/BT17KTJ/2026-03-27/image/59502114-464b-46c3-8f6e-642535a644e5_removebg.jpg?w=600', 'https://abimg003.imgix.net/BT17KTJ/2026-03-27/image/ab758644-2ead-4e75-830d-e30b2695cac1_removebg.jpg?w=600', 'https://abimg003.imgix.net/BT17KTJ/2026-03-27/image/4488565c-7167-4789-b7d8-c1d488e56265_removebg.jpg?w=600', 'https://abimg003.imgix.net/BT17KTJ/2026-03-27/image/bba75c86-f5d5-42c4-9209-79b9128dde62_removebg.jpg?w=600', 'https://abimg003.imgix.net/BT17KTJ/2026-03-27/image/46dad9f8-b69e-4ecb-b7ed-596f69f5943c_removebg.jpg?w=600', 'https://abimg003.imgix.net/BT17KTJ/2026-03-27/image/15f17d89-a9ab-422c-b12f-d0861f5db9ce_removebg.jpg?w=600'], 'colour': 'GREEN', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 04/18 - 5K, 10/19 - 10K, 01/21 - 21K, 06/23 - 36K, 08/24 - 45K, 10/25 - 56K,', 'remarks': '**476** VOSA STATES 19K, 27K, 35K, 42K, 49K, 59K, SPARE KEY', 'virtual': False, 'seller': 'UKCGR - Premium', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 108, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/17fb8653-4272-4281-b501-3080c6d01b64.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:05:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 896c844e-5ec2-5ac5-94af-6e34d2d131cb with identifier: 120825687
2026-03-30 10:05:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 896c844e-5ec2-5ac5-94af-6e34d2d131cb with scrape type 2
2026-03-30 10:05:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 896c844e-5ec2-5ac5-94af-6e34d2d131cb with scrape type 2
2026-03-30 10:05:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 896c844e-5ec2-5ac5-94af-6e34d2d131cb, identifier: 120825687
2026-03-30 10:05:34 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120696092, 'registration': 'YY12OXR', 'account': 'WBA004', 'make': 'HYUNDAI', 'model': 'I30 DIESEL HATCHBACK', 'derivative': '1.6 CRDi Blue Drive Active 5dr', 'mileage': 99509, 'mileageWarranty': True, 'type': 'car', 'saleId': 18909, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 440}, 'saleStart': '2026-03-31T12:00Z', 'lot': 249, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2012-06-30', 'fuel': 'Diesel', 'motExpiry': '2026-07-18', 'doors': 5, 'engineSize': 1582, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YY12OXR/2026-03-24/image/4e37b8a1-bc91-43d5-a92f-a6e0444bb041_removebg.jpg?w=600', 'https://abimg003.imgix.net/YY12OXR/2026-03-24/image/fce79dd9-62d3-4129-9f51-58f266a411ef_removebg.jpg?w=600', 'https://abimg003.imgix.net/YY12OXR/2026-03-24/image/cd8941ca-7f72-4531-83ba-b73e709d6d53_removebg.jpg?w=600', 'https://abimg003.imgix.net/YY12OXR/2026-03-24/image/bafe5a7f-580a-4a63-9e0f-e7ff8a8662cf_removebg.jpg?w=600', 'https://abimg003.imgix.net/YY12OXR/2026-03-24/image/34a49517-b866-4bb2-977a-eda24d38d4b1_removebg.jpg?w=600', 'https://abimg003.imgix.net/YY12OXR/2026-03-24/image/09d17774-97a5-4898-9bda-a32e8a4319b5_removebg.jpg?w=600', 'https://abimg003.imgix.net/YY12OXR/2026-03-24/image/b0be6468-db09-4bb9-bf73-19744af00d8a_removebg.jpg?w=600', 'https://abimg003.imgix.net/YY12OXR/2026-03-24/image/55239400-a62d-46fd-ad21-678e02106d7d_removebg.jpg?w=600', 'https://abimg003.imgix.net/YY12OXR/2026-03-24/image/681c81fc-7d9c-4295-ba6a-19550d9c00cb_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 12/13 - 12K, 12/14 - 20K, 04/16 - 33K, 06/17 - 43K, 06/18 - 52K, 07/20 - 69K, 06/21 - 74K, 07/22 - 77K, 07/23 - 81K, 07/24 - 82K, 07/25 - 94K', 'remarks': '**561** VOSA STATES 24K, 35K, 43K, 52K, 61K, 69K, 74K, 77K, 81K, 82K, 94K, 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/d23cf330-f79a-41c3-8503-429e30816763.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:05:34 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120696092, 'registration': 'YY12OXR', 'account': 'WBA004', 'make': 'HYUNDAI', 'model': 'I30 DIESEL HATCHBACK', 'derivative': '1.6 CRDi Blue Drive Active 5dr', 'mileage': 99509, 'mileageWarranty': True, 'type': 'car', 'saleId': 18909, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 440}, 'saleStart': '2026-03-31T12:00Z', 'lot': 249, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2012-06-30', 'fuel': 'Diesel', 'motExpiry': '2026-07-18', 'doors': 5, 'engineSize': 1582, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YY12OXR/2026-03-24/image/4e37b8a1-bc91-43d5-a92f-a6e0444bb041_removebg.jpg?w=600', 'https://abimg003.imgix.net/YY12OXR/2026-03-24/image/fce79dd9-62d3-4129-9f51-58f266a411ef_removebg.jpg?w=600', 'https://abimg003.imgix.net/YY12OXR/2026-03-24/image/cd8941ca-7f72-4531-83ba-b73e709d6d53_removebg.jpg?w=600', 'https://abimg003.imgix.net/YY12OXR/2026-03-24/image/bafe5a7f-580a-4a63-9e0f-e7ff8a8662cf_removebg.jpg?w=600', 'https://abimg003.imgix.net/YY12OXR/2026-03-24/image/34a49517-b866-4bb2-977a-eda24d38d4b1_removebg.jpg?w=600', 'https://abimg003.imgix.net/YY12OXR/2026-03-24/image/09d17774-97a5-4898-9bda-a32e8a4319b5_removebg.jpg?w=600', 'https://abimg003.imgix.net/YY12OXR/2026-03-24/image/b0be6468-db09-4bb9-bf73-19744af00d8a_removebg.jpg?w=600', 'https://abimg003.imgix.net/YY12OXR/2026-03-24/image/55239400-a62d-46fd-ad21-678e02106d7d_removebg.jpg?w=600', 'https://abimg003.imgix.net/YY12OXR/2026-03-24/image/681c81fc-7d9c-4295-ba6a-19550d9c00cb_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 12/13 - 12K, 12/14 - 20K, 04/16 - 33K, 06/17 - 43K, 06/18 - 52K, 07/20 - 69K, 06/21 - 74K, 07/22 - 77K, 07/23 - 81K, 07/24 - 82K, 07/25 - 94K', 'remarks': '**561** VOSA STATES 24K, 35K, 43K, 52K, 61K, 69K, 74K, 77K, 81K, 82K, 94K, 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/d23cf330-f79a-41c3-8503-429e30816763.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:05:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5fd0e3ba-c779-5e25-8c70-52764076bbbf with identifier: 120696092
2026-03-30 10:05:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5fd0e3ba-c779-5e25-8c70-52764076bbbf with scrape type 2
2026-03-30 10:05:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5fd0e3ba-c779-5e25-8c70-52764076bbbf with scrape type 2
2026-03-30 10:05:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 5fd0e3ba-c779-5e25-8c70-52764076bbbf, identifier: 120696092
2026-03-30 10:05:34 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120748970, 'registration': 'ML19TVW', 'account': 'VAN040', 'make': 'FORD', 'model': 'MONDEO VIGNALE SALOON', 'derivative': '2.0 Hybrid 4dr Auto', 'mileage': 35574, 'mileageWarranty': False, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 440}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2019-03-26', 'fuel': 'Petrol/Electric Hybrid', 'motExpiry': '2026-11-24', 'doors': 4, 'engineSize': 1999, 'bodyType': 'Saloon', 'images': ['https://abimg003.imgix.net/ML19TVW/2026-03-26/image/85e2a632-ed4d-4098-97dd-9c15566ac5b2_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML19TVW/2026-03-26/image/c2476533-1366-4079-8d45-13902b7de8bf_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML19TVW/2026-03-26/image/21ba578a-0940-42d3-828b-6ed871480f5c_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML19TVW/2026-03-26/image/351bd6ec-37a2-406f-ac12-6ddeaa143478_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML19TVW/2026-03-26/image/4bb9bb06-2d75-48b7-beb2-26ac8a39ddd7_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML19TVW/2026-03-26/image/0e8933d1-78f5-4136-8776-47ee0f1a9b2b_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML19TVW/2026-03-26/image/589f5a0f-9f28-44ac-9b5a-58df1338713a_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML19TVW/2026-03-26/image/1288672a-6f15-4332-8e31-3c13fa4bb299_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML19TVW/2026-03-26/image/79c3f876-0486-48a3-b7c1-8ad3dfedd69c_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 04/20 - 10K, 03/21 - 12K, 08/22 - 19K, 12/23 - 29K, 11/24 - 33K, 08/22 - 19K, 11/24 - 33K, 11/25 - 35K,', 'remarks': '**1262** VOSA STATES 16K, 22K, 30K, 33K, 35K,', 'virtual': False, 'seller': 'Vantage Motor Group', '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/6b7ba3c2-1944-4cd8-96f1-ea304f97f818.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:05:34 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120748970, 'registration': 'ML19TVW', 'account': 'VAN040', 'make': 'FORD', 'model': 'MONDEO VIGNALE SALOON', 'derivative': '2.0 Hybrid 4dr Auto', 'mileage': 35574, 'mileageWarranty': False, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 440}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2019-03-26', 'fuel': 'Petrol/Electric Hybrid', 'motExpiry': '2026-11-24', 'doors': 4, 'engineSize': 1999, 'bodyType': 'Saloon', 'images': ['https://abimg003.imgix.net/ML19TVW/2026-03-26/image/85e2a632-ed4d-4098-97dd-9c15566ac5b2_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML19TVW/2026-03-26/image/c2476533-1366-4079-8d45-13902b7de8bf_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML19TVW/2026-03-26/image/21ba578a-0940-42d3-828b-6ed871480f5c_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML19TVW/2026-03-26/image/351bd6ec-37a2-406f-ac12-6ddeaa143478_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML19TVW/2026-03-26/image/4bb9bb06-2d75-48b7-beb2-26ac8a39ddd7_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML19TVW/2026-03-26/image/0e8933d1-78f5-4136-8776-47ee0f1a9b2b_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML19TVW/2026-03-26/image/589f5a0f-9f28-44ac-9b5a-58df1338713a_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML19TVW/2026-03-26/image/1288672a-6f15-4332-8e31-3c13fa4bb299_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML19TVW/2026-03-26/image/79c3f876-0486-48a3-b7c1-8ad3dfedd69c_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 04/20 - 10K, 03/21 - 12K, 08/22 - 19K, 12/23 - 29K, 11/24 - 33K, 08/22 - 19K, 11/24 - 33K, 11/25 - 35K,', 'remarks': '**1262** VOSA STATES 16K, 22K, 30K, 33K, 35K,', 'virtual': False, 'seller': 'Vantage Motor Group', '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/6b7ba3c2-1944-4cd8-96f1-ea304f97f818.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:05:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f69c20a9-6af9-5986-8b0c-3782348e3648 with identifier: 120748970
2026-03-30 10:05:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f69c20a9-6af9-5986-8b0c-3782348e3648 with scrape type 2
2026-03-30 10:05:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f69c20a9-6af9-5986-8b0c-3782348e3648 with scrape type 2
2026-03-30 10:05:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: f69c20a9-6af9-5986-8b0c-3782348e3648, identifier: 120748970
2026-03-30 10:05:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: ae2898bf-cd1c-51a4-a83b-545925af00a9 with identifier: 120839097
2026-03-30 10:05:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: ae2898bf-cd1c-51a4-a83b-545925af00a9 with identifier: 120839097
2026-03-30 10:05:34 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: ae2898bf-cd1c-51a4-a83b-545925af00a9 with identifier: 120839097 to the API
2026-03-30 10:05:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:05:34 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:05:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://abimg002.imgix.net/58579506-143d-4d97-a48e-8dc64f3a74d4.jpg?w=600>
{'auction_title': '',
'c_o_2_emission_value': 119,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 3,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'Petrol',
'id': 'ae2898bf-cd1c-51a4-a83b-545925af00a9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'VE15LYR',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120839097',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'VAUXHALL',
'model': 'ADAM HATCHBACK',
'odometer': 63569,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 4,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ae2898bf-cd1c-51a4-a83b-545925af00a9/ae2898bf-cd1c-51a4-a83b-545925af00a9_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 55975,
'Height': 301,
'OriginUrl': 'https://abimg002.imgix.net/d7bf65b2-6676-45b2-a3f8-a25128cc100f.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ae2898bf-cd1c-51a4-a83b-545925af00a9/ae2898bf-cd1c-51a4-a83b-545925af00a9_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 53867,
'Height': 301,
'OriginUrl': 'https://abimg002.imgix.net/58579506-143d-4d97-a48e-8dc64f3a74d4.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ae2898bf-cd1c-51a4-a83b-545925af00a9/ae2898bf-cd1c-51a4-a83b-545925af00a9_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 51880,
'Height': 301,
'OriginUrl': 'https://abimg002.imgix.net/6ee9ffeb-f2f4-4d70-80f3-0034ffe7f122.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ae2898bf-cd1c-51a4-a83b-545925af00a9/ae2898bf-cd1c-51a4-a83b-545925af00a9_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 54021,
'Height': 301,
'OriginUrl': 'https://abimg002.imgix.net/1794d3fa-f43e-44bc-954e-0e0ef2e36a48.jpg?w=600',
'Width': 600}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-07-31',
'seller_name': 'Vantage Motor Group',
'title': 'VAUXHALL ADAM HATCHBACK 1.0T ecoFLEX Slam 3dr [Start Stop]',
'transmission': 'manual',
'trim': '1.0T ecoFLEX Slam 3dr [Start Stop]',
'vin': None,
'year': 2015}
2026-03-30 10:05:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120839097%27 HTTP/1.1" 200 None
2026-03-30 10:05:34 [astonbarclay.gb] INFO: Saving data for 120839097: {'created_time': 1774865134.908515, 'last_price_update_time': 1774865134.908529, 'auction_closing_time': 1774958400.0}
2026-03-30 10:05:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120839097') HTTP/1.1" 204 0
2026-03-30 10:05:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 2577fb77-acc3-508f-b20f-b67616aa0509 with identifier: 120842137
2026-03-30 10:05:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 2577fb77-acc3-508f-b20f-b67616aa0509 with identifier: 120842137
2026-03-30 10:05:35 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 2577fb77-acc3-508f-b20f-b67616aa0509 with identifier: 120842137 to the API
2026-03-30 10:05:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:05:35 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:05:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120842137?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 94,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'Diesel',
'id': '2577fb77-acc3-508f-b20f-b67616aa0509',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'PY66CNO',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120842137',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'NISSAN',
'model': 'PULSAR DIESEL HATCHBACK',
'odometer': 81358,
'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': 'Autolend',
'title': 'NISSAN PULSAR DIESEL HATCHBACK 1.5 dCi N-Tec 5dr',
'transmission': 'manual',
'trim': '1.5 dCi N-Tec 5dr',
'vin': None,
'year': 2016}
2026-03-30 10:05:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120842137%27 HTTP/1.1" 200 None
2026-03-30 10:05:35 [astonbarclay.gb] INFO: Saving data for 120842137: {'auction_closing_time': 1774958400.0, 'created_time': 1774638496.917377, 'last_price_update_time': 1774865135.22347}
2026-03-30 10:05:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120842137') HTTP/1.1" 204 0
2026-03-30 10:05:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 896c844e-5ec2-5ac5-94af-6e34d2d131cb with identifier: 120825687
2026-03-30 10:05:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 896c844e-5ec2-5ac5-94af-6e34d2d131cb with identifier: 120825687
2026-03-30 10:05:35 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 896c844e-5ec2-5ac5-94af-6e34d2d131cb with identifier: 120825687 to the API
2026-03-30 10:05:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:05:35 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:05:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120825687?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 108,
'color': 'GREEN',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'Petrol',
'id': '896c844e-5ec2-5ac5-94af-6e34d2d131cb',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'BT17KTJ',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120825687',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'CITROEN',
'model': 'C3 HATCHBACK',
'odometer': 59929,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-04-25',
'seller_name': 'UKCGR - Premium',
'title': 'CITROEN C3 HATCHBACK 1.2 PureTech Touch 5dr',
'transmission': 'manual',
'trim': '1.2 PureTech Touch 5dr',
'vin': None,
'year': 2017}
2026-03-30 10:05:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120825687%27 HTTP/1.1" 200 None
2026-03-30 10:05:35 [astonbarclay.gb] INFO: Saving data for 120825687: {'auction_closing_time': 1774958400.0, 'created_time': 1774530316.455702, 'last_price_update_time': 1774865135.536538}
2026-03-30 10:05:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120825687') HTTP/1.1" 204 0
2026-03-30 10:05:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 5fd0e3ba-c779-5e25-8c70-52764076bbbf with identifier: 120696092
2026-03-30 10:05:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 5fd0e3ba-c779-5e25-8c70-52764076bbbf with identifier: 120696092
2026-03-30 10:05:35 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 5fd0e3ba-c779-5e25-8c70-52764076bbbf with identifier: 120696092 to the API
2026-03-30 10:05:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:05:35 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:05:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120696092?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 97,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.6L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'Diesel',
'id': '5fd0e3ba-c779-5e25-8c70-52764076bbbf',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'YY12OXR',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120696092',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'HYUNDAI',
'model': 'I30 DIESEL HATCHBACK',
'odometer': 99509,
'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': 'HYUNDAI I30 DIESEL HATCHBACK 1.6 CRDi Blue Drive Active 5dr',
'transmission': 'manual',
'trim': '1.6 CRDi Blue Drive Active 5dr',
'vin': None,
'year': 2012}
2026-03-30 10:05:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120696092%27 HTTP/1.1" 200 None
2026-03-30 10:05:35 [astonbarclay.gb] INFO: Saving data for 120696092: {'auction_closing_time': 1774958400.0, 'created_time': 1774328516.289006, 'last_price_update_time': 1774865135.864701}
2026-03-30 10:05:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120696092') HTTP/1.1" 204 0
2026-03-30 10:05:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: f69c20a9-6af9-5986-8b0c-3782348e3648 with identifier: 120748970
2026-03-30 10:05:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: f69c20a9-6af9-5986-8b0c-3782348e3648 with identifier: 120748970
2026-03-30 10:05:35 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: f69c20a9-6af9-5986-8b0c-3782348e3648 with identifier: 120748970 to the API
2026-03-30 10:05:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:05:36 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:05:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120748970?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 108,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'Petrol/Electric Hybrid',
'id': 'f69c20a9-6af9-5986-8b0c-3782348e3648',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'ML19TVW',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120748970',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'FORD',
'model': 'MONDEO VIGNALE SALOON',
'odometer': 35574,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-03-26',
'seller_name': 'Vantage Motor Group',
'title': 'FORD MONDEO VIGNALE SALOON 2.0 Hybrid 4dr Auto',
'transmission': 'automatic',
'trim': '2.0 Hybrid 4dr Auto',
'vin': None,
'year': 2019}
2026-03-30 10:05:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120748970%27 HTTP/1.1" 200 None
2026-03-30 10:05:36 [astonbarclay.gb] INFO: Saving data for 120748970: {'auction_closing_time': 1774958400.0, 'created_time': 1774530329.676603, 'last_price_update_time': 1774865136.190835}
2026-03-30 10:05:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120748970') HTTP/1.1" 204 0
2026-03-30 10:05:36 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:05:36 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f4367cc8c10>
2026-03-30 10:05:36 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:05:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:05:36 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:05:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ea587778-b412-52a9-b2e9-5348db3fef7a/ea587778-b412-52a9-b2e9-5348db3fef7a_image_2.jpg HTTP/1.1" 201 0
2026-03-30 10:05:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg002.imgix.net%252F157128de-f8cd-4dca-b758-c45a212e64ba.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:05:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg002.imgix.net/157128de-f8cd-4dca-b758-c45a212e64ba.jpg?w=600 saved to cache
2026-03-30 10:05:36 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item ea587778-b412-52a9-b2e9-5348db3fef7a
2026-03-30 10:05:36 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: ea587778-b412-52a9-b2e9-5348db3fef7a, skipping ID generation
2026-03-30 10:05:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ea587778-b412-52a9-b2e9-5348db3fef7a with scrape type 1
2026-03-30 10:05:36 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item ea587778-b412-52a9-b2e9-5348db3fef7a sending to next pipeline
2026-03-30 10:05:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: ea587778-b412-52a9-b2e9-5348db3fef7a, identifier: 120797537
2026-03-30 10:05:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/BD12BVB/2026-03-30/image/078f3b4c-12d5-4158-83fd-eda6ff34b401_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120838973?view=catalogue)
2026-03-30 10:05:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/HF67XLS/2026-03-30/image/f7526227-666a-4651-9b8d-fe61fa822706_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120869953?view=catalogue)
2026-03-30 10:05:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/FV16NGE/2026-01-12/image/9bc937af-9922-4fb1-9d87-e4f2b827ba9d_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/118521541?view=catalogue)
2026-03-30 10:05:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/BD12BVB/2026-03-30/image/0d30afaa-16ed-49b4-8437-4dcc4fa49788_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120838973?view=catalogue)
2026-03-30 10:05:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05: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%252FHF67XLS%252F2026-03-30%252Fimage%252Faac43c1a-e592-431b-be88-b444e02a84a9_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:05:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/HF67XLS/2026-03-30/image/aac43c1a-e592-431b-be88-b444e02a84a9_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:05:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: ea587778-b412-52a9-b2e9-5348db3fef7a with identifier: 120797537
2026-03-30 10:05:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: ea587778-b412-52a9-b2e9-5348db3fef7a with identifier: 120797537
2026-03-30 10:05:36 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: ea587778-b412-52a9-b2e9-5348db3fef7a with identifier: 120797537 to the API
2026-03-30 10:05:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:05:36 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:05:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://abimg002.imgix.net/157128de-f8cd-4dca-b758-c45a212e64ba.jpg?w=600>
{'auction_title': '',
'c_o_2_emission_value': 95,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.0L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'Petrol',
'id': 'ea587778-b412-52a9-b2e9-5348db3fef7a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'YG64NWX',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120797537',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'TOYOTA',
'model': 'AYGO HATCHBACK',
'odometer': 72748,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 4,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ea587778-b412-52a9-b2e9-5348db3fef7a/ea587778-b412-52a9-b2e9-5348db3fef7a_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 62761,
'Height': 301,
'OriginUrl': 'https://abimg002.imgix.net/b4803fb6-cada-41eb-9639-b0b2f076d031.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ea587778-b412-52a9-b2e9-5348db3fef7a/ea587778-b412-52a9-b2e9-5348db3fef7a_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 67234,
'Height': 301,
'OriginUrl': 'https://abimg002.imgix.net/8d071d87-1e4c-4c96-8f36-e49258dfa9b1.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ea587778-b412-52a9-b2e9-5348db3fef7a/ea587778-b412-52a9-b2e9-5348db3fef7a_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 46505,
'Height': 301,
'OriginUrl': 'https://abimg002.imgix.net/157128de-f8cd-4dca-b758-c45a212e64ba.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ea587778-b412-52a9-b2e9-5348db3fef7a/ea587778-b412-52a9-b2e9-5348db3fef7a_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 40007,
'Height': 301,
'OriginUrl': 'https://abimg002.imgix.net/6f28ba7c-8d9d-435d-9ffa-9ebe9212294e.jpg?w=600',
'Width': 600}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2014-09-27',
'seller_name': 'Vantage Motor Group',
'title': 'TOYOTA AYGO HATCHBACK 1.0 VVT-i X-Pression 5dr',
'transmission': 'manual',
'trim': '1.0 VVT-i X-Pression 5dr',
'vin': None,
'year': 2014}
2026-03-30 10:05:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120797537%27 HTTP/1.1" 200 None
2026-03-30 10:05:36 [astonbarclay.gb] INFO: Saving data for 120797537: {'created_time': 1774865136.842211, 'last_price_update_time': 1774865136.842224, 'auction_closing_time': 1774958400.0}
2026-03-30 10:05:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120797537') HTTP/1.1" 204 0
2026-03-30 10:05:36 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:05:36 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f4365164910>
2026-03-30 10:05:36 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:05:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:05:36 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:05:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c488ef3c-94b7-51ba-95e6-dbc4929cf6d6/c488ef3c-94b7-51ba-95e6-dbc4929cf6d6_image_5.jpg HTTP/1.1" 201 0
2026-03-30 10:05:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FFV16NGE%252F2026-01-12%252Fimage%252F394c818d-6fba-4e90-a304-4918cdbdcb3d_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:05:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/FV16NGE/2026-01-12/image/394c818d-6fba-4e90-a304-4918cdbdcb3d_removebg.jpg?w=600 saved to cache
2026-03-30 10:05:36 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item c488ef3c-94b7-51ba-95e6-dbc4929cf6d6
2026-03-30 10:05:36 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:05:36 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f4366598b10>
2026-03-30 10:05:36 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:05:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:05:36 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:05:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_fa1c55f4-0e4e-531a-90e3-6c49d9c8a044/fa1c55f4-0e4e-531a-90e3-6c49d9c8a044_image_3.jpg HTTP/1.1" 201 0
2026-03-30 10:05:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FBD12BVB%252F2026-03-30%252Fimage%252F86a605da-6f51-4d71-816f-b2a9ef6456f8_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:05:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/BD12BVB/2026-03-30/image/86a605da-6f51-4d71-816f-b2a9ef6456f8_removebg.jpg?w=600 saved to cache
2026-03-30 10:05:36 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item fa1c55f4-0e4e-531a-90e3-6c49d9c8a044
2026-03-30 10:05:36 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:05:36 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f43653b4b10>
2026-03-30 10:05:36 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:05:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:05:36 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:05:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_40834fec-2e85-58b9-a151-25100dd56a5a/40834fec-2e85-58b9-a151-25100dd56a5a_image_3.jpg HTTP/1.1" 201 0
2026-03-30 10:05:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FHF67XLS%252F2026-03-30%252Fimage%252F94ca4021-9f3a-4ed9-b9a6-6e6ae5b9db5f_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:05:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/HF67XLS/2026-03-30/image/94ca4021-9f3a-4ed9-b9a6-6e6ae5b9db5f_removebg.jpg?w=600 saved to cache
2026-03-30 10:05:36 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 40834fec-2e85-58b9-a151-25100dd56a5a
2026-03-30 10:05:36 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:05:36 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f4365019d90>
2026-03-30 10:05:36 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:05:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:05:37 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:05:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c488ef3c-94b7-51ba-95e6-dbc4929cf6d6/c488ef3c-94b7-51ba-95e6-dbc4929cf6d6_image_3.jpg HTTP/1.1" 201 0
2026-03-30 10:05:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FFV16NGE%252F2026-01-12%252Fimage%252Ff3966333-911f-4197-93d7-87066ea3c895_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:05:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/FV16NGE/2026-01-12/image/f3966333-911f-4197-93d7-87066ea3c895_removebg.jpg?w=600 saved to cache
2026-03-30 10:05:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item c488ef3c-94b7-51ba-95e6-dbc4929cf6d6
2026-03-30 10:05:37 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:05:37 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f43666a9c50>
2026-03-30 10:05:37 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:05:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:05:37 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:05:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_40834fec-2e85-58b9-a151-25100dd56a5a/40834fec-2e85-58b9-a151-25100dd56a5a_image_4.jpg HTTP/1.1" 201 0
2026-03-30 10:05:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FHF67XLS%252F2026-03-30%252Fimage%252F5148a1ec-dd0a-480f-8b33-367334038219_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:05:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/HF67XLS/2026-03-30/image/5148a1ec-dd0a-480f-8b33-367334038219_removebg.jpg?w=600 saved to cache
2026-03-30 10:05:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 40834fec-2e85-58b9-a151-25100dd56a5a
2026-03-30 10:05:37 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:05:37 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f4367c9d610>
2026-03-30 10:05:37 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:05:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:05:37 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:05:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c488ef3c-94b7-51ba-95e6-dbc4929cf6d6/c488ef3c-94b7-51ba-95e6-dbc4929cf6d6_image_4.jpg HTTP/1.1" 201 0
2026-03-30 10:05:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FFV16NGE%252F2026-01-12%252Fimage%252Faf9df7a6-84e1-4182-9aef-b552f32184f5_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:05:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/FV16NGE/2026-01-12/image/af9df7a6-84e1-4182-9aef-b552f32184f5_removebg.jpg?w=600 saved to cache
2026-03-30 10:05:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item c488ef3c-94b7-51ba-95e6-dbc4929cf6d6
2026-03-30 10:05:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/HF67XLS/2026-03-30/image/fe5a153d-4a7f-4b62-a64d-ac9661a68149_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120869953?view=catalogue)
2026-03-30 10:05:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/BD12BVB/2026-03-30/image/752dd718-4bed-4dae-a54b-46a8198a49f0_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120838973?view=catalogue)
2026-03-30 10:05:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FHF67XLS%252F2026-03-30%252Fimage%252Fcde22286-56e1-4781-8ccb-d55d85188fa1_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-30 10:05:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/HF67XLS/2026-03-30/image/cde22286-56e1-4781-8ccb-d55d85188fa1_removebg.jpg?w=600 not downloaded yet
2026-03-30 10:05:37 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:05:37 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f4367c93750>
2026-03-30 10:05:37 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:05:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:05:37 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:05:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_fa1c55f4-0e4e-531a-90e3-6c49d9c8a044/fa1c55f4-0e4e-531a-90e3-6c49d9c8a044_image_4.jpg HTTP/1.1" 201 0
2026-03-30 10:05:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FBD12BVB%252F2026-03-30%252Fimage%252F078f3b4c-12d5-4158-83fd-eda6ff34b401_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:05:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/BD12BVB/2026-03-30/image/078f3b4c-12d5-4158-83fd-eda6ff34b401_removebg.jpg?w=600 saved to cache
2026-03-30 10:05:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item fa1c55f4-0e4e-531a-90e3-6c49d9c8a044
2026-03-30 10:05:37 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:05:37 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f43653b2350>
2026-03-30 10:05:37 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:05:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:05:37 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:05:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_40834fec-2e85-58b9-a151-25100dd56a5a/40834fec-2e85-58b9-a151-25100dd56a5a_image_5.jpg HTTP/1.1" 201 0
2026-03-30 10:05:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FHF67XLS%252F2026-03-30%252Fimage%252Ff7526227-666a-4651-9b8d-fe61fa822706_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:05:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/HF67XLS/2026-03-30/image/f7526227-666a-4651-9b8d-fe61fa822706_removebg.jpg?w=600 saved to cache
2026-03-30 10:05:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 40834fec-2e85-58b9-a151-25100dd56a5a
2026-03-30 10:05:37 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:05:37 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f4367223510>
2026-03-30 10:05:37 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:05:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:05:37 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:05:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c488ef3c-94b7-51ba-95e6-dbc4929cf6d6/c488ef3c-94b7-51ba-95e6-dbc4929cf6d6_image_2.jpg HTTP/1.1" 201 0
2026-03-30 10:05:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FFV16NGE%252F2026-01-12%252Fimage%252F9bc937af-9922-4fb1-9d87-e4f2b827ba9d_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:05:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/FV16NGE/2026-01-12/image/9bc937af-9922-4fb1-9d87-e4f2b827ba9d_removebg.jpg?w=600 saved to cache
2026-03-30 10:05:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item c488ef3c-94b7-51ba-95e6-dbc4929cf6d6
2026-03-30 10:05:37 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: c488ef3c-94b7-51ba-95e6-dbc4929cf6d6, skipping ID generation
2026-03-30 10:05:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c488ef3c-94b7-51ba-95e6-dbc4929cf6d6 with scrape type 1
2026-03-30 10:05:37 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item c488ef3c-94b7-51ba-95e6-dbc4929cf6d6 sending to next pipeline
2026-03-30 10:05:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: c488ef3c-94b7-51ba-95e6-dbc4929cf6d6, identifier: 118521541
2026-03-30 10:05:37 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:05:37 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f4365349b90>
2026-03-30 10:05:37 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:05:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:05:37 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:05:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_fa1c55f4-0e4e-531a-90e3-6c49d9c8a044/fa1c55f4-0e4e-531a-90e3-6c49d9c8a044_image_5.jpg HTTP/1.1" 201 0
2026-03-30 10:05:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FBD12BVB%252F2026-03-30%252Fimage%252F0d30afaa-16ed-49b4-8437-4dcc4fa49788_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:05:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/BD12BVB/2026-03-30/image/0d30afaa-16ed-49b4-8437-4dcc4fa49788_removebg.jpg?w=600 saved to cache
2026-03-30 10:05:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item fa1c55f4-0e4e-531a-90e3-6c49d9c8a044
2026-03-30 10:05:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: c488ef3c-94b7-51ba-95e6-dbc4929cf6d6 with identifier: 118521541
2026-03-30 10:05:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: c488ef3c-94b7-51ba-95e6-dbc4929cf6d6 with identifier: 118521541
2026-03-30 10:05:37 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: c488ef3c-94b7-51ba-95e6-dbc4929cf6d6 with identifier: 118521541 to the API
2026-03-30 10:05:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:05:37 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:05:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://abimg003.imgix.net/FV16NGE/2026-01-12/image/9bc937af-9922-4fb1-9d87-e4f2b827ba9d_removebg.jpg?w=600>
{'auction_title': '',
'c_o_2_emission_value': 203,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '3.0L',
'expiration_date': '2026-03-31T09:00:00Z',
'fuel_type': 'Diesel',
'id': 'c488ef3c-94b7-51ba-95e6-dbc4929cf6d6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'FV16NGE',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/118521541',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'LAND ROVER',
'model': 'DISCOVERY DIESEL SW',
'odometer': 97819,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 8,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c488ef3c-94b7-51ba-95e6-dbc4929cf6d6/c488ef3c-94b7-51ba-95e6-dbc4929cf6d6_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 25957,
'Height': 375,
'OriginUrl': 'https://abimg003.imgix.net/FV16NGE/2026-01-12/image/dd910f8b-c115-43ca-9d9d-fea3556eefff_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c488ef3c-94b7-51ba-95e6-dbc4929cf6d6/c488ef3c-94b7-51ba-95e6-dbc4929cf6d6_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 27722,
'Height': 375,
'OriginUrl': 'https://abimg003.imgix.net/FV16NGE/2026-01-12/image/aa583f18-7167-41bc-a2a2-ab59340c903e_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c488ef3c-94b7-51ba-95e6-dbc4929cf6d6/c488ef3c-94b7-51ba-95e6-dbc4929cf6d6_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 25424,
'Height': 375,
'OriginUrl': 'https://abimg003.imgix.net/FV16NGE/2026-01-12/image/9bc937af-9922-4fb1-9d87-e4f2b827ba9d_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c488ef3c-94b7-51ba-95e6-dbc4929cf6d6/c488ef3c-94b7-51ba-95e6-dbc4929cf6d6_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 25094,
'Height': 375,
'OriginUrl': 'https://abimg003.imgix.net/FV16NGE/2026-01-12/image/f3966333-911f-4197-93d7-87066ea3c895_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c488ef3c-94b7-51ba-95e6-dbc4929cf6d6/c488ef3c-94b7-51ba-95e6-dbc4929cf6d6_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 45934,
'Height': 375,
'OriginUrl': 'https://abimg003.imgix.net/FV16NGE/2026-01-12/image/af9df7a6-84e1-4182-9aef-b552f32184f5_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c488ef3c-94b7-51ba-95e6-dbc4929cf6d6/c488ef3c-94b7-51ba-95e6-dbc4929cf6d6_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 43446,
'Height': 375,
'OriginUrl': 'https://abimg003.imgix.net/FV16NGE/2026-01-12/image/394c818d-6fba-4e90-a304-4918cdbdcb3d_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c488ef3c-94b7-51ba-95e6-dbc4929cf6d6/c488ef3c-94b7-51ba-95e6-dbc4929cf6d6_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 48327,
'Height': 375,
'OriginUrl': 'https://abimg003.imgix.net/FV16NGE/2026-01-12/image/7ce17f40-fe32-467e-bc23-f191a91fc320_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c488ef3c-94b7-51ba-95e6-dbc4929cf6d6/c488ef3c-94b7-51ba-95e6-dbc4929cf6d6_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 46693,
'Height': 375,
'OriginUrl': 'https://abimg003.imgix.net/FV16NGE/2026-01-12/image/136e01fb-9155-40f0-bae3-29dba61ae5b7_removebg.jpg?w=600',
'Width': 600}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-05-25',
'seller_name': 'MotoNovo Finance',
'title': 'LAND ROVER DISCOVERY DIESEL SW 3.0 SDV6 Graphite 5dr Auto',
'transmission': 'automatic',
'trim': '3.0 SDV6 Graphite 5dr Auto',
'vin': None,
'year': 2016}
2026-03-30 10:05:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27118521541%27 HTTP/1.1" 200 None
2026-03-30 10:05:38 [astonbarclay.gb] INFO: Saving data for 118521541: {'created_time': 1774865138.004489, 'last_price_update_time': 1774865138.004506, 'auction_closing_time': 1774947600.0}
2026-03-30 10:05:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='118521541') HTTP/1.1" 204 0
2026-03-30 10:05:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/HF67XLS/2026-03-30/image/76536854-47cd-4a2a-b4c3-dd2b01ed6bd8_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120869953?view=catalogue)
2026-03-30 10:05:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/BD12BVB/2026-03-30/image/a02f7b61-70d2-42e8-b953-c9a253753240_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120838973?view=catalogue)
2026-03-30 10:05:38 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:05:38 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f43652c6810>
2026-03-30 10:05:38 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:05:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:05:38 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:05:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_40834fec-2e85-58b9-a151-25100dd56a5a/40834fec-2e85-58b9-a151-25100dd56a5a_image_6.jpg HTTP/1.1" 201 0
2026-03-30 10:05:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FHF67XLS%252F2026-03-30%252Fimage%252Ffe5a153d-4a7f-4b62-a64d-ac9661a68149_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:05:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/HF67XLS/2026-03-30/image/fe5a153d-4a7f-4b62-a64d-ac9661a68149_removebg.jpg?w=600 saved to cache
2026-03-30 10:05:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 40834fec-2e85-58b9-a151-25100dd56a5a
2026-03-30 10:05:38 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:05:38 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f4365300110>
2026-03-30 10:05:38 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:05:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:05:38 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:05:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_fa1c55f4-0e4e-531a-90e3-6c49d9c8a044/fa1c55f4-0e4e-531a-90e3-6c49d9c8a044_image_6.jpg HTTP/1.1" 201 0
2026-03-30 10:05:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FBD12BVB%252F2026-03-30%252Fimage%252F752dd718-4bed-4dae-a54b-46a8198a49f0_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:05:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/BD12BVB/2026-03-30/image/752dd718-4bed-4dae-a54b-46a8198a49f0_removebg.jpg?w=600 saved to cache
2026-03-30 10:05:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item fa1c55f4-0e4e-531a-90e3-6c49d9c8a044
2026-03-30 10:05:38 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:05:38 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f43651632d0>
2026-03-30 10:05:38 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:05:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:05:38 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:05:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_40834fec-2e85-58b9-a151-25100dd56a5a/40834fec-2e85-58b9-a151-25100dd56a5a_image_7.jpg HTTP/1.1" 201 0
2026-03-30 10:05:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FHF67XLS%252F2026-03-30%252Fimage%252F76536854-47cd-4a2a-b4c3-dd2b01ed6bd8_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:05:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/HF67XLS/2026-03-30/image/76536854-47cd-4a2a-b4c3-dd2b01ed6bd8_removebg.jpg?w=600 saved to cache
2026-03-30 10:05:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 40834fec-2e85-58b9-a151-25100dd56a5a
2026-03-30 10:05:38 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:05:38 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f4365291650>
2026-03-30 10:05:38 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:05:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:05:38 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:05:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_fa1c55f4-0e4e-531a-90e3-6c49d9c8a044/fa1c55f4-0e4e-531a-90e3-6c49d9c8a044_image_7.jpg HTTP/1.1" 201 0
2026-03-30 10:05:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FBD12BVB%252F2026-03-30%252Fimage%252Fa02f7b61-70d2-42e8-b953-c9a253753240_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:05:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/BD12BVB/2026-03-30/image/a02f7b61-70d2-42e8-b953-c9a253753240_removebg.jpg?w=600 saved to cache
2026-03-30 10:05:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item fa1c55f4-0e4e-531a-90e3-6c49d9c8a044
2026-03-30 10:05:38 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: fa1c55f4-0e4e-531a-90e3-6c49d9c8a044, skipping ID generation
2026-03-30 10:05:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fa1c55f4-0e4e-531a-90e3-6c49d9c8a044 with scrape type 1
2026-03-30 10:05:38 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item fa1c55f4-0e4e-531a-90e3-6c49d9c8a044 sending to next pipeline
2026-03-30 10:05:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: fa1c55f4-0e4e-531a-90e3-6c49d9c8a044, identifier: 120838973
2026-03-30 10:05:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: fa1c55f4-0e4e-531a-90e3-6c49d9c8a044 with identifier: 120838973
2026-03-30 10:05:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: fa1c55f4-0e4e-531a-90e3-6c49d9c8a044 with identifier: 120838973
2026-03-30 10:05:38 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: fa1c55f4-0e4e-531a-90e3-6c49d9c8a044 with identifier: 120838973 to the API
2026-03-30 10:05:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:05: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-30 10:05:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://abimg003.imgix.net/BD12BVB/2026-03-30/image/a02f7b61-70d2-42e8-b953-c9a253753240_removebg.jpg?w=600>
{'auction_title': '',
'c_o_2_emission_value': 99,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.0L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'Petrol',
'id': 'fa1c55f4-0e4e-531a-90e3-6c49d9c8a044',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'BD12BVB',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120838973',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'TOYOTA',
'model': 'AYGO HATCHBACK',
'odometer': 106406,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 8,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fa1c55f4-0e4e-531a-90e3-6c49d9c8a044/fa1c55f4-0e4e-531a-90e3-6c49d9c8a044_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 35705,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/BD12BVB/2026-03-30/image/8c9b5e6c-6913-415d-95bc-a747bee2de56_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fa1c55f4-0e4e-531a-90e3-6c49d9c8a044/fa1c55f4-0e4e-531a-90e3-6c49d9c8a044_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 35043,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/BD12BVB/2026-03-30/image/e4b3efdb-33fb-4c44-9baa-9a1fa9544a51_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fa1c55f4-0e4e-531a-90e3-6c49d9c8a044/fa1c55f4-0e4e-531a-90e3-6c49d9c8a044_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 24705,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/BD12BVB/2026-03-30/image/6e0cba10-78d7-431d-84a9-3cd2076d0a24_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fa1c55f4-0e4e-531a-90e3-6c49d9c8a044/fa1c55f4-0e4e-531a-90e3-6c49d9c8a044_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 27164,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/BD12BVB/2026-03-30/image/86a605da-6f51-4d71-816f-b2a9ef6456f8_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fa1c55f4-0e4e-531a-90e3-6c49d9c8a044/fa1c55f4-0e4e-531a-90e3-6c49d9c8a044_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 40386,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/BD12BVB/2026-03-30/image/078f3b4c-12d5-4158-83fd-eda6ff34b401_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fa1c55f4-0e4e-531a-90e3-6c49d9c8a044/fa1c55f4-0e4e-531a-90e3-6c49d9c8a044_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 43167,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/BD12BVB/2026-03-30/image/0d30afaa-16ed-49b4-8437-4dcc4fa49788_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fa1c55f4-0e4e-531a-90e3-6c49d9c8a044/fa1c55f4-0e4e-531a-90e3-6c49d9c8a044_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 50123,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/BD12BVB/2026-03-30/image/752dd718-4bed-4dae-a54b-46a8198a49f0_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fa1c55f4-0e4e-531a-90e3-6c49d9c8a044/fa1c55f4-0e4e-531a-90e3-6c49d9c8a044_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 49177,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/BD12BVB/2026-03-30/image/a02f7b61-70d2-42e8-b953-c9a253753240_removebg.jpg?w=600',
'Width': 600}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2012-05-28',
'seller_name': 'Vantage Motor Group',
'title': 'TOYOTA AYGO HATCHBACK 1.0 VVT-i Fire 5dr [AC]',
'transmission': 'manual',
'trim': '1.0 VVT-i Fire 5dr [AC]',
'vin': None,
'year': 2012}
2026-03-30 10:05:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120838973%27 HTTP/1.1" 200 None
2026-03-30 10:05:39 [astonbarclay.gb] INFO: Saving data for 120838973: {'created_time': 1774865139.110596, 'last_price_update_time': 1774865139.110608, 'auction_closing_time': 1774958400.0}
2026-03-30 10:05:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120838973') HTTP/1.1" 204 0
2026-03-30 10:05:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/HF67XLS/2026-03-30/image/aac43c1a-e592-431b-be88-b444e02a84a9_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120869953?view=catalogue)
2026-03-30 10:05:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/HF67XLS/2026-03-30/image/cde22286-56e1-4781-8ccb-d55d85188fa1_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120869953?view=catalogue)
2026-03-30 10:05:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120859078?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:05:39 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:05:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120814855?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:05:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120862622?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:05:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120694526?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:05:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120826096?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:05:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120820596?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:05:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120631672?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:05:39 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:05:39 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:05:39 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:05:39 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:05:39 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:05:39 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f4365107410>
2026-03-30 10:05:39 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:05:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:05:39 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:05:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_40834fec-2e85-58b9-a151-25100dd56a5a/40834fec-2e85-58b9-a151-25100dd56a5a_image_8.jpg HTTP/1.1" 201 0
2026-03-30 10:05:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FHF67XLS%252F2026-03-30%252Fimage%252Faac43c1a-e592-431b-be88-b444e02a84a9_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:05:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/HF67XLS/2026-03-30/image/aac43c1a-e592-431b-be88-b444e02a84a9_removebg.jpg?w=600 saved to cache
2026-03-30 10:05:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 40834fec-2e85-58b9-a151-25100dd56a5a
2026-03-30 10:05:39 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 10:05:39 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f43667b46d0>
2026-03-30 10:05:39 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 10:05:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 10:05:39 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 10:05:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_40834fec-2e85-58b9-a151-25100dd56a5a/40834fec-2e85-58b9-a151-25100dd56a5a_image_9.jpg HTTP/1.1" 201 0
2026-03-30 10:05:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FHF67XLS%252F2026-03-30%252Fimage%252Fcde22286-56e1-4781-8ccb-d55d85188fa1_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-30 10:05:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/HF67XLS/2026-03-30/image/cde22286-56e1-4781-8ccb-d55d85188fa1_removebg.jpg?w=600 saved to cache
2026-03-30 10:05:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 40834fec-2e85-58b9-a151-25100dd56a5a
2026-03-30 10:05:39 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 40834fec-2e85-58b9-a151-25100dd56a5a, skipping ID generation
2026-03-30 10:05:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 40834fec-2e85-58b9-a151-25100dd56a5a with scrape type 1
2026-03-30 10:05:39 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 40834fec-2e85-58b9-a151-25100dd56a5a sending to next pipeline
2026-03-30 10:05:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 40834fec-2e85-58b9-a151-25100dd56a5a, identifier: 120869953
2026-03-30 10:05:39 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120859078, 'registration': 'LV58VLP', 'account': 'WBA004', 'make': 'RENAULT', 'model': 'CLIO HATCHBACK', 'derivative': '2.0 16V Renaultsport 197 3dr', 'mileage': 102684, 'mileageWarranty': True, 'type': 'car', 'saleId': 18909, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 440}, 'saleStart': '2026-03-31T12:00Z', 'lot': 156, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2008-12-05', 'fuel': 'Petrol', 'motExpiry': '2026-04-05', 'doors': 3, 'engineSize': 1998, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/LV58VLP/2026-03-27/image/4aee14b8-70c5-4195-a8c3-f512adac2024_removebg.jpg?w=600', 'https://abimg003.imgix.net/LV58VLP/2026-03-27/image/25a4e681-d7db-42cf-95e4-6a29e704f2e7_removebg.jpg?w=600', 'https://abimg003.imgix.net/LV58VLP/2026-03-27/image/810f2d5a-8f6a-4768-a64a-10e453c291a8_removebg.jpg?w=600', 'https://abimg003.imgix.net/LV58VLP/2026-03-27/image/365f8d81-60ac-41b9-a620-452f55faf364_removebg.jpg?w=600', 'https://abimg003.imgix.net/LV58VLP/2026-03-27/image/00f8dea2-5bb8-44ef-8cd0-6fd4b7bef70c_removebg.jpg?w=600', 'https://abimg003.imgix.net/LV58VLP/2026-03-27/image/2f44b74c-2c52-43a5-bcff-e6de52dfe0d8_removebg.jpg?w=600', 'https://abimg003.imgix.net/LV58VLP/2026-03-27/image/f0279486-2fe9-4907-a89e-8d7bfed1aff9_removebg.jpg?w=600', 'https://abimg003.imgix.net/LV58VLP/2026-03-27/image/a2fb06b7-c1f4-4154-ac34-91568061a681_removebg.jpg?w=600', 'https://abimg003.imgix.net/LV58VLP/2026-03-27/image/bbc0d982-9c96-49d0-ab64-42217ce3df1d_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 01/10 - 5K, 03/11 - 11K, 03/12 - 17K, 04/14 - 26K, 03/15 - 29K, 09/16 - 34K, 11/18 - 41K, 10/19 - 51K, 06/20 - 60K, 06/21 - 72K, 03/22 - 84K, 06/23 - 92K, 06/25 - 99K', 'remarks': '**411** VOSA STATES 16K, 22K, 26K, 29K, 33K, 36K, 39K, 42K, 58K, 69K, 85K, 91K, 93K, 98K,', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '8', 'v5': True, 'v5details': 'Here', 'co2': 199, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/9fad597f-0066-48ab-81c4-048d5db010d8.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:05:39 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120859078, 'registration': 'LV58VLP', 'account': 'WBA004', 'make': 'RENAULT', 'model': 'CLIO HATCHBACK', 'derivative': '2.0 16V Renaultsport 197 3dr', 'mileage': 102684, 'mileageWarranty': True, 'type': 'car', 'saleId': 18909, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 440}, 'saleStart': '2026-03-31T12:00Z', 'lot': 156, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2008-12-05', 'fuel': 'Petrol', 'motExpiry': '2026-04-05', 'doors': 3, 'engineSize': 1998, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/LV58VLP/2026-03-27/image/4aee14b8-70c5-4195-a8c3-f512adac2024_removebg.jpg?w=600', 'https://abimg003.imgix.net/LV58VLP/2026-03-27/image/25a4e681-d7db-42cf-95e4-6a29e704f2e7_removebg.jpg?w=600', 'https://abimg003.imgix.net/LV58VLP/2026-03-27/image/810f2d5a-8f6a-4768-a64a-10e453c291a8_removebg.jpg?w=600', 'https://abimg003.imgix.net/LV58VLP/2026-03-27/image/365f8d81-60ac-41b9-a620-452f55faf364_removebg.jpg?w=600', 'https://abimg003.imgix.net/LV58VLP/2026-03-27/image/00f8dea2-5bb8-44ef-8cd0-6fd4b7bef70c_removebg.jpg?w=600', 'https://abimg003.imgix.net/LV58VLP/2026-03-27/image/2f44b74c-2c52-43a5-bcff-e6de52dfe0d8_removebg.jpg?w=600', 'https://abimg003.imgix.net/LV58VLP/2026-03-27/image/f0279486-2fe9-4907-a89e-8d7bfed1aff9_removebg.jpg?w=600', 'https://abimg003.imgix.net/LV58VLP/2026-03-27/image/a2fb06b7-c1f4-4154-ac34-91568061a681_removebg.jpg?w=600', 'https://abimg003.imgix.net/LV58VLP/2026-03-27/image/bbc0d982-9c96-49d0-ab64-42217ce3df1d_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 01/10 - 5K, 03/11 - 11K, 03/12 - 17K, 04/14 - 26K, 03/15 - 29K, 09/16 - 34K, 11/18 - 41K, 10/19 - 51K, 06/20 - 60K, 06/21 - 72K, 03/22 - 84K, 06/23 - 92K, 06/25 - 99K', 'remarks': '**411** VOSA STATES 16K, 22K, 26K, 29K, 33K, 36K, 39K, 42K, 58K, 69K, 85K, 91K, 93K, 98K,', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '8', 'v5': True, 'v5details': 'Here', 'co2': 199, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/9fad597f-0066-48ab-81c4-048d5db010d8.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:05:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4ec4fa7e-935a-55e5-a95c-bcceb57690e4 with identifier: 120859078
2026-03-30 10:05:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4ec4fa7e-935a-55e5-a95c-bcceb57690e4 with scrape type 2
2026-03-30 10:05:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4ec4fa7e-935a-55e5-a95c-bcceb57690e4 with scrape type 2
2026-03-30 10:05:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 4ec4fa7e-935a-55e5-a95c-bcceb57690e4, identifier: 120859078
2026-03-30 10:05:39 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120814855, 'registration': 'YF09BEO', 'account': 'WBA004', 'make': 'FORD', 'model': 'FIESTA HATCHBACK', 'derivative': '1.25 Style + 5dr [82]', 'mileage': 77025, 'mileageWarranty': True, 'type': 'car', 'saleId': 18909, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 440}, 'saleStart': '2026-03-31T12:00Z', 'lot': 174, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2009-06-24', 'fuel': 'Petrol', 'motExpiry': '2026-06-01', 'doors': 5, 'engineSize': 1242, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YF09BEO/2026-03-26/image/6c8d2826-5a8c-403d-8a79-ed59c038f7eb_removebg.jpg?w=600', 'https://abimg003.imgix.net/YF09BEO/2026-03-26/image/b753d112-399c-480f-a632-ed546d471726_removebg.jpg?w=600', 'https://abimg003.imgix.net/YF09BEO/2026-03-26/image/74acf99b-7eba-423a-a33d-25ceeb14ac88_removebg.jpg?w=600', 'https://abimg003.imgix.net/YF09BEO/2026-03-26/image/c42a104f-d9f4-4325-84eb-b01ad630dc6a_removebg.jpg?w=600', 'https://abimg003.imgix.net/YF09BEO/2026-03-26/image/1e0c46c8-c95a-4c80-8e74-a38561f28cf0_removebg.jpg?w=600', 'https://abimg003.imgix.net/YF09BEO/2026-03-26/image/62751a93-f1b7-4613-970d-a962db96e648_removebg.jpg?w=600', 'https://abimg003.imgix.net/YF09BEO/2026-03-26/image/b02e339d-368d-4e05-bd29-bcd608c03cc5_removebg.jpg?w=600', 'https://abimg003.imgix.net/YF09BEO/2026-03-26/image/e661623a-1190-44a6-ba2b-ae29b05453f2_removebg.jpg?w=600', 'https://abimg003.imgix.net/YF09BEO/2026-03-26/image/0d50143a-e1ad-4ae2-952f-bf6bbfcc1078_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 06/10 - 7K, 06/11 - 13K, 05/12 - 20K, 06/13 - 27K, 06/14 - 34K, 05/15 - 41K, 04/16 - 48K, 04/17 - 56K, 07/18 - 64K, 10/19 - 68K, INVOICE @ 06/24 - NO MILEAGE', 'remarks': '**658** VOSA STATES 21K, 27K, 34K, 41K, 49K, 59K, 60K, 64K, 66K, 70K, 72K, 73K, 74K, 75K, 76K,', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 133, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/fb1fb4cb-aa3d-4d90-850f-654c24df1a9b.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:05:39 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120814855, 'registration': 'YF09BEO', 'account': 'WBA004', 'make': 'FORD', 'model': 'FIESTA HATCHBACK', 'derivative': '1.25 Style + 5dr [82]', 'mileage': 77025, 'mileageWarranty': True, 'type': 'car', 'saleId': 18909, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 440}, 'saleStart': '2026-03-31T12:00Z', 'lot': 174, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2009-06-24', 'fuel': 'Petrol', 'motExpiry': '2026-06-01', 'doors': 5, 'engineSize': 1242, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YF09BEO/2026-03-26/image/6c8d2826-5a8c-403d-8a79-ed59c038f7eb_removebg.jpg?w=600', 'https://abimg003.imgix.net/YF09BEO/2026-03-26/image/b753d112-399c-480f-a632-ed546d471726_removebg.jpg?w=600', 'https://abimg003.imgix.net/YF09BEO/2026-03-26/image/74acf99b-7eba-423a-a33d-25ceeb14ac88_removebg.jpg?w=600', 'https://abimg003.imgix.net/YF09BEO/2026-03-26/image/c42a104f-d9f4-4325-84eb-b01ad630dc6a_removebg.jpg?w=600', 'https://abimg003.imgix.net/YF09BEO/2026-03-26/image/1e0c46c8-c95a-4c80-8e74-a38561f28cf0_removebg.jpg?w=600', 'https://abimg003.imgix.net/YF09BEO/2026-03-26/image/62751a93-f1b7-4613-970d-a962db96e648_removebg.jpg?w=600', 'https://abimg003.imgix.net/YF09BEO/2026-03-26/image/b02e339d-368d-4e05-bd29-bcd608c03cc5_removebg.jpg?w=600', 'https://abimg003.imgix.net/YF09BEO/2026-03-26/image/e661623a-1190-44a6-ba2b-ae29b05453f2_removebg.jpg?w=600', 'https://abimg003.imgix.net/YF09BEO/2026-03-26/image/0d50143a-e1ad-4ae2-952f-bf6bbfcc1078_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 06/10 - 7K, 06/11 - 13K, 05/12 - 20K, 06/13 - 27K, 06/14 - 34K, 05/15 - 41K, 04/16 - 48K, 04/17 - 56K, 07/18 - 64K, 10/19 - 68K, INVOICE @ 06/24 - NO MILEAGE', 'remarks': '**658** VOSA STATES 21K, 27K, 34K, 41K, 49K, 59K, 60K, 64K, 66K, 70K, 72K, 73K, 74K, 75K, 76K,', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 133, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/fb1fb4cb-aa3d-4d90-850f-654c24df1a9b.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:05:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b3298ced-422e-5369-b4ce-81f79bea7045 with identifier: 120814855
2026-03-30 10:05:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b3298ced-422e-5369-b4ce-81f79bea7045 with scrape type 2
2026-03-30 10:05:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b3298ced-422e-5369-b4ce-81f79bea7045 with scrape type 2
2026-03-30 10:05:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: b3298ced-422e-5369-b4ce-81f79bea7045, identifier: 120814855
2026-03-30 10:05:39 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120862622, 'registration': 'FG62AEA', 'account': 'WBA004', 'make': 'FORD', 'model': 'KA HATCHBACK', 'derivative': '1.2 Studio 3dr [Start Stop]', 'mileage': 86984, 'mileageWarranty': True, 'type': 'car', 'saleId': 18909, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 440}, 'saleStart': '2026-03-31T12:00Z', 'lot': 180, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2012-09-28', 'fuel': 'Petrol', 'motExpiry': '2026-10-02', 'doors': 3, 'engineSize': 1242, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/FG62AEA/2026-03-30/image/b3e68899-845a-4a2b-8279-a26e074975a3_removebg.jpg?w=600', 'https://abimg003.imgix.net/FG62AEA/2026-03-30/image/92d726ff-748e-47d1-9081-7365e42aac40_removebg.jpg?w=600', 'https://abimg003.imgix.net/FG62AEA/2026-03-30/image/6aad657e-5ce2-466e-9e9c-b58d3af8c28c_removebg.jpg?w=600', 'https://abimg003.imgix.net/FG62AEA/2026-03-30/image/2ffa6806-0fd9-47a0-9850-358e751fe579_removebg.jpg?w=600', 'https://abimg003.imgix.net/FG62AEA/2026-03-30/image/69462021-4de2-45ba-bcb7-e63945bb1fa0_removebg.jpg?w=600', 'https://abimg003.imgix.net/FG62AEA/2026-03-30/image/456eaeff-f089-4273-a0ad-7f2705ba29cb_removebg.jpg?w=600', 'https://abimg003.imgix.net/FG62AEA/2026-03-30/image/1a107df9-92db-4577-ae3a-8a3721a54369_removebg.jpg?w=600', 'https://abimg003.imgix.net/FG62AEA/2026-03-30/image/887f4126-959e-4536-a348-3d68019956b6_removebg.jpg?w=600', 'https://abimg003.imgix.net/FG62AEA/2026-03-30/image/ad1933c1-ec03-4f9c-b873-48d1496e3c09_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'VOSA STATES 16K, 19K, 30K, 41K, 50K, 55K, 59K, 63K, 64K, 69K, 77K, 83K,', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '4', 'v5': False, 'v5details': None, 'co2': 115, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/e3725ca8-648f-4af3-8803-c20096b54392.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:05:39 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120862622, 'registration': 'FG62AEA', 'account': 'WBA004', 'make': 'FORD', 'model': 'KA HATCHBACK', 'derivative': '1.2 Studio 3dr [Start Stop]', 'mileage': 86984, 'mileageWarranty': True, 'type': 'car', 'saleId': 18909, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 440}, 'saleStart': '2026-03-31T12:00Z', 'lot': 180, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2012-09-28', 'fuel': 'Petrol', 'motExpiry': '2026-10-02', 'doors': 3, 'engineSize': 1242, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/FG62AEA/2026-03-30/image/b3e68899-845a-4a2b-8279-a26e074975a3_removebg.jpg?w=600', 'https://abimg003.imgix.net/FG62AEA/2026-03-30/image/92d726ff-748e-47d1-9081-7365e42aac40_removebg.jpg?w=600', 'https://abimg003.imgix.net/FG62AEA/2026-03-30/image/6aad657e-5ce2-466e-9e9c-b58d3af8c28c_removebg.jpg?w=600', 'https://abimg003.imgix.net/FG62AEA/2026-03-30/image/2ffa6806-0fd9-47a0-9850-358e751fe579_removebg.jpg?w=600', 'https://abimg003.imgix.net/FG62AEA/2026-03-30/image/69462021-4de2-45ba-bcb7-e63945bb1fa0_removebg.jpg?w=600', 'https://abimg003.imgix.net/FG62AEA/2026-03-30/image/456eaeff-f089-4273-a0ad-7f2705ba29cb_removebg.jpg?w=600', 'https://abimg003.imgix.net/FG62AEA/2026-03-30/image/1a107df9-92db-4577-ae3a-8a3721a54369_removebg.jpg?w=600', 'https://abimg003.imgix.net/FG62AEA/2026-03-30/image/887f4126-959e-4536-a348-3d68019956b6_removebg.jpg?w=600', 'https://abimg003.imgix.net/FG62AEA/2026-03-30/image/ad1933c1-ec03-4f9c-b873-48d1496e3c09_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'VOSA STATES 16K, 19K, 30K, 41K, 50K, 55K, 59K, 63K, 64K, 69K, 77K, 83K,', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '4', 'v5': False, 'v5details': None, 'co2': 115, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/e3725ca8-648f-4af3-8803-c20096b54392.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:05:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4afc64ed-296f-5356-a5b7-fb848aea61b1 with identifier: 120862622
2026-03-30 10:05:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4afc64ed-296f-5356-a5b7-fb848aea61b1 with scrape type 2
2026-03-30 10:05:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4afc64ed-296f-5356-a5b7-fb848aea61b1 with scrape type 2
2026-03-30 10:05:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 4afc64ed-296f-5356-a5b7-fb848aea61b1, identifier: 120862622
2026-03-30 10:05:39 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120694526, 'registration': 'CE11AWR', 'account': 'WBA004', 'make': 'CITROEN', 'model': 'C4 GRAND PICASSO DIESEL ESTATE', 'derivative': '1.6 HDi VTR+ 5dr', 'mileage': 98420, 'mileageWarranty': True, 'type': 'car', 'saleId': 18909, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 440}, 'saleStart': '2026-03-31T12:00Z', 'lot': 223, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2011-03-10', 'fuel': 'Diesel', 'motExpiry': '2027-01-13', 'doors': 5, 'engineSize': 1560, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/CE11AWR/2026-03-24/image/97a412de-dc6d-4be0-9e09-775c968279e2_removebg.jpg?w=600', 'https://abimg003.imgix.net/CE11AWR/2026-03-24/image/fc2a2b21-f6c4-4c5d-94f2-b78877333971_removebg.jpg?w=600', 'https://abimg003.imgix.net/CE11AWR/2026-03-24/image/039487af-45ea-4f80-a45c-c37356a6ec96_removebg.jpg?w=600', 'https://abimg003.imgix.net/CE11AWR/2026-03-24/image/0f8fbcb9-9581-4263-9d0e-e6cf88a02af7_removebg.jpg?w=600', 'https://abimg003.imgix.net/CE11AWR/2026-03-24/image/3c342b66-2e85-44a0-819f-1c010f3eec12_removebg.jpg?w=600', 'https://abimg003.imgix.net/CE11AWR/2026-03-24/image/fb5a210b-e646-45eb-aaec-7c395b92f663_removebg.jpg?w=600', 'https://abimg003.imgix.net/CE11AWR/2026-03-24/image/9995506b-d8ee-4a75-b2ba-885fb1e7fd3d_removebg.jpg?w=600', 'https://abimg003.imgix.net/CE11AWR/2026-03-24/image/184aadc5-166c-4c1d-83f2-cf1471277061_removebg.jpg?w=600', 'https://abimg003.imgix.net/CE11AWR/2026-03-24/image/60b98e11-7236-4da1-af1b-d1f8518c292e_removebg.jpg?w=600'], 'colour': 'BROWN', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 08/12 - 11K, 03/14 - 24K, 05/15 - 38K, 06/16 - 51K, 07/18 - 74K, 10/19 - 80K, 01/21 - 86K, 01/23 - 90K', 'remarks': '**766** VOSA STATES 23K, 34K, 46K, 57K, 68K, 80K, 85K, 86K, 88K, 90K, 92K, 95K, 98K, SPARE KEY', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 139, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/f5061d03-adf2-40e1-b800-ba8205662c53.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:05:39 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120694526, 'registration': 'CE11AWR', 'account': 'WBA004', 'make': 'CITROEN', 'model': 'C4 GRAND PICASSO DIESEL ESTATE', 'derivative': '1.6 HDi VTR+ 5dr', 'mileage': 98420, 'mileageWarranty': True, 'type': 'car', 'saleId': 18909, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 440}, 'saleStart': '2026-03-31T12:00Z', 'lot': 223, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2011-03-10', 'fuel': 'Diesel', 'motExpiry': '2027-01-13', 'doors': 5, 'engineSize': 1560, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/CE11AWR/2026-03-24/image/97a412de-dc6d-4be0-9e09-775c968279e2_removebg.jpg?w=600', 'https://abimg003.imgix.net/CE11AWR/2026-03-24/image/fc2a2b21-f6c4-4c5d-94f2-b78877333971_removebg.jpg?w=600', 'https://abimg003.imgix.net/CE11AWR/2026-03-24/image/039487af-45ea-4f80-a45c-c37356a6ec96_removebg.jpg?w=600', 'https://abimg003.imgix.net/CE11AWR/2026-03-24/image/0f8fbcb9-9581-4263-9d0e-e6cf88a02af7_removebg.jpg?w=600', 'https://abimg003.imgix.net/CE11AWR/2026-03-24/image/3c342b66-2e85-44a0-819f-1c010f3eec12_removebg.jpg?w=600', 'https://abimg003.imgix.net/CE11AWR/2026-03-24/image/fb5a210b-e646-45eb-aaec-7c395b92f663_removebg.jpg?w=600', 'https://abimg003.imgix.net/CE11AWR/2026-03-24/image/9995506b-d8ee-4a75-b2ba-885fb1e7fd3d_removebg.jpg?w=600', 'https://abimg003.imgix.net/CE11AWR/2026-03-24/image/184aadc5-166c-4c1d-83f2-cf1471277061_removebg.jpg?w=600', 'https://abimg003.imgix.net/CE11AWR/2026-03-24/image/60b98e11-7236-4da1-af1b-d1f8518c292e_removebg.jpg?w=600'], 'colour': 'BROWN', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 08/12 - 11K, 03/14 - 24K, 05/15 - 38K, 06/16 - 51K, 07/18 - 74K, 10/19 - 80K, 01/21 - 86K, 01/23 - 90K', 'remarks': '**766** VOSA STATES 23K, 34K, 46K, 57K, 68K, 80K, 85K, 86K, 88K, 90K, 92K, 95K, 98K, SPARE KEY', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 139, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/f5061d03-adf2-40e1-b800-ba8205662c53.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:05:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5a106730-67d3-5160-aaf8-296e5ec3fbbf with identifier: 120694526
2026-03-30 10:05:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5a106730-67d3-5160-aaf8-296e5ec3fbbf with scrape type 2
2026-03-30 10:05:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5a106730-67d3-5160-aaf8-296e5ec3fbbf with scrape type 2
2026-03-30 10:05:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 5a106730-67d3-5160-aaf8-296e5ec3fbbf, identifier: 120694526
2026-03-30 10:05:39 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120826096, 'registration': 'ML11HVP', 'account': 'WBA004', 'make': 'KIA', 'model': 'PICANTO HATCHBACK', 'derivative': '1.0 1 5dr', 'mileage': 86671, 'mileageWarranty': True, 'type': 'car', 'saleId': 18909, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 440}, 'saleStart': '2026-03-31T12:00Z', 'lot': 177, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2011-03-31', 'fuel': 'Petrol', 'motExpiry': '2027-01-06', 'doors': 5, 'engineSize': 999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/ML11HVP/2026-03-26/image/d99fbd93-1d14-4305-853a-e31591cc1c76_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML11HVP/2026-03-26/image/7dc1d806-3345-44fb-ab9c-e27edeeb7eb6_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML11HVP/2026-03-26/image/91e38c76-2776-4dac-9a7c-38d1edf99f80_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML11HVP/2026-03-26/image/4e83d870-0bfa-4390-b11e-8a9f81f65e79_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML11HVP/2026-03-26/image/7c0021da-511e-4052-b287-7a4da12c90d7_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML11HVP/2026-03-26/image/070c4946-4ba1-4a53-b9ff-5ce53208a69e_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML11HVP/2026-03-26/image/c187a136-6475-4b5d-aa63-da83be94c70f_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML11HVP/2026-03-26/image/2d6441af-c570-462f-85ab-3fc91837c5cc_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML11HVP/2026-03-26/image/c9a43771-9319-48fe-a056-c27a5d27c6b3_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '**604** VOSA STATES 13K, 26K, 35K, 41K, 48K, 55K, 58K, 65K, 70K, 76K, 80K, 85K, SPARE KEY', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 114, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/9b2b3626-5ab0-4813-a84b-a5ba67fee647.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:05:39 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120826096, 'registration': 'ML11HVP', 'account': 'WBA004', 'make': 'KIA', 'model': 'PICANTO HATCHBACK', 'derivative': '1.0 1 5dr', 'mileage': 86671, 'mileageWarranty': True, 'type': 'car', 'saleId': 18909, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 440}, 'saleStart': '2026-03-31T12:00Z', 'lot': 177, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2011-03-31', 'fuel': 'Petrol', 'motExpiry': '2027-01-06', 'doors': 5, 'engineSize': 999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/ML11HVP/2026-03-26/image/d99fbd93-1d14-4305-853a-e31591cc1c76_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML11HVP/2026-03-26/image/7dc1d806-3345-44fb-ab9c-e27edeeb7eb6_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML11HVP/2026-03-26/image/91e38c76-2776-4dac-9a7c-38d1edf99f80_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML11HVP/2026-03-26/image/4e83d870-0bfa-4390-b11e-8a9f81f65e79_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML11HVP/2026-03-26/image/7c0021da-511e-4052-b287-7a4da12c90d7_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML11HVP/2026-03-26/image/070c4946-4ba1-4a53-b9ff-5ce53208a69e_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML11HVP/2026-03-26/image/c187a136-6475-4b5d-aa63-da83be94c70f_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML11HVP/2026-03-26/image/2d6441af-c570-462f-85ab-3fc91837c5cc_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML11HVP/2026-03-26/image/c9a43771-9319-48fe-a056-c27a5d27c6b3_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '**604** VOSA STATES 13K, 26K, 35K, 41K, 48K, 55K, 58K, 65K, 70K, 76K, 80K, 85K, SPARE KEY', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 114, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/9b2b3626-5ab0-4813-a84b-a5ba67fee647.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:05:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 95c4b97c-c0a7-5368-81e7-f017aa4ee88e with identifier: 120826096
2026-03-30 10:05:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 95c4b97c-c0a7-5368-81e7-f017aa4ee88e with scrape type 2
2026-03-30 10:05:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 95c4b97c-c0a7-5368-81e7-f017aa4ee88e with scrape type 2
2026-03-30 10:05:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 95c4b97c-c0a7-5368-81e7-f017aa4ee88e, identifier: 120826096
2026-03-30 10:05:40 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120820596, 'registration': 'GX08HGU', 'account': 'WBA004', 'make': 'RENAULT', 'model': 'KANGOO ESTATE', 'derivative': '1.6 Authentique 5dr Auto', 'mileage': 51188, 'mileageWarranty': True, 'type': 'car', 'saleId': 18909, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 440}, 'saleStart': '2026-03-31T12:00Z', 'lot': 238, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2008-03-01', 'fuel': 'Petrol', 'motExpiry': '2027-03-10', 'doors': 5, 'engineSize': 1598, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/GX08HGU/2026-03-26/image/b16c6fd5-a479-48c4-820e-73cebf7ace02_removebg.jpg?w=600', 'https://abimg003.imgix.net/GX08HGU/2026-03-26/image/f2b30755-ba73-4fdc-9232-cec180742784_removebg.jpg?w=600', 'https://abimg003.imgix.net/GX08HGU/2026-03-26/image/42c8cf03-891c-40e8-b337-938a5b19ef1a_removebg.jpg?w=600', 'https://abimg003.imgix.net/GX08HGU/2026-03-26/image/2cec64a3-3643-489e-b408-c36d79938607_removebg.jpg?w=600', 'https://abimg003.imgix.net/GX08HGU/2026-03-26/image/88316dd2-244b-4d07-86d0-99199a45d6de_removebg.jpg?w=600', 'https://abimg003.imgix.net/GX08HGU/2026-03-26/image/66537868-e6c3-45ee-b27c-db505b7a7f15_removebg.jpg?w=600', 'https://abimg003.imgix.net/GX08HGU/2026-03-26/image/f8822670-be6c-4d23-ac72-8477f08e2c12_removebg.jpg?w=600', 'https://abimg003.imgix.net/GX08HGU/2026-03-26/image/7ccf2a9c-7b15-4cd1-841b-76a57e20b149_removebg.jpg?w=600', 'https://abimg003.imgix.net/GX08HGU/2026-03-26/image/7d55c4fb-27ff-4237-8c7b-95d782bf5258_removebg.jpg?w=600', 'https://abimg003.imgix.net/GX08HGU/2026-03-26/image/0eb7bd7f-03ed-4e6d-8f65-574478704b3d_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service invoice 04/17 - NO MILEAGE,', 'remarks': '**558** VOSA STATES 12K, 13K, 15K, 18K, 23K, 26K, 30K, 34K, 36K, 38K, 41K, 42K, 44K, 47K, 49K, 51K, SPARE KEY. WAV modifications', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '4', 'v5': True, 'v5details': 'Here', 'co2': 190, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/dd8398c4-7081-4aab-b63e-1de01f93924e.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:05:40 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120820596, 'registration': 'GX08HGU', 'account': 'WBA004', 'make': 'RENAULT', 'model': 'KANGOO ESTATE', 'derivative': '1.6 Authentique 5dr Auto', 'mileage': 51188, 'mileageWarranty': True, 'type': 'car', 'saleId': 18909, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 440}, 'saleStart': '2026-03-31T12:00Z', 'lot': 238, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2008-03-01', 'fuel': 'Petrol', 'motExpiry': '2027-03-10', 'doors': 5, 'engineSize': 1598, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/GX08HGU/2026-03-26/image/b16c6fd5-a479-48c4-820e-73cebf7ace02_removebg.jpg?w=600', 'https://abimg003.imgix.net/GX08HGU/2026-03-26/image/f2b30755-ba73-4fdc-9232-cec180742784_removebg.jpg?w=600', 'https://abimg003.imgix.net/GX08HGU/2026-03-26/image/42c8cf03-891c-40e8-b337-938a5b19ef1a_removebg.jpg?w=600', 'https://abimg003.imgix.net/GX08HGU/2026-03-26/image/2cec64a3-3643-489e-b408-c36d79938607_removebg.jpg?w=600', 'https://abimg003.imgix.net/GX08HGU/2026-03-26/image/88316dd2-244b-4d07-86d0-99199a45d6de_removebg.jpg?w=600', 'https://abimg003.imgix.net/GX08HGU/2026-03-26/image/66537868-e6c3-45ee-b27c-db505b7a7f15_removebg.jpg?w=600', 'https://abimg003.imgix.net/GX08HGU/2026-03-26/image/f8822670-be6c-4d23-ac72-8477f08e2c12_removebg.jpg?w=600', 'https://abimg003.imgix.net/GX08HGU/2026-03-26/image/7ccf2a9c-7b15-4cd1-841b-76a57e20b149_removebg.jpg?w=600', 'https://abimg003.imgix.net/GX08HGU/2026-03-26/image/7d55c4fb-27ff-4237-8c7b-95d782bf5258_removebg.jpg?w=600', 'https://abimg003.imgix.net/GX08HGU/2026-03-26/image/0eb7bd7f-03ed-4e6d-8f65-574478704b3d_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service invoice 04/17 - NO MILEAGE,', 'remarks': '**558** VOSA STATES 12K, 13K, 15K, 18K, 23K, 26K, 30K, 34K, 36K, 38K, 41K, 42K, 44K, 47K, 49K, 51K, SPARE KEY. WAV modifications', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '4', 'v5': True, 'v5details': 'Here', 'co2': 190, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/dd8398c4-7081-4aab-b63e-1de01f93924e.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:05:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d858aac4-5d56-5213-a86e-c7a20450b1db with identifier: 120820596
2026-03-30 10:05:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d858aac4-5d56-5213-a86e-c7a20450b1db with scrape type 2
2026-03-30 10:05:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d858aac4-5d56-5213-a86e-c7a20450b1db with scrape type 2
2026-03-30 10:05:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: d858aac4-5d56-5213-a86e-c7a20450b1db, identifier: 120820596
2026-03-30 10:05:40 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120631672, 'registration': 'PK21OCB', 'account': 'WBA002', 'make': 'VAUXHALL', 'model': 'MOKKA HATCHBACK', 'derivative': '1.2 Turbo Launch Edition 5dr Auto', 'mileage': 5435, 'mileageWarranty': True, 'type': 'car', 'saleId': 18909, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 440}, 'saleStart': '2026-03-31T12:00Z', 'lot': 239, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2021-03-23', 'fuel': 'Petrol', 'motExpiry': '2027-03-22', 'doors': 5, 'engineSize': 1199, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/PK21OCB/2026-03-23/image/2fa5be79-e050-403a-a626-b8ea50f87708_removebg.jpg?w=600', 'https://abimg003.imgix.net/PK21OCB/2026-03-23/image/e483683b-1f6e-4190-9ce4-166766185a90_removebg.jpg?w=600', 'https://abimg003.imgix.net/PK21OCB/2026-03-23/image/83a15465-8907-40d7-aeb8-b920bc65815f_removebg.jpg?w=600', 'https://abimg003.imgix.net/PK21OCB/2026-03-23/image/b825c4f0-19ea-4d29-b4a9-5641093d39ef_removebg.jpg?w=600', 'https://abimg003.imgix.net/PK21OCB/2026-03-23/image/b423c863-f2ff-47ee-90e0-66abeee3921b_removebg.jpg?w=600', 'https://abimg003.imgix.net/PK21OCB/2026-03-23/image/6c0a507c-b59f-460f-97a2-d0b999542c64_removebg.jpg?w=600', 'https://abimg003.imgix.net/PK21OCB/2026-03-23/image/f860db6d-b5a5-4092-9cd4-988e75c3641b_removebg.jpg?w=600', 'https://abimg003.imgix.net/PK21OCB/2026-03-23/image/6cb363ee-934f-45e7-84ad-eb2af27fa2c1_removebg.jpg?w=600', 'https://abimg003.imgix.net/PK21OCB/2026-03-23/image/255fb17f-00a4-4a06-8d03-125af13547d4_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 06/22 - 1K, 07/23 - 3K, 07/24 - 4K, 07/25 - 4K,', 'remarks': '**589** VOSA STATES 3K, 4K, 5K, SPARE KEY', 'virtual': False, 'seller': 'UKCGR - Premium', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 135, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/0018f665-d02d-4337-8790-5ce47c7eedc4.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:05:40 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120631672, 'registration': 'PK21OCB', 'account': 'WBA002', 'make': 'VAUXHALL', 'model': 'MOKKA HATCHBACK', 'derivative': '1.2 Turbo Launch Edition 5dr Auto', 'mileage': 5435, 'mileageWarranty': True, 'type': 'car', 'saleId': 18909, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 440}, 'saleStart': '2026-03-31T12:00Z', 'lot': 239, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2021-03-23', 'fuel': 'Petrol', 'motExpiry': '2027-03-22', 'doors': 5, 'engineSize': 1199, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/PK21OCB/2026-03-23/image/2fa5be79-e050-403a-a626-b8ea50f87708_removebg.jpg?w=600', 'https://abimg003.imgix.net/PK21OCB/2026-03-23/image/e483683b-1f6e-4190-9ce4-166766185a90_removebg.jpg?w=600', 'https://abimg003.imgix.net/PK21OCB/2026-03-23/image/83a15465-8907-40d7-aeb8-b920bc65815f_removebg.jpg?w=600', 'https://abimg003.imgix.net/PK21OCB/2026-03-23/image/b825c4f0-19ea-4d29-b4a9-5641093d39ef_removebg.jpg?w=600', 'https://abimg003.imgix.net/PK21OCB/2026-03-23/image/b423c863-f2ff-47ee-90e0-66abeee3921b_removebg.jpg?w=600', 'https://abimg003.imgix.net/PK21OCB/2026-03-23/image/6c0a507c-b59f-460f-97a2-d0b999542c64_removebg.jpg?w=600', 'https://abimg003.imgix.net/PK21OCB/2026-03-23/image/f860db6d-b5a5-4092-9cd4-988e75c3641b_removebg.jpg?w=600', 'https://abimg003.imgix.net/PK21OCB/2026-03-23/image/6cb363ee-934f-45e7-84ad-eb2af27fa2c1_removebg.jpg?w=600', 'https://abimg003.imgix.net/PK21OCB/2026-03-23/image/255fb17f-00a4-4a06-8d03-125af13547d4_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 06/22 - 1K, 07/23 - 3K, 07/24 - 4K, 07/25 - 4K,', 'remarks': '**589** VOSA STATES 3K, 4K, 5K, SPARE KEY', 'virtual': False, 'seller': 'UKCGR - Premium', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 135, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/0018f665-d02d-4337-8790-5ce47c7eedc4.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:05:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 698f7bfb-4cd1-5179-8fed-41e187fc2932 with identifier: 120631672
2026-03-30 10:05:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 698f7bfb-4cd1-5179-8fed-41e187fc2932 with scrape type 2
2026-03-30 10:05:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 698f7bfb-4cd1-5179-8fed-41e187fc2932 with scrape type 2
2026-03-30 10:05:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 698f7bfb-4cd1-5179-8fed-41e187fc2932, identifier: 120631672
2026-03-30 10:05:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 40834fec-2e85-58b9-a151-25100dd56a5a with identifier: 120869953
2026-03-30 10:05:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 40834fec-2e85-58b9-a151-25100dd56a5a with identifier: 120869953
2026-03-30 10:05:40 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 40834fec-2e85-58b9-a151-25100dd56a5a with identifier: 120869953 to the API
2026-03-30 10:05:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:05:40 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:05:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://abimg003.imgix.net/HF67XLS/2026-03-30/image/cde22286-56e1-4781-8ccb-d55d85188fa1_removebg.jpg?w=600>
{'auction_title': '',
'c_o_2_emission_value': 129,
'color': 'SILVER',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'Diesel',
'id': '40834fec-2e85-58b9-a151-25100dd56a5a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'HF67XLS',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120869953',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'VOLKSWAGEN',
'model': 'TIGUAN DIESEL ESTATE',
'odometer': 86659,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 10,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_40834fec-2e85-58b9-a151-25100dd56a5a/40834fec-2e85-58b9-a151-25100dd56a5a_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 33691,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/HF67XLS/2026-03-30/image/4ecb46f3-4d96-439e-96f6-0273bac2e6c5_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_40834fec-2e85-58b9-a151-25100dd56a5a/40834fec-2e85-58b9-a151-25100dd56a5a_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 34109,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/HF67XLS/2026-03-30/image/0f20aa3a-376a-4964-86e7-3d90c5989546_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_40834fec-2e85-58b9-a151-25100dd56a5a/40834fec-2e85-58b9-a151-25100dd56a5a_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 33296,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/HF67XLS/2026-03-30/image/80886af0-9fd4-44dc-8dfc-ec4e6cb1ad57_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_40834fec-2e85-58b9-a151-25100dd56a5a/40834fec-2e85-58b9-a151-25100dd56a5a_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 33032,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/HF67XLS/2026-03-30/image/94ca4021-9f3a-4ed9-b9a6-6e6ae5b9db5f_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_40834fec-2e85-58b9-a151-25100dd56a5a/40834fec-2e85-58b9-a151-25100dd56a5a_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 56726,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/HF67XLS/2026-03-30/image/5148a1ec-dd0a-480f-8b33-367334038219_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_40834fec-2e85-58b9-a151-25100dd56a5a/40834fec-2e85-58b9-a151-25100dd56a5a_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 48354,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/HF67XLS/2026-03-30/image/f7526227-666a-4651-9b8d-fe61fa822706_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_40834fec-2e85-58b9-a151-25100dd56a5a/40834fec-2e85-58b9-a151-25100dd56a5a_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 49310,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/HF67XLS/2026-03-30/image/fe5a153d-4a7f-4b62-a64d-ac9661a68149_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_40834fec-2e85-58b9-a151-25100dd56a5a/40834fec-2e85-58b9-a151-25100dd56a5a_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 47778,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/HF67XLS/2026-03-30/image/76536854-47cd-4a2a-b4c3-dd2b01ed6bd8_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_40834fec-2e85-58b9-a151-25100dd56a5a/40834fec-2e85-58b9-a151-25100dd56a5a_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 39909,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/HF67XLS/2026-03-30/image/aac43c1a-e592-431b-be88-b444e02a84a9_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_40834fec-2e85-58b9-a151-25100dd56a5a/40834fec-2e85-58b9-a151-25100dd56a5a_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 46613,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/HF67XLS/2026-03-30/image/cde22286-56e1-4781-8ccb-d55d85188fa1_removebg.jpg?w=600',
'Width': 600}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-09-01',
'seller_name': 'UKCGR',
'title': 'VOLKSWAGEN TIGUAN DIESEL ESTATE 2.0 TDi 150 SE 5dr DSG',
'transmission': 'automatic',
'trim': '2.0 TDi 150 SE 5dr DSG',
'vin': None,
'year': 2017}
2026-03-30 10:05:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120869953%27 HTTP/1.1" 200 None
2026-03-30 10:05:40 [astonbarclay.gb] INFO: Saving data for 120869953: {'created_time': 1774865140.73476, 'last_price_update_time': 1774865140.734774, 'auction_closing_time': 1774958400.0}
2026-03-30 10:05:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120869953') HTTP/1.1" 204 0
2026-03-30 10:05:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 4ec4fa7e-935a-55e5-a95c-bcceb57690e4 with identifier: 120859078
2026-03-30 10:05:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 4ec4fa7e-935a-55e5-a95c-bcceb57690e4 with identifier: 120859078
2026-03-30 10:05:40 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 4ec4fa7e-935a-55e5-a95c-bcceb57690e4 with identifier: 120859078 to the API
2026-03-30 10:05:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:05:40 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:05:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120859078?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 199,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 3,
'emission_standard': 'EURO 4',
'engine': '2.0L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'Petrol',
'id': '4ec4fa7e-935a-55e5-a95c-bcceb57690e4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'LV58VLP',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120859078',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'RENAULT',
'model': 'CLIO HATCHBACK',
'odometer': 102684,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2008-12-05',
'seller_name': 'UKCGR - Trade',
'title': 'RENAULT CLIO HATCHBACK 2.0 16V Renaultsport 197 3dr',
'transmission': 'manual',
'trim': '2.0 16V Renaultsport 197 3dr',
'vin': None,
'year': 2008}
2026-03-30 10:05:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120859078%27 HTTP/1.1" 200 None
2026-03-30 10:05:41 [astonbarclay.gb] INFO: Saving data for 120859078: {'auction_closing_time': 1774958400.0, 'created_time': 1774638664.941292, 'last_price_update_time': 1774865141.050752}
2026-03-30 10:05:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120859078') HTTP/1.1" 204 0
2026-03-30 10:05:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: b3298ced-422e-5369-b4ce-81f79bea7045 with identifier: 120814855
2026-03-30 10:05:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: b3298ced-422e-5369-b4ce-81f79bea7045 with identifier: 120814855
2026-03-30 10:05:41 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: b3298ced-422e-5369-b4ce-81f79bea7045 with identifier: 120814855 to the API
2026-03-30 10:05:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:05:41 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:05:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120814855?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 133,
'color': 'RED',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 4',
'engine': '1.2L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'Petrol',
'id': 'b3298ced-422e-5369-b4ce-81f79bea7045',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'YF09BEO',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120814855',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'FORD',
'model': 'FIESTA HATCHBACK',
'odometer': 77025,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2009-06-24',
'seller_name': 'UKCGR - Trade',
'title': 'FORD FIESTA HATCHBACK 1.25 Style + 5dr [82]',
'transmission': 'manual',
'trim': '1.25 Style + 5dr [82]',
'vin': None,
'year': 2009}
2026-03-30 10:05:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120814855%27 HTTP/1.1" 200 None
2026-03-30 10:05:41 [astonbarclay.gb] INFO: Saving data for 120814855: {'auction_closing_time': 1774958400.0, 'created_time': 1774530282.290031, 'last_price_update_time': 1774865141.410343}
2026-03-30 10:05:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120814855') HTTP/1.1" 204 0
2026-03-30 10:05:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 4afc64ed-296f-5356-a5b7-fb848aea61b1 with identifier: 120862622
2026-03-30 10:05:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 4afc64ed-296f-5356-a5b7-fb848aea61b1 with identifier: 120862622
2026-03-30 10:05:41 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 4afc64ed-296f-5356-a5b7-fb848aea61b1 with identifier: 120862622 to the API
2026-03-30 10:05:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:05:41 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:05:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120862622?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 115,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 3,
'emission_standard': 'EURO 5',
'engine': '1.2L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'Petrol',
'id': '4afc64ed-296f-5356-a5b7-fb848aea61b1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'FG62AEA',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120862622',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'FORD',
'model': 'KA HATCHBACK',
'odometer': 86984,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2012-09-28',
'seller_name': 'UKCGR - Trade',
'title': 'FORD KA HATCHBACK 1.2 Studio 3dr [Start Stop]',
'transmission': 'manual',
'trim': '1.2 Studio 3dr [Start Stop]',
'vin': None,
'year': 2012}
2026-03-30 10:05:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120862622%27 HTTP/1.1" 200 None
2026-03-30 10:05:41 [astonbarclay.gb] INFO: Saving data for 120862622: {'auction_closing_time': 1774958400.0, 'created_time': 1774638497.534207, 'last_price_update_time': 1774865141.729909}
2026-03-30 10:05:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120862622') HTTP/1.1" 204 0
2026-03-30 10:05:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 5a106730-67d3-5160-aaf8-296e5ec3fbbf with identifier: 120694526
2026-03-30 10:05:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-30 10:05:41 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=BROWN HTTP/1.1" 200 None
2026-03-30 10:05:41 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 10:05:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-30 10:05:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 5a106730-67d3-5160-aaf8-296e5ec3fbbf with identifier: 120694526
2026-03-30 10:05:42 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 5a106730-67d3-5160-aaf8-296e5ec3fbbf with identifier: 120694526 to the API
2026-03-30 10:05:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:05:42 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:05:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120694526?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 139,
'color': 'BROWN',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.6L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'Diesel',
'id': '5a106730-67d3-5160-aaf8-296e5ec3fbbf',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'CE11AWR',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120694526',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'CITROEN',
'model': 'C4 GRAND PICASSO DIESEL ESTATE',
'odometer': 98420,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2011-03-10',
'seller_name': 'UKCGR - Trade',
'title': 'CITROEN C4 GRAND PICASSO DIESEL ESTATE 1.6 HDi VTR+ 5dr',
'transmission': 'manual',
'trim': '1.6 HDi VTR+ 5dr',
'vin': None,
'year': 2011}
2026-03-30 10:05:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120694526%27 HTTP/1.1" 200 None
2026-03-30 10:05:42 [astonbarclay.gb] INFO: Saving data for 120694526: {'auction_closing_time': 1774958400.0, 'created_time': 1774328509.536419, 'last_price_update_time': 1774865142.220212}
2026-03-30 10:05:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120694526') HTTP/1.1" 204 0
2026-03-30 10:05:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 95c4b97c-c0a7-5368-81e7-f017aa4ee88e with identifier: 120826096
2026-03-30 10:05:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 95c4b97c-c0a7-5368-81e7-f017aa4ee88e with identifier: 120826096
2026-03-30 10:05:42 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 95c4b97c-c0a7-5368-81e7-f017aa4ee88e with identifier: 120826096 to the API
2026-03-30 10:05:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:05:42 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:05:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120826096?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 114,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 4',
'engine': '1.0L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'Petrol',
'id': '95c4b97c-c0a7-5368-81e7-f017aa4ee88e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'ML11HVP',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120826096',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'KIA',
'model': 'PICANTO HATCHBACK',
'odometer': 86671,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2011-03-31',
'seller_name': 'UKCGR - Trade',
'title': 'KIA PICANTO HATCHBACK 1.0 1 5dr',
'transmission': 'manual',
'trim': '1.0 1 5dr',
'vin': None,
'year': 2011}
2026-03-30 10:05:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120826096%27 HTTP/1.1" 200 None
2026-03-30 10:05:42 [astonbarclay.gb] INFO: Saving data for 120826096: {'auction_closing_time': 1774958400.0, 'created_time': 1774530311.525129, 'last_price_update_time': 1774865142.600911}
2026-03-30 10:05:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120826096') HTTP/1.1" 204 0
2026-03-30 10:05:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: d858aac4-5d56-5213-a86e-c7a20450b1db with identifier: 120820596
2026-03-30 10:05:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: d858aac4-5d56-5213-a86e-c7a20450b1db with identifier: 120820596
2026-03-30 10:05:42 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: d858aac4-5d56-5213-a86e-c7a20450b1db with identifier: 120820596 to the API
2026-03-30 10:05:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:05:42 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:05:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120820596?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 190,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 4',
'engine': '1.6L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'Petrol',
'id': 'd858aac4-5d56-5213-a86e-c7a20450b1db',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'GX08HGU',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120820596',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'RENAULT',
'model': 'KANGOO ESTATE',
'odometer': 51188,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2008-03-01',
'seller_name': 'UKCGR - Trade',
'title': 'RENAULT KANGOO ESTATE 1.6 Authentique 5dr Auto',
'transmission': 'automatic',
'trim': '1.6 Authentique 5dr Auto',
'vin': None,
'year': 2008}
2026-03-30 10:05:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120820596%27 HTTP/1.1" 200 None
2026-03-30 10:05:42 [astonbarclay.gb] INFO: Saving data for 120820596: {'auction_closing_time': 1774958400.0, 'created_time': 1774530295.24511, 'last_price_update_time': 1774865142.933441}
2026-03-30 10:05:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120820596') HTTP/1.1" 204 0
2026-03-30 10:05:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 698f7bfb-4cd1-5179-8fed-41e187fc2932 with identifier: 120631672
2026-03-30 10:05:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 698f7bfb-4cd1-5179-8fed-41e187fc2932 with identifier: 120631672
2026-03-30 10:05:43 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 698f7bfb-4cd1-5179-8fed-41e187fc2932 with identifier: 120631672 to the API
2026-03-30 10:05:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:05:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:05:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120631672?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 135,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'Petrol',
'id': '698f7bfb-4cd1-5179-8fed-41e187fc2932',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'PK21OCB',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120631672',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'VAUXHALL',
'model': 'MOKKA HATCHBACK',
'odometer': 5435,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-03-23',
'seller_name': 'UKCGR - Premium',
'title': 'VAUXHALL MOKKA HATCHBACK 1.2 Turbo Launch Edition 5dr Auto',
'transmission': 'automatic',
'trim': '1.2 Turbo Launch Edition 5dr Auto',
'vin': None,
'year': 2021}
2026-03-30 10:05:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120631672%27 HTTP/1.1" 200 None
2026-03-30 10:05:43 [astonbarclay.gb] INFO: Saving data for 120631672: {'auction_closing_time': 1774958400.0, 'created_time': 1774000995.043063, 'last_price_update_time': 1774865143.259031}
2026-03-30 10:05:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120631672') HTTP/1.1" 204 0
2026-03-30 10:05:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120739822?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:05:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120800858?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:05:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120528674?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:05:44 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120739822, 'registration': 'GF65ZVM', 'account': 'WBA004', 'make': 'MINI', 'model': 'HATCHBACK', 'derivative': '1.2 One 5dr', 'mileage': 29570, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 728}, 'saleStart': '2026-03-30T16:30Z', 'lot': 2297, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2015-11-24', 'fuel': 'Petrol', 'motExpiry': '2026-06-08', 'doors': 5, 'engineSize': 1198, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/GF65ZVM/2026-03-26/image/897fd8fa-981a-4a8d-abdd-66dca50607c7_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF65ZVM/2026-03-26/image/2ea089a9-c375-4f3d-a5bb-2b7ed5a07c50_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF65ZVM/2026-03-26/image/4ae5aec5-c004-4735-ae37-bb5ad548cdd2_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF65ZVM/2026-03-26/image/0fc81063-9f25-4f89-a663-d10e2ba27f49_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF65ZVM/2026-03-26/image/f93a0a64-65bb-459c-974d-4ab96cc2edc4_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF65ZVM/2026-03-26/image/9a33c5a7-0203-4f09-801d-45f8d01a5c60_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF65ZVM/2026-03-26/image/08e38c38-1766-4ff9-9f03-6140bac18be0_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF65ZVM/2026-03-26/image/a4cceeb2-d85a-4e4e-84a6-5ae91255efc3_removebg.jpg?w=600'], 'colour': 'GREEN', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 03/20 17K 05/23 22K -05/24 25K - 05/25 28K', 'remarks': 'VOSA STATES 20K - 22K - 25K - 28K - 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': 112, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/3c0bcf41-3c08-4596-be3d-97c9882f2067.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:05:44 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120739822, 'registration': 'GF65ZVM', 'account': 'WBA004', 'make': 'MINI', 'model': 'HATCHBACK', 'derivative': '1.2 One 5dr', 'mileage': 29570, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 728}, 'saleStart': '2026-03-30T16:30Z', 'lot': 2297, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2015-11-24', 'fuel': 'Petrol', 'motExpiry': '2026-06-08', 'doors': 5, 'engineSize': 1198, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/GF65ZVM/2026-03-26/image/897fd8fa-981a-4a8d-abdd-66dca50607c7_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF65ZVM/2026-03-26/image/2ea089a9-c375-4f3d-a5bb-2b7ed5a07c50_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF65ZVM/2026-03-26/image/4ae5aec5-c004-4735-ae37-bb5ad548cdd2_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF65ZVM/2026-03-26/image/0fc81063-9f25-4f89-a663-d10e2ba27f49_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF65ZVM/2026-03-26/image/f93a0a64-65bb-459c-974d-4ab96cc2edc4_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF65ZVM/2026-03-26/image/9a33c5a7-0203-4f09-801d-45f8d01a5c60_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF65ZVM/2026-03-26/image/08e38c38-1766-4ff9-9f03-6140bac18be0_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF65ZVM/2026-03-26/image/a4cceeb2-d85a-4e4e-84a6-5ae91255efc3_removebg.jpg?w=600'], 'colour': 'GREEN', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 03/20 17K 05/23 22K -05/24 25K - 05/25 28K', 'remarks': 'VOSA STATES 20K - 22K - 25K - 28K - 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': 112, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/3c0bcf41-3c08-4596-be3d-97c9882f2067.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:05:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6a5ded0a-d7d3-549e-ae9a-edfc36d8911c with identifier: 120739822
2026-03-30 10:05:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6a5ded0a-d7d3-549e-ae9a-edfc36d8911c with scrape type 2
2026-03-30 10:05:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6a5ded0a-d7d3-549e-ae9a-edfc36d8911c with scrape type 2
2026-03-30 10:05:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 6a5ded0a-d7d3-549e-ae9a-edfc36d8911c, identifier: 120739822
2026-03-30 10:05:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 6a5ded0a-d7d3-549e-ae9a-edfc36d8911c with identifier: 120739822
2026-03-30 10:05:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 6a5ded0a-d7d3-549e-ae9a-edfc36d8911c with identifier: 120739822
2026-03-30 10:05:44 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 6a5ded0a-d7d3-549e-ae9a-edfc36d8911c with identifier: 120739822 to the API
2026-03-30 10:05:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:05: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-30 10:05:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120739822?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 112,
'color': 'GREEN',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Petrol',
'id': '6a5ded0a-d7d3-549e-ae9a-edfc36d8911c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'GF65ZVM',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120739822',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'MINI',
'model': 'HATCHBACK',
'odometer': 29570,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-11-24',
'seller_name': 'UKCGR - Trade',
'title': 'MINI HATCHBACK 1.2 One 5dr',
'transmission': 'manual',
'trim': '1.2 One 5dr',
'vin': None,
'year': 2015}
2026-03-30 10:05:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120739822%27 HTTP/1.1" 200 None
2026-03-30 10:05:44 [astonbarclay.gb] INFO: Saving data for 120739822: {'auction_closing_time': 1774888200.0, 'created_time': 1774432908.559092, 'last_price_update_time': 1774865144.592549}
2026-03-30 10:05:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120739822') HTTP/1.1" 204 0
2026-03-30 10:05:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120562484?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:05:44 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120800858, 'registration': 'YF11NUX', 'account': 'WBA004', 'make': 'VAUXHALL', 'model': 'CORSA HATCHBACK', 'derivative': '1.4 SE 5dr Auto', 'mileage': 61929, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 728}, 'saleStart': '2026-03-30T16:30Z', 'lot': 2298, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2011-07-18', 'fuel': 'Petrol', 'motExpiry': '2027-02-27', 'doors': 5, 'engineSize': 1398, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YF11NUX/2026-03-26/image/75c622ac-76ee-4ce3-a71c-e290cf5deba1_removebg.jpg?w=600', 'https://abimg003.imgix.net/YF11NUX/2026-03-26/image/e49b2d34-dacb-4676-8bb6-19bff4606691_removebg.jpg?w=600', 'https://abimg003.imgix.net/YF11NUX/2026-03-26/image/6724fd36-4d84-4c1c-ba7d-375ca9dc9be4_removebg.jpg?w=600', 'https://abimg003.imgix.net/YF11NUX/2026-03-26/image/b34e9d0f-78a6-4738-b563-957dcb6380f1_removebg.jpg?w=600', 'https://abimg003.imgix.net/YF11NUX/2026-03-26/image/a06c9695-8757-42b2-baa5-19dbe825e3a6_removebg.jpg?w=600', 'https://abimg003.imgix.net/YF11NUX/2026-03-26/image/6a5f9337-8af4-4cee-b60c-5b97d368952d_removebg.jpg?w=600', 'https://abimg003.imgix.net/YF11NUX/2026-03-26/image/cf4d4a28-319b-4c77-8305-d1c8a51ccea2_removebg.jpg?w=600', 'https://abimg003.imgix.net/YF11NUX/2026-03-26/image/2495933b-8d9a-412d-872e-5939791258f7_removebg.jpg?w=600', 'https://abimg003.imgix.net/YF11NUX/2026-03-26/image/ee98a907-6f4e-41f5-a872-43d31b41cd00_removebg.jpg?w=600', 'https://abimg003.imgix.net/YF11NUX/2026-03-26/image/c964e1b0-231a-4ccc-bdd8-e4ae9566c655_removebg.jpg?w=600'], 'colour': 'BROWN', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 07/12- 2K, 06/13- 7K, 07/14- 13K, 07/15- 20K, 07/16- 27K, 07/17- 33K, 07/18- 37K, 07/19- 41K, 07/20- 44K, 07/21- 45K, 07/22- 47K, 07/23-51K, 07/24- 53K', 'remarks': 'VOSA STATES 51K, 52K, 56K, 61K, SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 147, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/7d600165-6d9f-4c4b-b9e2-5544ec218a23.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:05:44 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120800858, 'registration': 'YF11NUX', 'account': 'WBA004', 'make': 'VAUXHALL', 'model': 'CORSA HATCHBACK', 'derivative': '1.4 SE 5dr Auto', 'mileage': 61929, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 728}, 'saleStart': '2026-03-30T16:30Z', 'lot': 2298, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2011-07-18', 'fuel': 'Petrol', 'motExpiry': '2027-02-27', 'doors': 5, 'engineSize': 1398, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YF11NUX/2026-03-26/image/75c622ac-76ee-4ce3-a71c-e290cf5deba1_removebg.jpg?w=600', 'https://abimg003.imgix.net/YF11NUX/2026-03-26/image/e49b2d34-dacb-4676-8bb6-19bff4606691_removebg.jpg?w=600', 'https://abimg003.imgix.net/YF11NUX/2026-03-26/image/6724fd36-4d84-4c1c-ba7d-375ca9dc9be4_removebg.jpg?w=600', 'https://abimg003.imgix.net/YF11NUX/2026-03-26/image/b34e9d0f-78a6-4738-b563-957dcb6380f1_removebg.jpg?w=600', 'https://abimg003.imgix.net/YF11NUX/2026-03-26/image/a06c9695-8757-42b2-baa5-19dbe825e3a6_removebg.jpg?w=600', 'https://abimg003.imgix.net/YF11NUX/2026-03-26/image/6a5f9337-8af4-4cee-b60c-5b97d368952d_removebg.jpg?w=600', 'https://abimg003.imgix.net/YF11NUX/2026-03-26/image/cf4d4a28-319b-4c77-8305-d1c8a51ccea2_removebg.jpg?w=600', 'https://abimg003.imgix.net/YF11NUX/2026-03-26/image/2495933b-8d9a-412d-872e-5939791258f7_removebg.jpg?w=600', 'https://abimg003.imgix.net/YF11NUX/2026-03-26/image/ee98a907-6f4e-41f5-a872-43d31b41cd00_removebg.jpg?w=600', 'https://abimg003.imgix.net/YF11NUX/2026-03-26/image/c964e1b0-231a-4ccc-bdd8-e4ae9566c655_removebg.jpg?w=600'], 'colour': 'BROWN', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 07/12- 2K, 06/13- 7K, 07/14- 13K, 07/15- 20K, 07/16- 27K, 07/17- 33K, 07/18- 37K, 07/19- 41K, 07/20- 44K, 07/21- 45K, 07/22- 47K, 07/23-51K, 07/24- 53K', 'remarks': 'VOSA STATES 51K, 52K, 56K, 61K, SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 147, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/7d600165-6d9f-4c4b-b9e2-5544ec218a23.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:05:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 71b53941-e5cf-5e3a-8b42-9250b8f1a43d with identifier: 120800858
2026-03-30 10:05:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 71b53941-e5cf-5e3a-8b42-9250b8f1a43d with scrape type 2
2026-03-30 10:05:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 71b53941-e5cf-5e3a-8b42-9250b8f1a43d with scrape type 2
2026-03-30 10:05:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 71b53941-e5cf-5e3a-8b42-9250b8f1a43d, identifier: 120800858
2026-03-30 10:05:44 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120528674, 'registration': 'YL15ATU', 'account': 'WBA004', 'make': 'DS', 'model': 'DS 3 HATCHBACK', 'derivative': '1.2 PureTech DStyle 3dr', 'mileage': 48238, 'mileageWarranty': True, 'type': 'car', 'saleId': 18909, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 440}, 'saleStart': '2026-03-31T12:00Z', 'lot': 146, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2015-07-25', 'fuel': 'Petrol', 'motExpiry': '2026-03-27', 'doors': 3, 'engineSize': 1200, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YL15ATU/2026-03-18/image/f9e61cc5-e346-4136-a009-e824dcc88efc_removebg.jpg?w=600', 'https://abimg003.imgix.net/YL15ATU/2026-03-18/image/d5cfec75-15ed-4283-a39a-92009143885f_removebg.jpg?w=600', 'https://abimg003.imgix.net/YL15ATU/2026-03-18/image/4516f3f9-4b15-4ddc-8adc-bee7b9466d04_removebg.jpg?w=600', 'https://abimg003.imgix.net/YL15ATU/2026-03-18/image/c08b9348-e08b-40ab-8d6f-b3aa9154c1ad_removebg.jpg?w=600', 'https://abimg003.imgix.net/YL15ATU/2026-03-18/image/e28f0d2a-88dc-4bb6-941b-acd10bb86cb6_removebg.jpg?w=600', 'https://abimg003.imgix.net/YL15ATU/2026-03-18/image/546c0609-1be6-4e59-9b63-d95c996ad2f8_removebg.jpg?w=600', 'https://abimg003.imgix.net/YL15ATU/2026-03-18/image/50b6f422-500d-45e6-ac03-4ccf4daad5f0_removebg.jpg?w=600', 'https://abimg003.imgix.net/YL15ATU/2026-03-18/image/721b659a-b9c1-48a4-a758-bf77efade3e5_removebg.jpg?w=600', 'https://abimg003.imgix.net/YL15ATU/2026-03-18/image/f93f8a22-a35b-4e07-af76-aa79198c36ce_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service invoice 02/22 - 26K, 03/23 - 32K, 04/25 - 44K,', 'remarks': '**655** VOSA STATES 4K, 10K, 16K, 20K, 26K, 32K, 38K, 44K, SPARE KEY', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 107, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/961d43ac-619d-440f-b2f8-a20eeed714fc.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:05:44 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120528674, 'registration': 'YL15ATU', 'account': 'WBA004', 'make': 'DS', 'model': 'DS 3 HATCHBACK', 'derivative': '1.2 PureTech DStyle 3dr', 'mileage': 48238, 'mileageWarranty': True, 'type': 'car', 'saleId': 18909, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 440}, 'saleStart': '2026-03-31T12:00Z', 'lot': 146, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2015-07-25', 'fuel': 'Petrol', 'motExpiry': '2026-03-27', 'doors': 3, 'engineSize': 1200, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YL15ATU/2026-03-18/image/f9e61cc5-e346-4136-a009-e824dcc88efc_removebg.jpg?w=600', 'https://abimg003.imgix.net/YL15ATU/2026-03-18/image/d5cfec75-15ed-4283-a39a-92009143885f_removebg.jpg?w=600', 'https://abimg003.imgix.net/YL15ATU/2026-03-18/image/4516f3f9-4b15-4ddc-8adc-bee7b9466d04_removebg.jpg?w=600', 'https://abimg003.imgix.net/YL15ATU/2026-03-18/image/c08b9348-e08b-40ab-8d6f-b3aa9154c1ad_removebg.jpg?w=600', 'https://abimg003.imgix.net/YL15ATU/2026-03-18/image/e28f0d2a-88dc-4bb6-941b-acd10bb86cb6_removebg.jpg?w=600', 'https://abimg003.imgix.net/YL15ATU/2026-03-18/image/546c0609-1be6-4e59-9b63-d95c996ad2f8_removebg.jpg?w=600', 'https://abimg003.imgix.net/YL15ATU/2026-03-18/image/50b6f422-500d-45e6-ac03-4ccf4daad5f0_removebg.jpg?w=600', 'https://abimg003.imgix.net/YL15ATU/2026-03-18/image/721b659a-b9c1-48a4-a758-bf77efade3e5_removebg.jpg?w=600', 'https://abimg003.imgix.net/YL15ATU/2026-03-18/image/f93f8a22-a35b-4e07-af76-aa79198c36ce_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service invoice 02/22 - 26K, 03/23 - 32K, 04/25 - 44K,', 'remarks': '**655** VOSA STATES 4K, 10K, 16K, 20K, 26K, 32K, 38K, 44K, SPARE KEY', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 107, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/961d43ac-619d-440f-b2f8-a20eeed714fc.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:05:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 860fd687-c471-5830-a7b4-ce9968796508 with identifier: 120528674
2026-03-30 10:05:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 860fd687-c471-5830-a7b4-ce9968796508 with scrape type 2
2026-03-30 10:05:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 860fd687-c471-5830-a7b4-ce9968796508 with scrape type 2
2026-03-30 10:05:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 860fd687-c471-5830-a7b4-ce9968796508, identifier: 120528674
2026-03-30 10:05:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 71b53941-e5cf-5e3a-8b42-9250b8f1a43d with identifier: 120800858
2026-03-30 10:05:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 71b53941-e5cf-5e3a-8b42-9250b8f1a43d with identifier: 120800858
2026-03-30 10:05:44 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 71b53941-e5cf-5e3a-8b42-9250b8f1a43d with identifier: 120800858 to the API
2026-03-30 10:05:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:05:45 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:05:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120800858?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 147,
'color': 'BROWN',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.4L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Petrol',
'id': '71b53941-e5cf-5e3a-8b42-9250b8f1a43d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'YF11NUX',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120800858',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'VAUXHALL',
'model': 'CORSA HATCHBACK',
'odometer': 61929,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2011-07-18',
'seller_name': 'UKCGR - Trade',
'title': 'VAUXHALL CORSA HATCHBACK 1.4 SE 5dr Auto',
'transmission': 'automatic',
'trim': '1.4 SE 5dr Auto',
'vin': None,
'year': 2011}
2026-03-30 10:05:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120800858%27 HTTP/1.1" 200 None
2026-03-30 10:05:45 [astonbarclay.gb] INFO: Saving data for 120800858: {'auction_closing_time': 1774888200.0, 'created_time': 1774530385.835679, 'last_price_update_time': 1774865145.156082}
2026-03-30 10:05:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120800858') HTTP/1.1" 204 0
2026-03-30 10:05:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 860fd687-c471-5830-a7b4-ce9968796508 with identifier: 120528674
2026-03-30 10:05:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 860fd687-c471-5830-a7b4-ce9968796508 with identifier: 120528674
2026-03-30 10:05:45 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 860fd687-c471-5830-a7b4-ce9968796508 with identifier: 120528674 to the API
2026-03-30 10:05:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:05:45 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:05:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120528674?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 107,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 3,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'Petrol',
'id': '860fd687-c471-5830-a7b4-ce9968796508',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'YL15ATU',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120528674',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'DS',
'model': 'DS 3 HATCHBACK',
'odometer': 48238,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-07-25',
'seller_name': 'UKCGR - Trade',
'title': 'DS DS 3 HATCHBACK 1.2 PureTech DStyle 3dr',
'transmission': 'manual',
'trim': '1.2 PureTech DStyle 3dr',
'vin': None,
'year': 2015}
2026-03-30 10:05:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120528674%27 HTTP/1.1" 200 None
2026-03-30 10:05:45 [astonbarclay.gb] INFO: Saving data for 120528674: {'auction_closing_time': 1774958400.0, 'created_time': 1773774216.635242, 'last_price_update_time': 1774865145.498997}
2026-03-30 10:05:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120528674') HTTP/1.1" 204 0
2026-03-30 10:05:45 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120562484, 'registration': 'GJ68BWW', 'account': 'SEL005', 'make': 'MINI', 'model': 'COUNTRYMAN HATCHBACK', 'derivative': '1.5 Cooper S E ALL4 PHEV 5dr Auto', 'mileage': 69757, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 728}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2018-10-05', 'fuel': 'Petrol/Plugin Electric Hybrid', 'motExpiry': '2026-03-17', 'doors': 5, 'engineSize': 1499, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/GJ68BWW/2026-03-23/image/130024b8-1a8c-4dc8-ae53-1b00365a4448_removebg.jpg?w=600', 'https://abimg003.imgix.net/GJ68BWW/2026-03-23/image/f973915b-6a1f-430b-8251-4aeab9af7ce1_removebg.jpg?w=600', 'https://abimg003.imgix.net/GJ68BWW/2026-03-23/image/a1b73a5e-8d45-4ece-8c11-4b3a2f3d5999_removebg.jpg?w=600', 'https://abimg003.imgix.net/GJ68BWW/2026-03-23/image/8479ed9d-b23b-4303-88c3-c41e3c2c8a4b_removebg.jpg?w=600', 'https://abimg003.imgix.net/GJ68BWW/2026-03-23/image/c21fb9ee-9dd1-436b-b46d-92aae19da9ff_removebg.jpg?w=600', 'https://abimg003.imgix.net/GJ68BWW/2026-03-23/image/ffec1982-65cd-4918-9fab-11368bfdd7a4_removebg.jpg?w=600', 'https://abimg003.imgix.net/GJ68BWW/2026-03-23/image/89ee8f80-1b9c-4d13-b226-d58f7e879dd3_removebg.jpg?w=600', 'https://abimg003.imgix.net/GJ68BWW/2026-03-23/image/5f4ab0d1-3cc1-4e11-b140-c06484a1d0e0_removebg.jpg?w=600', 'https://abimg003.imgix.net/GJ68BWW/2026-03-23/image/59b533d6-0eff-4bfa-8d39-6df7efdce4d4_removebg.jpg?w=600', 'https://abimg003.imgix.net/GJ68BWW/2026-03-23/image/fbbbd565-a818-4063-bbe7-9ba7599a8f4f_removebg.jpg?w=600', 'https://abimg003.imgix.net/GJ68BWW/2026-03-23/image/3e44fd6b-7750-43ce-9256-9fc0319ca1a6_removebg.jpg?w=600', 'https://abimg003.imgix.net/GJ68BWW/2026-03-23/image/2bb4bccf-ad90-4df4-a369-319438f243f6_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 08/20-23K, 08/21-40K, 03/22-45K', 'remarks': 'VOSA STATES 45K, 53K, 59K, 65K, SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'Auction Plus', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 56, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/f22f3811-b887-4327-a208-ac0494a1e5b4.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:05:45 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120562484, 'registration': 'GJ68BWW', 'account': 'SEL005', 'make': 'MINI', 'model': 'COUNTRYMAN HATCHBACK', 'derivative': '1.5 Cooper S E ALL4 PHEV 5dr Auto', 'mileage': 69757, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 728}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2018-10-05', 'fuel': 'Petrol/Plugin Electric Hybrid', 'motExpiry': '2026-03-17', 'doors': 5, 'engineSize': 1499, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/GJ68BWW/2026-03-23/image/130024b8-1a8c-4dc8-ae53-1b00365a4448_removebg.jpg?w=600', 'https://abimg003.imgix.net/GJ68BWW/2026-03-23/image/f973915b-6a1f-430b-8251-4aeab9af7ce1_removebg.jpg?w=600', 'https://abimg003.imgix.net/GJ68BWW/2026-03-23/image/a1b73a5e-8d45-4ece-8c11-4b3a2f3d5999_removebg.jpg?w=600', 'https://abimg003.imgix.net/GJ68BWW/2026-03-23/image/8479ed9d-b23b-4303-88c3-c41e3c2c8a4b_removebg.jpg?w=600', 'https://abimg003.imgix.net/GJ68BWW/2026-03-23/image/c21fb9ee-9dd1-436b-b46d-92aae19da9ff_removebg.jpg?w=600', 'https://abimg003.imgix.net/GJ68BWW/2026-03-23/image/ffec1982-65cd-4918-9fab-11368bfdd7a4_removebg.jpg?w=600', 'https://abimg003.imgix.net/GJ68BWW/2026-03-23/image/89ee8f80-1b9c-4d13-b226-d58f7e879dd3_removebg.jpg?w=600', 'https://abimg003.imgix.net/GJ68BWW/2026-03-23/image/5f4ab0d1-3cc1-4e11-b140-c06484a1d0e0_removebg.jpg?w=600', 'https://abimg003.imgix.net/GJ68BWW/2026-03-23/image/59b533d6-0eff-4bfa-8d39-6df7efdce4d4_removebg.jpg?w=600', 'https://abimg003.imgix.net/GJ68BWW/2026-03-23/image/fbbbd565-a818-4063-bbe7-9ba7599a8f4f_removebg.jpg?w=600', 'https://abimg003.imgix.net/GJ68BWW/2026-03-23/image/3e44fd6b-7750-43ce-9256-9fc0319ca1a6_removebg.jpg?w=600', 'https://abimg003.imgix.net/GJ68BWW/2026-03-23/image/2bb4bccf-ad90-4df4-a369-319438f243f6_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 08/20-23K, 08/21-40K, 03/22-45K', 'remarks': 'VOSA STATES 45K, 53K, 59K, 65K, SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'Auction Plus', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 56, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/f22f3811-b887-4327-a208-ac0494a1e5b4.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:05:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dc51970f-81a9-5ad6-9469-d0f9db0e5b16 with identifier: 120562484
2026-03-30 10:05:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dc51970f-81a9-5ad6-9469-d0f9db0e5b16 with scrape type 2
2026-03-30 10:05:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dc51970f-81a9-5ad6-9469-d0f9db0e5b16 with scrape type 2
2026-03-30 10:05:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: dc51970f-81a9-5ad6-9469-d0f9db0e5b16, identifier: 120562484
2026-03-30 10:05:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: dc51970f-81a9-5ad6-9469-d0f9db0e5b16 with identifier: 120562484
2026-03-30 10:05:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: dc51970f-81a9-5ad6-9469-d0f9db0e5b16 with identifier: 120562484
2026-03-30 10:05:45 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: dc51970f-81a9-5ad6-9469-d0f9db0e5b16 with identifier: 120562484 to the API
2026-03-30 10:05:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:05:45 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:05:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120562484?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 56,
'color': 'SILVER',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Petrol/Plugin Electric Hybrid',
'id': 'dc51970f-81a9-5ad6-9469-d0f9db0e5b16',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'GJ68BWW',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120562484',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'MINI',
'model': 'COUNTRYMAN HATCHBACK',
'odometer': 69757,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-10-05',
'seller_name': 'Auction Plus',
'title': 'MINI COUNTRYMAN HATCHBACK 1.5 Cooper S E ALL4 PHEV 5dr Auto',
'transmission': 'automatic',
'trim': '1.5 Cooper S E ALL4 PHEV 5dr Auto',
'vin': None,
'year': 2018}
2026-03-30 10:05:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:46 [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-30 10:05:46 [astonbarclay.gb] INFO: Saving data for 120562484: {'auction_closing_time': 1774888200.0, 'created_time': 1774271690.423637, 'last_price_update_time': 1774865146.075172}
2026-03-30 10:05:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120562484') HTTP/1.1" 204 0
2026-03-30 10:05:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120819747?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:05:47 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120819747, 'registration': 'WU53RZS', 'account': 'MOT070', 'make': 'PEUGEOT', 'model': 'E-2008 ELECTRIC ESTATE', 'derivative': '115kW GT 54kWh 5dr Auto', 'mileage': 2389, 'mileageWarranty': True, 'type': 'car', 'saleId': 18853, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 122}, 'saleStart': '2026-03-31T09:30Z', 'lot': 172, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2025-08-16', 'fuel': 'Electric', 'motExpiry': None, 'doors': 5, 'engineSize': None, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/WU53RZS/2026-03-27/image/bd2cf39a-4bfa-4f26-a276-b37bc1c154e1_removebg.jpg?w=600', 'https://abimg003.imgix.net/WU53RZS/2026-03-27/image/78dd5119-1f92-458d-b3b6-49d7dab928cd_removebg.jpg?w=600', 'https://abimg003.imgix.net/WU53RZS/2026-03-27/image/b9cbeeba-f3dd-4489-ba4c-d28f9808e94e_removebg.jpg?w=600', 'https://abimg003.imgix.net/WU53RZS/2026-03-27/image/35de208a-bacc-4f99-84bf-44f3beda55a9_removebg.jpg?w=600', 'https://abimg003.imgix.net/WU53RZS/2026-03-27/image/b2a4f9da-1e6c-481f-95ff-891945a9c970_removebg.jpg?w=600', 'https://abimg003.imgix.net/WU53RZS/2026-03-27/image/75e95ca5-bb56-4765-b41d-80344000d92f_removebg.jpg?w=600', 'https://abimg003.imgix.net/WU53RZS/2026-03-27/image/4b3507df-1a8a-400e-8262-eb84db0a4562_removebg.jpg?w=600', 'https://abimg003.imgix.net/WU53RZS/2026-03-27/image/d3fe46e1-4629-4fdd-9835-28ef8ce4ad9e_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '*Selling On Cheirshed Plate* spare key in office', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': False, 'v5details': None, 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/cf829416-44e5-46c2-bc3d-4619a9190825.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:05:47 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120819747, 'registration': 'WU53RZS', 'account': 'MOT070', 'make': 'PEUGEOT', 'model': 'E-2008 ELECTRIC ESTATE', 'derivative': '115kW GT 54kWh 5dr Auto', 'mileage': 2389, 'mileageWarranty': True, 'type': 'car', 'saleId': 18853, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 122}, 'saleStart': '2026-03-31T09:30Z', 'lot': 172, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2025-08-16', 'fuel': 'Electric', 'motExpiry': None, 'doors': 5, 'engineSize': None, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/WU53RZS/2026-03-27/image/bd2cf39a-4bfa-4f26-a276-b37bc1c154e1_removebg.jpg?w=600', 'https://abimg003.imgix.net/WU53RZS/2026-03-27/image/78dd5119-1f92-458d-b3b6-49d7dab928cd_removebg.jpg?w=600', 'https://abimg003.imgix.net/WU53RZS/2026-03-27/image/b9cbeeba-f3dd-4489-ba4c-d28f9808e94e_removebg.jpg?w=600', 'https://abimg003.imgix.net/WU53RZS/2026-03-27/image/35de208a-bacc-4f99-84bf-44f3beda55a9_removebg.jpg?w=600', 'https://abimg003.imgix.net/WU53RZS/2026-03-27/image/b2a4f9da-1e6c-481f-95ff-891945a9c970_removebg.jpg?w=600', 'https://abimg003.imgix.net/WU53RZS/2026-03-27/image/75e95ca5-bb56-4765-b41d-80344000d92f_removebg.jpg?w=600', 'https://abimg003.imgix.net/WU53RZS/2026-03-27/image/4b3507df-1a8a-400e-8262-eb84db0a4562_removebg.jpg?w=600', 'https://abimg003.imgix.net/WU53RZS/2026-03-27/image/d3fe46e1-4629-4fdd-9835-28ef8ce4ad9e_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '*Selling On Cheirshed Plate* spare key in office', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': False, 'v5details': None, 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/cf829416-44e5-46c2-bc3d-4619a9190825.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:05:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: de60b857-23b2-5af9-8022-db130635262c with identifier: 120819747
2026-03-30 10:05:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item de60b857-23b2-5af9-8022-db130635262c with scrape type 2
2026-03-30 10:05:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item de60b857-23b2-5af9-8022-db130635262c with scrape type 2
2026-03-30 10:05:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: de60b857-23b2-5af9-8022-db130635262c, identifier: 120819747
2026-03-30 10:05:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: de60b857-23b2-5af9-8022-db130635262c with identifier: 120819747
2026-03-30 10:05:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: de60b857-23b2-5af9-8022-db130635262c with identifier: 120819747
2026-03-30 10:05:48 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: de60b857-23b2-5af9-8022-db130635262c with identifier: 120819747 to the API
2026-03-30 10:05:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:05:48 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:05:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120819747?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-31T09:30:00Z',
'fuel_type': 'Electric',
'id': 'de60b857-23b2-5af9-8022-db130635262c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'WU53RZS',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120819747',
'listing': 'auction',
'location': 'Aston Barclay Prees Heath',
'make': 'PEUGEOT',
'model': 'E-2008 ELECTRIC ESTATE',
'odometer': 2389,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-08-16',
'seller_name': 'Motability Operations',
'title': 'PEUGEOT E-2008 ELECTRIC ESTATE 115kW GT 54kWh 5dr Auto',
'transmission': 'automatic',
'trim': '115kW GT 54kWh 5dr Auto',
'vin': None,
'year': 2025}
2026-03-30 10:05:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120819747%27 HTTP/1.1" 200 None
2026-03-30 10:05:48 [astonbarclay.gb] INFO: Saving data for 120819747: {'auction_closing_time': 1774949400.0, 'created_time': 1774530372.39578, 'last_price_update_time': 1774865148.255437}
2026-03-30 10:05:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120819747') HTTP/1.1" 204 0
2026-03-30 10:05:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120630710?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-30 10:05:48 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120630710, 'registration': 'PO18OXN', 'account': 'WBA003', 'make': 'RENAULT', 'model': 'KADJAR DIESEL HATCHBACK', 'derivative': '1.5 dCi Dynamique Nav 5dr', 'mileage': 66866, 'mileageWarranty': True, 'type': 'car', 'saleId': 18909, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 440}, 'saleStart': '2026-03-31T12:00Z', 'lot': 237, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2018-03-07', 'fuel': 'Diesel', 'motExpiry': '2026-09-12', 'doors': 5, 'engineSize': 1461, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/PO18OXN/2026-03-23/image/c4bdfa0d-bf4c-4c26-b5f0-0e549df17a19_removebg.jpg?w=600', 'https://abimg003.imgix.net/PO18OXN/2026-03-23/image/e1290915-de47-4600-a83d-2e64f173efab_removebg.jpg?w=600', 'https://abimg003.imgix.net/PO18OXN/2026-03-23/image/8abef6ab-06c8-48cd-8313-f270876dbc2e_removebg.jpg?w=600', 'https://abimg003.imgix.net/PO18OXN/2026-03-23/image/7ca90936-8c09-4476-92d6-f4df211cc055_removebg.jpg?w=600', 'https://abimg003.imgix.net/PO18OXN/2026-03-23/image/cea349ea-f586-4b74-bef2-58bed8b2ad14_removebg.jpg?w=600', 'https://abimg003.imgix.net/PO18OXN/2026-03-23/image/1d205c9e-b4e3-4010-8d45-34d70a27a288_removebg.jpg?w=600', 'https://abimg003.imgix.net/PO18OXN/2026-03-23/image/63340366-f94f-4b5e-809f-ccf7bd8e3a06_removebg.jpg?w=600', 'https://abimg003.imgix.net/PO18OXN/2026-03-23/image/93e1abea-95df-46e3-a15c-d5150a823b1d_removebg.jpg?w=600', 'https://abimg003.imgix.net/PO18OXN/2026-03-23/image/10253063-914c-45ed-8ad9-caedde82490d_removebg.jpg?w=600', 'https://abimg003.imgix.net/PO18OXN/2026-03-23/image/4c60fe58-5f92-4e02-bbef-7e3c1552219b_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 03/19 - 6K, 08/20 - 18K,', 'remarks': '**422** VOSA STATES 32K, 45K, 59K, 60K, 64K,', 'virtual': False, 'seller': 'UKCGR - Select', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 99, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/bb7fca80-7d74-433d-8904-5e103765f3e8.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:05:48 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120630710, 'registration': 'PO18OXN', 'account': 'WBA003', 'make': 'RENAULT', 'model': 'KADJAR DIESEL HATCHBACK', 'derivative': '1.5 dCi Dynamique Nav 5dr', 'mileage': 66866, 'mileageWarranty': True, 'type': 'car', 'saleId': 18909, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 440}, 'saleStart': '2026-03-31T12:00Z', 'lot': 237, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2018-03-07', 'fuel': 'Diesel', 'motExpiry': '2026-09-12', 'doors': 5, 'engineSize': 1461, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/PO18OXN/2026-03-23/image/c4bdfa0d-bf4c-4c26-b5f0-0e549df17a19_removebg.jpg?w=600', 'https://abimg003.imgix.net/PO18OXN/2026-03-23/image/e1290915-de47-4600-a83d-2e64f173efab_removebg.jpg?w=600', 'https://abimg003.imgix.net/PO18OXN/2026-03-23/image/8abef6ab-06c8-48cd-8313-f270876dbc2e_removebg.jpg?w=600', 'https://abimg003.imgix.net/PO18OXN/2026-03-23/image/7ca90936-8c09-4476-92d6-f4df211cc055_removebg.jpg?w=600', 'https://abimg003.imgix.net/PO18OXN/2026-03-23/image/cea349ea-f586-4b74-bef2-58bed8b2ad14_removebg.jpg?w=600', 'https://abimg003.imgix.net/PO18OXN/2026-03-23/image/1d205c9e-b4e3-4010-8d45-34d70a27a288_removebg.jpg?w=600', 'https://abimg003.imgix.net/PO18OXN/2026-03-23/image/63340366-f94f-4b5e-809f-ccf7bd8e3a06_removebg.jpg?w=600', 'https://abimg003.imgix.net/PO18OXN/2026-03-23/image/93e1abea-95df-46e3-a15c-d5150a823b1d_removebg.jpg?w=600', 'https://abimg003.imgix.net/PO18OXN/2026-03-23/image/10253063-914c-45ed-8ad9-caedde82490d_removebg.jpg?w=600', 'https://abimg003.imgix.net/PO18OXN/2026-03-23/image/4c60fe58-5f92-4e02-bbef-7e3c1552219b_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 03/19 - 6K, 08/20 - 18K,', 'remarks': '**422** VOSA STATES 32K, 45K, 59K, 60K, 64K,', 'virtual': False, 'seller': 'UKCGR - Select', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 99, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/bb7fca80-7d74-433d-8904-5e103765f3e8.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-30 10:05:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8850890c-b936-595b-a061-3ceee9d8b2fb with identifier: 120630710
2026-03-30 10:05:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8850890c-b936-595b-a061-3ceee9d8b2fb with scrape type 2
2026-03-30 10:05:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8850890c-b936-595b-a061-3ceee9d8b2fb with scrape type 2
2026-03-30 10:05:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 8850890c-b936-595b-a061-3ceee9d8b2fb, identifier: 120630710
2026-03-30 10:05:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 8850890c-b936-595b-a061-3ceee9d8b2fb with identifier: 120630710
2026-03-30 10:05:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 8850890c-b936-595b-a061-3ceee9d8b2fb with identifier: 120630710
2026-03-30 10:05:48 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 8850890c-b936-595b-a061-3ceee9d8b2fb with identifier: 120630710 to the API
2026-03-30 10:05:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:05:48 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:05:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120630710?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 99,
'color': 'RED',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'Diesel',
'id': '8850890c-b936-595b-a061-3ceee9d8b2fb',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'PO18OXN',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120630710',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'RENAULT',
'model': 'KADJAR DIESEL HATCHBACK',
'odometer': 66866,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-03-07',
'seller_name': 'UKCGR - Select',
'title': 'RENAULT KADJAR DIESEL HATCHBACK 1.5 dCi Dynamique Nav 5dr',
'transmission': 'manual',
'trim': '1.5 dCi Dynamique Nav 5dr',
'vin': None,
'year': 2018}
2026-03-30 10:05:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120630710%27 HTTP/1.1" 200 None
2026-03-30 10:05:48 [astonbarclay.gb] INFO: Saving data for 120630710: {'auction_closing_time': 1774958400.0, 'created_time': 1774001059.716556, 'last_price_update_time': 1774865148.838849}
2026-03-30 10:05:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120630710') HTTP/1.1" 204 0
2026-03-30 10:05:48 [scrapy.core.engine] INFO: Closing spider (finished)
2026-03-30 10:05:48 [astonbarclay.gb] INFO: astonbarclay.gb Crawl ended with reason finished, scrape types: {<ScrapeType.NEW: 1>: 0, <ScrapeType.NEW_DUPLICATE_ID: 4>: 0, <ScrapeType.PRICE_UPDATE: 2>: 0, <ScrapeType.AUCTION_UPDATE: 3>: 0, <ScrapeType.SKIPPED: 0>: 0, <ScrapeType.BATCH_SKIPPED: 5>: 0}
2026-03-30 10:05:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:05:49 [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%201774433148 HTTP/1.1" 200 None
2026-03-30 10:05:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='118696822') HTTP/1.1" 204 0
2026-03-30 10:05:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='119360639') HTTP/1.1" 204 0
2026-03-30 10:05:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='119648097') HTTP/1.1" 204 0
2026-03-30 10:05:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120334145') HTTP/1.1" 204 0
2026-03-30 10:05:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120417751') HTTP/1.1" 204 0
2026-03-30 10:05:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120430841') HTTP/1.1" 204 0
2026-03-30 10:05:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120439172') HTTP/1.1" 204 0
2026-03-30 10:05:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120440453') HTTP/1.1" 204 0
2026-03-30 10:05:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120471829') HTTP/1.1" 204 0
2026-03-30 10:05:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120471846') HTTP/1.1" 204 0
2026-03-30 10:05:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120471860') HTTP/1.1" 204 0
2026-03-30 10:05:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120471871') HTTP/1.1" 204 0
2026-03-30 10:05:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120471888') HTTP/1.1" 204 0
2026-03-30 10:05:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120471909') HTTP/1.1" 204 0
2026-03-30 10:05:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120474931') HTTP/1.1" 204 0
2026-03-30 10:05:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120475134') HTTP/1.1" 204 0
2026-03-30 10:05:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120476516') HTTP/1.1" 204 0
2026-03-30 10:05:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120553301') HTTP/1.1" 204 0
2026-03-30 10:05:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120574999') HTTP/1.1" 204 0
2026-03-30 10:05:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120585283') HTTP/1.1" 204 0
2026-03-30 10:05:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120589009') HTTP/1.1" 204 0
2026-03-30 10:05:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120589079') HTTP/1.1" 204 0
2026-03-30 10:05:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120619632') HTTP/1.1" 204 0
2026-03-30 10:05:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120624352') HTTP/1.1" 204 0
2026-03-30 10:05:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120624390') HTTP/1.1" 204 0
2026-03-30 10:05:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120624405') HTTP/1.1" 204 0
2026-03-30 10:05:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120624419') HTTP/1.1" 204 0
2026-03-30 10:05:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120624434') HTTP/1.1" 204 0
2026-03-30 10:05:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120624448') HTTP/1.1" 204 0
2026-03-30 10:05:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120631714') HTTP/1.1" 204 0
2026-03-30 10:05:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120761571') HTTP/1.1" 204 0
2026-03-30 10:05:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120764010') HTTP/1.1" 204 0
2026-03-30 10:05:49 [scrapy.extensions.feedexport] INFO: Stored jsonlines feed (332 items) in: file:///var/lib/scrapyd/items/sourcing_v2/astonbarclay.gb/task_9_2026-03-30T10_00_00.jl
2026-03-30 10:05:49 [scrapy.statscollectors] INFO: Dumping Scrapy stats:
{'downloader/request_bytes': 629870,
'downloader/request_count': 986,
'downloader/request_method_count/GET': 986,
'downloader/response_bytes': 31507312,
'downloader/response_count': 986,
'downloader/response_status_count/200': 986,
'elapsed_time_seconds': 341.992125,
'feedexport/success_count/FileFeedStorage': 1,
'finish_reason': 'finished',
'finish_time': datetime.datetime(2026, 3, 30, 10, 5, 49, 557211, tzinfo=datetime.timezone.utc),
'item_dropped_count': 3,
'item_dropped_reasons_count/DropItem': 3,
'item_scraped_count': 332,
'log_count/DEBUG': 11237,
'log_count/INFO': 11527,
'memusage/max': 198778880,
'memusage/startup': 150368256,
'photo_download_count': 649,
'pipeline/dropped_expired': 3,
'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': 337,
'scheduler/dequeued': 986,
'scheduler/dequeued/memory': 986,
'scheduler/enqueued': 986,
'scheduler/enqueued/memory': 986,
'scrape_type/new': 169,
'scrape_type/price_update': 166,
'scrape_type/skipped': 1310,
'scrapy-zyte-api/429': 0,
'scrapy-zyte-api/attempts': 336,
'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.032863782718777,
'scrapy-zyte-api/mean_response_seconds': 6.034429043287501,
'scrapy-zyte-api/processed': 336,
'scrapy-zyte-api/request_args/customHttpRequestHeaders': 336,
'scrapy-zyte-api/request_args/experimental.requestCookies': 335,
'scrapy-zyte-api/request_args/experimental.responseCookies': 336,
'scrapy-zyte-api/request_args/httpResponseBody': 336,
'scrapy-zyte-api/request_args/httpResponseHeaders': 336,
'scrapy-zyte-api/request_args/url': 336,
'scrapy-zyte-api/status_codes/200': 336,
'scrapy-zyte-api/success': 336,
'scrapy-zyte-api/success_ratio': 1.0,
'scrapy-zyte-api/throttle_ratio': 0.0,
'start_time': datetime.datetime(2026, 3, 30, 10, 0, 7, 565086, tzinfo=datetime.timezone.utc)}
2026-03-30 10:05:49 [scrapy.core.engine] INFO: Spider closed (finished)